We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8882e commit a53e0daCopy full SHA for a53e0da
1 file changed
highs/mip/HighsMipSolver.cpp
@@ -347,7 +347,6 @@ void HighsMipSolver::run() {
347
348
mipdata_->domain.setDomainChangeStack(std::vector<HighsDomainChange>());
349
mipdata_->domain.clearChangedCols();
350
- mipdata_->workers[0].search_ptr_->resetLocalDomain();
351
mipdata_->removeFixedIndices();
352
analysis_.mipTimerStop(kMipClockUpdateLocalDomain);
353
}
@@ -1153,7 +1152,6 @@ void HighsMipSolver::run() {
1153
1152
// printf("popping node from nodequeue (length = %" HIGHSINT_FORMAT ")\n",
1154
// (HighsInt)nodequeue.size());
1155
std::vector<HighsInt> search_indices = getSearchIndicesWithNoNodes();
1156
- search_indices.resize(1);
1157
1158
installNodes(search_indices, limit_reached);
1159
if (limit_reached) break;
0 commit comments