mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
#6429 fixes
This commit is contained in:
parent
aa080a6b19
commit
ef10119005
3 changed files with 6 additions and 6 deletions
|
@ -179,8 +179,8 @@ public:
|
|||
m_preprocess_state(*this),
|
||||
m_preprocess(m, p, m_preprocess_state),
|
||||
m_trail(m_preprocess_state.m_trail),
|
||||
m_dep(m, m_trail),
|
||||
m_solver(p, m.limit()),
|
||||
m_dep(m, m_trail),
|
||||
m_assumptions(m), m_core(m), m_ors(m), m_aux_fmls(m), m_internalized_fmls(m),
|
||||
m_map(m),
|
||||
m_mc(alloc(generic_model_converter, m, "sat-smt-solver")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue