3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-19 01:32:17 +00:00

More ML API

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2012-12-19 16:33:51 +00:00
parent 2dde851ed7
commit bea09539cf
5 changed files with 96 additions and 12 deletions

14
examples/ml/README Normal file
View file

@ -0,0 +1,14 @@
### This is work-in-progress and does not work yet.
Small example using the Z3 ML bindings.
To build the example execute
make examples
in the build directory.
It will create MLExample in the build directory,
which can be run on Windows via
ocaml -I . MLExample
On Linux and FreeBSD, we must use
??