jump-dev / MathOptInterface.jl

A data structure for mathematical optimization problems
http://jump.dev/MathOptInterface.jl/
Other
380 stars 86 forks source link

[docs] expand MatrixOfConstraints example #2474

Closed odow closed 3 months ago

odow commented 3 months ago

Closes #1940

JuMP now has https://jump.dev/JuMP.jl/stable/api/JuMP/#lp_matrix_data which is much more useful for people.

Anyone using MatrixOfConstraints is likely to just copy existing solver wrappers.