Skip to content

Commit

Permalink
Fix #1071
Browse files Browse the repository at this point in the history
  • Loading branch information
cprudhom committed Jun 27, 2024
1 parent d9e67ef commit c6fc18a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ public void doFinalOutPut(boolean complete) {
solver.log().printf("%%%%%%mzn-stat: nodes=%d%n", solver.getNodeCount());
solver.log().printf("%%%%%%mzn-stat: failures=%d%n", solver.getFailCount());
solver.log().printf("%%%%%%mzn-stat: restarts=%d%n", solver.getRestartCount());
solver.log().printf("%%%%%%mzn-stat: max depth=%d%n", solver.getMaxDepth());
solver.log().println("%%%mzn-stat-end");
}
}
Expand Down

0 comments on commit c6fc18a

Please sign in to comment.