We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00acf9d commit 7543af6Copy full SHA for 7543af6
1 file changed
src/CbcSolver.cpp
@@ -1378,6 +1378,11 @@ int CbcSolver::applyLpMethod()
1378
applyClpTimeLimit(model_, model2);
1379
}
1380
1381
+ if (presolveType != ClpSolve::presolveOff
1382
+ && model_.messageHandler()->logLevel() >= 1) {
1383
+ printf(" CLP presolve on\n");
1384
+ }
1385
+
1386
model2->initialSolve(solveOptions);
1387
clearClpTimeLimits(model2);
1388
0 commit comments