funkelab / motile

Multi-Object Tracker using Integer Linear Equations
https://funkelab.github.io/motile/
MIT License
24 stars 5 forks source link

update ilpy API to v0.3.0 #43

Closed tlambert03 closed 1 year ago

tlambert03 commented 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.

Also, Solver.solve() returns a Solution object rather than a tuple