Skip to content

Commit a53e0da

Browse files
committed
Remove debugging resize
1 parent 1d8882e commit a53e0da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

highs/mip/HighsMipSolver.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ void HighsMipSolver::run() {
347347

348348
mipdata_->domain.setDomainChangeStack(std::vector<HighsDomainChange>());
349349
mipdata_->domain.clearChangedCols();
350-
mipdata_->workers[0].search_ptr_->resetLocalDomain();
351350
mipdata_->removeFixedIndices();
352351
analysis_.mipTimerStop(kMipClockUpdateLocalDomain);
353352
}
@@ -1153,7 +1152,6 @@ void HighsMipSolver::run() {
11531152
// printf("popping node from nodequeue (length = %" HIGHSINT_FORMAT ")\n",
11541153
// (HighsInt)nodequeue.size());
11551154
std::vector<HighsInt> search_indices = getSearchIndicesWithNoNodes();
1156-
search_indices.resize(1);
11571155

11581156
installNodes(search_indices, limit_reached);
11591157
if (limit_reached) break;

0 commit comments

Comments
 (0)