3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-25 23:19:32 +00:00
z3/scripts
2015-03-29 15:49:03 +01:00
..
mk_exception.py
mk_make.py
mk_project.py Merge branch 'unstable' of https://git01.codeplex.com/z3 into ml-ng 2015-01-23 11:07:48 +00:00
mk_unix_dist.py
mk_util.py Enabled test for OpenMP in Windows (for old and express versions of visual studio). 2015-03-29 15:49:03 +01:00
mk_win_dist.py Bugfix in windows dist scripts 2015-03-02 17:30:41 +00:00
README
trackall.sh
update_api.py Bugfix for the Java API on Windows 2015-03-04 15:19:15 +00: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.