org: new example

* doc/org/tut21.org: New file.
* doc/Makefile.am, doc/org/tut.org: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2015-06-12 00:28:53 +02:00
parent af8634d8c4
commit 4d848e988c
3 changed files with 168 additions and 0 deletions

View file

@ -17,3 +17,10 @@ three interfaces supported by Spot: shell commands, Python, or C++.
- [[file:tut02.org][Relabeling Formulas]]
- [[file:tut10.org][Translating an LTL formula into a never claim]]
- [[file:tut20.org][Converting a never claim into HOA]]
* Examples in C++ only
The following examples are too low-level to be implemented in shell or
Python (at least at the moment), so they are purely C++ so far.
- [[file:tut21.org][Custom print of an automaton]]