3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-03-26 14:57:56 -07:00
parent c2b353ba72
commit e89071d366
2 changed files with 11 additions and 10 deletions

View file

@ -1236,6 +1236,7 @@ public:
mk_axiom(q_le_0, m_le_0);
return;
}
expr_ref mod_r(a.mk_add(a.mk_mul(q, div), mod), m);
#if 0
expr_ref eqr(m.mk_eq(a.mk_add(a.mk_mul(q, div), mod), p), m);
ctx().get_rewriter()(eqr);