This commit is contained in:
@@ -31,7 +31,7 @@ public class Solver {
|
||||
|
||||
int symbol = currentCell.getPossibleSymbols().get(0);
|
||||
currentCell.setSymbolIndex(symbol);
|
||||
stack.push(new MutableCell(currentCell));
|
||||
// stack.push(new MutableCell(currentCell));
|
||||
try {
|
||||
doku.updateSymbolsPossibilities();
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user