Skip to content

Commit f97964c

Browse files
committed
Age the local cut pools
1 parent 34145f9 commit f97964c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/mip/HighsMipSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ void HighsMipSolver::run() {
445445
mipdata_->conflictpools[i].syncConflictPool(mipdata_->conflictPool);
446446
}
447447
for (HighsInt i = 1; i < mipdata_->cutpools.size(); ++i) {
448-
// mipdata_->cutpools[i].performAging();
448+
mipdata_->cutpools[i].performAging();
449449
mipdata_->cutpools[i].syncCutPool(*this, mipdata_->cutpool);
450450
}
451451
mipdata_->cutpool.performAging();

0 commit comments

Comments
 (0)