ArrogantGao / TensorBranching.jl

Optimal branching via tensor network
MIT License
4 stars 1 forks source link

Add IP solver for set cover problem #14

Closed ArrogantGao closed 1 month ago

ArrogantGao commented 1 month ago

I add the integer programming solver with the backend SCIP, which gives more promising results for the set cover problem. Three types AbstractSetCoverSolver, LPSetCoverSolver and IPSetCoverSolver are added.

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 95.55556% with 2 lines in your changes missing coverage. Please review.

Project coverage is 73.02%. Comparing base (7e1f068) to head (f4af773).

Files with missing lines Patch % Lines
src/strategy.jl 71.42% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #14 +/- ## ========================================== + Coverage 71.42% 73.02% +1.59% ========================================== Files 11 11 Lines 518 556 +38 ========================================== + Hits 370 406 +36 - Misses 148 150 +2 ```

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