3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-02 15:26:17 +00:00
z3/src/api/ml
Christoph M. Wintersteiger 383d06b225 Bugfix for Expr.isInt in .NET, Java, ML.
Fixes #370
2015-12-10 15:13:55 +00:00
..
Makefile ML API: proper use of datatype API for list/enum/constructor. 2015-01-19 17:08:10 +00:00
META ML API: build fix 2015-01-19 17:17:13 +00:00
README ML API readme fixes 2015-01-24 18:51:47 +00:00
z3.ml Bugfix for Expr.isInt in .NET, Java, ML. 2015-12-10 15:13:55 +00:00
z3.mli Added Z3_mk_array_ext to ML API. 2015-11-09 13:49:37 +00:00

This is the new ML API introduced with Z3 4.4. For the legacy bindings, please 
refer to previous releases of Z3.

On Windows, there are no less than four different ports of OCaml. The Z3 build 
system assumes that either the win32 or the win64 port is installed. This means
that OCaml will use `cl' as the underlying C compiler and not the cygwin or
mingw compilers. 

By default, a make target called `ocamlfind_install' is added. This installs Z3
into the ocamlfind package repository such that programs can be compiled via 
ocamlfind.