Changeset 1127 for stable/1.6
- Timestamp:
- Oct 8, 2007 6:43:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.6/Clp/src/ClpSimplex.cpp
r1115 r1127 7333 7333 ClpSimplex::statusOfProblem(bool initial) 7334 7334 { 7335 createRim(7+8+16+32); 7335 bool goodMatrix=createRim(7+8+16+32); 7336 if (!goodMatrix) { 7337 problemStatus_=4; 7338 return false; 7339 } 7336 7340 // is factorization okay? 7337 7341 if (initial) {
Note: See TracChangeset
for help on using the changeset viewer.