chkwon / PATHSolver.jl

provides a Julia wrapper for the PATH Solver for solving mixed complementarity problems
http://pages.cs.wisc.edu/%7Eferris/path.html
MIT License
50 stars 15 forks source link

Fix MOI wrapper if solve_mcp fails #101

Closed odow closed 7 months ago

odow commented 7 months ago

x-ref https://discourse.julialang.org/t/help-with-performance-in-large-mixed-complementarity-problem/106052/23?u=odow

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (72d8307) 94.33% compared to head (00084bf) 94.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #101 +/- ## ========================================== + Coverage 94.33% 94.60% +0.26% ========================================== Files 3 3 Lines 459 463 +4 ========================================== + Hits 433 438 +5 + Misses 26 25 -1 ```

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