3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-04-27 13:27:00 -07:00
parent 8996e8129e
commit 3a63c3751e

View file

@ -745,7 +745,7 @@ struct purify_arith_proc {
else {
result = q;
if (m_produce_proofs) {
r.cfg().push_cnstr_pr(nullptr);
r.cfg().push_cnstr_pr(m().mk_reflexivity(q));
}
}
}