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

Add support for MOI.VariableName and MOI.ConstraintName #104

Closed odow closed 6 months ago

odow commented 6 months ago

Closes #102

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 96.65%. Comparing base (f03d0a7) to head (ce907ee).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #104 +/- ## ========================================== + Coverage 94.60% 96.65% +2.05% ========================================== Files 3 3 Lines 463 478 +15 ========================================== + Hits 438 462 +24 + Misses 25 16 -9 ```

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