Argonne-National-Laboratory / DSP

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

Termination for getPrimalRays call depending on solver #270

Closed hideakiv closed 1 year ago

hideakiv commented 1 year ago

Clp, Cpx, Msk have implementation of getPrimalRays. We allow only Cpx. If Gurobi or Scip is used, we call CoinError. Addresses issue https://github.com/Argonne-National-Laboratory/DSP/issues/265.

hideakiv commented 1 year ago

the code was further improved in #271

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 13.33333% with 13 lines in your changes missing coverage. Please review.

Project coverage is 60.35%. Comparing base (2c9b9e6) to head (608fa35). Report is 74 commits behind head on release-draft.

Files Patch % Lines
src/Solver/DantzigWolfe/DwWorker.cpp 13.33% 13 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release-draft #270 +/- ## ================================================== + Coverage 11.88% 60.35% +48.47% ================================================== Files 88 121 +33 Lines 10743 10199 -544 ================================================== + Hits 1277 6156 +4879 + Misses 9466 4043 -5423 ```

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