Closed tlambert03 closed 1 year ago
This updates the codebase to use ilpy>=0.3
the main change is that ilpy no longer distinguishes between Linear/Quadratic Objectives and Constraints... they are just ilpy.Objective and ilpy.Constraint and ilpy.Solver now.
ilpy
ilpy.Objective
ilpy.Constraint
ilpy.Solver
Also, Solver.solve() returns a Solution object rather than a tuple
Solver.solve()
Solution
This updates the codebase to use ilpy>=0.3
the main change is that
ilpy
no longer distinguishes between Linear/Quadratic Objectives and Constraints... they are justilpy.Objective
andilpy.Constraint
andilpy.Solver
now.Also,
Solver.solve()
returns aSolution
object rather than a tuple