Changeset 2125
- Timestamp:
- Feb 1, 2015 4:34:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcCountRowCut.cpp
r2094 r2125 709 709 newCutPtr->setRow(vector); 710 710 rowCut_[numberCuts_++]=newCutPtr; 711 printf("addedGreedyGlobalCut of size %d to %x- cuts size %d\n",712 711 //printf("addedGreedyGlobalCut of size %d to %p - cuts size %d\n", 712 // cut.row().getNumElements(),this,numberCuts_); 713 713 return 0; 714 714 } else {
Note: See TracChangeset
for help on using the changeset viewer.