Skip to content

Commit 7ee9606

Browse files
committed
Add cut aging call
1 parent 5065984 commit 7ee9606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

highs/mip/HighsMipSolver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ void HighsMipSolver::run() {
440440
mipdata_->conflictpools[i].syncConflictPool(mipdata_->conflictPool);
441441
}
442442
for (HighsInt i = 1; i < mipdata_->cutpools.size(); ++i) {
443+
mipdata_->cutpools[i].performAging();
443444
mipdata_->cutpools[i].syncCutPool(*this, mipdata_->cutpool);
444445
}
445446
mipdata_->cutpool.performAging();

0 commit comments

Comments
 (0)