jump-dev / JuMP.jl

Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear)
http://jump.dev/JuMP.jl/
Other
2.22k stars 393 forks source link

Add support for MOI.ScalarQuadraticCoefficientChange #3657

Closed odow closed 8 months ago

odow commented 8 months ago

MOI v1.21 added MOI.ScalarQuadraticCoefficientChange: https://github.com/jump-dev/MathOptInterface.jl/pull/2296

We should expose this at the JuMP level, but maybe wait for https://github.com/jump-dev/HiGHS.jl/pull/195 to be merged.