park-junha / GradPlanner

An automated four-year undergraduate degree scheduler.
http://gradplanner.us
GNU General Public License v3.0
2 stars 0 forks source link

Add recommended class order #31

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

The algorithm is generating schedules in a way such that CSCI Elective IV is scheduled on Spring of year 1 and MATH 11 is scheduled on Winter of year 2. Add a recommended order in which the algorithm checks classes for feasibility. This can be implemented in the database by adding a new key which dictates the order which the algorithm should check first.

park-junha commented 4 years ago

Closed by #38