master
Alinson S. Xavier 11 years ago
parent 07c14a33ab
commit 79798c4dc3

@ -90,6 +90,8 @@ int add_comb_cut(
#if LOG_LEVEL >= LOG_LEVEL_DEBUG
log_debug("Generated cut:\n");
if(OPTIMAL_X)
{
for (int i = 0; i < nz; i++)
{
if (OPTIMAL_X[rmatind[i]] < LP_EPSILON) continue;
@ -107,7 +109,8 @@ int add_comb_cut(
}
}
log_debug(" %c %.2lf\n", sense, rhs);
#endif
}
#endif
if (OPTIMAL_X)
{