funkelab / ilpy

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

Wrap quadratic constraints #12

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago

This PR wraps changes made to the solver submodule that implement quadratic constraints:

https://github.com/tlambert03/solvers/tree/quad-constraint

(not yet clear to me how to create a PR for the solvers submodule... it appears that we're linked to something other than main there, and I'm a bit confused :joy:)

funkey commented 1 year ago

Thanks :)