mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ab3b387076
commit
6a5cdd48e7
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue