- Timestamp:
- Feb 2, 2010 5:48:50 AM (11 years ago)
- Location:
- trunk/Clp/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpSolve.cpp
r1453 r1506 1287 1287 #else 1288 1288 // Allow for crossover 1289 #define LACI_TRY 1290 #ifndef LACI_TRY 1289 1291 //if (doIdiot>0) 1290 1292 info.setStrategy(512|info.getStrategy()); 1293 #endif 1291 1294 // Allow for scaling 1292 1295 info.setStrategy(32|info.getStrategy()); … … 1328 1331 } 1329 1332 #endif 1333 #ifndef LACI_TRY 1330 1334 if (options.getSpecialOption(1)!=2|| 1331 1335 options.getExtraInfo(1)<1000000) { … … 1347 1351 } 1348 1352 } 1353 #endif 1349 1354 time2 = CoinCpuTime(); 1350 1355 timeCore = time2-timeX; -
trunk/Clp/src/Idiot.cpp
r1480 r1506 1318 1318 int * negSlack = posSlack+nrows; 1319 1319 int * nextSlack = negSlack + nrows; 1320 #if 1 1320 /* Laci - try both ways - to see what works - 1321 you can change second part as much as you want */ 1322 #ifndef LACI_TRY // was #if 1 1321 1323 // Array for sorting out slack values 1322 1324 double * ratio = new double [ncols];
Note: See TracChangeset
for help on using the changeset viewer.