Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fwesselm committed Mar 3, 2025
1 parent fb1da53 commit 9e1d9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mip/HighsSearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ HighsSearch::HighsSearch(HighsMipSolver& mipsolver, HighsPseudocost& pseudocost)
childselrule = mipsolver.submip ? ChildSelectionRule::kHybridInferenceCost
: ChildSelectionRule::kRootSol;
// the infeasibility flag is overwritten and lost when setDomainChangeStack is
// called. therefore, assume that localdom is not infeasible here.
// called. therefore, assert that localdom is not infeasible here.
assert(!this->localdom.infeasible());
this->localdom.setDomainChangeStack(std::vector<HighsDomainChange>());
}
Expand Down

0 comments on commit 9e1d9ab

Please sign in to comment.