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

Fix/translate algorithm from C++ to Python #1

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

While the current algorithm successfully generates a schedule for many cases, there are some edge cases that do not return a valid plan. This needs to be re-written and fixed. While we're at it, we should move it to main.py and write in such a way the program doesn't write to files or run a subprocess.

park-junha commented 4 years ago

Opened new branch: https://github.com/park-junha/PlanForGrad/tree/feature/Python-Algorithm

park-junha commented 4 years ago

Translation to Python completed, and branch has been merged to master. Closing issue.