Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qnighy/advanced-programming-languages-report-ltl
https://github.com/qnighy/advanced-programming-languages-report-ltl
algorithm automata logic ocaml temporal-logic
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qnighy/advanced-programming-languages-report-ltl
- Owner: qnighy
- Created: 2015-07-12T15:39:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-12T15:39:40.000Z (over 9 years ago)
- Last Synced: 2024-10-11T23:04:59.177Z (about 1 month ago)
- Topics: algorithm, automata, logic, ocaml, temporal-logic
- Language: OCaml
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LTL formula -> Büchi automaton
## Dependency
- OCaml
- menhir
- graphviz## Build
```
$ make
```### Use
```
$ ./test.sh
```