mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
wip - proof checking
fixes to smt_theory_checker. Generalize it to apply to arrays and fpa. Missing: bv
This commit is contained in:
parent
7b3a634b8d
commit
1fc77c8c00
5 changed files with 35 additions and 29 deletions
|
@ -50,6 +50,8 @@ namespace euf {
|
|||
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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue