fix : MultiDoku.getCells
This commit is contained in:
@@ -39,7 +39,7 @@ public class StupidSolver {
|
||||
}
|
||||
|
||||
public static boolean solve(MultiDoku doku) {
|
||||
if (doku.isValid())
|
||||
if (doku.isSolved())
|
||||
return true;
|
||||
|
||||
for (Sudoku sudoku : doku.getSubGrids()) {
|
||||
|
||||
Reference in New Issue
Block a user