- Timestamp:
- Feb 13, 2010 5:14:44 AM (11 years ago)
- Location:
- trunk/Clp/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpSimplexPrimal.cpp
r1503 r1517 1262 1262 if (perturbation_==101) { 1263 1263 goToDual=unPerturb(); // stop any further perturbation 1264 if ( numberRows_>20000&&!numberTimesOptimal_)1264 if ((numberRows_>20000||numberDualInfeasibilities_)&&!numberTimesOptimal_) 1265 1265 goToDual=false; // Better to carry on a bit longer 1266 1266 lastCleaned=-1; // carry on -
trunk/Clp/src/ClpSolve.cpp
r1506 r1517 1287 1287 #else 1288 1288 // Allow for crossover 1289 #define LACI_TRY1289 //#define LACI_TRY 1290 1290 #ifndef LACI_TRY 1291 1291 //if (doIdiot>0)
Note: See TracChangeset
for help on using the changeset viewer.