We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e1c30 commit f6c9332Copy full SHA for f6c9332
Clp/src/CbcOrClpParam.cpp
@@ -2230,7 +2230,7 @@ correct tolerance (remembering to switch off presolve for this final short clean
2230
p.append("both");
2231
p.append("before");
2232
p.setLonghelp(
2233
- "This heuristic is very very compute intensive. It tries to find a Dantzig Wolfe structure and use that."
+ "This heuristic is very very compute intensive. It tries to find a Dantzig Wolfe structure and use that. "
2234
HEURISTICS_LONGHELP);
2235
parameters.push_back(p);
2236
}
0 commit comments