mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add nff and auto-relevant
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bc2020a39b
commit
d5e5dcfe45
5 changed files with 80 additions and 13 deletions
|
@ -19,6 +19,7 @@ Author:
|
|||
#include "util/nat_set.h"
|
||||
#include "ast/quantifier_stat.h"
|
||||
#include "ast/pattern/pattern_inference.h"
|
||||
#include "ast/normal_forms/nnf.h"
|
||||
#include "solver/solver.h"
|
||||
#include "sat/smt/sat_th.h"
|
||||
#include "sat/smt/q_mam.h"
|
||||
|
@ -119,6 +120,13 @@ namespace q {
|
|||
|
||||
bool propagate(bool flush);
|
||||
|
||||
expr_ref_vector m_new_defs;
|
||||
proof_ref_vector m_new_proofs;
|
||||
defined_names m_dn;
|
||||
nnf m_nnf;
|
||||
|
||||
quantifier_ref nnf_skolem(quantifier* q);
|
||||
|
||||
public:
|
||||
|
||||
ematch(euf::solver& ctx, solver& s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue