Presolve profile#2950
Conversation
…resolve-time unit test as it's not silent
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## latest #2950 +/- ##
==========================================
- Coverage 72.94% 72.90% -0.05%
==========================================
Files 425 428 +3
Lines 102181 102563 +382
Branches 16442 16495 +53
==========================================
+ Hits 74539 74771 +232
- Misses 27366 27516 +150
Partials 276 276 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@fwesselm This is now ready for review. It mainly implements profiling for LP presolve and improvements to the dependent equations presolve rule. However - motivated by presolving models for a client - I've also introduced the I've also added the method There's some more refactoring of presolve that I want to do in order to address #3040, but I'll do that in a separate branch. |
Adds profiling of presolve and enhancement of dependent equations time-out
Dependent equations time-out is still not deterministic: see #2949