Closed jungmoona closed 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.
i found solution project
https://github.com/Mattias1/picross
this project solved issue " one more solution "
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
Where in the code should I edit?
TEST2.zip