3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-20 14:05:50 +00:00
z3/src/ast/rewriter
2021-02-02 03:58:19 -08:00
..
bit_blaster add recfuns to Java #4820 2020-11-25 12:25:20 -08:00
arith_rewriter.cpp fix #4826 2020-11-27 10:42:13 -08:00
arith_rewriter.h fix #4826 2020-11-27 10:42:13 -08:00
array_rewriter.cpp remove unsound rewrite #4778 2020-11-08 17:48:51 -08:00
array_rewriter.h add parameter for scenario from #4743 2020-10-30 01:14:34 -07:00
ast_counter.cpp
ast_counter.h booyah 2020-07-04 15:56:30 -07:00
bit2int.cpp
bit2int.h booyah 2020-07-04 15:56:30 -07:00
bool_rewriter.cpp move parameters from ast/rewriter to params 2020-08-29 11:11:16 -07:00
bool_rewriter.h booyah 2020-07-04 15:56:30 -07:00
bv_bounds.cpp
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 fix #4808 2020-11-21 15:03:17 -08: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 move directory 2021-01-28 14:49:15 -08:00
datatype_rewriter.cpp
datatype_rewriter.h booyah 2020-07-04 15:56:30 -07:00
der.cpp
der.h booyah 2020-07-04 15:56:30 -07:00
distribute_forall.cpp
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
elim_bounds.h booyah 2020-07-04 15:56:30 -07:00
enum2bv_rewriter.cpp move to get_sort as method, add opt_lns pass, disable xor simplification unless configured, fix perf bug in model converter update trail 2021-02-02 03:58:19 -08:00
enum2bv_rewriter.h booyah 2020-07-04 15:56:30 -07:00
expr_replacer.cpp
expr_replacer.h booyah 2020-07-04 15:56:30 -07:00
expr_safe_replace.cpp testing mbi 2020-12-26 13:49:59 -08:00
expr_safe_replace.h add alternate caching mechanism to allow experimenting for #4747 2020-10-26 11:49:24 -07:00
factor_equivs.cpp
factor_equivs.h booyah 2020-07-04 15:56:30 -07:00
factor_rewriter.cpp
factor_rewriter.h booyah 2020-07-04 15:56:30 -07:00
fpa_rewriter.cpp move parameters from ast/rewriter to params 2020-08-29 11:11:16 -07:00
fpa_rewriter.h booyah 2020-07-04 15:56:30 -07:00
func_decl_replace.cpp
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
inj_axiom.h booyah 2020-07-04 15:56:30 -07:00
label_rewriter.cpp
label_rewriter.h booyah 2020-07-04 15:56:30 -07:00
maximize_ac_sharing.cpp
maximize_ac_sharing.h booyah 2020-07-04 15:56:30 -07:00
mk_extract_proc.cpp
mk_extract_proc.h booyah 2020-07-04 15:56:30 -07:00
mk_simplified_app.cpp
mk_simplified_app.h booyah 2020-07-04 15:56:30 -07:00
pb2bv_rewriter.cpp fix #4910 2020-12-20 11:29:13 -08:00
pb2bv_rewriter.h optimizations to bv-solver and euf-egraph (#4698) 2020-09-20 06:47:27 -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 update smt logging format to follow SAT solver 2020-08-20 20:00:20 -07:00
poly_rewriter.h Add GCD test 2020-11-20 11:12:54 -08:00
poly_rewriter_def.h fix #4826 2020-11-27 10:42:13 -08: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
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
recfun_rewriter.h
rewriter.cpp
rewriter.h fixing #4670 (#4682) 2020-09-10 04:35:11 -07:00
rewriter.txt
rewriter_def.h always reduce macro expansions in model evaluation #4588 2020-08-13 17:39:15 -07:00
rewriter_types.h booyah 2020-07-04 15:56:30 -07:00
seq_rewriter.cpp fix #4982 2021-01-29 06:43:33 -08:00
seq_rewriter.h fixing issue #4651 (#4666) 2020-09-08 04:13:18 -07:00
th_rewriter.cpp fix #4831 2020-11-28 11:01:07 -08:00
th_rewriter.h booyah 2020-07-04 15:56:30 -07:00
value_sweep.cpp
value_sweep.h
var_subst.cpp modular Axiom Profiler (#4619) 2020-08-08 12:09:24 -07:00
var_subst.h booyah 2020-07-04 15:56:30 -07:00