- Timestamp:
- Jan 5, 2011 12:20:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpSimplexPrimal.cpp
r1665 r1671 1700 1700 value = oldValue - upperTheta * alpha; 1701 1701 #ifdef CLP_USER_DRIVEN1 1702 int sequenceOut=pivotVariable_[index[iIndex]]; 1703 if(!userChoiceValid1(this,sequenceOut,oldValue, 1702 if(!userChoiceValid1(this,iPivot,oldValue, 1704 1703 upperTheta,alpha,work[iIndex]*way)) 1705 1704 value =0.0; // say can't use
Note: See TracChangeset
for help on using the changeset viewer.