File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments