doc: more examples of the formula interface

* src/tl/formula.hh, src/tl/formula.cc: Add an operator<< to print
formulas.
* doc/org/tut01.org, doc/org/tut02.org: Adjust.
* doc/org/tut03.org: New file.
* doc/org/tut.org, doc/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2015-09-28 23:17:04 +02:00
parent cb39210166
commit c67540db14
7 changed files with 387 additions and 25 deletions

View file

@ -18,6 +18,10 @@ three interfaces supported by Spot: shell commands, Python, or C++.
- [[file:tut10.org][Translating an LTL formula into a never claim]]
- [[file:tut20.org][Converting a never claim into HOA]]
* Examples in Python and C++
- [[file:tut03.org][Constructing and transforming formulas]]
* Examples in C++ only
The following examples are too low-level to be implemented in shell or