Skip to content

Commit

Permalink
Student Scheduling: Online Test
Browse files Browse the repository at this point in the history
- save best after every iteration
  • Loading branch information
tomas-muller committed Aug 6, 2019
1 parent 7780d40 commit 33187c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/cpsolver/studentsct/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ public static Solution<Request, Enrollment> onlineSectioning(DataProperties cfg)
sLog.warn("No solution found.");
}
solution.update(JProf.currentTimeSec() - startTime);
solution.saveBest();
}

if (chCourseRequests > 0)
Expand Down

0 comments on commit 33187c2

Please sign in to comment.