jump-dev / Clp.jl

A Julia interface to the Coin-OR Linear Programming solver (CLP)
https://projects.coin-or.org/Clp
Other
54 stars 25 forks source link

Use matrix of constraints #111

Closed blegat closed 3 years ago

blegat commented 3 years ago

Requires https://github.com/jump-dev/MathOptInterface.jl/pull/1287

joaquimg commented 3 years ago

Looks like a great code improvement! Have you done MOIPaper like benchmarks?

blegat commented 3 years ago

Not yet but we can expect some improvements with the latest changes on MOI

odow commented 3 years ago

Close in favor of #114