Changeset 444 for branches/devel/Cbc/src/CbcHeuristicFPump.cpp
- Timestamp:
- Oct 9, 2006 5:20:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/devel/Cbc/src/CbcHeuristicFPump.cpp
r441 r444 71 71 fprintf(fp,"0#include \"CbcHeuristicFPump.hpp\"\n"); 72 72 fprintf(fp,"3 CbcHeuristicFPump heuristicFPump(*cbcModel);\n"); 73 if (when_!=other.when_) 74 fprintf(fp,"3 heuristicFPump.setWhen(%d);\n",when_); 75 else 76 fprintf(fp,"4 heuristicFPump.setWhen(%d);\n",when_); 73 77 if (maximumPasses_!=other.maximumPasses_) 74 78 fprintf(fp,"3 heuristicFPump.setMaximumPasses(%d);\n",maximumPasses_); … … 594 598 cutoff -= CoinMax(CoinMax(gap,absoluteIncrement_),model_->getCutoffIncrement()); 595 599 printf("round again with cutoff of %g\n",cutoff); 596 if (accumulate_<2 )600 if (accumulate_<2&&usedColumn) 597 601 memset(usedColumn,0,numberColumns); 598 602 totalNumberPasses += numberPasses;
Note: See TracChangeset
for help on using the changeset viewer.