You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (int iLook = 0; iLook < numberLook; iLook++) {
@@ -221,11 +221,11 @@ const CoinPresolveAction
221
221
else
222
222
type = 4;
223
223
}
224
-
if (type == 1 || type == 2)
225
-
nOneBound++;
224
+
//if (type == 1 || type == 2)
225
+
// nOneBound++;
226
226
active[j] = type;
227
227
}
228
-
int nFreed = 0;
228
+
//int nFreed = 0;
229
229
#defineUSE_ACTIVE1
230
230
//#define PRESOLVE_DEBUG 2
231
231
for (int i = 0; i < nrows; i++) {
@@ -333,7 +333,7 @@ const CoinPresolveAction
333
333
#endif
334
334
doneSomething = true;
335
335
active[icol] = 2 + 8;
336
-
nFreed++;
336
+
//nFreed++;
337
337
#defineTRY_UPPER3
338
338
#if TRY_UPPER > 1
339
339
} elseif (impliedUpper < ub + 1.0e-7) {
@@ -352,7 +352,7 @@ const CoinPresolveAction
352
352
#if TRY_UPPER > 2
353
353
doneSomething = true;
354
354
active[icol] = 1 + 8;
355
-
nFreed++;
355
+
//nFreed++;
356
356
#endif
357
357
#endif
358
358
} else {
@@ -445,7 +445,7 @@ const CoinPresolveAction
445
445
printf("second type can take off lb of %g on column %d as implied lower %g - effective upper %g, coeff %g on row %d\n", lb, icol, impliedLower, maxUp, coeff, i);
446
446
#endif
447
447
active[icol] = 2 + 8;
448
-
nFreed++;
448
+
//nFreed++;
449
449
#if0 //TRY_UPPER
450
450
} else if (impliedLower>lb-1.0e-7 ) {
451
451
printf("second type can't take off lb of %g on column %d as implied lower %g - effective upper %g, coeff %g on row %d\n",lb,icol,impliedLower,maxUp,coeff,i);
0 commit comments