Skip to content

Commit 82198ae

Browse files
committed
Still too close
1 parent 1c18c98 commit 82198ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/ipm/hipo/ipm/Solver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ double Solver::stepToBoundary(const std::vector<double>& x,
395395
// Use lo=1 for xl and zl, lo=0 for xu and zu.
396396
// Return the blocking index in block.
397397

398-
const double damp = 1.0 - 10 * std::numeric_limits<double>::epsilon();
398+
const double damp = 1.0 - 100.0 * std::numeric_limits<double>::epsilon();
399399

400400
double alpha = 1.0;
401401
Int bl = -1;

0 commit comments

Comments
 (0)