3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-06 22:24:15 +00:00
z3/scripts
Christoph M. Wintersteiger 91402f2060 C API: fixed mk_context/mk_context_rc exception behaviour
Adjusted .NET/Java APIs accordingly.

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
2013-02-08 18:54:44 +00:00
..
mk_exception.py
mk_make.py
mk_project.py update substitution routines 2013-01-21 21:47:43 -08:00
mk_util.py Add missing DLLs for Java in Windows binary distribution package 2013-02-06 09:26:10 -08:00
mk_win_dist.py Add win to Z3 windows binary dist zip file 2013-01-30 09:14:19 -08:00
README
trackall.sh
update_api.py C API: fixed mk_context/mk_context_rc exception behaviour 2013-02-08 18:54:44 +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.