Bugfix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user