Changeset 824 for trunk/Cbc/src/CbcSolver.cpp
- Timestamp:
- Oct 12, 2007 11:55:57 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcSolver.cpp
r822 r824 730 730 return new CbcStopNow(*this); 731 731 } 732 //#undef NEW_STYLE_SOLVER 732 733 //#define NEW_STYLE_SOLVER 733 734 //#undef COIN_HAS_ASL … … 3300 3301 } 3301 3302 3302 voidCbcClpUnitTest (const CbcModel & saveModel,3303 int CbcClpUnitTest (const CbcModel & saveModel, 3303 3304 std::string& dirMiplib, bool unitTestOnly); 3304 3305 #ifdef NEW_STYLE_SOLVER … … 7027 7028 */ 7028 7029 int extra1 = parameters_[whichParam(EXTRA1,numberParameters_,parameters_)].intValue(); 7029 CbcClpUnitTest(model_, dirMiplib, extra1==1);7030 int returnCode=CbcClpUnitTest(model_, dirMiplib, extra1==1); 7030 7031 babModel_=NULL; 7031 return 777;7032 return returnCode; 7032 7033 } else { 7033 7034 strengthenedModel = babModel_->strengthenedModel();
Note: See TracChangeset
for help on using the changeset viewer.