3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-30 16:03:16 +00:00
z3/src/ast/rewriter
2020-07-30 10:23:23 -07:00
..
bit_blaster booyah 2020-07-04 15:56:30 -07:00
arith_rewriter.cpp rewrite to_int comparisons 2020-07-30 10:23:23 -07:00
arith_rewriter.h booyah 2020-07-04 15:56:30 -07:00
arith_rewriter_params.pyg re-introduce eq2ineq name for rewriting parameter 2017-09-04 11:03:57 -07:00
array_rewriter.cpp for #4588 2020-07-28 10:14:56 -07:00
array_rewriter.h booyah 2020-07-04 15:56:30 -07:00
array_rewriter_params.pyg expand deep stores by lambdas to avoid expanding select/store axioms 2019-11-03 10:29:10 +01:00
ast_counter.cpp remove using insert_if_not_there2 2020-04-25 15:08:51 -07:00
ast_counter.h booyah 2020-07-04 15:56:30 -07:00
bit2int.cpp fix #3022 2020-02-16 08:14:51 -10:00
bit2int.h booyah 2020-07-04 15:56:30 -07:00
bool_rewriter.cpp fix #4594 2020-07-27 09:22:53 -07:00
bool_rewriter.h booyah 2020-07-04 15:56:30 -07:00
bool_rewriter_params.pyg fix model generation for tc/po 2019-04-11 11:39:27 -07:00
bv_bounds.cpp remove using insert_if_not_there2 2020-04-25 15:08:51 -07:00
bv_bounds.h booyah 2020-07-04 15:56:30 -07:00
bv_elim.cpp fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string 2020-07-11 20:24:45 +01:00
bv_elim.h booyah 2020-07-04 15:56:30 -07:00
bv_rewriter.cpp draft rewrite 2020-05-16 12:43:26 -07:00
bv_rewriter.h booyah 2020-07-04 15:56:30 -07:00
bv_rewriter_params.pyg fix #4048: incorrect bvurem rewrite when divisor=0 2020-04-22 15:26:30 +01:00
CMakeLists.txt value sweep 2020-04-27 18:58:43 -07:00
datatype_rewriter.cpp fix #2276 2019-05-14 19:20:55 +02:00
datatype_rewriter.h booyah 2020-07-04 15:56:30 -07:00
der.cpp fix #3752 2020-04-04 22:56:41 -07:00
der.h booyah 2020-07-04 15:56:30 -07:00
distribute_forall.cpp remove a few more inc/dec refs 2019-02-19 13:36:39 +00:00
distribute_forall.h booyah 2020-07-04 15:56:30 -07:00
dl_rewriter.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
dl_rewriter.h booyah 2020-07-04 15:56:30 -07:00
elim_bounds.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
elim_bounds.h booyah 2020-07-04 15:56:30 -07:00
enum2bv_rewriter.cpp fix #3860 fix #3861 2020-04-08 16:26:11 -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 add missing override 2018-11-01 09:40:19 -05:00
expr_safe_replace.h booyah 2020-07-04 15:56:30 -07: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 remove using insert_if_not_there2 2020-04-25 15:08:51 -07:00
factor_rewriter.h booyah 2020-07-04 15:56:30 -07:00
fpa_rewriter.cpp fix crash in BV internalizer due to unknown bv_neg symbol 2019-11-16 16:24:24 +00:00
fpa_rewriter.h booyah 2020-07-04 15:56:30 -07:00
fpa_rewriter_params.pyg Tabs, formatting. 2017-09-17 17:50:05 +01:00
func_decl_replace.cpp sr 2019-03-28 16:11:16 -07:00
func_decl_replace.h booyah 2020-07-04 15:56:30 -07:00
hoist_rewriter.cpp unused variable warnings 2019-02-17 01:30:26 -08:00
hoist_rewriter.h booyah 2020-07-04 15:56:30 -07:00
inj_axiom.cpp integrate lambda expressions 2018-06-26 07:23:04 -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 merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
mk_extract_proc.h booyah 2020-07-04 15:56:30 -07:00
mk_simplified_app.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
mk_simplified_app.h booyah 2020-07-04 15:56:30 -07:00
pb2bv_rewriter.cpp fix #4108 2020-04-26 21:04:28 -07:00
pb2bv_rewriter.h booyah 2020-07-04 15:56:30 -07:00
pb_rewriter.cpp fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string 2020-07-11 20:24:45 +01:00
pb_rewriter.h booyah 2020-07-04 15:56:30 -07:00
pb_rewriter_def.h booyah 2020-07-04 15:56:30 -07:00
poly_rewriter.h booyah 2020-07-04 15:56:30 -07:00
poly_rewriter_def.h remove stdout 2020-05-05 14:42:50 -07:00
poly_rewriter_params.pyg fix #3836 remove unused and buggy hoist_cmul 2020-04-11 15:27:18 -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 add obj_ref::operator=(obj_ref &&) + a few explicit uses 2018-06-26 17:00:56 +01: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 fix #4187 2020-05-02 11:42:03 -07:00
rewriter.h booyah 2020-07-04 15:56:30 -07:00
rewriter.txt cleanup 2017-05-03 17:45:56 -04:00
rewriter_def.h fix #4431 2020-06-04 00:47:27 -07:00
rewriter_params.pyg fixes based on regression tests 2017-08-27 09:31:16 -07:00
rewriter_types.h booyah 2020-07-04 15:56:30 -07:00
seq_rewriter.cpp some more rewrites 2020-07-30 10:19:32 -07:00
seq_rewriter.h some more rewrites 2020-07-30 10:19:32 -07:00
seq_rewriter_params.pyg na 2020-04-14 17:34:14 -07:00
th_rewriter.cpp normalization of union/intersection 2020-06-06 12:54:44 -07:00
th_rewriter.h booyah 2020-07-04 15:56:30 -07:00
value_sweep.cpp na 2020-05-02 06:44:35 -07:00
value_sweep.h value sweep 2020-04-27 18:58:43 -07:00
var_subst.cpp fix #3860 fix #3861 2020-04-08 16:26:11 -07:00
var_subst.h booyah 2020-07-04 15:56:30 -07:00