Changeset 1585 for trunk/Cbc/src/CbcHeuristic.cpp
- Timestamp:
- Jan 11, 2011 2:04:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcHeuristic.cpp
r1582 r1585 838 838 if (solver->isProvenOptimal()) { 839 839 CglPreProcess process; 840 if ((model_->moreSpecialOptions()&65536)!=0) 841 process.setOptions(2+4+8); // no cuts 840 842 /* Do not try and produce equality cliques and 841 843 do up to 2 passes (normally) 5 if restart */
Note: See TracChangeset
for help on using the changeset viewer.