The KINARA finite state model checking and synthesis framework
To download sources:
git clone --recursive https://github.com/abhishekudupa/kinara.git
To build:
- Go to the base kinara directory.
- cd thirdparty/boost-local
- make
- cd ../z3-4.3.2
- make
- cd ../../
- make eopt
- cd test/mc (Optional)
- make eopt (Optional)
NOTE: Build env requirements:
- gcc >= 5.0
- make >= 4.0
Look in the test/mc directory for some examples on how to use the API
I know the documentation is sketchy at the moment, but I have some major refactoring planned and will update the documentation when that's done!