3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-26 22:16:35 +00:00
z3/src/ast
Nikolaj Bjorner 706e6291e3 fix compiler errors for gcc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 12:17:10 -07:00
..
converters fix #7121 2024-02-16 09:59:57 +07:00
euf move definitions to cpp 2024-07-15 11:09:59 -07:00
fpa remove unnecessary parameter copies 2023-12-22 16:11:06 +00:00
macros add rewrite glue for instantiating equalities, #7154 2024-03-07 15:21:26 -08:00
normal_forms some template instantiations #6869 2023-09-03 15:21:49 -07:00
pattern cmake: Use FindPython3. (#7019) 2023-11-27 11:20:21 +01:00
proofs Typo Fixes (#6803) 2023-07-09 11:56:10 -07:00
rewriter porting bv-sls 2024-07-08 13:16:28 -07:00
simplifiers add logging 2024-04-30 16:57:59 -07:00
sls fix compiler errors for gcc 2024-07-15 12:17:10 -07:00
substitution remove unused field 2023-02-02 19:33:23 -08:00
act_cache.cpp
act_cache.h
arith_decl_plugin.cpp use while (true) in do loops with continue 2024-01-23 14:56:57 -08:00
arith_decl_plugin.h move sat_params to params directory, add op_def repair options 2024-07-06 13:26:39 -07:00
array_decl_plugin.cpp remove unnecessary parameter copies 2023-12-22 16:11:06 +00:00
array_decl_plugin.h #6999 deal with implicit assumptions, more robust pattern matching 2023-11-17 10:06:20 -08:00
array_peq.cpp QEL: Fast Approximated Quantifier Elimination (#6820) 2023-08-02 09:34:06 -07:00
array_peq.h QEL: Fast Approximated Quantifier Elimination (#6820) 2023-08-02 09:34:06 -07:00
ast.cpp remove unnecessary parameter copies 2023-12-22 16:11:06 +00:00
ast.h remove unnecessary parameter copies 2023-12-22 16:11:06 +00:00
ast_ll_pp.cpp
ast_ll_pp.h
ast_lt.cpp remove unnecessary parameter copies 2023-12-22 16:11:06 +00:00
ast_lt.h
ast_pp.h remove a few string copies 2023-12-20 16:55:09 +00:00
ast_pp_dot.cpp
ast_pp_dot.h
ast_pp_util.cpp fixes to mbqi in the new core based on #6575 2023-02-10 16:56:06 -08:00
ast_pp_util.h
ast_printer.cpp
ast_printer.h
ast_smt2_pp.cpp Only print func-decl names for indexed parameters (#6663) 2023-04-02 10:39:13 -07:00
ast_smt2_pp.h #6555 2023-01-26 21:39:52 -08:00
ast_smt_pp.cpp fix (get-proof) command to respect option pp.simplify_implies (#7157) 2024-03-09 15:13:42 -08:00
ast_smt_pp.h
ast_trail.h
ast_translation.cpp wip - alpha support for polymorphism 2023-07-12 18:09:02 -07:00
ast_translation.h
ast_util.cpp
ast_util.h convert reduce-args to a simplifier 2023-01-28 20:12:14 -08:00
bv_decl_plugin.cpp na 2024-07-14 15:38:56 -07:00
bv_decl_plugin.h na 2024-07-14 15:38:56 -07:00
char_decl_plugin.cpp Typo Fixes (#6803) 2023-07-09 11:56:10 -07:00
char_decl_plugin.h Typo Fixes (#6803) 2023-07-09 11:56:10 -07:00
CMakeLists.txt QEL: Fast Approximated Quantifier Elimination (#6820) 2023-08-02 09:34:06 -07:00
cost_evaluator.cpp
cost_evaluator.h
datatype_decl_plugin.cpp Typo Fixes (#6803) 2023-07-09 11:56:10 -07:00
datatype_decl_plugin.h Typo Fixes (#6803) 2023-07-09 11:56:10 -07:00
decl_collector.cpp fixes to mbqi in the new core based on #6575 2023-02-10 16:56:06 -08:00
decl_collector.h fixes to mbqi in the new core based on #6575 2023-02-10 16:56:06 -08:00
display_dimacs.cpp fixes for #6577 2023-02-11 09:33:42 -08:00
display_dimacs.h
dl_decl_plugin.cpp
dl_decl_plugin.h
expr2polynomial.cpp
expr2polynomial.h
expr2var.cpp
expr2var.h
expr_abstract.cpp
expr_abstract.h
expr_delta_pair.h
expr_functors.cpp
expr_functors.h
expr_map.cpp
expr_map.h
expr_stat.cpp
expr_stat.h
expr_substitution.cpp
expr_substitution.h
for_each_ast.cpp
for_each_ast.h
for_each_expr.cpp na 2023-08-13 14:05:07 -07:00
for_each_expr.h na 2023-08-13 14:05:07 -07:00
format.cpp fix #6530 2023-01-10 13:43:17 -08:00
format.h
fpa_decl_plugin.cpp remove unnecessary parameter copies 2023-12-22 16:11:06 +00:00
fpa_decl_plugin.h
func_decl_dependencies.cpp
func_decl_dependencies.h
has_free_vars.cpp
has_free_vars.h
is_variable_test.h
justified_expr.h
macro_substitution.cpp
macro_substitution.h
num_occurs.cpp
num_occurs.h
occurs.cpp wip - alpha support for polymorphism 2023-07-12 18:09:02 -07:00
occurs.h #6805 2023-07-11 09:41:29 -07:00
pb_decl_plugin.cpp
pb_decl_plugin.h
polymorphism_inst.cpp fix #7049 2023-12-08 13:05:21 -08:00
polymorphism_inst.h wip - alpha support for polymorphism 2023-07-12 18:09:02 -07:00
polymorphism_util.cpp remove unnecessary parameter copies 2023-12-22 16:11:06 +00:00
polymorphism_util.h wip - alpha support for polymorphism 2023-07-12 18:09:02 -07:00
pp.cpp
pp.h
pp_params.pyg print lemmas2console faster 2023-03-20 17:07:04 +01:00
quantifier_stat.cpp
quantifier_stat.h
recfun_decl_plugin.cpp add partial evaluation cases for algebraic data-types for recursive functions. 2024-06-16 16:07:16 -07:00
recfun_decl_plugin.h #7207 2024-06-16 15:04:42 -07:00
recurse_expr.h
recurse_expr_def.h
reg_decl_plugins.cpp
reg_decl_plugins.h
scoped_proof.h
seq_decl_plugin.cpp fix #7252 2024-06-13 17:52:17 -07:00
seq_decl_plugin.h
shared_occs.cpp
shared_occs.h
special_relations_decl_plugin.cpp add EUF plugin framework. 2023-11-30 13:58:30 -08:00
special_relations_decl_plugin.h add EUF plugin framework. 2023-11-30 13:58:30 -08:00
static_features.cpp
static_features.h
used_symbols.h
used_vars.cpp
used_vars.h
value_generator.cpp
value_generator.h
well_sorted.cpp remove a few string copies 2023-12-20 16:55:09 +00:00
well_sorted.h