jump-dev / HiGHS.jl

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

Fix getting infeasible primal/dual solutions #216

Closed odow closed 2 weeks ago

odow commented 2 weeks ago

I don't think it was ever possible to hit the INFEASIBLE_POINT status before this PR.

odow commented 2 weeks ago

Test failure is an upstream bug in HiGHS: https://github.com/ERGO-Code/HiGHS/issues/1807

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 99.85%. Comparing base (5459398) to head (fcfccf4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #216 +/- ## ========================================== + Coverage 99.54% 99.85% +0.30% ========================================== Files 2 2 Lines 1333 1335 +2 ========================================== + Hits 1327 1333 +6 + Misses 6 2 -4 ```

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