Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jun 2, 2021
1 parent ab3b387 commit 6a5cdd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/math/lp/int_gcd_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@ namespace lp {
return false;
}

if (least_coeff_is_bounded && !m_least_coeff.is_one() && !ext_gcd_test(A.m_rows[i]))
if (least_coeff_is_bounded &&
!m_least_coeff.is_one() &&
!lia.get_value(basic_var).is_int() &&
!ext_gcd_test(A.m_rows[i]))
return false;

if (!least_coeff_is_unique)
Expand Down

0 comments on commit 6a5cdd4

Please sign in to comment.