Skip to content

Commit 9e57225

Browse files
committed
Switched off report on trivial heuristic
1 parent 0999bf2 commit 9e57225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mip/HighsMipSolverData.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ HighsModelStatus HighsMipSolverData::trivialHeuristics() {
283283
const double save_upper_bound = upper_bound;
284284
const bool new_incumbent =
285285
addIncumbent(solution, obj, heuristic_source[try_heuristic]);
286-
const bool lc_report = true;
286+
const bool lc_report = false;
287287
if (lc_report) {
288288
printf("Trivial heuristic %d has succeeded: objective = %g",
289289
int(try_heuristic), obj);

0 commit comments

Comments
 (0)