3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00
z3/src/ast
Christoph M. Wintersteiger 6749c19ab1 Merge branch 'static_analysis' of https://github.com/daniel-j-h/z3
# Conflicts:
#	src/ast/ast.h
#	src/interp/iz3foci.cpp
#	src/muz/duality/duality_dl_interface.cpp
#	src/util/hwf.h
2015-10-19 15:14:45 +01:00
..
fpa Fix for FP UFs and conversion functions. 2015-10-08 16:04:17 +01:00
macros update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
normal_forms update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pattern Merge branch 'static_analysis' of https://github.com/daniel-j-h/z3 2015-10-19 15:14:45 +01:00
proof_checker update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
rewriter use Z3_fallthrough instead of __falthrough directly to avoid messing with reserved identifiers 2015-10-09 18:06:49 +01:00
simplifier update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
substitution update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
act_cache.cpp Reorganizing code base 2012-10-20 16:33:01 -07:00
act_cache.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
arith_decl_plugin.cpp fixup model construction on undef results for arithmetic. Fixes issue #161 2015-07-13 12:44:55 -07:00
arith_decl_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
array_decl_plugin.cpp Fix crash reported at http://z3.codeplex.com/workitem/11. Fix array rewriter bug, rewriter was producing sort incorrect expression. 2012-12-26 08:36:25 -08:00
array_decl_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
ast.cpp use Z3_fallthrough instead of __falthrough directly to avoid messing with reserved identifiers 2015-10-09 18:06:49 +01:00
ast.h Merge branch 'static_analysis' of https://github.com/daniel-j-h/z3 2015-10-19 15:14:45 +01:00
ast_ll_pp.cpp working on pdr gen 2013-02-08 16:54:05 -08:00
ast_ll_pp.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
ast_lt.cpp Add option :bv-sort-ac true 2013-03-24 14:59:29 -07:00
ast_lt.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
ast_pp.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
ast_pp_util.cpp have solver pretty print declarations, include also datatype declarations 2015-08-07 08:54:03 +02:00
ast_pp_util.h have solver pretty print declarations, include also datatype declarations 2015-08-07 08:54:03 +02:00
ast_printer.cpp converted pp_params 2012-11-30 17:20:45 -08:00
ast_printer.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
ast_smt2_pp.cpp Various variable renamings to avoid conflicts with previously defined local variables, function parameters, or members (Visual Studio 2015 warnings). 2015-05-29 18:13:39 +01:00
ast_smt2_pp.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
ast_smt_pp.cpp have solver pretty print declarations, include also datatype declarations 2015-08-07 08:48:24 +02:00
ast_smt_pp.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
ast_trail.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
ast_translation.cpp Fix uninterpreted sort definition. There was a mismatch in the behavior of the API and SMT front-ends. The SMT front-ends were using user_sorts to be able to support parametric uninterpreted sorts. After this fix, the API also creates user_sorts. 2013-02-12 14:34:31 -08:00
ast_translation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
ast_util.cpp move functionality from qe_util to ast_util 2015-06-23 14:33:45 +02:00
ast_util.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bv_decl_plugin.cpp Relaxed BV type checking, follow up to issue #116 2015-06-02 12:46:30 +01:00
bv_decl_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
datatype_decl_plugin.cpp Various variable renamings to avoid conflicts with previously defined local variables, function parameters, or members (Visual Studio 2015 warnings). 2015-05-29 18:13:39 +01:00
datatype_decl_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
decl_collector.cpp Make ast_manager::get_family_id(symbol const &) side-effect free. The version with side-effects is now called ast_manager::mk_family_id 2012-12-18 17:14:25 -08:00
decl_collector.h change default behavior of solver pretty printer to include declarations 2015-08-06 18:57:11 +02:00
dl_decl_plugin.cpp Add datalog infrastructure for min aggregation function 2015-06-10 18:14:14 +01:00
dl_decl_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
expr2polynomial.cpp Various variable renamings to avoid conflicts with previously defined local variables, function parameters, or members (Visual Studio 2015 warnings). 2015-05-29 18:13:39 +01:00
expr2polynomial.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
expr2var.cpp enable incremental bit-vector solving 2015-09-01 09:48:35 -07:00
expr2var.h enable incremental bit-vector solving 2015-09-01 09:48:35 -07:00
expr_abstract.cpp optimize rule processing 2013-04-26 12:02:19 -07:00
expr_abstract.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
expr_delta_pair.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
expr_functors.cpp checkpoint 2012-10-21 13:32:12 -07:00
expr_functors.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
expr_map.cpp Reorganizing the code 2012-10-20 19:54:08 -07:00
expr_map.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
expr_stat.cpp checkpoint 2012-10-21 13:32:12 -07:00
expr_stat.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
expr_substitution.cpp checkpoint 2012-11-01 13:28:10 -07:00
expr_substitution.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
for_each_ast.cpp Reorganizing the code. Moved nlsat to its own directory. 2012-10-20 15:48:18 -07:00
for_each_ast.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
for_each_expr.cpp Reorganizing the code. Moved nlsat to its own directory. 2012-10-20 15:48:18 -07:00
for_each_expr.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
format.cpp Make ast_manager::get_family_id(symbol const &) side-effect free. The version with side-effects is now called ast_manager::mk_family_id 2012-12-18 17:14:25 -08:00
format.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
fpa_decl_plugin.cpp Corrected unspecified behavior of fp.min/fp.max corner cases in fpa2bv_converter and in theory_fpa. 2015-10-07 20:44:08 +01:00
fpa_decl_plugin.h Corrected unspecified behavior of fp.min/fp.max corner cases in fpa2bv_converter and in theory_fpa. 2015-10-07 20:44:08 +01:00
func_decl_dependencies.cpp Bugfix for variable renamings (fec815b41e) 2015-05-30 12:12:23 +01:00
func_decl_dependencies.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
has_free_vars.cpp Reorganizing the code 2012-10-20 22:44:27 -07:00
has_free_vars.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
macro_substitution.cpp resurrecting assertion_stack 2012-11-01 12:15:45 -07:00
macro_substitution.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
num_occurs.cpp Reorganizing the code 2012-10-20 22:03:58 -07:00
num_occurs.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
occurs.cpp Reorganizing the code 2012-10-20 22:03:58 -07:00
occurs.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pb_decl_plugin.cpp fixes #186, remove ite-lifting from opt_context to detect weighted maxsat 2015-08-06 11:52:59 +02:00
pb_decl_plugin.h fixes #186, remove ite-lifting from opt_context to detect weighted maxsat 2015-08-06 11:52:59 +02:00
pp.cpp converted pp_params 2012-11-30 17:20:45 -08:00
pp.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pp_params.pyg pull unstable 2015-04-01 14:57:11 -07:00
recurse_expr.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
recurse_expr_def.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
reg_decl_plugins.cpp pull unstable 2015-04-01 14:57:11 -07:00
reg_decl_plugins.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
scoped_proof.h remove double underscores 2015-07-09 13:31:22 -07:00
seq_decl_plugin.cpp Fix uninterpreted sort definition. There was a mismatch in the behavior of the API and SMT front-ends. The SMT front-ends were using user_sorts to be able to support parametric uninterpreted sorts. After this fix, the API also creates user_sorts. 2013-02-12 14:34:31 -08:00
seq_decl_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
shared_occs.cpp Reorganizing code. Added script for generating VS project files 2012-10-20 15:16:37 -07:00
shared_occs.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
static_features.cpp Fix for arrays with arity > 1 in static_features 2015-02-09 16:20:17 +00:00
static_features.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
used_symbols.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
used_vars.cpp fix used_vars reported by Daniel J. H, issue #24 2015-04-03 11:59:27 -07:00
used_vars.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
well_sorted.cpp Reorganizing the code. Moved nlsat to its own directory. 2012-10-20 15:48:18 -07:00
well_sorted.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00