Skip to content

The KINARA finite state model checking and synthesis framework

Notifications You must be signed in to change notification settings

abhishekudupa/kinara

Repository files navigation

kinara

The KINARA finite state model checking and synthesis framework

To download sources:

git clone --recursive https://github.com/abhishekudupa/kinara.git

To build:

  1. Go to the base kinara directory.
  2. cd thirdparty/boost-local
  3. make
  4. cd ../z3-4.3.2
  5. make
  6. cd ../../
  7. make eopt
  8. cd test/mc (Optional)
  9. 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!

About

The KINARA finite state model checking and synthesis framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages