mirror of
https://github.com/Z3Prover/z3
synced 2026-06-30 12:28:53 +00:00
Properly extract justifications from subsolver
This commit is contained in:
parent
e25e93503b
commit
36b01a51f1
6 changed files with 74 additions and 38 deletions
|
|
@ -34,7 +34,8 @@ namespace smt {
|
|||
m_egraph(m),
|
||||
m_sgraph(m, m_egraph),
|
||||
m_context_solver(m),
|
||||
m_nielsen(m_sgraph, m_context_solver),
|
||||
m_core_solver(m),
|
||||
m_nielsen(m_sgraph, m_context_solver, m_core_solver),
|
||||
m_axioms(m_th_rewriter),
|
||||
m_regex(m_sgraph),
|
||||
m_model(m, m_seq, m_rewriter, m_sgraph),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue