mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
fix #4127
This commit is contained in:
parent
8996e8129e
commit
3a63c3751e
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue