mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
This commit is contained in:
parent
c2b353ba72
commit
e89071d366
2 changed files with 11 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue