From 91d9a5bc838cc928de42967d03d0e4aae661e3e1 Mon Sep 17 00:00:00 2001 From: Lev Nachmanson Date: Wed, 4 Mar 2020 11:59:35 -0800 Subject: [PATCH] fix in gomory cut Signed-off-by: Lev Nachmanson --- src/math/lp/gomory.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/math/lp/gomory.cpp b/src/math/lp/gomory.cpp index 9f497fb09..e4a1f35bd 100644 --- a/src/math/lp/gomory.cpp +++ b/src/math/lp/gomory.cpp @@ -54,6 +54,8 @@ class create_cut { constraint_index column_upper_bound_constraint(unsigned j) const { return lia.column_upper_bound_constraint(j); } bool column_is_fixed(unsigned j) const { return lia.lra.column_is_fixed(j); } + + void int_case_in_gomory_cut(unsigned j) { lp_assert(is_int(j) && m_fj.is_pos()); TRACE("gomory_cut_detail",