Changeset 1132
- Timestamp:
- Oct 19, 2007 5:50:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpSimplexPrimal.cpp
r1111 r1132 787 787 forceFactorization_=1; // a bit drastic but .. 788 788 type = 2; 789 if (internalFactorize(1)!=0) 790 largestPrimalError_=1.0e4; // force other type 789 if (internalFactorize(2)!=0) { 790 largestPrimalError_=1.0e4; // force other type 791 } 791 792 } 792 793 changeMade_++; // say change made
Note: See TracChangeset
for help on using the changeset viewer.