Skip to content

Commit d022659

Browse files
authored
Merge pull request #2819 from ERGO-Code/expand-param-description
Expand param description
2 parents d8b4dc5 + 9613a02 commit d022659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

highs/lp_data/HighsOptions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,8 +1219,8 @@ class HighsOptions : public HighsOptionsStruct {
12191219

12201220
record_bool = new OptionRecordBool(
12211221
"mip_allow_cut_separation_at_nodes",
1222-
"Whether cut separation at nodes is permitted", advanced,
1223-
&mip_allow_cut_separation_at_nodes, true);
1222+
"Whether cut separation at nodes other than the root node is permitted",
1223+
advanced, &mip_allow_cut_separation_at_nodes, true);
12241224
records.push_back(record_bool);
12251225

12261226
record_double = new OptionRecordDouble(

0 commit comments

Comments
 (0)