This commit is contained in:
2015-03-31 11:50:19 -04:00
parent 07c14a33ab
commit 79798c4dc3

View File

@@ -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,6 +109,7 @@ int add_comb_cut(
}
}
log_debug(" %c %.2lf\n", sense, rhs);
}
#endif
if (OPTIMAL_X)