mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 03:07:07 +00:00
initialize relvancy level in constructor
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5cbabb20ac
commit
e2b6b12215
|
@ -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…
Reference in a new issue