diff --git a/src/util/lp/gomory.cpp b/src/util/lp/gomory.cpp index 55d944885..3ccbbde63 100644 --- a/src/util/lp/gomory.cpp +++ b/src/util/lp/gomory.cpp @@ -296,14 +296,6 @@ public: } else { if (p.coeff().is_int()) { // m_fj will be zero and no monomial will be added -#if 0 - if (at_lower(j)) { - m_ex.push_justification(column_lower_bound_constraint(j)); - } - if (at_upper(j)) { - m_ex.push_justification(column_upper_bound_constraint(j)); - } -#endif continue; } some_int_columns = true;