-
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.
Course Timetabling: Same Dates Group Constraint
- added a new group constraint SAME_DATES - given classes must be taught on the same dates - if one of the classes meets more often, the class meeting less often can only meet on the dates when the other class is meeting - when prohibited or (strongly) discouraged: given classes cannot be taught on the same days (there cannot be a date when both classes are meeting) - note: unlike with the same days/weeks constraint, this constraint consider individual meeting dates of both classes
- Loading branch information
1 parent
835f055
commit 0e491d2
Showing
2 changed files
with
111 additions
and
0 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