donnell74 / CSC-450-Scheduler

MIT License
1 stars 1 forks source link

Constraint Fixes #68

Closed CameronHKIng closed 9 years ago

CameronHKIng commented 9 years ago

Several constraints were being evaluated at the wrong time (start/end). This commit should fix them to be consistent with what the user expects.

Ex: before_time means that the course must end before the given time, not start before the given time.

hana9235 commented 9 years ago

Looks good to me, and makes more sense this way; good job.

donnell74 commented 9 years ago

I agree, it makes more sense to the user this way

kylenovak commented 9 years ago

:+1: