mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +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;
|
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;
|
return false;
|
||||||
|
|
||||||
if (!least_coeff_is_unique)
|
if (!least_coeff_is_unique)
|
||||||
|
|
Loading…
Reference in a new issue