kaajjo / LibreSudoku

LibreSudoku - Sudoku app for android built with Kotlin + Jetpack Compose + Material3
GNU General Public License v3.0
412 stars 31 forks source link

Invalid sudoku #76

Closed JesperVa closed 1 week ago

JesperVa commented 1 year ago

I generated a moderate 9x9. Only remaining value for middle block is 2, but is blocked by a generated 2 even though I am at 0 mistakes.

Screenshot_20231007_155419_LibreSudoku.jpg

Putting in the sudoku in a sudokusolver generates at least 10 valid solutions, which invalidates proper sudoku regimes.

Riksu9000 commented 3 months ago

Hi. Sorry, but it seems to me that the puzzle is valid. Do you happen to have mistakes checking set to rules violations, which doesn't catch all mistakes immediately?

Screenshot 2024-08-16 at 11-13-24 Sudoku Solver - Solve your sudoku step by step

kaajjo commented 1 week ago

Check mistakes checking setting. The default is rule violations, you can choose to check values with solution. This puzzle has one unique solution, so it's valid, you just made a mistake somewhere