Schemetrical / UBCScheduler

UBC Course Scheduler
https://yichen.dev/UBCScheduler/
GNU General Public License v3.0
11 stars 6 forks source link

Overlapping restrictions/blocks will stop schedule generation #8

Open Schemetrical opened 6 years ago

Schemetrical commented 6 years ago

If one restriction is created that overlapped another, no schedule will generate. There needs to be some way to stop either the creation of overlapped restrictions or to stop overlapped restrictions to conflict. #7 might allow this to be easier.