mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
fix #4127
This commit is contained in:
parent
8996e8129e
commit
3a63c3751e
|
@ -745,7 +745,7 @@ struct purify_arith_proc {
|
||||||
else {
|
else {
|
||||||
result = q;
|
result = q;
|
||||||
if (m_produce_proofs) {
|
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