3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/ast
Nikolaj Bjorner 0353fc38ff fix #6127 again
this time adding inheritance to the recfun plugin so it properly contains the recursive definitions from the source.
2022-07-04 12:42:11 -07:00
..
euf update topological sort to use arrays instead of hash tables, expose Context over Z3Object for programmability 2022-06-08 06:28:24 -07:00
fpa remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
macros regressions from previous push 2021-08-25 18:30:50 -07:00
normal_forms Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02:00
pattern call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
proofs for AG 2022-05-28 18:49:27 -07:00
rewriter rewrites for characters 2022-07-02 11:37:21 -07:00
substitution update topological sort to use arrays instead of hash tables, expose Context over Z3Object for programmability 2022-06-08 06:28:24 -07:00
act_cache.cpp
act_cache.h
arith_decl_plugin.cpp #5223 2021-05-01 16:43:54 -07:00
arith_decl_plugin.h add case for abs (normally simplified, but not with default_tactic=smt). 2022-01-09 11:55:21 -08:00
array_decl_plugin.cpp expand select/store when I/J are values #6053 2022-05-25 20:23:43 -04:00
array_decl_plugin.h expand select/store when I/J are values #6053 2022-05-25 20:23:43 -04:00
ast.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
ast.h perf #6100 2022-06-21 13:49:52 -07:00
ast_ll_pp.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
ast_ll_pp.h remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
ast_lt.cpp fixing symbol -> zstring 2021-05-22 14:22:55 -07:00
ast_lt.h
ast_pp.h #5484 2021-08-16 11:19:22 -07:00
ast_pp_dot.cpp
ast_pp_dot.h remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
ast_pp_util.cpp update pretty printer for recursive function filtering 2022-05-15 11:59:41 -07:00
ast_pp_util.h Fix a couple compiler warnings 2022-06-04 08:00:56 +01:00
ast_printer.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
ast_printer.h remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
ast_smt2_pp.cpp fix debug build 2022-06-17 14:35:33 +01:00
ast_smt2_pp.h
ast_smt_pp.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
ast_smt_pp.h Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02:00
ast_trail.h remove template Context dependency in every trail object 2021-02-08 15:41:57 -08:00
ast_translation.cpp add lambda definitions during ast translation #5820 2022-02-21 18:05:29 -08:00
ast_translation.h revert my mess with the ast hashtable 2021-02-17 14:29:07 +00:00
ast_util.cpp bug in flatten/and/or introduced when skipping sub-expressions 2021-12-22 07:43:37 -08:00
ast_util.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
bv_decl_plugin.cpp mask regression 2022-06-21 14:34:47 -07:00
bv_decl_plugin.h Added sbv2s (#5413) 2021-07-16 17:58:28 +02:00
char_decl_plugin.cpp allow range comparison for bit-vectors and int/real 2022-03-10 17:08:49 -08:00
char_decl_plugin.h bv2char and char2bv with Clemens 2021-09-13 16:09:03 +02:00
CMakeLists.txt
cost_evaluator.cpp
cost_evaluator.h
datatype_decl_plugin.cpp enable nested ADT and sequences 2022-04-27 09:58:38 +01:00
datatype_decl_plugin.h enable nested ADT and sequences 2022-04-27 09:58:38 +01:00
decl_collector.cpp update pretty printer for recursive function filtering 2022-05-15 11:59:41 -07:00
decl_collector.h update pretty printer for recursive function filtering 2022-05-15 11:59:41 -07:00
display_dimacs.cpp enable wcnf output for weighted maxsat problems 2021-02-28 09:59:36 -08:00
display_dimacs.h enable wcnf output for weighted maxsat problems 2021-02-28 09:59:36 -08:00
dl_decl_plugin.cpp fix #5985 2022-04-19 07:54:55 +02:00
dl_decl_plugin.h
expr2polynomial.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
expr2polynomial.h
expr2var.cpp
expr2var.h
expr_abstract.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
expr_abstract.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
expr_delta_pair.h
expr_functors.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
expr_functors.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
expr_map.cpp
expr_map.h
expr_stat.cpp
expr_stat.h
expr_substitution.cpp
expr_substitution.h regression from July 4 2020 tweeted by Dr. RJ and crowd profiled - let's submit this somwhere? 2021-05-09 20:33:43 -07:00
for_each_ast.cpp
for_each_ast.h
for_each_expr.cpp fix #5679 2021-11-22 19:37:10 +01:00
for_each_expr.h fix #5541 2021-09-20 10:10:28 -07:00
format.cpp
format.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
fpa_decl_plugin.cpp Add interpreted versions of unspecified cases of fp.to_ieee_bv and fp.to_real (#6077) 2022-06-04 17:53:23 +01:00
fpa_decl_plugin.h Add interpreted versions of unspecified cases of fp.to_ieee_bv and fp.to_real (#6077) 2022-06-04 17:53:23 +01:00
func_decl_dependencies.cpp
func_decl_dependencies.h
has_free_vars.cpp tune q-eval and q-ematch 2021-09-28 13:41:37 -07:00
has_free_vars.h tune q-eval and q-ematch 2021-09-28 13:41:37 -07:00
is_variable_test.h Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02:00
justified_expr.h
macro_substitution.cpp
macro_substitution.h
num_occurs.cpp
num_occurs.h Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02:00
occurs.cpp
occurs.h
pb_decl_plugin.cpp working on python make for arm 2022-04-07 13:36:23 +02:00
pb_decl_plugin.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
pp.cpp
pp.h
pp_params.pyg
quantifier_stat.cpp
quantifier_stat.h
recfun_decl_plugin.cpp fix #6127 again 2022-07-04 12:42:11 -07:00
recfun_decl_plugin.h fix #6127 again 2022-07-04 12:42:11 -07:00
recurse_expr.h
recurse_expr_def.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
reg_decl_plugins.cpp
reg_decl_plugins.h
scoped_proof.h
seq_decl_plugin.cpp fix unsoundness in explanation handling for nested datatypes and sequences 2022-07-03 17:00:39 -07:00
seq_decl_plugin.h fix unsoundness in explanation handling for nested datatypes and sequences 2022-07-03 17:00:39 -07:00
shared_occs.cpp
shared_occs.h remove a hundred implicit constructors/destructors 2021-05-23 14:25:01 +01:00
special_relations_decl_plugin.cpp working on python make for arm 2022-04-07 13:36:23 +02:00
special_relations_decl_plugin.h fix #4901 2021-10-12 17:10:04 -07:00
static_features.cpp fix debug build 2022-06-17 14:35:33 +01:00
static_features.h remove unused static features 2022-06-16 15:40:01 -07:00
used_symbols.h
used_vars.cpp #5259 - the Ranjit 2s shave 2021-05-12 10:43:16 -07:00
used_vars.h #5259 - the Ranjit 2s shave 2021-05-12 10:43:16 -07:00
value_generator.cpp
value_generator.h
well_sorted.cpp
well_sorted.h