feat coordinate
All checks were successful
Linux arm64 / Build (push) Successful in 28s

This commit is contained in:
Janet-Doe
2025-01-21 16:59:50 +01:00
parent e5618b70c1
commit 277eb76e60
6 changed files with 133 additions and 3 deletions

View File

@@ -32,6 +32,11 @@ public class Solver {
int symbol = currentCell.getPossibleSymbols().get(0);
currentCell.setSymbolIndex(symbol);
stack.push(currentCell);
try {
doku.updateSymbolsPossibilities();
} catch (Exception e) {
//TODO rollback
}
//TODO check constraints integrity in sudoku