jump-dev / HiGHS.jl

A Julia interface to the HiGHS solver
https://highs.dev
MIT License
96 stars 13 forks source link

Fix copy_to with empty constraint rows #173

Closed odow closed 9 months ago

odow commented 9 months ago

Closes #172

This took me a while to find because...GLPK has the exact same bug. So I originally figured that two solvers meant the problem was in MOI.

odow commented 9 months ago

The org-wide GitHub code search is quite useful: image

codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (6a39882) 83.94% compared to head (c34bdfd) 83.94%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #173 +/- ## ======================================= Coverage 83.94% 83.94% ======================================= Files 3 3 Lines 1607 1607 ======================================= Hits 1349 1349 Misses 258 258 ``` | [Files](https://app.codecov.io/gh/jump-dev/HiGHS.jl/pull/173?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev) | Coverage Δ | | |---|---|---| | [src/MOI\_wrapper.jl](https://app.codecov.io/gh/jump-dev/HiGHS.jl/pull/173?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev#diff-c3JjL01PSV93cmFwcGVyLmps) | `94.07% <100.00%> (ø)` | |

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