Changeset 842
- Timestamp:
- Dec 14, 2007 9:29:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcModel.cpp
r838 r842 12611 12611 { 12612 12612 abort(); 12613 int returnCode=0; 12614 #if 0 12613 12615 // this should be updated by heuristics strong branching etc etc 12614 12616 if (numberIterations>0) … … 12616 12618 else 12617 12619 stopNumberIterations_=-1; 12618 int returnCode=0;12619 12620 while (true) { 12620 12621 if (tree_->empty()) { … … 12652 12653 } 12653 12654 stopNumberIterations_=-1; 12655 #endif 12654 12656 return returnCode; 12655 12657 }
Note: See TracChangeset
for help on using the changeset viewer.