Changeset 837 for trunk/Cbc/src/CbcModel.cpp
- Timestamp:
- Dec 10, 2007 6:20:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcModel.cpp
r833 r837 731 731 } 732 732 } 733 delete [] count; 733 734 if (allGood) { 735 #ifdef COIN_DEVELOP 734 736 if (numberObj) 735 737 printf("YYYY analysis says all continuous with costs will be integer\n"); 738 #endif 736 739 continuousMultiplier=1.0; 737 740 }
Note: See TracChangeset
for help on using the changeset viewer.