org: show how to implement Kripke structures

* doc/org/tut51.org: New file.
* doc/org/tut.org, doc/Makefile.am, NEWS: Add it.
* elisp/ob-dot.el: New file, to work around old org-mode versions.
* elisp/README, elisp/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2016-07-27 16:19:04 +02:00
parent 6617538156
commit 15ea2e66e8
7 changed files with 679 additions and 3 deletions

View file

@ -36,6 +36,7 @@ three interfaces supported by Spot: shell commands, Python, or C++.
* Examples in C++ only
- [[file:tut50.org][Explicit vs. on-the-fly: two interfaces for exploring automata]]
- [[file:tut51.org][Implementing an on-the-fly Kripke structure]]
* Examples in Python only