mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
move pull/push files
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a7bb41fd49
commit
23d1c0a9a8
7 changed files with 6 additions and 6 deletions
|
@ -19,6 +19,8 @@ z3_add_component(rewriter
|
|||
mk_simplified_app.cpp
|
||||
pb_rewriter.cpp
|
||||
pb2bv_rewriter.cpp
|
||||
push_app_ite.cpp
|
||||
pull_ite_tree.cpp
|
||||
quant_hoist.cpp
|
||||
rewriter.cpp
|
||||
seq_rewriter.cpp
|
||||
|
|
|
@ -16,7 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#include "ast/simplifier/pull_ite_tree.h"
|
||||
#include "ast/rewriter/pull_ite_tree.h"
|
||||
#include "ast/recurse_expr_def.h"
|
||||
#include "ast/for_each_expr.h"
|
||||
#include "ast/ast_pp.h"
|
|
@ -17,7 +17,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#include "ast/simplifier/push_app_ite.h"
|
||||
#include "ast/rewriter/push_app_ite.h"
|
||||
#include "ast/ast_pp.h"
|
||||
|
||||
push_app_ite::push_app_ite(simplifier & s, bool conservative):
|
|
@ -15,8 +15,6 @@ z3_add_component(simplifier
|
|||
inj_axiom.cpp
|
||||
maximise_ac_sharing.cpp
|
||||
poly_simplifier_plugin.cpp
|
||||
pull_ite_tree.cpp
|
||||
push_app_ite.cpp
|
||||
seq_simplifier_plugin.cpp
|
||||
simplifier.cpp
|
||||
simplifier_plugin.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue