Skip to content

Commit

Permalink
Not bailing out after FJ
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Jan 16, 2025
1 parent 35efc80 commit 91f3f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mip/HighsMipSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void HighsMipSolver::run() {
cleanupSolve();
return;
}
const bool bailout_after_feasibility_jump = true;
const bool bailout_after_feasibility_jump = false;
if (bailout_after_feasibility_jump) {
highsLogUser(options_mip_->log_options, HighsLogType::kInfo,
"HighsMipSolver: Bailing out after Feasibility Jump with "
Expand Down

0 comments on commit 91f3f89

Please sign in to comment.