mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 13:58:45 +00:00
allow gcd when dio ignores some terms
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
7ee3415150
commit
7e88064da9
|
@ -223,7 +223,7 @@ namespace lp {
|
|||
|
||||
lia_move r = lia_move::undef;
|
||||
|
||||
if (m_gcd.should_apply())
|
||||
if (m_gcd.should_apply() || (settings().dio() && m_dio.some_terms_are_ignored()))
|
||||
r = m_gcd();
|
||||
|
||||
check_return_helper pc(lra);
|
||||
|
|
Loading…
Reference in a new issue