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

Refactor install_datadeps out from __init__ #99

Closed odow closed 9 months ago

odow commented 9 months ago

x-ref https://discourse.julialang.org/t/what-else-than-path-solver-for-linear-or-mixed-complementarity-problem-lcp-mcp/107110

codecov[bot] commented 9 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 (8af34e5) 94.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #99 +/- ## ========================================== + Coverage 94.33% 94.39% +0.06% ========================================== Files 3 3 Lines 459 464 +5 ========================================== + Hits 433 438 +5 Misses 26 26 ```

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

odow commented 9 months ago

Closing as won't fix. I don't know what caused the discourse problem.