Skip to content

Commit 9cc4f4f

Browse files
authored
Merge pull request #2692 from ERGO-Code/fix-stuffing-logging
Stuffing logging in HPresolve.cpp is now kDetailed rather than kInfo and has a line feed
2 parents 543e011 + 61ae055 commit 9cc4f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

highs/presolve/HPresolve.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4823,8 +4823,8 @@ HPresolve::Result HPresolve::singletonColStuffing(
48234823
HPRESOLVE_CHECKED_CALL(checkRow(row, model->row_lower_[row], HighsInt{-1}));
48244824

48254825
if (numFixedCols > 0)
4826-
highsLogDev(options->log_options, HighsLogType::kInfo,
4827-
"Singleton column stuffing fixed %d columns",
4826+
highsLogDev(options->log_options, HighsLogType::kDetailed,
4827+
"Singleton column stuffing fixed %d columns\n",
48284828
static_cast<int>(numFixedCols));
48294829

48304830
return Result::kOk;

0 commit comments

Comments
 (0)