3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-04 05:19:11 +00:00

moved new ml stuff to src/ml

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-24 13:21:03 -07:00
parent 3da69a4f1b
commit 839cc36e11
12 changed files with 0 additions and 0 deletions

5
src/ml/exec.cmd Executable file
View file

@ -0,0 +1,5 @@
@echo off
SETLOCAL
set PATH=..\..\bin;%PATH%
test_mlapi.exe
ENDLOCAL