mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 09:12:16 +00:00
remove simplify dependencies
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b16a4ac452
commit
2897b98ed2
23 changed files with 62 additions and 80 deletions
|
@ -20,7 +20,7 @@ Revision History:
|
|||
#define SMT_QUICK_CHECKER_H_
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "ast/simplifier/simplifier.h"
|
||||
#include "ast/rewriter/th_rewriter.h"
|
||||
#include "util/obj_hashtable.h"
|
||||
|
||||
namespace smt {
|
||||
|
@ -77,7 +77,7 @@ namespace smt {
|
|||
|
||||
context & m_context;
|
||||
ast_manager & m_manager;
|
||||
simplifier & m_simplifier;
|
||||
th_rewriter & m_simplifier;
|
||||
collector m_collector;
|
||||
expr_ref_vector m_new_exprs;
|
||||
vector<enode_vector> m_candidate_vectors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue