jump-dev / Cbc.jl

A Julia interface to the Coin-OR Branch and Cut solver (CBC)
https://projects.coin-or.org/Cbc
Other
81 stars 35 forks source link

Pass variable names to solver in copy_to #209

Closed odow closed 1 year ago

odow commented 2 years ago

Closes #208

@matbesancon is this what you were looking for?

codecov[bot] commented 2 years ago

Codecov Report

Base: 86.37% // Head: 86.83% // Increases project coverage by +0.45% :tada:

Coverage data is based on head (8f1a9ea) compared to base (e028e26). Patch coverage: 94.44% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #209 +/- ## ========================================== + Coverage 86.37% 86.83% +0.45% ========================================== Files 2 2 Lines 301 319 +18 ========================================== + Hits 260 277 +17 - Misses 41 42 +1 ``` | [Impacted Files](https://codecov.io/gh/jump-dev/Cbc.jl/pull/209?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/MOI\_wrapper.jl](https://codecov.io/gh/jump-dev/Cbc.jl/pull/209/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev#diff-c3JjL01PSV93cmFwcGVyL01PSV93cmFwcGVyLmps) | `87.37% <94.44%> (+0.43%)` | :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.

odow commented 1 year ago

Bump @matbesancon

matbesancon commented 1 year ago

sorry slipped passed me. That and a getter also?