Skip to content

Commit 5eb7867

Browse files
committed
Set correct default for timelss_log
1 parent 5b4f9c0 commit 5eb7867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lp_data/HighsOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ class HighsOptions : public HighsOptionsStruct {
851851

852852
record_bool = new OptionRecordBool(
853853
"timeless_log", "Suppression of time-based data in logging", true,
854-
&timeless_log, true);
854+
&timeless_log, false);
855855
records.push_back(record_bool);
856856

857857
record_string =

0 commit comments

Comments
 (0)