Changeset 462
- Timestamp:
- Oct 20, 2006 3:11:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/examples/barrier.cpp
r461 r462 43 43 ClpSolve::PresolveType presolveType = ClpSolve::presolveOn; 44 44 int numberPasses = 5; 45 #ifndef UFL_BARRIER 45 46 int options[] = {0,0,0,0,0,0}; 47 #else 48 // we can use UFL code 49 int options[] = {0,0,0,0,4,0}; 50 #endif 46 51 int extraInfo[] = {-1,-1,-1,-1,-1,-1}; 47 52 int independentOptions[] = {0,0,3};
Note: See TracChangeset
for help on using the changeset viewer.