[GeneralDichotomy] allow any primal feasible point from subsolve#210
[GeneralDichotomy] allow any primal feasible point from subsolve#210odow wants to merge 4 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #210 +/- ##
==========================================
- Coverage 99.64% 97.74% -1.91%
==========================================
Files 15 14 -1
Lines 1424 1374 -50
==========================================
- Hits 1419 1343 -76
- Misses 5 31 +26 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@filikat and @Opt-Mucca, here's another stack trace:
|
|
@odow If I had to guess: Can you re-run the test with these lines removed from I put that there mainly for debugging (to protect against the case that we weren't flushing workers via some solution path), but I'm now worried that it raises an error if you re-solve using the same HiGHS model and the instance is solved by presolve. Edit: I can just make the PR..... |
This loop does nothing in release @Opt-Mucca. |
|
@filikat I have no clue how I missed the line above with |
@Opt-Mucca Cpp name mangling is not exactly easy to read...
Totally possible, but this bug would only appear when compiling in debug, since the asserts do nothing in release and the whole loop gets removed by the compiler. |
|
We can’t easily test changes to HiGHS in these tests. Even debug mode isn’t really possible |

x-ref #209 (comment)