joaquimg / BilevelJuMP.jl

Bilevel optimization in JuMP
Other
106 stars 27 forks source link

Fix use of private symbol in MOI.FileFormats.MPS #214

Open odow opened 8 months ago

odow commented 8 months ago

https://github.com/jump-dev/MathOptInterface.jl/pull/2421 broke BilevelJuMP.

This will fix it, but I'll also revert the relevant portion of the change in MOI.

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 85.12%. Comparing base (954467f) to head (ed58f8c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #214 +/- ## ========================================== - Coverage 85.17% 85.12% -0.05% ========================================== Files 19 19 Lines 1922 1923 +1 ========================================== Hits 1637 1637 - Misses 285 286 +1 ```

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