| .. |
|
converters
|
test
|
2025-10-14 18:01:41 +02:00 |
|
euf
|
remove unused
|
2026-02-18 20:56:01 -08:00 |
|
fpa
|
fix #7661
|
2025-05-29 17:46:51 +01:00 |
|
macros
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
normal_forms
|
fixing the order
|
2025-10-13 21:00:54 +02:00 |
|
pattern
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
proofs
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
rewriter
|
fix #8024
|
2026-02-18 20:55:57 -08:00 |
|
simplifiers
|
comment out parameter check
|
2026-02-18 20:55:56 -08:00 |
|
sls
|
check cancelation in invariant checker
|
2026-02-18 20:55:57 -08:00 |
|
substitution
|
nits
|
2025-06-30 08:37:39 -07:00 |
|
act_cache.cpp
|
|
|
|
act_cache.h
|
|
|
|
arith_decl_plugin.cpp
|
fix #8024
|
2026-02-18 20:55:57 -08:00 |
|
arith_decl_plugin.h
|
fix #8024
|
2026-02-18 20:55:57 -08:00 |
|
array_decl_plugin.cpp
|
add -> as another array sort constructor
|
2025-06-22 21:35:23 -07:00 |
|
array_decl_plugin.h
|
fixes to ho-matcher
|
2025-07-05 16:24:45 -07:00 |
|
array_peq.cpp
|
code simplification
|
2025-02-18 19:07:58 -08:00 |
|
array_peq.h
|
code simplification
|
2025-02-18 19:07:58 -08:00 |
|
ast.cpp
|
fix crashes based on z3test\regressions\finite-sets\ in the finite-sets branch
|
2025-11-21 20:31:44 -08:00 |
|
ast.h
|
bug fixes
|
2025-10-27 05:51:42 +01:00 |
|
ast_ll_pp.cpp
|
added API to monitor clause inferences
|
2022-10-19 08:34:55 -07: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
|
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
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
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
|
fixes to mbqi in the new core based on #6575
|
2023-02-10 16:56:06 -08:00 |
|
ast_pp_util.h
|
wip - proof hints
|
2022-10-08 20:12:57 +02:00 |
|
ast_printer.cpp
|
Remove empty leaf destructors. (#6211)
|
2022-07-30 10:07:03 +01:00 |
|
ast_printer.h
|
Use = default for virtual constructors.
|
2022-08-05 18:11:46 +03:00 |
|
ast_smt2_pp.cpp
|
patch definitions, add pretty print support
|
2025-10-13 22:39:32 +02:00 |
|
ast_smt2_pp.h
|
patch definitions, add pretty print support
|
2025-10-13 22:39:32 +02:00 |
|
ast_smt_pp.cpp
|
remove debug output
|
2025-10-13 22:40:21 +02: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 default destructors
|
2024-10-02 22:20:12 +01:00 |
|
ast_translation.cpp
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
ast_translation.h
|
|
|
|
ast_util.cpp
|
bug in flatten/and/or introduced when skipping sub-expressions
|
2021-12-22 07:43:37 -08:00 |
|
ast_util.h
|
convert reduce-args to a simplifier
|
2023-01-28 20:12:14 -08:00 |
|
bv_decl_plugin.cpp
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
bv_decl_plugin.h
|
fix #7572 and fix #7574
|
2025-03-07 10:46:29 -08: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
|
Implement finite_set_decl_plugin with complete operator support and polymorphism infrastructure (#7961)
|
2025-10-13 10:58:53 +02:00 |
|
cost_evaluator.cpp
|
|
|
|
cost_evaluator.h
|
|
|
|
datatype_decl_plugin.cpp
|
fix build break introduced when adding support for polymorphic datatypes
|
2025-10-30 02:57:53 -07:00 |
|
datatype_decl_plugin.h
|
Fix O(n²) performance issue in CLI datatype declaration processing (#7712)
|
2025-07-02 09:54:36 -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
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
dl_decl_plugin.h
|
Remove empty leaf destructors. (#6211)
|
2022-07-30 10:07:03 +01:00 |
|
expr2polynomial.cpp
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
expr2polynomial.h
|
remove default destructors
|
2024-10-02 22:20:12 +01:00 |
|
expr2var.cpp
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
expr2var.h
|
|
|
|
expr_abstract.cpp
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
expr_abstract.h
|
wip - throttle AC completion, enable congruences over bound bodies
|
2025-07-11 12:48:27 +02:00 |
|
expr_delta_pair.h
|
|
|
|
expr_functors.cpp
|
|
|
|
expr_functors.h
|
Use = default for virtual constructors.
|
2022-08-05 18:11:46 +03:00 |
|
expr_map.cpp
|
|
|
|
expr_map.h
|
|
|
|
expr_stat.cpp
|
|
|
|
expr_stat.h
|
|
|
|
expr_substitution.cpp
|
bugfix to elim_uncnstr to ensure nodes are created. Prepare smt_internalizer to replay unit literals
|
2024-12-04 15:32:15 -08:00 |
|
expr_substitution.h
|
wip - testing solve-eqs2, added as tactic
|
2022-11-05 22:42:59 -07:00 |
|
finite_set_decl_plugin.cpp
|
fixup parameter to enable pretty printing of range sort
|
2025-12-29 18:09:13 -08:00 |
|
finite_set_decl_plugin.h
|
add functions that create unique sets for model construction based on solving cardinality constraints
|
2025-12-29 11:57:48 -08:00 |
|
for_each_ast.cpp
|
|
|
|
for_each_ast.h
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
for_each_expr.cpp
|
remove unneeded iterator functions
|
2024-09-23 12:59:04 +01:00 |
|
for_each_expr.h
|
remove unneeded iterator functions
|
2024-09-23 12:59:04 +01:00 |
|
format.cpp
|
fix #6530
|
2023-01-10 13:43:17 -08:00 |
|
format.h
|
|
|
|
fpa_decl_plugin.cpp
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
fpa_decl_plugin.h
|
remove default destructors
|
2024-10-02 22:20:12 +01:00 |
|
func_decl_dependencies.cpp
|
|
|
|
func_decl_dependencies.h
|
|
|
|
has_free_vars.cpp
|
fixup std-order / inv-order
|
2024-10-03 19:35:16 -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
|
move from justified_expr to dependent_expr by aligning datatypes
|
2025-01-22 11:46:10 -08:00 |
|
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
|
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
|
working on python make for arm
|
2022-04-07 13:36:23 +02:00 |
|
pb_decl_plugin.h
|
Remove empty leaf destructors. (#6211)
|
2022-07-30 10:07:03 +01:00 |
|
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
|
Implement finite_set_decl_plugin with complete operator support and polymorphism infrastructure (#7961)
|
2025-10-13 10:58:53 +02:00 |
|
polymorphism_util.h
|
Implement finite_set_decl_plugin with complete operator support and polymorphism infrastructure (#7961)
|
2025-10-13 10:58:53 +02:00 |
|
pp.cpp
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
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
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
recfun_decl_plugin.h
|
remove default destructors
|
2024-10-02 22:20:12 +01:00 |
|
recurse_expr.h
|
|
|
|
recurse_expr_def.h
|
|
|
|
reg_decl_plugins.cpp
|
Implement finite_set_decl_plugin with complete operator support and polymorphism infrastructure (#7961)
|
2025-10-13 10:58:53 +02:00 |
|
reg_decl_plugins.h
|
|
|
|
scoped_proof.h
|
overhaul of proof format for new solver
|
2022-08-28 17:44:33 -07:00 |
|
seq_decl_plugin.cpp
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
seq_decl_plugin.h
|
Performance improvements for seq-sls (#7519)
|
2025-01-21 08:01:59 -08:00 |
|
shared_occs.cpp
|
|
|
|
shared_occs.h
|
cleanup
|
2022-11-24 22:46:35 +07:00 |
|
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
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
static_features.h
|
disable new code until pre-condition gets fixed
|
2022-11-30 22:29:59 -08:00 |
|
used_symbols.h
|
|
|
|
used_vars.cpp
|
|
|
|
used_vars.h
|
|
|
|
value_generator.cpp
|
Mark override methods appropriately. (#6207)
|
2022-07-29 23:29:15 +02:00 |
|
value_generator.h
|
Use = default for virtual constructors.
|
2022-08-05 18:11:46 +03:00 |
|
well_sorted.cpp
|
Centralize and document TRACE tags using X-macros (#7657)
|
2025-05-28 14:31:25 +01:00 |
|
well_sorted.h
|
|
|