This commit is contained in:
@@ -363,7 +363,7 @@ public class Sudoku {
|
||||
*/
|
||||
private boolean isValid() {
|
||||
for (Cell cell : this.getFilledCells()) {
|
||||
for (IConstraint constraint : this.constraints) {
|
||||
for (Constraint constraint : this.constraints) {
|
||||
try {
|
||||
Coordinate coords = this.getCoordinateCell(cell);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user