mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c4898a67e3
commit
236a32c3d4
10 changed files with 256 additions and 965 deletions
11
scripts/update_api.txt
Normal file
11
scripts/update_api.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
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 listed at update_api.py contain these definitions.
|
||||
See lib\z3_api.py for many examples.
|
||||
|
||||
To generate bindings and the API logging infrastructure, the following command must be used:
|
||||
|
||||
python update_api.py
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue