Changeset 854 for trunk/Cbc/src/unitTestClp.cpp
- Timestamp:
- Jan 11, 2008 5:05:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/unitTestClp.cpp
r848 r854 11 11 #include "OsiClpSolverInterface.hpp" 12 12 #include "OsiRowCutDebugger.hpp" 13 14 13 //############################################################################# 15 14 … … 124 123 */ 125 124 // 0 for no test, 1 for some, 2 for many, 3 for all 125 //PUSH_MPS("blend2",274,353,7.598985,6.9156751140,7); 126 126 #define HOWMANY 2 127 127 #if HOWMANY 128 128 #if HOWMANY>1 129 //PUSH_MPS("blend2",274,353,7.598985,6.9156751140,7);130 129 PUSH_MPS("10teams",230,2025,924,917,7); 131 130 #endif … … 346 345 model->solver()->activateRowCutDebugger(problemName.c_str()) ; 347 346 } 347 setCutAndHeuristicOptions(*model); 348 348 model->branchAndBound(); 349 349
Note: See TracChangeset
for help on using the changeset viewer.