funkelab / ilpy

Unified python wrappers for popular ILP solvers
https://funkelab.github.io/ilpy/
MIT License
3 stars 2 forks source link

Support quadratic expressions to Objective #15

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago

includes #13 and introduces support for quadratic objective function expressions

(review/merge #13 first)

funkey commented 1 year ago

Very cool, thanks a lot! Good to merge once all tests pass.