Argonne-National-Laboratory / DSP

An open-source parallel optimization solver for structured mixed-integer programming
Other
81 stars 24 forks source link

separated has_integer check from the loop #257

Closed hideakiv closed 1 year ago

hideakiv commented 1 year ago

Fixes the issue #254 where the primal objective bound was not computed correctly.

kibaekkim commented 1 year ago

@hideakiv we need to bump the version to 1.5.3. It is in DspConfig.h.

codecov-commenter commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 53.94%. Comparing base (69781a4) to head (81d2cea). Report is 46 commits behind head on release-draft.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release-draft #257 +/- ## ================================================= - Coverage 53.95% 53.94% -0.01% ================================================= Files 121 121 Lines 10181 10182 +1 ================================================= Hits 5493 5493 - Misses 4688 4689 +1 ```

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