mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
ML API readme fixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
2f3ea1f39d
commit
b92bdaeebe
|
@ -1,5 +1,3 @@
|
||||||
### This is work-in-progress.
|
|
||||||
|
|
||||||
Small example using the Z3 ML bindings.
|
Small example using the Z3 ML bindings.
|
||||||
To build the example execute
|
To build the example execute
|
||||||
make examples
|
make examples
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
This directory is work in progress.
|
This is the new ML API introduced with Z3 4.4. For the legacy bindings, please
|
||||||
|
refer to previous releases of Z3.
|
||||||
We are currently working on a brand new ML API.
|
|
||||||
|
|
||||||
On Windows, there are no less than four different ports of OCaml. The Z3 build
|
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
|
system assumes that either the win32 or the win64 port is installed. This means
|
||||||
|
|
Loading…
Reference in a new issue