Bugfix
This commit is contained in:
@@ -90,6 +90,8 @@ int add_comb_cut(
|
|||||||
|
|
||||||
#if LOG_LEVEL >= LOG_LEVEL_DEBUG
|
#if LOG_LEVEL >= LOG_LEVEL_DEBUG
|
||||||
log_debug("Generated cut:\n");
|
log_debug("Generated cut:\n");
|
||||||
|
if(OPTIMAL_X)
|
||||||
|
{
|
||||||
for (int i = 0; i < nz; i++)
|
for (int i = 0; i < nz; i++)
|
||||||
{
|
{
|
||||||
if (OPTIMAL_X[rmatind[i]] < LP_EPSILON) continue;
|
if (OPTIMAL_X[rmatind[i]] < LP_EPSILON) continue;
|
||||||
@@ -107,7 +109,8 @@ int add_comb_cut(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
log_debug(" %c %.2lf\n", sense, rhs);
|
log_debug(" %c %.2lf\n", sense, rhs);
|
||||||
#endif
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (OPTIMAL_X)
|
if (OPTIMAL_X)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user