mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
na
This commit is contained in:
parent
c8aab1972a
commit
579caab025
5 changed files with 77 additions and 8 deletions
|
@ -20,6 +20,7 @@ Author:
|
|||
#include "ast/ast_trail.h"
|
||||
#include "sat/smt/sat_th.h"
|
||||
#include "sat/smt/q_mbi.h"
|
||||
#include "sat/smt/q_ematch.h"
|
||||
|
||||
namespace euf {
|
||||
class solver;
|
||||
|
@ -40,6 +41,7 @@ namespace q {
|
|||
|
||||
stats m_stats;
|
||||
mbqi m_mbqi;
|
||||
ematch m_ematch;
|
||||
|
||||
flat_table m_flat;
|
||||
sat::literal_vector m_universal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue