We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34145f9 commit f97964cCopy full SHA for f97964c
highs/mip/HighsMipSolver.cpp
@@ -445,7 +445,7 @@ void HighsMipSolver::run() {
445
mipdata_->conflictpools[i].syncConflictPool(mipdata_->conflictPool);
446
}
447
for (HighsInt i = 1; i < mipdata_->cutpools.size(); ++i) {
448
- // mipdata_->cutpools[i].performAging();
+ mipdata_->cutpools[i].performAging();
449
mipdata_->cutpools[i].syncCutPool(*this, mipdata_->cutpool);
450
451
mipdata_->cutpool.performAging();
0 commit comments