rzippo / PicrossSolver

An application to solve Picross puzzles
2 stars 0 forks source link

problem!!, has one more solution #1

Closed jungmoona closed 2 years ago

jungmoona commented 2 years ago

hi i resarched your picross sover logic appreciate your code @rzippo

i have question

see attachment json file.

my expected appearance figure like below.

1 o 1 o 1 o 1 o 1 o o 1 o 1 o 1 o 1 o 1

but thats figure of resolved

image

Where in the code should I edit?

TEST2.zip

rzippo commented 2 years ago

The issue here is that the puzzle input does not lead to a unique solution, and I can't see how you could change it so that it does. With your input, the solver will randomly yield one of the two possible solutions.

To extend the solver to obtain all possible solution, you would need to do some analytical work first:

I do not know the answers to these, so I do not know what you should change.

jungmoona commented 2 years ago

i found solution project

https://github.com/Mattias1/picross

this project solved issue " one more solution "