Interactive frontend for manipulating kripke structures and evaluating temporal logic formulae.
$ git clone https://github.com/thpani/kripkebuilder.git
$ cd kripkebuilder
$ npm install
$ gulp
Samples are previous FMI exam exercises. You are welcome to contribute previous exercises not yet in Kripke Builder:
- Fork this repository
- Draw the exercise in Kripke Builder
Save as JSON
- Edit
src/samples.js
and add the formulae from the exam - Submit a pull request