3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00
z3/src/api/ml
Nikolaj Bjorner d469a16bb8 add more Copyright notes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2015-06-10 11:59:21 -07: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 Added conversion function for Goal to Expr conversion in .NET, Java, ML 2015-06-10 13:17:34 +01:00
z3.mli Added conversion function for Goal to Expr conversion in .NET, Java, ML 2015-06-10 13:17:34 +01:00
z3_stubs.c add more Copyright notes 2015-06-10 11:59:21 -07: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.