Skip to content

Commit

Permalink
change for fathomMany
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Jun 25, 2024
1 parent a7fe6ad commit a913953
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ClpSimplex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12123,7 +12123,6 @@ int ClpSimplex::fathomMany(void *stuff)
assert(stuff);
ClpNodeStuff *info = reinterpret_cast< ClpNodeStuff * >(stuff);
int nNodes = info->maximumNodes();
int maximumIterations = info->maximumIterations_;
int putNode = info->maximumSpace();
int goodNodes = 0;
info->nNodes_ = 0;
Expand Down Expand Up @@ -12454,8 +12453,6 @@ int ClpSimplex::fathomMany(void *stuff)
fastDual2(info);
forceFactorization_ = save;
}
if (numberIterations>=maximumIterations)
stopAtOnce = true;
if (problemStatus_ == 1 || (problemStatus_ == 0 && objectiveValue() * optimizationDirection_ > bestObjective)) {
backtrack = true;
if (printing)
Expand Down

0 comments on commit a913953

Please sign in to comment.