mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 21:33:39 +00:00
parent
6f2b5696d5
commit
b29c77dc87
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ struct purify_arith_proc {
|
||||||
result = m().update_quantifier(q, new_body);
|
result = m().update_quantifier(q, new_body);
|
||||||
if (m_produce_proofs) {
|
if (m_produce_proofs) {
|
||||||
proof_ref_vector & cnstr_prs = r.cfg().m_new_cnstr_prs;
|
proof_ref_vector & cnstr_prs = r.cfg().m_new_cnstr_prs;
|
||||||
cnstr_prs.push_back(result_pr);
|
// cnstr_prs.push_back(result_pr);
|
||||||
// TODO: improve proof
|
// TODO: improve proof
|
||||||
result_pr = m().mk_quant_intro(q, to_quantifier(result.get()),
|
result_pr = m().mk_quant_intro(q, to_quantifier(result.get()),
|
||||||
m().mk_rewrite_star(q->get_expr(), new_body, cnstr_prs.size(), cnstr_prs.c_ptr()));
|
m().mk_rewrite_star(q->get_expr(), new_body, cnstr_prs.size(), cnstr_prs.c_ptr()));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue