3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 14:25:35 +00:00
z3/src/ast/rewriter
Nikolaj Bjorner 1cb3f7c792 fixing #1520
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-07-28 18:03:13 -07:00
..
bit_blaster fix #1729 2018-07-05 07:17:08 -07:00
arith_rewriter.cpp updates 2018-07-26 15:31:49 +01:00
arith_rewriter.h updates 2018-07-26 15:31:49 +01:00
arith_rewriter_params.pyg re-introduce eq2ineq name for rewriting parameter 2017-09-04 11:03:57 -07:00
array_rewriter.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
array_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
array_rewriter_params.pyg Tabs, formatting. 2017-09-17 17:50:05 +01:00
ast_counter.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
ast_counter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
bit2int.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
bit2int.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
bool_rewriter.cpp guard expensive ite rewrites under configuration 2018-07-09 14:17:39 -07:00
bool_rewriter.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
bool_rewriter_params.pyg Add blast_distinct_threshold option to rewriter. Enable blast_distinct in the QF_LIA default strategy 2012-12-17 10:32:00 -08:00
bv_bounds.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
bv_bounds.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
bv_elim.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
bv_elim.h removing dependencies on simplifier 2017-08-26 11:23:41 -07:00
bv_rewriter.cpp remove a few random mem allocs 2018-06-29 18:34:17 +01:00
bv_rewriter.h port simplifications on bv2int 2017-08-28 02:55:50 -07:00
bv_rewriter_params.pyg Adding bv preprocessing techniques. 2016-09-16 19:44:37 +01:00
bv_trailing.cpp remove spurious copies and inc_refs around ref_vector 2018-06-28 10:31:38 +01:00
bv_trailing.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
CMakeLists.txt merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
datatype_rewriter.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
datatype_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
der.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
der.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
distribute_forall.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
distribute_forall.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
dl_rewriter.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
dl_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
elim_bounds.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
elim_bounds.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
enum2bv_rewriter.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
enum2bv_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
expr_replacer.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
expr_replacer.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
expr_safe_replace.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
expr_safe_replace.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
factor_equivs.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
factor_equivs.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
factor_rewriter.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
factor_rewriter.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
fpa_rewriter.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
fpa_rewriter.h Refactored treatment of unspecified FPA functions. 2017-09-14 20:29:07 +01:00
fpa_rewriter_params.pyg Tabs, formatting. 2017-09-17 17:50:05 +01:00
inj_axiom.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
inj_axiom.h moved files 2017-08-25 17:44:57 -07:00
label_rewriter.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
label_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
maximize_ac_sharing.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
maximize_ac_sharing.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
mk_extract_proc.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
mk_extract_proc.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
mk_simplified_app.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
mk_simplified_app.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
pb2bv_rewriter.cpp add circuit and unate encoding besides sorting option 2018-07-06 21:09:13 -07:00
pb2bv_rewriter.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
pb_rewriter.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
pb_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
pb_rewriter_def.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
poly_rewriter.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
poly_rewriter_def.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
poly_rewriter_params.pyg exposed rewriter parameters 2012-12-02 22:03:30 -08:00
push_app_ite.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
push_app_ite.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
quant_hoist.cpp add obj_ref::operator=(obj_ref &&) + a few explicit uses 2018-06-26 17:00:56 +01:00
quant_hoist.h Merge branch 'master' of https://github.com/Z3Prover/z3 2017-07-31 13:24:57 -07:00
rewriter.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
rewriter.h integrate lambda expressions 2018-06-26 07:23:04 -07:00
rewriter.txt cleanup 2017-05-03 17:45:56 -04:00
rewriter_def.h add obj_ref::operator=(obj_ref &&) + a few explicit uses 2018-06-26 17:00:56 +01:00
rewriter_params.pyg fixes based on regression tests 2017-08-27 09:31:16 -07:00
rewriter_types.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
seq_rewriter.cpp fixing #1520 2018-07-28 18:03:13 -07:00
seq_rewriter.h updates 2018-07-26 15:31:49 +01:00
th_rewriter.cpp remove a few random mem allocs 2018-06-29 18:34:17 +01:00
th_rewriter.h integrate lambda expressions 2018-06-26 07:23:04 -07:00
var_subst.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
var_subst.h integrate lambda expressions 2018-06-26 07:23:04 -07:00