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 ConstraintNames in MOI wrapper #107

Closed odow closed 6 months ago

odow commented 6 months ago

Closes #106

My implementation of #104 was just wrong.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 98.30%. Comparing base (4787294) to head (4aa0d9a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #107 +/- ## ========================================== - Coverage 98.31% 98.30% -0.01% ========================================== Files 3 3 Lines 475 473 -2 ========================================== - Hits 467 465 -2 Misses 8 8 ```

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