3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-08-08 17:33:49 -07:00
parent 85da7407dc
commit af5fd1014f

View file

@ -418,6 +418,7 @@ namespace arith {
expr* p = nullptr, * q = nullptr;
VERIFY(a.is_idiv(n, p, q));
theory_var v1 = internalize_def(p);
ensure_column(v1);
lp::impq r1 = get_ivalue(v1);
rational r2;