Skip to content

Commit 03eceed

Browse files
committed
Reclassify FJ step logging as detailed
1 parent 562789b commit 03eceed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/mip/feasibilityjump.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ class FeasibilityJumpSolver {
550550

551551
private:
552552
void logging(const int step, const bool header = false) {
553-
const HighsLogType logType = HighsLogType::kInfo;
553+
const HighsLogType logType = HighsLogType::kDetailed;
554554
if (header) {
555555
highsLogDev(logOptions, logType,
556556
FJ_LOG_PREFIX

0 commit comments

Comments
 (0)