mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 06:13:40 +00:00
commit
2cf6ada38e
2 changed files with 4 additions and 5 deletions
|
@ -1569,7 +1569,6 @@ public:
|
||||||
VERIFY(a.is_idiv(n, p, q));
|
VERIFY(a.is_idiv(n, p, q));
|
||||||
theory_var v = mk_var(n);
|
theory_var v = mk_var(n);
|
||||||
theory_var v1 = mk_var(p);
|
theory_var v1 = mk_var(p);
|
||||||
theory_var v2 = mk_var(q);
|
|
||||||
rational r1 = get_value(v1);
|
rational r1 = get_value(v1);
|
||||||
rational r2;
|
rational r2;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue