3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-05 05:49:13 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-07-12 15:49:57 -07:00
parent 43cf053066
commit ca80d99617
2 changed files with 6 additions and 2 deletions

View file

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