3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-02 15:17:54 +00:00
z3/src/ast/rewriter
Nikolaj Bjorner 87d556d37d delay factoring
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-08-24 10:57:35 -07:00
..
bit_blaster fix #7084 2024-01-15 08:49:14 -08:00
arith_rewriter.cpp delay factoring 2024-08-24 10:57:35 -07:00
arith_rewriter.h generalize factoring 2024-08-23 16:23:37 -07:00
array_rewriter.cpp throttle squash-store #7134 2024-02-21 10:00:11 -08:00
array_rewriter.h split into separate function 2023-01-08 19:16:46 -08:00
ast_counter.cpp
ast_counter.h
bit2int.cpp
bit2int.h
bool_rewriter.cpp mute some compiler warnings 2024-02-03 15:42:06 -08:00
bool_rewriter.h track quantifier instantiation method in proof hint #7080 2024-01-20 17:44:07 -08:00
bv_bounds.cpp
bv_bounds.h
bv_bounds_base.h fix #6595 2023-02-18 14:11:48 -08:00
bv_elim.cpp
bv_elim.h
bv_rewriter.cpp reset model converter between rounds to elim-unconstrained. 2023-12-18 16:57:52 -08:00
bv_rewriter.h porting bv-sls 2024-07-08 13:16:28 -07:00
cached_var_subst.cpp
cached_var_subst.h
char_rewriter.cpp
char_rewriter.h
CMakeLists.txt remove hoist functionality 2023-12-03 16:28:43 -08:00
datatype_rewriter.cpp QEL: Fast Approximated Quantifier Elimination (#6820) 2023-08-02 09:34:06 -07:00
datatype_rewriter.h
der.cpp fix #6748 2023-06-07 15:59:39 -07:00
der.h add destructive equality resolution to existentials 2022-11-19 18:43:46 +07:00
distribute_forall.cpp
distribute_forall.h
dl_rewriter.cpp
dl_rewriter.h
dom_simplifier.cpp move dominator simplifier functionality to rewriter and simplifier, move bv_bounds simplifier functionality to simplifier 2023-01-27 17:11:48 -08:00
dom_simplifier.h move dominator simplifier functionality to rewriter and simplifier, move bv_bounds simplifier functionality to simplifier 2023-01-27 17:11:48 -08:00
elim_bounds.cpp remove if-def inside cpp file that should not be there #6869 2023-08-21 09:19:06 -07:00
elim_bounds.h
enum2bv_rewriter.cpp
enum2bv_rewriter.h
expr_replacer.cpp set up model reconstruction trail 2022-11-04 11:25:39 -07:00
expr_replacer.h fixing build, wip on model reconstruction integration into dependent-expr-state 2022-11-04 14:04:44 -07:00
expr_safe_replace.cpp add bv-size reduce #6137 2022-08-16 16:35:14 -07:00
expr_safe_replace.h add bv-size reduce #6137 2022-08-16 16:35:14 -07:00
factor_equivs.cpp
factor_equivs.h
factor_rewriter.cpp
factor_rewriter.h
fpa_rewriter.cpp
fpa_rewriter.h
func_decl_replace.cpp
func_decl_replace.h
inj_axiom.cpp
inj_axiom.h
label_rewriter.cpp
label_rewriter.h
macro_replacer.cpp fix riscv/aarch/powerpc build warnings 2023-01-22 23:57:59 -08:00
macro_replacer.h wip - dependent expr simpliifer 2022-11-30 13:41:40 +07:00
maximize_ac_sharing.cpp formatting updates 2023-04-12 19:40:31 -07:00
maximize_ac_sharing.h
mk_extract_proc.cpp minor fixes 2022-11-02 08:44:55 -07:00
mk_extract_proc.h
mk_simplified_app.cpp
mk_simplified_app.h
pb2bv_rewriter.cpp fix #6675 2023-04-12 19:50:13 -07:00
pb2bv_rewriter.h
pb_rewriter.cpp remove a few string copies 2023-12-20 16:55:09 +00:00
pb_rewriter.h
pb_rewriter_def.h
poly_rewriter.h try big M for linux build 2022-12-04 09:49:32 -08:00
poly_rewriter_def.h build 2022-12-04 10:38:24 -08:00
push_app_ite.cpp fix #6721 2023-05-13 09:46:49 -07:00
push_app_ite.h
quant_hoist.cpp
quant_hoist.h
recfun_replace.h
recfun_rewriter.cpp add partial evaluation cases for algebraic data-types for recursive functions. 2024-06-16 16:07:16 -07:00
recfun_rewriter.h
rewriter.cpp some template instantiations #6869 2023-09-03 15:21:49 -07:00
rewriter.h fix tpl instantiation issue for mingw (#6597) 2023-02-17 09:26:45 -08:00
rewriter.txt
rewriter_def.h fix tpl instantiation issue for mingw (#6597) 2023-02-17 09:26:45 -08:00
rewriter_types.h fix #7006 2023-11-28 15:06:27 -08:00
seq_axioms.cpp remove output 2023-08-17 15:20:12 -07:00
seq_axioms.h
seq_eq_solver.cpp inherit and reset rlimit counter on children limits 2023-04-05 16:39:21 -07:00
seq_eq_solver.h
seq_rewriter.cpp fix #7252 2024-06-13 17:52:17 -07:00
seq_rewriter.h Fix some typos. (#7115) 2024-02-07 23:06:43 -08:00
seq_skolem.cpp filter length limits to be non-skolems and under concat/""/unit 2022-09-15 07:41:13 -07:00
seq_skolem.h Fix some typos. (#7115) 2024-02-07 23:06:43 -08:00
th_rewriter.cpp fix #7179 2024-03-21 09:39:13 -07:00
th_rewriter.h add demodulator simplifier 2022-12-04 09:39:28 -08:00
value_sweep.cpp
value_sweep.h
var_subst.cpp
var_subst.h