Changeset 306
- Timestamp:
- Apr 6, 2006 3:49:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Test/unitTest.cpp
r277 r306 43 43 44 44 #ifdef CBC_USE_CBC 45 void Cbc UnitTest (const std::vector<OsiCbcSolverInterface*> & vecEmptySiP,46 const std::string & mpsDir)45 void CbcMiplibTest (const std::vector<OsiCbcSolverInterface*> & vecEmptySiP, 46 const std::string & mpsDir) 47 47 { 48 48 int i ; … … 300 300 } 301 301 } 302 #endif 302 #endif // CBC_USE_CBC 303 303 304 //---------------------------------------------------------------- 304 305 // unitTest [-miplibDir=V2] … … 390 391 391 392 testingMessage( "Testing some miplib stuff\n" ); 392 Cbc UnitTest(vecSi,miplibDir);393 CbcMiplibTest(vecSi,miplibDir); 393 394 394 395 unsigned int i; … … 396 397 delete vecSi[i]; 397 398 } 398 #endif 399 #else // CBC_USE_CBC 400 std::cerr 401 << "cbc has been built without OsiCbc support. To enable the -miplib\n" 402 << "option, you must enable libOsiCbc in Makefile.location, then\n" 403 << "execute the command `make clean cbc' to rebuild the cbc program." 404 << std::endl ; 405 #endif // CBC_USE_CBC 399 406 testingMessage( "All tests completed successfully\n" ); 400 407 return 0;
Note: See TracChangeset
for help on using the changeset viewer.