mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
initialize relvancy level in constructor
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5cbabb20ac
commit
e2b6b12215
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ namespace smt {
|
|||
m_fparams(p),
|
||||
m_params(_p),
|
||||
m_setup(*this, p),
|
||||
m_relevancy_lvl(2),
|
||||
m_relevancy_lvl(p.m_relevancy_lvl),
|
||||
m_asserted_formulas(m, p, _p),
|
||||
m_rewriter(m),
|
||||
m_qmanager(alloc(quantifier_manager, *this, p, _p)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue