Skip to content

Commit

Permalink
Fix threephase init status after file loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Billing committed Jan 8, 2020
1 parent 4be6ae4 commit bd79c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions threephase/src/main/java/cs/threephase/Tools.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public synchronized static void initFrom(DataInput in) throws IOException {
Edge3.initMvrot();
Edge3.initRaw2Sym();
read(Edge3.eprun, in);
Edge3.done = Edge3.prunValues[Edge3.MAX_DEPTH - 1];

System.out.println("OK");

Expand Down

0 comments on commit bd79c97

Please sign in to comment.