mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +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
|
@ -401,7 +401,7 @@ quantifier::quantifier(unsigned num_decls, sort * const * decl_sorts, symbol con
|
|||
m_expr(body),
|
||||
m_sort(s),
|
||||
m_depth(::get_depth(body) + 1),
|
||||
m_weight(0),
|
||||
m_weight(1),
|
||||
m_has_unused_vars(true),
|
||||
m_has_labels(::has_labels(body)),
|
||||
m_qid(symbol()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue