3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-10 13:53:23 +00:00
z3/src/ast/rewriter
Nikolaj Bjorner 05663592ee fix #2173
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-03-10 14:42:00 -07:00
..
bit_blaster fix bug in hoist module, tune num2bits for large bit-vectors 2019-02-08 14:40:06 -08:00
arith_rewriter.cpp fix #2096, introduced when fixing #2082 2019-01-22 07:06:40 -08:00
arith_rewriter.h updates 2018-07-26 15:31:49 +01:00
arith_rewriter_params.pyg
array_rewriter.cpp stubs for stronger array equality rewriting 2019-03-03 14:11:05 -08:00
array_rewriter.h stubs for stronger array equality rewriting 2019-03-03 14:11:05 -08:00
array_rewriter_params.pyg
ast_counter.cpp
ast_counter.h
bit2int.cpp
bit2int.h
bool_rewriter.cpp guard expensive ite rewrites under configuration 2018-07-09 14:17:39 -07:00
bool_rewriter.h
bool_rewriter_params.pyg
bv_bounds.cpp Use nullptr rather than 0/NULL. 2018-11-28 14:57:01 +07:00
bv_bounds.h
bv_elim.cpp
bv_elim.h
bv_rewriter.cpp fix #2173 2019-03-10 14:42:00 -07:00
bv_rewriter.h fix bit2bool bug reported by Jianying Li 2019-01-04 07:46:53 -08:00
bv_rewriter_params.pyg
bv_trailing.cpp Use nullptr rather than 0/NULL. 2018-11-28 14:57:01 +07:00
bv_trailing.h
CMakeLists.txt abstract solver API 2019-02-06 19:42:01 +01:00
datatype_rewriter.cpp Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
datatype_rewriter.h
der.cpp remove a few more inc/dec refs 2019-02-19 13:36:39 +00:00
der.h Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
distribute_forall.cpp remove a few more inc/dec refs 2019-02-19 13:36:39 +00:00
distribute_forall.h
dl_rewriter.cpp
dl_rewriter.h
elim_bounds.cpp
elim_bounds.h
enum2bv_rewriter.cpp move a few strings instead of copying 2019-02-28 10:53:27 +00:00
enum2bv_rewriter.h
expr_replacer.cpp
expr_replacer.h
expr_safe_replace.cpp add missing override 2018-11-01 09:40:19 -05:00
expr_safe_replace.h add missing override 2018-11-01 09:40:19 -05:00
factor_equivs.cpp
factor_equivs.h
factor_rewriter.cpp
factor_rewriter.h
fpa_rewriter.cpp
fpa_rewriter.h
fpa_rewriter_params.pyg
hoist_rewriter.cpp unused variable warnings 2019-02-17 01:30:26 -08:00
hoist_rewriter.h fix bug in hoist module, tune num2bits for large bit-vectors 2019-02-08 14:40:06 -08:00
inj_axiom.cpp
inj_axiom.h
label_rewriter.cpp
label_rewriter.h
maximize_ac_sharing.cpp
maximize_ac_sharing.h
mk_extract_proc.cpp
mk_extract_proc.h
mk_simplified_app.cpp
mk_simplified_app.h
pb2bv_rewriter.cpp avoid a few str copies + symbol hiding 2019-03-08 10:13:46 +00:00
pb2bv_rewriter.h
pb_rewriter.cpp fix #2081 2019-01-13 01:18:03 -08:00
pb_rewriter.h
pb_rewriter_def.h
poly_rewriter.h
poly_rewriter_def.h
poly_rewriter_params.pyg
push_app_ite.cpp
push_app_ite.h Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02: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
recfun_replace.h add missing override 2018-11-01 09:40:19 -05:00
rewriter.cpp re-enabling model evaluation of as-array after tuning normalization 2019-02-10 18:11:01 -08:00
rewriter.h re-enabling model evaluation of as-array after tuning normalization 2019-02-10 18:11:01 -08:00
rewriter.txt
rewriter_def.h re-enabling model evaluation of as-array after tuning normalization 2019-02-10 18:11:01 -08:00
rewriter_params.pyg
rewriter_types.h move a few strings instead of copying 2019-02-28 10:53:27 +00:00
seq_rewriter.cpp fix regression from #2061 breaking #2074 2019-01-07 16:30:04 -08:00
seq_rewriter.h fix #2061 2019-01-06 11:49:47 -08:00
th_rewriter.cpp rewrite quantifiers in model evaluator #2171 2019-03-06 22:03:57 -08:00
th_rewriter.h rewrite quantifiers in model evaluator #2171 2019-03-06 22:03:57 -08:00
var_subst.cpp remove a few more inc/dec refs 2019-02-19 13:36:39 +00:00
var_subst.h