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 909930c commit de724d7Copy full SHA for de724d7
highs/mip/HighsFeasibilityJump.cpp
@@ -28,11 +28,9 @@ HighsModelStatus HighsMipSolverData::feasibilityJump() {
28
double objective_function_value;
29
30
// Configure Feasibility Jump and pass it the problem
31
- int verbosity = mipsolver.submip ? 0 : mipsolver.options_mip_->log_dev_level;
32
auto solver = external_feasibilityjump::FeasibilityJumpSolver(
33
log_options,
34
/* seed = */ mipsolver.options_mip_->random_seed,
35
- /* verbosity = */ verbosity,
36
/* equalityTolerance = */ epsilon,
37
/* violationTolerance = */ feastol);
38
0 commit comments