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.
2 parents 543e011 + 61ae055 commit 9cc4f4fCopy full SHA for 9cc4f4f
highs/presolve/HPresolve.cpp
@@ -4823,8 +4823,8 @@ HPresolve::Result HPresolve::singletonColStuffing(
4823
HPRESOLVE_CHECKED_CALL(checkRow(row, model->row_lower_[row], HighsInt{-1}));
4824
4825
if (numFixedCols > 0)
4826
- highsLogDev(options->log_options, HighsLogType::kInfo,
4827
- "Singleton column stuffing fixed %d columns",
+ highsLogDev(options->log_options, HighsLogType::kDetailed,
+ "Singleton column stuffing fixed %d columns\n",
4828
static_cast<int>(numFixedCols));
4829
4830
return Result::kOk;
0 commit comments