3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-07 06:28:18 +00:00
z3/scripts
Lev Nachmanson 08940cff8f comment out the call to nra_solver
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
2020-05-15 11:26:40 -07:00
..
build-win-signed.yml
build_libcxx_msan.sh comment out the call to nra_solver 2020-05-15 11:26:40 -07:00
generate-doc.yml
mk_consts_files.py comment out the call to nra_solver 2020-05-15 11:26:40 -07:00
mk_copyright.py
mk_def_file.py comment out the call to nra_solver 2020-05-15 11:26:40 -07:00
mk_exception.py
mk_genfile_common.py
mk_gparams_register_modules_cpp.py comment out the call to nra_solver 2020-05-15 11:26:40 -07:00
mk_install_tactic_cpp.py comment out the call to nra_solver 2020-05-15 11:26:40 -07:00
mk_make.py
mk_mem_initializer_cpp.py comment out the call to nra_solver 2020-05-15 11:26:40 -07:00
mk_nuget_release.py
mk_nuget_task.py
mk_pat_db.py comment out the call to nra_solver 2020-05-15 11:26:40 -07:00
mk_project.py inc version 2020-05-08 15:05:01 -07:00
mk_unix_dist.py
mk_util.py fixup build of example 2020-02-27 14:34:44 -08:00
mk_win_dist.py
nightly.yaml
policy.json
pyg2hpp.py comment out the call to nra_solver 2020-05-15 11:26:40 -07:00
README
release.yml update comment 2020-05-08 15:03:52 -07:00
test-examples-cmake.yml
test-java-cmake.yml
test-jupyter.yml
test-regressions.yml
test-z3.yml
trackall.sh comment out the call to nra_solver 2020-05-15 11:26:40 -07:00
update_api.py comment out the call to nra_solver 2020-05-15 11:26:40 -07:00
update_header_guards.py
update_include.py
vsts-mac.sh
vsts-vs2013.cmd
vsts-vs2017.cmd

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.