mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
fix #4127
This commit is contained in:
parent
8996e8129e
commit
3a63c3751e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue