jump-dev / HiGHS.jl

A Julia interface to the HiGHS solver
https://highs.dev
MIT License
108 stars 15 forks source link

Add Semicontinuous and Semiinteger support #138

Closed odow closed 1 year ago

odow commented 1 year ago

Closes #91

codecov[bot] commented 1 year ago

Codecov Report

Base: 83.07% // Head: 84.48% // Increases project coverage by +1.40% :tada:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #138 +/- ## ========================================== + Coverage 83.07% 84.48% +1.40% ========================================== Files 3 3 Lines 1365 1482 +117 ========================================== + Hits 1134 1252 +118 + Misses 231 230 -1 ``` | [Impacted Files](https://codecov.io/gh/jump-dev/HiGHS.jl/pull/138?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev) | Coverage Δ | | |---|---|---| | [src/MOI\_wrapper.jl](https://codecov.io/gh/jump-dev/HiGHS.jl/pull/138/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev#diff-c3JjL01PSV93cmFwcGVyLmps) | `93.84% <100.00%> (+0.55%)` | :arrow_up: | | [src/gen/libhighs.jl](https://codecov.io/gh/jump-dev/HiGHS.jl/pull/138/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev#diff-c3JjL2dlbi9saWJoaWdocy5qbA==) | `36.88% <0.00%> (+0.81%)` | :arrow_up: | 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=jump-dev). 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=jump-dev)

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