-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Student Scheduling Solver: Limit Constraints
- when chosing among adepts (for a conflict) in class, course, configuration, or reservation limit constraints, prefer course requests in the following order - dummy students before other (only when PreferDummyStudents is true) - non-priority students over priority students - less critical courses over more critical courses - assignments without a reservation over assignments with a reservation - among the rest, prefer requests with higher value (lower priority, alternative over first choice, etc.)
- Loading branch information
1 parent
01f8e05
commit a50b1d9
Showing
4 changed files
with
101 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.