Skip to content

Commit

Permalink
fix for nearly looping dual
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Sep 3, 2024
1 parent 49f9784 commit 7edeb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ClpSolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4468,6 +4468,7 @@ int ClpSimplexProgress::looping()
if (model_->numberIterations()<25*model_->numberRows()
+8*model_->numberColumns()+300) {
model_->forceFactorization(1);
numberReallyBadTimes_++;
} else {
// give up
numberMatched = 1000;
Expand Down

0 comments on commit 7edeb73

Please sign in to comment.