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 a9af086 commit 4641899Copy full SHA for 4641899
src/Osi/OsiPresolve.cpp
@@ -979,7 +979,7 @@ const CoinPresolveAction *OsiPresolve::presolve(CoinPresolveMatrix *prob)
979
paction_ = dupcol_action::presolve(prob, paction_);
980
possibleSkip;
981
#ifdef CBC_PREPROCESS_EXPERIMENT
982
- paction_ = twoxtwo_action::presolve(prob, paction_);
+ //paction_ = twoxtwo_action::presolve(prob, paction_);
983
#endif
984
#if PRESOLVE_DEBUG > 0
985
if (monitor)
0 commit comments