Changes to presolve initial sweep - #3210
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## latest #3210 +/- ##
=======================================
Coverage 72.77% 72.77%
=======================================
Files 444 444
Lines 107464 107469 +5
Branches 17288 17290 +2
=======================================
+ Hits 78208 78213 +5
Misses 28979 28979
Partials 277 277 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jajhall
left a comment
There was a problem hiding this comment.
Thanks. I thought it was OK to compute infinite implied bounds explicitly, rather than tracking them with the HighsBool vectors implied_row_*_finite, but fair enough
I think using
|
Very true |
However, I can still try to get rid of the |
std::vector<bool>HighsCDoublefor activity bounds (similar toHighsLinearSumBounds)