mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
ensure that initialization order for euf_solver is aligned
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2f1514a259
commit
6292b06c67
2 changed files with 47 additions and 44 deletions
|
@ -46,14 +46,13 @@ namespace euf {
|
|||
m_trail(),
|
||||
m_rewriter(m),
|
||||
m_unhandled_functions(m),
|
||||
m_lookahead(nullptr),
|
||||
m_to_m(&m),
|
||||
m_to_si(&si),
|
||||
m_values(m),
|
||||
m_clause(m),
|
||||
m_expr_args(m),
|
||||
m_clause_visitor(m),
|
||||
m_smt_proof_checker(m, p)
|
||||
m_smt_proof_checker(m, p),
|
||||
m_clause(m),
|
||||
m_expr_args(m)
|
||||
{
|
||||
updt_params(p);
|
||||
m_relevancy.set_enabled(get_config().m_relevancy_lvl > 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue