- Timestamp:
- Dec 4, 2009 4:08:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sandbox/Cbc/src/CbcHeuristicLocal.cpp
r1315 r1359 190 190 delete [] which; 191 191 nFix += nFix2; 192 #ifdef CLP_INVESTIGATE2 192 193 printf("Number fixed increased from %d to %d\n", 193 194 nFix - nFix2, nFix); 195 #endif 194 196 } 195 197 if (nFix*10 > numberIntegers) {
Note: See TracChangeset
for help on using the changeset viewer.