jump-dev / JuMP.jl

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

Support vector-valued constraints in normalized_coefficient #3743

Closed odow closed 1 month ago

odow commented 1 month ago

Closes #3742

One naming question:

We actually have set_normalized_coefficiets for this case: https://jump.dev/JuMP.jl/stable/api/JuMP/#set_normalized_coefficients

So we should probably either call this normalized_coefficients, or rename set_normalized_coefficients to set_normalized_coefficient (but leave the current method for backwards compatibility).

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.38%. Comparing base (18c01c4) to head (c3b4c3c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3743 +/- ## ======================================= Coverage 98.37% 98.38% ======================================= Files 44 44 Lines 5857 5866 +9 ======================================= + Hits 5762 5771 +9 Misses 95 95 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.