Extension of dual fixing for single equations#2869
Extension of dual fixing for single equations#2869Opt-Mucca merged 28 commits intoERGO-Code:latestfrom
Conversation
…FixingExtension
…FixingExtension
…FixingExtension
…into dualFixingExtension3
…FixingExtension3
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## latest #2869 +/- ##
==========================================
+ Coverage 80.35% 80.39% +0.04%
==========================================
Files 348 348
Lines 86522 86675 +153
==========================================
+ Hits 69527 69685 +158
+ Misses 16995 16990 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Opt-Mucca
left a comment
There was a problem hiding this comment.
Code looks good! I've got the one open question and if that's simply me being paranoid then this should be good to merge.
|
FYI (in case notifications for non-direct tags are turned off) @ZhaoWeiWang0319 |
Thank you, @Opt-Mucca! |
|
Thanks, @Opt-Mucca! I am really happy to see that the discussion being helpful. |
|
Let me know if there are other questions or things to address here. Otherwise, I think it's good to merge. |
HPresolve::dualFixingto handle single equations (as described by Achterberg et al., Presolve Reductions in Mixed Integer Programming, see section 6.1).HPresolve::enumerateSolutionsto compute the overlap coefficient when comparing two sets of binary variables.