3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 23:13:57 +00:00
z3/src/ast
Nikolaj Bjorner 6e22250d1a fixup model construction on undef results for arithmetic. Fixes issue #161
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2015-07-13 12:44:55 -07:00
..
fpa update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07: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 update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
proof_checker update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
rewriter update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07: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
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
array_decl_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
ast.cpp fix type checking for non-associative basic operations, fixes issue #160 2015-07-13 08:29:24 -07:00
ast.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
ast_ll_pp.cpp
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
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_printer.cpp
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 pull unstable 2015-04-01 14:57:11 -07: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
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
decl_collector.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07: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
expr2var.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -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
expr_functors.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
expr_map.cpp
expr_map.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
expr_stat.cpp
expr_stat.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
expr_substitution.cpp
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
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
for_each_expr.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
format.cpp
format.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
fpa_decl_plugin.cpp Made fp.* comparison chainable. 2015-05-20 17:57:27 +01:00
fpa_decl_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07: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
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
macro_substitution.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
num_occurs.cpp
num_occurs.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
occurs.cpp
occurs.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pb_decl_plugin.cpp fix sorting network bug, add network compilation,... 2014-09-11 18:47:21 -07:00
pb_decl_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pp.cpp
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
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
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
well_sorted.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00