donnell74 / CSC-450-Scheduler

MIT License
1 stars 1 forks source link

Tell User No Valid Schedules Were Found in the Time Elapsed When Necessary #50

Closed CameronHKIng closed 9 years ago

CameronHKIng commented 10 years ago

-Tell user that no valid schedules were generated within the time limit if that is the case -Inform user that they may want to increase the runtime, decrease the number of mandatory constraints, increase the number of time slots (the input has probably been messed up), or avoid having two mandatory constraints that cannot both be satisfied at the same time -Should be called via an else clause in finished_running within guiClasses -Basically all text changes once you figure out how to change what shows up in the box

To test your message: -Run scheduler with 2 constraints -CSC 111 before 905, mandatory -CSC 111 after 930, mandatory -This will guarantee your message