Changeset 1450 for stable/1.10
- Timestamp:
- Oct 21, 2009 4:28:50 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.10/Clp/src/ClpSimplexDual.cpp
r1435 r1450 3657 3657 #ifdef MORE_CAREFUL 3658 3658 // If we have done pivots and things look bad set alpha_ 0.0 to force factorization 3659 if(badSumPivots||3660 fabs(theta_*badFree)>10.0*dualTolerance_&&factorization_->pivots()) {3659 if ((badSumPivots|| 3660 fabs(theta_*badFree)>10.0*dualTolerance_)&&factorization_->pivots()) { 3661 3661 if (handler_->logLevel()>1) 3662 3662 printf("forcing re-factorization\n");
Note: See TracChangeset
for help on using the changeset viewer.