Skip to content

Commit

Permalink
fix #4127
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Apr 27, 2020
1 parent 8996e81 commit 3a63c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tactic/arith/purify_arith_tactic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}
}
Expand Down

0 comments on commit 3a63c37

Please sign in to comment.