3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-19 15:19:01 +00:00
z3/src/api
Nikolaj Bjorner 14f29e7265 add basic built-in consequence finding
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-07-28 11:20:17 -07:00
..
c++ change names of reserved identifiers. Issue #666 2016-07-01 14:46:44 -07:00
dll added missing Copyright forms 2015-06-10 11:54:02 -07:00
dotnet add basic built-in consequence finding 2016-07-28 11:20:17 -07:00
java Java bindings: Force cleaning the queue on context closing. 2016-06-29 13:09:05 +02:00
ml Make C-layer of OCaml bindings C89 compatible. 2016-06-10 16:49:06 +02:00
python add basic built-in consequence finding 2016-07-28 11:20:17 -07:00
api_algebraic.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_arith.cpp remove __in/__out SAL annotations. 2015-07-15 13:46:32 +01:00
api_array.cpp add array-ext to externally exposed functions to enable interpolants with arrays to be usable in feedback loops with Z3. Addresses one issue raised in #292 2015-11-07 16:42:13 -08:00
api_ast.cpp Add OP_INTERNAL to handle cases of function symbols that don't have external semantics (at least in a way that is supported by means of building terms) Issue #688 2016-07-20 12:13:54 -07:00
api_ast_map.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_ast_map.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_ast_vector.cpp add object z3 objects to target context during translation, to fix build regression failure on z3test.py 2016-07-15 11:44:38 -07:00
api_ast_vector.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_bv.cpp C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
api_config_params.cpp make use of warning_msg safe for formatting. Thanks to Scott McPeak for reporting 2016-06-14 08:10:10 -07:00
api_context.cpp fix ubuntu build failure 2016-07-15 13:39:50 -07:00
api_context.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_datalog.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_datalog.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_datatype.cpp remove __in/__out SAL annotations. 2015-07-15 13:46:32 +01:00
api_fpa.cpp removed unused variables 2016-02-09 16:38:35 +00:00
api_goal.cpp add object z3 objects to target context during translation, to fix build regression failure on z3test.py 2016-07-15 11:44:38 -07:00
api_goal.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_interp.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_log.cpp add some version information (and date) to log file to make it easier to trap version mismatch on log files 2016-06-28 18:11:30 -07:00
api_model.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_model.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_numeral.cpp logic fix 2016-03-01 17:42:33 +00:00
api_opt.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_params.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_parsers.cpp removed private API based on deprecated features 2012-12-11 11:37:29 -08:00
api_pb.cpp moving to rational coefficients 2013-11-21 15:55:08 -08:00
api_polynomial.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_polynomial.h reworking cancellation 2015-12-12 19:30:23 +00:00
api_quant.cpp add line/pos information for pattern warnings. Issue #607 2016-05-16 08:59:58 -07:00
api_rcf.cpp reworking cancellation 2015-12-12 19:30:23 +00:00
api_seq.cpp seq API 2016-01-03 14:07:34 -08:00
api_solver.cpp add basic built-in consequence finding 2016-07-28 11:20:17 -07:00
api_solver.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_stats.cpp fix break in configure 2016-02-01 17:38:14 +00:00
api_stats.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_tactic.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_tactic.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_util.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
z3.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_algebraic.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_api.h add basic built-in consequence finding 2016-07-28 11:20:17 -07:00
z3_ast_containers.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_fixedpoint.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_fpa.h Changed FP significand/exponent functions to return non-normalized results. Clarified function remarks. Relates to #383. 2016-01-13 16:32:32 +00:00
z3_interp.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_logger.h removing fat 2012-10-31 14:21:22 -07:00
z3_macros.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_optimization.h Whitespace 2015-12-03 17:55:31 +00:00
z3_polynomial.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_private.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_rcf.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_replayer.cpp add some version information (and date) to log file to make it easier to trap version mismatch on log files 2016-06-28 18:11:30 -07:00
z3_replayer.h add debugging facilities for github issues #384 #367 2015-12-22 10:43:18 -08:00
z3_v1.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00