Hello,
I wish there was a way to disable the trial and error from the CLI (to transfer false to this line):
|
solve(puzzle, withTrialAndError = true) { |
My use case: I would like to see if puzzles are easily solved by a human, without any guesswork, otherwise to consider the puzzle "unsolvable".
Hello,
I wish there was a way to disable the trial and error from the CLI (to transfer
falseto this line):nonogram-solver/src/Strategy.js
Line 25 in 67d61f4
My use case: I would like to see if puzzles are easily solved by a human, without any guesswork, otherwise to consider the puzzle "unsolvable".