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 5065984 commit 7ee9606Copy full SHA for 7ee9606
highs/mip/HighsMipSolver.cpp
@@ -440,6 +440,7 @@ void HighsMipSolver::run() {
440
mipdata_->conflictpools[i].syncConflictPool(mipdata_->conflictPool);
441
}
442
for (HighsInt i = 1; i < mipdata_->cutpools.size(); ++i) {
443
+ mipdata_->cutpools[i].performAging();
444
mipdata_->cutpools[i].syncCutPool(*this, mipdata_->cutpool);
445
446
mipdata_->cutpool.performAging();
0 commit comments