There was an error while loading. Please reload this page.
1 parent 2fbaf32 commit ac438ebCopy full SHA for ac438eb
1 file changed
highs/ipm/hipo/ipm/Solver.cpp
@@ -1039,8 +1039,6 @@ bool Solver::checkBadIter() {
1039
bool terminate = false;
1040
bool stagnation = iter_ > 0 ? checkStagnation() : false;
1041
1042
- if (iter_ == 18) stagnation = true;
1043
-
1044
// check for infeasibility
1045
bool mu_is_large =
1046
it_->best_mu > 0.0 ? it_->mu > it_->best_mu * kDivergeTol : false;
0 commit comments