3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-23 22:33:40 +00:00
z3/src/ast/rewriter
2021-04-13 18:17:35 -07:00
..
bit_blaster call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
arith_rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
arith_rewriter.h fix #4826 2020-11-27 10:42:13 -08:00
array_rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
array_rewriter.h add parameter for scenario from #4743 2020-10-30 01:14:34 -07:00
ast_counter.cpp remove using insert_if_not_there2 2020-04-25 15:08:51 -07:00
ast_counter.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
bit2int.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
bit2int.h booyah 2020-07-04 15:56:30 -07:00
bool_rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
bool_rewriter.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
bv_bounds.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
bv_bounds.h booyah 2020-07-04 15:56:30 -07:00
bv_elim.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
bv_elim.h booyah 2020-07-04 15:56:30 -07:00
bv_rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
bv_rewriter.h fix #4826 2020-11-27 10:42:13 -08:00
cached_var_subst.cpp move directory 2021-01-28 14:49:15 -08:00
cached_var_subst.h move directory 2021-01-28 14:49:15 -08:00
CMakeLists.txt fix #5065 - regression solving str.from_int equations now that it isn't injective any longer 2021-03-02 12:59:48 -08:00
datatype_rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
datatype_rewriter.h booyah 2020-07-04 15:56:30 -07:00
der.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
der.h booyah 2020-07-04 15:56:30 -07:00
distribute_forall.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
distribute_forall.h booyah 2020-07-04 15:56:30 -07:00
dl_rewriter.cpp fix #4879 2020-12-12 13:37:25 -08:00
dl_rewriter.h booyah 2020-07-04 15:56:30 -07:00
elim_bounds.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
elim_bounds.h booyah 2020-07-04 15:56:30 -07:00
enum2bv_rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
enum2bv_rewriter.h booyah 2020-07-04 15:56:30 -07:00
expr_replacer.cpp fix #3679 2020-04-02 15:04:56 -07:00
expr_replacer.h booyah 2020-07-04 15:56:30 -07:00
expr_safe_replace.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
expr_safe_replace.h switch expr_safe_replace to std::unordered_map (#5003) 2021-02-07 18:20:48 -08:00
factor_equivs.cpp remove unreferenced 2019-06-21 09:17:17 +02:00
factor_equivs.h booyah 2020-07-04 15:56:30 -07:00
factor_rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
factor_rewriter.h booyah 2020-07-04 15:56:30 -07:00
fpa_rewriter.cpp remove a few trivial destructors so they get inlined 2021-04-04 17:13:59 +01:00
fpa_rewriter.h remove a few trivial destructors so they get inlined 2021-04-04 17:13:59 +01:00
func_decl_replace.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
func_decl_replace.h booyah 2020-07-04 15:56:30 -07:00
hoist_rewriter.cpp fix #4907 2020-12-20 11:02:19 -08:00
hoist_rewriter.h tune hoist-rewriter 2020-11-09 11:25:17 -08:00
inj_axiom.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
inj_axiom.h booyah 2020-07-04 15:56:30 -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 booyah 2020-07-04 15:56:30 -07:00
maximize_ac_sharing.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
maximize_ac_sharing.h booyah 2020-07-04 15:56:30 -07:00
mk_extract_proc.cpp refactor get_sort 2021-02-02 04:45:54 -08:00
mk_extract_proc.h booyah 2020-07-04 15:56:30 -07:00
mk_simplified_app.cpp refactor get_sort 2021-02-02 04:45:54 -08:00
mk_simplified_app.h booyah 2020-07-04 15:56:30 -07:00
pb2bv_rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
pb2bv_rewriter.h optimizations to bv-solver and euf-egraph (#4698) 2020-09-20 06:47:27 -07:00
pb_rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
pb_rewriter.h booyah 2020-07-04 15:56:30 -07:00
pb_rewriter_def.h update smt logging format to follow SAT solver 2020-08-20 20:00:20 -07:00
poly_rewriter.h refactor get_sort 2021-02-02 04:45:54 -08:00
poly_rewriter_def.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
push_app_ite.cpp setting defaults in AUFLIRA and AUFLIA to conservative ite-lifting. Fixing conservative setting to be after constructor in asserted_formulas. fixes #4586 2020-07-23 13:43:54 -07:00
push_app_ite.h setting defaults in AUFLIRA and AUFLIA to conservative ite-lifting. Fixing conservative setting to be after constructor in asserted_formulas. fixes #4586 2020-07-23 13:43:54 -07:00
quant_hoist.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
quant_hoist.h booyah 2020-07-04 15:56:30 -07:00
recfun_replace.h booyah 2020-07-04 15:56:30 -07:00
recfun_rewriter.cpp fix #4260 2020-05-09 18:13:12 -07:00
recfun_rewriter.h add recfun rewriting, remove quantifier based recfun 2020-04-26 12:59:51 -07:00
rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
rewriter.h fixing #4670 (#4682) 2020-09-10 04:35:11 -07:00
rewriter.txt cleanup 2017-05-03 17:45:56 -04:00
rewriter_def.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
rewriter_types.h booyah 2020-07-04 15:56:30 -07:00
seq_axioms.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
seq_axioms.h fixes and more porting seq_eq_solver to self-contained module 2021-03-04 16:23:22 -08:00
seq_eq_solver.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
seq_eq_solver.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
seq_rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
seq_rewriter.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
seq_skolem.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
seq_skolem.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
th_rewriter.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
th_rewriter.h booyah 2020-07-04 15:56:30 -07:00
value_sweep.cpp refactor get_sort 2021-02-02 04:45:54 -08:00
value_sweep.h value sweep 2020-04-27 18:58:43 -07:00
var_subst.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
var_subst.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00