3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-29 15:33:21 +00:00
z3/scripts
Nikolaj Bjorner e45bafe9bf increase version number
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-11-19 14:17:48 -08:00
..
authorization.json
generate-doc.yml sudo the install 2019-10-12 04:13:27 -07:00
mk_consts_files.py
mk_copyright.py
mk_def_file.py
mk_exception.py
mk_genfile_common.py
mk_gparams_register_modules_cpp.py
mk_install_tactic_cpp.py
mk_make.py
mk_mem_initializer_cpp.py
mk_nuget_release.py Updated references to Z3 icon 2019-11-18 12:24:39 -08:00
mk_nuget_task.py Updated references to Z3 icon 2019-11-18 12:24:39 -08:00
mk_pat_db.py
mk_project.py increase version number 2019-11-19 14:17:48 -08:00
mk_unix_dist.py
mk_util.py remove IS_GNU 2019-11-08 14:49:35 -08:00
mk_win_dist.cmd
mk_win_dist.py
nightly.yaml update nightly 2019-10-24 16:34:41 -07:00
policy.json
pyg2hpp.py
README
release.yml upgrade pip 2019-11-19 12:58:44 -08:00
test-examples-cmake.yml
test-java-cmake.yml
test-jupyter.yml
test-regressions.yml
test-z3.yml
trackall.sh
update_api.py use Z3_char_ptr 2019-10-08 09:14:10 -07:00
update_header_guards.py
update_include.py
vsts-mac.sh
vsts-vs2013.cmd
vsts-vs2017.cmd rename additional build options #2709 2019-11-18 23:02:44 -08:00

Instructions for updating external Z3 API
-----------------------------------------

The python "macros": def_Type() and def_API() are used to add new types and function definitions to the Z3 API.
The .h files provided to `mk_bindings(API_files)` contain these definitions.
See src\api\z3_api.h for many examples.

The bindings for .Net and Python are generated when mk_make.py is invoked.