Skip to content

cpsolver-1.3.179

Compare
Choose a tag to compare
@tomas-muller tomas-muller released this 12 Jul 08:35
· 177 commits to master since this release

Batch Student Scheduling: Critical Course Requests

  • improved handling of critical course requests
  • only consider critical course requests when sorting students for the Critical Courses B&B phase
    (students with fewer choices go first)
  • added two new phases that are only considering critical course requests, using backtracking and
    IFS

Revision 2ffe7bb by tomas-muller muller@unitime.org (11-Jul-2019 8:30 PM)

Student Scheduling: Timing

  • display information about solver speed in the solver log (debug level) after particular phases
  • branch & bound, backtrack, student swap, and student enrollment swap

Revision b8b4f5d by tomas-muller muller@unitime.org (11-Jul-2019 8:30 PM)