Skip to content

Commit 4641899

Browse files
committed
take out twoxtwo preprocessing for now
1 parent a9af086 commit 4641899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Osi/OsiPresolve.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ const CoinPresolveAction *OsiPresolve::presolve(CoinPresolveMatrix *prob)
979979
paction_ = dupcol_action::presolve(prob, paction_);
980980
possibleSkip;
981981
#ifdef CBC_PREPROCESS_EXPERIMENT
982-
paction_ = twoxtwo_action::presolve(prob, paction_);
982+
//paction_ = twoxtwo_action::presolve(prob, paction_);
983983
#endif
984984
#if PRESOLVE_DEBUG > 0
985985
if (monitor)

0 commit comments

Comments
 (0)