mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 05:49:13 +00:00
fix #6153
This commit is contained in:
parent
43cf053066
commit
ca80d99617
2 changed files with 6 additions and 2 deletions
|
|
@ -1271,6 +1271,7 @@ public:
|
|||
mk_axiom(eqz, eq);
|
||||
mk_axiom(eqz, mod_ge_0);
|
||||
mk_axiom(eqz, mod_lt_q);
|
||||
m_arith_eq_adapter.mk_axioms(th.ensure_enode(mod_r), th.ensure_enode(p));
|
||||
|
||||
if (a.is_zero(p)) {
|
||||
mk_axiom(eqz, mk_literal(m.mk_eq(div, zero)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue