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 562789b commit 03eceedCopy full SHA for 03eceed
highs/mip/feasibilityjump.hh
@@ -550,7 +550,7 @@ class FeasibilityJumpSolver {
550
551
private:
552
void logging(const int step, const bool header = false) {
553
- const HighsLogType logType = HighsLogType::kInfo;
+ const HighsLogType logType = HighsLogType::kDetailed;
554
if (header) {
555
highsLogDev(logOptions, logType,
556
FJ_LOG_PREFIX
0 commit comments