Changeset 1131 for stable/1.6
- Timestamp:
- Oct 19, 2007 5:49:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.6/Clp/src/ClpSimplexPrimal.cpp
r1111 r1131 787 787 forceFactorization_=1; // a bit drastic but .. 788 788 type = 2; 789 if (internalFactorize( 1)!=0)789 if (internalFactorize(2)!=0) 790 790 largestPrimalError_=1.0e4; // force other type 791 791 }
Note: See TracChangeset
for help on using the changeset viewer.