3
0
Fork 0
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:
Lev Nachmanson 2025-04-09 10:23:55 -07:00 committed by Lev Nachmanson
parent 17af18fe31
commit d289495ca4

View file

@ -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);