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 976fadf771 add missing complement
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-12-09 06:21:57 +01:00
..
c++ add missing complement 2016-12-09 06:21:57 +01:00
dll added missing Copyright forms 2015-06-10 11:54:02 -07:00
dotnet add missing complement 2016-12-09 06:21:57 +01:00
java Re-added context creation locks in the Java API. Relates to #819. 2016-12-01 23:16:15 +00:00
ml Resolved merge conflicts. Added FPA API input validity checks. 2016-11-15 20:19:40 +00:00
python Resolved merge conflicts. Added FPA API input validity checks. 2016-11-15 20:19:40 +00: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 fixes to consequence generation and cancellation 2016-09-07 11:50:26 -07:00
api_context.h fixes to consequence generation and cancellation 2016-09-07 11:50:26 -07:00
api_datalog.cpp Standardize on __uint64 instead of unsigned __int64 2016-11-07 17:42:44 -05: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 Resolved merge conflicts. Added FPA API input validity checks. 2016-11-15 20:19:40 +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 Fixed OpenMP problems in log synchronization. Relates to #798. 2016-11-22 13:26:29 +00: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 fix at-most-1 constraint compiler bug 2016-10-22 21:50:45 -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 additional robustness check for incremental sat solver core when it recieves interpreted constants, added PB equality to interface and special handling of equalities to adddress performance gap documented in #755 2016-10-25 20:32:13 -07: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 add regular expression operations to C and C++ API 2016-12-09 06:11:36 +01:00
api_solver.cpp check for logic in solver 2016-11-04 15:19:11 +00: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 regular expression operations to C and C++ API 2016-12-09 06:11:36 +01: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 FPA API clarification 2016-11-07 12:35:48 +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, typo 2016-11-04 21:27:10 +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 typo 2016-11-12 15:01:54 +00: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