mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
reducing dependencies on simplifier
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a206362cef
commit
e2b46257d6
18 changed files with 289 additions and 215 deletions
|
@ -434,7 +434,7 @@ namespace smt {
|
|||
|
||||
m_mam = mk_mam(*m_context);
|
||||
m_lazy_mam = mk_mam(*m_context);
|
||||
m_model_finder = alloc(model_finder, m, m_context->get_simplifier());
|
||||
m_model_finder = alloc(model_finder, m);
|
||||
m_model_checker = alloc(model_checker, m, *m_fparams, *(m_model_finder.get()));
|
||||
|
||||
m_model_finder->set_context(m_context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue