From a91395315b33392ef5f49e4899b63fa2de149ecc Mon Sep 17 00:00:00 2001 From: John Forrest Date: Tue, 25 Jun 2024 11:44:11 +0100 Subject: [PATCH] change for fathomMany --- src/ClpSimplex.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ClpSimplex.cpp b/src/ClpSimplex.cpp index 3bd6a238..01cd158e 100644 --- a/src/ClpSimplex.cpp +++ b/src/ClpSimplex.cpp @@ -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; @@ -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)