mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 00:26:38 +00:00
allow gcd when dio ignores some terms
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
17af18fe31
commit
d289495ca4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue