sudoku icon indicating copy to clipboard operation
sudoku copied to clipboard

parse_from_grid_state_str doesn't reproduce StrategySolver correctly for unsolvable sudokus

Open Emerentius opened this issue 5 years ago • 0 comments

When the grid contains a cell with zero candidates (shown via _ in a grid state print), StrategySolver::parse_from_grid_state_str(string).to_string() doesn't reproduce the original string.

The update methods short circuit at some place.

Emerentius avatar Apr 05 '19 20:04 Emerentius