Skip to content

Commit ed3fdc4

Browse files
committed
Address Mark's comment concerning aging
1 parent a5e2e4c commit ed3fdc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

highs/mip/HighsMipSolver.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,9 @@ void HighsMipSolver::run() {
607607
analysis_.mipTimerStart(kMipClockNodeSearchSeparation);
608608
sepa.separate(search.getLocalDomain());
609609
analysis_.mipTimerStop(kMipClockNodeSearchSeparation);
610+
} else {
611+
// perform aging
612+
mipdata_->cutpool.performAging();
610613
}
611614

612615
if (mipdata_->domain.infeasible()) {

0 commit comments

Comments
 (0)