Skip to content

Files

Latest commit

fa5a50c · Mar 12, 2025

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 26, 2012
Feb 18, 2025
Feb 18, 2025
May 16, 2020
Jul 31, 2021
Jan 29, 2021
Aug 15, 2022
Jul 10, 2021
Jan 4, 2016
Jul 10, 2021
Oct 23, 2012
Jul 9, 2023
Jul 10, 2021
Jul 10, 2021
Feb 14, 2016
Jul 10, 2021
Mar 12, 2025
Jul 10, 2021
Mar 11, 2025
Mar 7, 2024
Jan 31, 2024
Oct 13, 2024
Mar 3, 2025
Sep 30, 2024
Mar 11, 2025
Feb 27, 2019
Jul 10, 2021
Mar 11, 2025
May 19, 2020
Nov 29, 2023
Jun 11, 2019
Jul 29, 2021
Jun 12, 2019
Jun 12, 2019
May 16, 2020
Dec 28, 2024
Jan 4, 2016
Aug 3, 2017
Jul 26, 2020
Mar 20, 2018
Nov 19, 2019
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.