Argonne-National-Laboratory / DSP

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

Patch for Subgradient method #262

Open hideakiv opened 1 year ago

hideakiv commented 1 year ago

For DD/DdMasterSubgrad: Changed the part where the lagrangian was used for the subproblem objective coefficient instead of the sum of the original objective and lagrangian.

hideakiv commented 1 year ago

TODO: Add tests

codecov-commenter commented 1 year ago

Codecov Report

Attention: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 61.35%. Comparing base (98f0b4b) to head (5aebdf0). Report is 41 commits behind head on release-draft.

Files Patch % Lines
src/Solver/DualDecomp/DdMasterSubgrad.cpp 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release-draft #262 +/- ## ================================================= + Coverage 53.95% 61.35% +7.39% ================================================= Files 121 121 Lines 10184 10192 +8 ================================================= + Hits 5495 6253 +758 + Misses 4689 3939 -750 ```

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