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

Fix error for unsupported objective sense #3601

Closed odow closed 9 months ago

odow commented 9 months ago

Apparently no one has ever noticed that this error is wrong.

Part of #3513

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (cecc5ba) 98.39% compared to head (741cece) 98.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3601 +/- ## ========================================== - Coverage 98.39% 98.29% -0.11% ========================================== Files 38 38 Lines 5687 5686 -1 ========================================== - Hits 5596 5589 -7 - Misses 91 97 +6 ```

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