- Timestamp:
- Oct 8, 2007 8:52:34 AM (12 years ago)
- Location:
- trunk/Cbc/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcSolver.cpp
r819 r820 730 730 return new CbcStopNow(*this); 731 731 } 732 #define NEW_STYLE_SOLVER732 //#define NEW_STYLE_SOLVER 733 733 //#undef COIN_HAS_ASL 734 734 #ifdef COIN_HAS_ASL -
trunk/Cbc/src/CoinSolve.cpp
r819 r820 14 14 #include <cstring> 15 15 #include <iostream> 16 #define NEW_STYLE_SOLVER16 //#define NEW_STYLE_SOLVER 17 17 #ifndef NEW_STYLE_SOLVER 18 18 // define TEST_MESSAGE_HANDLER to check works on all messages
Note: See TracChangeset
for help on using the changeset viewer.