- Timestamp:
- Sep 7, 2007 10:22:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcSolver.cpp
r779 r780 1772 1772 if (fixColumn[iColumn+1]-fixColumn[iColumn]==0&&doAction<10) 1773 1773 continue; 1774 //double value = fullSolution[iColumn];1774 double value = fullSolution[iColumn]; 1775 1775 double djValue = dj[iColumn]; 1776 1776 if (state[iColumn]==1) {
Note: See TracChangeset
for help on using the changeset viewer.