Skip to content

Midataur/optimal-masters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optimal-masters

Planning your masters is easy with the magic of linear programming!

What is this

The unimelb maths masters has a lot of different options. I was having trouble deciding what to do (and bored), so I decided to write a constraint solver that could help me out. Feel free to use it. It should be easy enough to modify it to work for other masters.

Usage

  1. Install gurobipy using pip install gurobipy.
  2. Scroll through the data file and change the weights appropriately. Alternately, set demo = True in main.py.
  3. Run python main.py.

Notes:

Most prerequisites are not implemented yet, so some generated plans may technically be invalid. Tell me if this happens and I'll fix it.

About

Planning your masters is easy with the magic of linear programming!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages