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 nnz passed to MCP_Create #78

Closed odow closed 1 year ago

odow commented 1 year ago

Closes https://github.com/chkwon/PATHSolver.jl/issues/77.

I don't remember why I did this. It seems to work fine without.

codecov[bot] commented 1 year ago

Codecov Report

Base: 92.06% // Head: 92.02% // Decreases project coverage by -0.04% :warning:

Coverage data is based on head (4139151) compared to base (606c5f2). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #78 +/- ## ========================================== - Coverage 92.06% 92.02% -0.05% ========================================== Files 3 3 Lines 378 376 -2 ========================================== - Hits 348 346 -2 Misses 30 30 ``` | [Impacted Files](https://codecov.io/gh/chkwon/PATHSolver.jl/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Changhyun+Kwon) | Coverage Δ | | |---|---|---| | [src/C\_API.jl](https://codecov.io/gh/chkwon/PATHSolver.jl/pull/78/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Changhyun+Kwon#diff-c3JjL0NfQVBJLmps) | `92.13% <100.00%> (-0.07%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Changhyun+Kwon). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Changhyun+Kwon)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.