Skip to content

Commit

Permalink
Switched off report on trivial heuristic
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Nov 6, 2024
1 parent 0999bf2 commit 9e57225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mip/HighsMipSolverData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ HighsModelStatus HighsMipSolverData::trivialHeuristics() {
const double save_upper_bound = upper_bound;
const bool new_incumbent =
addIncumbent(solution, obj, heuristic_source[try_heuristic]);
const bool lc_report = true;
const bool lc_report = false;
if (lc_report) {
printf("Trivial heuristic %d has succeeded: objective = %g",
int(try_heuristic), obj);
Expand Down

0 comments on commit 9e57225

Please sign in to comment.