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 0999bf2 commit 9e57225Copy full SHA for 9e57225
src/mip/HighsMipSolverData.cpp
@@ -283,7 +283,7 @@ HighsModelStatus HighsMipSolverData::trivialHeuristics() {
283
const double save_upper_bound = upper_bound;
284
const bool new_incumbent =
285
addIncumbent(solution, obj, heuristic_source[try_heuristic]);
286
- const bool lc_report = true;
+ const bool lc_report = false;
287
if (lc_report) {
288
printf("Trivial heuristic %d has succeeded: objective = %g",
289
int(try_heuristic), obj);
0 commit comments