This is a project of Avy verifier and extra dependencies
BRANCH_NAME is one of dev, master, hwmcc15
git checkout -b LOCAL_NAME origin/BRANCH_NAME
git submodule init
git submodule update
mkdir build ; cd build
cmake -DCMAKE_BUILD_TYPE=[Release|Debug] [-DAVY_STATIC_EXE=ON] ../
cmake --build .
The main executable is `build/avy/src/avy'
Arie Gurfinkel and Yakir Vizel
- Binary distribution avy+fib
To reproduce our experiments for CAV'15, follow these steps: