-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
-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