We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4b101 commit 91f7d76Copy full SHA for 91f7d76
highs/ipm/hipo/ipm/Solver.cpp
@@ -395,7 +395,7 @@ double Solver::stepToBoundary(const std::vector<double>& x,
395
// Use lo=1 for xl and zl, lo=0 for xu and zu.
396
// Return the blocking index in block.
397
398
- const double damp = 1.0 - std::numeric_limits<double>::epsilon();
+ const double damp = 1.0 - 100.0 * std::numeric_limits<double>::epsilon();
399
400
double alpha = 1.0;
401
Int bl = -1;
0 commit comments