commit
This commit is contained in:
parent
bb09c5afca
commit
6c65f8d551
1 changed files with 0 additions and 2 deletions
|
@ -250,7 +250,6 @@ public class Grid extends JPanel {
|
||||||
this.bestGrid = universe.copyGrid();
|
this.bestGrid = universe.copyGrid();
|
||||||
best_filled_boxes = universe.getFilledBoxes();
|
best_filled_boxes = universe.getFilledBoxes();
|
||||||
best_nb_mirrors = universe.getNbMirrors();
|
best_nb_mirrors = universe.getNbMirrors();
|
||||||
//printUniverseGrid(this.bestGrid);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (stack.size() > 0) {
|
else if (stack.size() > 0) {
|
||||||
|
@ -262,7 +261,6 @@ public class Grid extends JPanel {
|
||||||
if (Instant.now().toEpochMilli() - lastRefresh > refreshRate) {
|
if (Instant.now().toEpochMilli() - lastRefresh > refreshRate) {
|
||||||
lastRefresh = Instant.now().toEpochMilli();
|
lastRefresh = Instant.now().toEpochMilli();
|
||||||
printUniverseGrid(this.bestGrid);
|
printUniverseGrid(this.bestGrid);
|
||||||
|
|
||||||
}
|
}
|
||||||
} while (stack.size() != 0 && solving == true);
|
} while (stack.size() != 0 && solving == true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue