mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
12 lines
418 B
Plaintext
12 lines
418 B
Plaintext
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
|
|
|