jump-dev / Gurobi.jl

A Julia interface to the Gurobi Optimizer
http://www.gurobi.com/
MIT License
221 stars 80 forks source link

WIP: force update after deleting constraint #543

Closed odow closed 7 months ago

odow commented 7 months ago

Part of debugging https://support.gurobi.com/hc/en-us/requests/66420

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (1a911cf) 80.31% compared to head (671210f) 80.33%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #543 +/- ## ========================================== + Coverage 80.31% 80.33% +0.02% ========================================== Files 6 6 Lines 2901 2904 +3 ========================================== + Hits 2330 2333 +3 Misses 571 571 ```

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

odow commented 7 months ago

Closing because this didn't work