mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +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
|
@ -469,7 +469,7 @@ private:
|
|||
}
|
||||
if (has_new_var) {
|
||||
sub(new_body, result);
|
||||
result = m.mk_quantifier(old_q->get_kind(), new_sorts.size(), new_sorts.c_ptr(), old_q->get_decl_names(), result);
|
||||
result = m.mk_quantifier(old_q->get_kind(), new_sorts.size(), new_sorts.c_ptr(), old_q->get_decl_names(), result, old_q->get_weight());
|
||||
result_pr = nullptr;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue