Skip to content

Commit ac438eb

Browse files
committed
Fix
1 parent 2fbaf32 commit ac438eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

highs/ipm/hipo/ipm/Solver.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,8 +1039,6 @@ bool Solver::checkBadIter() {
10391039
bool terminate = false;
10401040
bool stagnation = iter_ > 0 ? checkStagnation() : false;
10411041

1042-
if (iter_ == 18) stagnation = true;
1043-
10441042
// check for infeasibility
10451043
bool mu_is_large =
10461044
it_->best_mu > 0.0 ? it_->mu > it_->best_mu * kDivergeTol : false;

0 commit comments

Comments
 (0)