3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 03:57:51 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-01-27 19:35:26 -08:00
parent c8aab1972a
commit 579caab025
5 changed files with 77 additions and 8 deletions

View file

@ -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;