Skip to content

Commit fa144f9

Browse files
committed
Enable debug
1 parent 990f6b7 commit fa144f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

highs/ipm/IpxWrapper.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ HighsStatus solveLpIpx(const HighsOptions& options, HighsTimer& timer,
8383
} else if (options.log_dev_level == kHighsLogDevLevelVerbose) {
8484
parameters.debug = 4;
8585
}
86+
parameters.debug = 4;
8687
parameters.highs_logging = true;
8788
parameters.timeless_log = options.timeless_log;
8889
parameters.log_options = &options.log_options;
@@ -1583,4 +1584,4 @@ HighsStatus reportHipoCrossoverStatus(const HighsOptions& options,
15831584
}
15841585
return HighsStatus::kError;
15851586
}
1586-
#endif
1587+
#endif

0 commit comments

Comments
 (0)