3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-10 05:00:51 +00:00
z3/src/ast/rewriter
Nikolaj Bjorner 0d668e1428 fix #1661
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-05-30 03:18:22 -07:00
..
bit_blaster merge with master 2018-03-25 14:57:01 -07:00
arith_rewriter.cpp merge with master 2018-03-25 14:57:01 -07:00
arith_rewriter.h add cube mode 2017-09-24 10:53:57 -07:00
arith_rewriter_params.pyg re-introduce eq2ineq name for rewriting parameter 2017-09-04 11:03:57 -07:00
array_rewriter.cpp updated include directives 2017-08-01 10:51:47 -07:00
array_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
array_rewriter_params.pyg Tabs, formatting. 2017-09-17 17:50:05 +01:00
ast_counter.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
ast_counter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
bit2int.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
bit2int.h Use nullptr. 2018-02-12 14:05:55 +07:00
bool_rewriter.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
bool_rewriter.h Use nullptr. 2018-02-12 14:05:55 +07:00
bool_rewriter_params.pyg Add blast_distinct_threshold option to rewriter. Enable blast_distinct in the QF_LIA default strategy 2012-12-17 10:32:00 -08:00
bv_bounds.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
bv_bounds.h Use nullptr. 2018-02-12 14:05:55 +07:00
bv_elim.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
bv_elim.h removing dependencies on simplifier 2017-08-26 11:23:41 -07:00
bv_rewriter.cpp Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
bv_rewriter.h port simplifications on bv2int 2017-08-28 02:55:50 -07:00
bv_rewriter_params.pyg Adding bv preprocessing techniques. 2016-09-16 19:44:37 +01:00
bv_trailing.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
bv_trailing.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
CMakeLists.txt remove buggy legacy code, rely on pull_cheap_ite option in rewriter, #1511 2018-03-04 03:36:03 -08:00
datatype_rewriter.cpp fix #1547 by rewriting legacy recognizers to SMT-LIB2.6 style recognizers which are assumed by theory_datatype 2018-03-19 13:33:58 -07:00
datatype_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
der.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
der.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
distribute_forall.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
distribute_forall.h Use nullptr. 2018-02-12 14:05:55 +07:00
dl_rewriter.cpp Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
dl_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
elim_bounds.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
elim_bounds.h Use override rather than virtual. 2018-02-09 21:19:27 +07:00
enum2bv_rewriter.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
enum2bv_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
expr_replacer.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
expr_replacer.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
expr_safe_replace.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
expr_safe_replace.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
factor_rewriter.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
factor_rewriter.h Use nullptr. 2018-02-12 14:05:55 +07:00
fpa_rewriter.cpp Bugfixes for fpa2bv_converter. Fixes #1564. 2018-04-08 21:51:27 +01:00
fpa_rewriter.h Refactored treatment of unspecified FPA functions. 2017-09-14 20:29:07 +01:00
fpa_rewriter_params.pyg Tabs, formatting. 2017-09-17 17:50:05 +01:00
inj_axiom.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
inj_axiom.h moved files 2017-08-25 17:44:57 -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 make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
maximize_ac_sharing.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
maximize_ac_sharing.h Use nullptr. 2018-02-12 14:05:55 +07:00
mk_extract_proc.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
mk_extract_proc.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
mk_simplified_app.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
mk_simplified_app.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
pb2bv_rewriter.cpp fix #1661 2018-05-30 03:18:22 -07:00
pb2bv_rewriter.h fix #1650 fix #1648 2018-05-25 08:56:13 -07:00
pb_rewriter.cpp fix pbge and reduce_tr 2018-03-13 09:07:58 -07:00
pb_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
pb_rewriter_def.h fix pb rewriter 2018-03-12 11:22:05 -07:00
poly_rewriter.h Use nullptr. 2018-02-12 14:05:55 +07:00
poly_rewriter_def.h NULL-initialize pointers to help GCC static analyzer Fixes: variable may be used uninitialized 2018-05-19 03:45:05 +02:00
poly_rewriter_params.pyg exposed rewriter parameters 2012-12-02 22:03:30 -08:00
push_app_ite.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
push_app_ite.h Use override rather than virtual. 2018-02-09 21:19:27 +07:00
quant_hoist.cpp Merge branch 'master' of https://github.com/Z3Prover/z3 2017-07-31 13:24:57 -07:00
quant_hoist.h Merge branch 'master' of https://github.com/Z3Prover/z3 2017-07-31 13:24:57 -07:00
rewriter.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
rewriter.h Use override rather than virtual. 2018-02-09 21:19:27 +07:00
rewriter.txt cleanup 2017-05-03 17:45:56 -04:00
rewriter_def.h NULL-initialize pointers to help GCC static analyzer Fixes: variable may be used uninitialized 2018-05-19 03:45:05 +02:00
rewriter_params.pyg fixes based on regression tests 2017-08-27 09:31:16 -07:00
rewriter_types.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
seq_rewriter.cpp change order of concatentation for empty string, #1595 2018-04-26 09:08:34 +02:00
seq_rewriter.h tune for unit test, delay initialize re-solver 2018-05-13 11:49:33 -07:00
th_rewriter.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
th_rewriter.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
var_subst.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
var_subst.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00