- Timestamp:
- Sep 28, 2007 12:27:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcModel.cpp
r809 r810 477 477 for (CoinBigIndex j=start;j<end;j++) { 478 478 double value = element[j]; 479 if (fabs(value !=1.0)) {479 if (fabs(value)!=1.0) { 480 480 type=3; 481 481 break; … … 536 536 } 537 537 if ((possible==2||possible==4)&&!unitRhs) { 538 #ifdef COIN_DEVELOP 538 539 printf("XXXXXX Continuous all +1 but different rhs\n"); 540 #endif 539 541 possible=0; 540 542 } … … 547 549 else 548 550 continuousMultiplier=0.5; 551 #ifdef COIN_DEVELOP 549 552 if (continuousMultiplier) 550 553 printf("XXXXXX multiplier of %g\n",continuousMultiplier); 554 #endif 551 555 if (continuousMultiplier==0.5) { 552 556 coeffMultiplier=new double [numberColumns];
Note: See TracChangeset
for help on using the changeset viewer.