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.
2 parents 6f57c32 + 3e94005 commit 54ba458Copy full SHA for 54ba458
highs/mip/feasibilityjump.hh
@@ -474,9 +474,9 @@ class FeasibilityJumpSolver {
474
double equalityTolerance = 1e-5,
475
double violationTolerance = 1e-5,
476
double _weightUpdateDecay = 1.0)
477
- : logOptions(_logOptions),
478
- problem(equalityTolerance, violationTolerance),
479
- jumpMove(equalityTolerance) {
+ : problem(equalityTolerance, violationTolerance),
+ jumpMove(equalityTolerance),
+ logOptions(_logOptions) {
480
weightUpdateDecay = _weightUpdateDecay;
481
rng = std::mt19937(seed);
482
}
0 commit comments