jump-dev / MiniZinc.jl

A Julia interface to the MiniZinc constraint modeling language
https://www.minizinc.org/
MIT License
17 stars 4 forks source link

Add support for MOI.ObjectiveValue #31

Closed odow closed 1 year ago

odow commented 1 year ago

Closes #29

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.14 :tada:

Comparison is base (21d5829) 94.66% compared to head (ee8a571) 94.80%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #31 +/- ## ========================================== + Coverage 94.66% 94.80% +0.14% ========================================== Files 3 3 Lines 431 443 +12 ========================================== + Hits 408 420 +12 Misses 23 23 ``` | [Impacted Files](https://app.codecov.io/gh/jump-dev/MiniZinc.jl/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev) | Coverage Δ | | |---|---|---| | [src/optimize.jl](https://app.codecov.io/gh/jump-dev/MiniZinc.jl/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev#diff-c3JjL29wdGltaXplLmps) | `83.03% <100.00%> (+1.84%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/jump-dev/MiniZinc.jl/pull/31/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev)

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