Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 317 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 317 Bytes

Build with docker (recommended)

docker build --tag z3-test  --file Dockerfile .

Test

To test single branch constraints

docker run -it z3-test /bin/bash
cd build
./z3test ../test

To test nested branch constraints

docker run -it z3-test /bin/bash
cd build
./z3ntest ../test_nested