Changeset 851
- Timestamp:
- Jan 7, 2008 8:10:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.0/Cbc/src/CbcModel.cpp
r844 r851 5817 5817 <<i 5818 5818 <<generator_[i]->cutGeneratorName() 5819 <<countRowCuts[i]<<count[i] 5819 //<<countRowCuts[i]<<count[i] 5820 << generator_[i]->numberCutsInTotal()<<generator_[i]->numberCutsActive() 5820 5821 <<countColumnCuts[i]; 5821 5822 handler_->printing(!numberNodes_&&generator_[i]->timing()) … … 7532 7533 globalCuts_.insert(newCut) ; 7533 7534 generator_[i]->incrementNumberCutsInTotal(); 7534 } 7535 } else { 7536 // obviously wrong 7537 if (handler_->logLevel()>0) 7538 printf("Cut generator %s set to run on new solution but NOT globally valid!!\n", 7539 generator_[i]->cutGeneratorName()); 7540 } 7535 7541 } 7536 7542 }
Note: See TracChangeset
for help on using the changeset viewer.