Skip to content

Commit de724d7

Browse files
committed
Fix FeasbilityJumpSolver(...) by removing verbosity
1 parent 909930c commit de724d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

highs/mip/HighsFeasibilityJump.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ HighsModelStatus HighsMipSolverData::feasibilityJump() {
2828
double objective_function_value;
2929

3030
// Configure Feasibility Jump and pass it the problem
31-
int verbosity = mipsolver.submip ? 0 : mipsolver.options_mip_->log_dev_level;
3231
auto solver = external_feasibilityjump::FeasibilityJumpSolver(
3332
log_options,
3433
/* seed = */ mipsolver.options_mip_->random_seed,
35-
/* verbosity = */ verbosity,
3634
/* equalityTolerance = */ epsilon,
3735
/* violationTolerance = */ feastol);
3836

0 commit comments

Comments
 (0)