3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 15:03:57 +00:00
z3/src/ast
Nikolaj Bjorner 5752830f71 bug fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-06-22 15:01:12 -07:00
..
fpa Tabs 2017-05-31 12:18:00 +01:00
macros add missing axioms for str.at. Issue #953 2017-03-25 19:31:01 +01:00
normal_forms Added rewriter.ignore_patterns_on_ground_qbody option to disable simplification of quantifiers that have their universals appear only in patterns, but otherwise have a ground body. 2017-04-07 21:19:20 +01:00
pattern fix debug build, unused variable warnings 2016-12-21 10:44:49 -08:00
proof_checker enable logic parameter update to configure SMTLIB logic 2016-03-01 09:48:24 -08:00
rewriter bug fixes 2017-06-22 15:01:12 -07:00
simplifier merge 2017-06-02 10:37:22 -07:00
substitution reduce set of mainly verbose warnings raised by -Wmaybe-uninitialized and unused variable warnings from release mode builds 2016-06-22 20:25:47 -07:00
act_cache.cpp comment typos 2016-05-31 16:14:50 +01:00
act_cache.h
arith_decl_plugin.cpp SMT2 compliancy fix; NRA includes conversion of Int numerals 2017-03-28 18:17:22 +01:00
arith_decl_plugin.h merge LRA 2017-05-09 10:46:11 -07:00
array_decl_plugin.cpp fix bug with model completion and remove spurious std::cout 2016-06-24 09:02:12 -07:00
array_decl_plugin.h recursive function definitions; combine model-building functionality 2016-03-03 07:59:03 -08:00
ast.cpp debugging nra 2017-05-24 21:46:19 -07:00
ast.h theory_str frontend changes 2017-04-26 17:24:05 -04:00
ast_ll_pp.cpp
ast_ll_pp.h
ast_lt.cpp
ast_lt.h
ast_pp.h
ast_pp_util.cpp rewrite pb 2017-05-22 17:47:46 -07:00
ast_pp_util.h
ast_printer.cpp
ast_printer.h
ast_smt2_pp.cpp remove code that causes infinite loop. Stackoverflow question from Dominik Wojtaszek 2017-03-17 10:52:16 -07:00
ast_smt2_pp.h cleanup 2017-05-03 17:45:56 -04:00
ast_smt_pp.cpp cleanup 2017-05-03 17:45:56 -04:00
ast_smt_pp.h enable logic parameter update to configure SMTLIB logic 2016-03-01 09:48:24 -08:00
ast_trail.h
ast_translation.cpp
ast_translation.h
ast_util.cpp merge useful utilities from qsat 2016-03-19 12:01:44 -07:00
ast_util.h merge useful utilities from qsat 2016-03-19 12:01:44 -07:00
bv_decl_plugin.cpp Bugfix for zero-extend. 2016-04-01 12:48:06 +01:00
bv_decl_plugin.h add missing axioms for str.at. Issue #953 2017-03-25 19:31:01 +01:00
datatype_decl_plugin.cpp Tabs 2017-05-31 12:18:00 +01:00
datatype_decl_plugin.h modulating data-type solver 2016-08-03 11:16:29 -07:00
decl_collector.cpp Improved decl_collector for uninterpreted sorts in :print_benchmark output 2017-03-31 12:04:46 +01:00
decl_collector.h Updated declarations in decl_collector 2017-03-31 12:10:51 +01:00
dl_decl_plugin.cpp Fix spelling errors 2016-07-09 11:46:43 +02:00
dl_decl_plugin.h remove unused min-aggregate 2015-12-04 09:23:36 -08:00
expr2polynomial.cpp "canceled" -> Z3_CANCELED_MSG 2016-02-04 13:52:43 +00:00
expr2polynomial.h
expr2var.cpp
expr2var.h
expr_abstract.cpp merge useful utilities from qsat 2016-03-19 12:01:44 -07:00
expr_abstract.h merge useful utilities from qsat 2016-03-19 12:01:44 -07:00
expr_delta_pair.h
expr_functors.cpp
expr_functors.h add fd solver for finite domain queries 2016-10-18 22:34:34 -04:00
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
for_each_expr.h
format.cpp
format.h
fpa_decl_plugin.cpp Tabs, whitespace 2017-03-07 18:10:03 +00:00
fpa_decl_plugin.h Added Z3_fpa_is_numeral_negative to FPA API 2016-10-27 15:06:24 +01:00
func_decl_dependencies.cpp
func_decl_dependencies.h
has_free_vars.cpp
has_free_vars.h
macro_substitution.cpp
macro_substitution.h
num_occurs.cpp
num_occurs.h
occurs.cpp
occurs.h
pb_decl_plugin.cpp resolve conflicts 2017-06-02 10:38:37 -07:00
pb_decl_plugin.h add option to disable cardinality solver 2017-02-16 08:38:38 -08:00
pp.cpp
pp.h
pp_params.pyg add option for prettier proof printing, Issue #706 2016-08-20 03:52:45 -07:00
recurse_expr.h
recurse_expr_def.h
reg_decl_plugins.cpp refactoring theory_str 2017-02-27 13:22:56 -05:00
reg_decl_plugins.h
scoped_proof.h
seq_decl_plugin.cpp fix for #1015 2017-05-10 19:40:00 -07:00
seq_decl_plugin.h fix for #1015 2017-05-10 19:40:00 -07:00
shared_occs.cpp
shared_occs.h
static_features.cpp Tabs 2017-05-31 12:18:00 +01:00
static_features.h theory_str static features and cmd_context 2017-04-28 14:14:28 -04:00
used_symbols.h
used_vars.cpp
used_vars.h
well_sorted.cpp fix handling of AC operator ++ on regular expressions. Issue #804 2016-11-22 13:02:17 -08:00
well_sorted.h