3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 13:58:45 +00:00
z3/src/api
2018-07-02 02:58:06 -07:00
..
c++ integrate lambda expressions 2018-06-26 07:23:04 -07:00
dll Tabs, formatting. 2017-09-17 14:54:09 +01:00
dotnet change storage layout of .Net binding Z3_bool to byte to deal with uninitialized memory reads on larger allocation sizes. Bug introduced when switching from defining Z3_bool as int to the bool type from stdbool 2018-07-02 02:58:06 -07:00
java change storage layout of .Net binding Z3_bool to byte to deal with uninitialized memory reads on larger allocation sizes. Bug introduced when switching from defining Z3_bool as int to the bool type from stdbool 2018-07-02 02:58:06 -07:00
ml fix ml build breakd #1659, #1660 2018-05-29 07:37:27 -07:00
python change storage layout of .Net binding Z3_bool to byte to deal with uninitialized memory reads on larger allocation sizes. Bug introduced when switching from defining Z3_bool as int to the bool type from stdbool 2018-07-02 02:58:06 -07:00
api_algebraic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_arith.cpp change storage layout of .Net binding Z3_bool to byte to deal with uninitialized memory reads on larger allocation sizes. Bug introduced when switching from defining Z3_bool as int to the bool type from stdbool 2018-07-02 02:58:06 -07:00
api_array.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
api_ast.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
api_ast_map.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_ast_map.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
api_ast_vector.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_ast_vector.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
api_bv.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_config_params.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_context.cpp remove spurious copies and inc_refs around ref_vector 2018-06-28 10:31:38 +01:00
api_context.h merge 2018-04-30 09:30:43 -07:00
api_datalog.cpp add_constraint API 2018-06-14 16:08:48 -07:00
api_datalog.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_datalog_spacer.inc Use nullptr. 2018-02-12 14:05:55 +07:00
api_datatype.cpp fix #1510 by reintroducing automatic declaration of recognizers 2018-03-02 23:02:20 +09:00
api_fpa.cpp Use stdint.h for int64_t / uint64_t in API. 2018-03-30 23:06:24 +07:00
api_goal.cpp merge with master 2018-03-25 14:57:01 -07:00
api_goal.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_log.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_model.cpp fix #1675, regression in core processing in maxres 2018-06-19 23:23:19 -07:00
api_model.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_numeral.cpp Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
api_opt.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
api_params.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_parsers.cpp merge with master 2018-03-25 14:57:01 -07:00
api_pb.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_polynomial.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_polynomial.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
api_qe.cpp Switch spacer::qe_project to new model API 2018-06-16 13:58:58 -07:00
api_quant.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
api_rcf.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_seq.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
api_solver.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
api_solver.h Use nullptr. 2018-02-12 14:05:55 +07:00
api_stats.cpp Use stdint.h for int64_t / uint64_t in API. 2018-03-30 23:06:24 +07:00
api_stats.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
api_tactic.cpp merge with master 2018-03-25 14:57:01 -07:00
api_tactic.h merge with master 2018-03-25 14:57:01 -07:00
api_util.h Use nullptr. 2018-02-12 14:05:55 +07:00
CMakeLists.txt remove interpolation and duality dependencies 2018-05-24 08:33:48 -07:00
z3.h remove interpolation and duality dependencies 2018-05-24 08:33:48 -07:00
z3_algebraic.h Fix minor issues in docs. 2018-03-16 20:56:06 +07:00
z3_api.h change storage layout of .Net binding Z3_bool to byte to deal with uninitialized memory reads on larger allocation sizes. Bug introduced when switching from defining Z3_bool as int to the bool type from stdbool 2018-07-02 02:58:06 -07:00
z3_ast_containers.h add newline 2017-09-22 09:54:56 -05:00
z3_fixedpoint.h add_constraint API 2018-06-14 16:08:48 -07:00
z3_fpa.h Use stdint.h for int64_t / uint64_t in API. 2018-03-30 23:06:24 +07:00
z3_logger.h log with unsigned characters to avoid malformed strings as in #1712 2018-06-29 09:11:44 -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 [Doxygen] Fix some Doxygen warnings for z3_optimization.h 2017-06-07 18:45:12 +01: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 make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07: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 Use stdint.h for int64_t / uint64_t in API. 2018-03-30 23:06:24 +07:00
z3_replayer.h Use stdint.h for int64_t / uint64_t in API. 2018-03-30 23:06:24 +07:00
z3_spacer.h adding cdecl directive to Z3_qe_lite to address build failure for Java bindings 2017-07-31 23:14:53 -07:00
z3_v1.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00