mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
Added ml component
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
454fa7dcdd
commit
bcca613cb2
60 changed files with 40332 additions and 16 deletions
|
@ -1,17 +1,6 @@
|
|||
sd edit dll\z3.def
|
||||
sd edit dll\z3_dbg.def
|
||||
cd dll
|
||||
pushd dll
|
||||
python mk_def.py
|
||||
cd ..
|
||||
sd edit Microsoft.Z3\native.cs
|
||||
sd edit Microsoft.Z3\enumerations.cs
|
||||
sd edit lib\api_log_macros.h
|
||||
sd edit lib\api_log_macros.cpp
|
||||
sd edit lib\api_commands.cpp
|
||||
sd edit python\z3core.py
|
||||
sd edit ml\z3.mli
|
||||
sd edit ml\z3.ml
|
||||
sd edit ml\z3_stubs.c
|
||||
popd
|
||||
pushd lib
|
||||
python api.py
|
||||
popd
|
||||
|
@ -19,12 +8,9 @@ pushd Microsoft.Z3
|
|||
python mk_z3consts.py
|
||||
popd
|
||||
pushd python
|
||||
sd edit z3consts.py
|
||||
python mk_z3consts.py
|
||||
sd edit z3tactics.py
|
||||
python mk_z3tactics.py
|
||||
popd
|
||||
pushd ml
|
||||
call build.cmd 32
|
||||
popd
|
||||
sd revert -a ...
|
Loading…
Add table
Add a link
Reference in a new issue