Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cprudhom committed Feb 2, 2024
1 parent 3b3452f commit efb697e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ default Number[] toArray() {
* @return statistics in a CSV format
*/
default String toCSV() {
// solutionCount;buildingTime(sec);totalTime(sec);timeToBest(sec);objective;nodes;backtracks;fails;restarts;
// solutionCount;buildingTime(sec);totalTime(sec);timeToBest(sec);objective;nodes;backtracks;backjumps;fails;restarts;
return String.format("%c;%d;%.3f;%.3f;%.3f;%d;%d;%d;%d;%d;%d;",
getSearchState().toString().charAt(0),
getSolutionCount(),
Expand Down

0 comments on commit efb697e

Please sign in to comment.