We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8b4dc5 + 9613a02 commit d022659Copy full SHA for d022659
highs/lp_data/HighsOptions.h
@@ -1219,8 +1219,8 @@ class HighsOptions : public HighsOptionsStruct {
1219
1220
record_bool = new OptionRecordBool(
1221
"mip_allow_cut_separation_at_nodes",
1222
- "Whether cut separation at nodes is permitted", advanced,
1223
- &mip_allow_cut_separation_at_nodes, true);
+ "Whether cut separation at nodes other than the root node is permitted",
+ advanced, &mip_allow_cut_separation_at_nodes, true);
1224
records.push_back(record_bool);
1225
1226
record_double = new OptionRecordDouble(
0 commit comments