Conversation
[docs] fix link to HiGHS GPU
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## latest #2624 +/- ##
==========================================
- Coverage 81.06% 81.06% -0.01%
==========================================
Files 347 347
Lines 85228 85232 +4
==========================================
+ Hits 69092 69095 +3
- Misses 16136 16137 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@odow One of the Julia tests if failing. Do you have a C version of this test that I can look at? |
|
I think it's a good thing. You now solve the problem at the root node, where previously it required branching. I'll update the Julia test. |
|
Oh, I see. |
|
Then it might be because of unrelated changes? Either way, I'll relax the test: jump-dev/HiGHS.jl#306 |
Was using IPX by default in two main cases where IPM is (might be) used in the MIP solver: analytic centre (LP solve without basis), but now using IPX by default in the other: when switching to IPM after simplex reaches iteration limit in See #2626 |
Various fixes to HiPO: