mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
inherit weights
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
784e2721dd
commit
1a9dfc5e80
3 changed files with 3 additions and 3 deletions
|
@ -740,7 +740,7 @@ struct purify_arith_proc {
|
|||
scoped_ptr<expr_replacer> replacer = mk_default_expr_replacer(m());
|
||||
replacer->set_substitution(&subst);
|
||||
(*replacer)(new_body, new_body);
|
||||
new_body = m().mk_exists(num_vars, sorts.c_ptr(), names.c_ptr(), new_body);
|
||||
new_body = m().mk_exists(num_vars, sorts.c_ptr(), names.c_ptr(), new_body, q->get_weight());
|
||||
result = m().update_quantifier(q, new_body);
|
||||
if (m_produce_proofs) {
|
||||
proof_ref_vector & cnstr_prs = r.cfg().m_new_cnstr_prs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue