org: add example of LTL->BA translation

This addresses one item in #14.

* doc/org/tut10.org: New file.
* doc/Makefile.am: Add it.
* src/twaalgos/translate.hh: Fix inclusion of types from
postprocessor.
* wrap/python/spot.py (translate): Fix typo in doc string.
This commit is contained in:
Alexandre Duret-Lutz 2015-06-07 15:13:41 +02:00
parent 6c2985e753
commit e7f5af6c6a
4 changed files with 219 additions and 3 deletions

View file

@ -229,7 +229,7 @@ def translate(formula, *args):
- at most one in 'TGBA', 'BA', or 'Monitor'
(type of automaton to build)
- at most one in 'Small', 'Deterministic', 'Any'
(perefered characteristics of the produced automaton)
(preferred characteristics of the produced automaton)
- at most one in 'Low', 'Medium', 'High'
(optimization level)
- any combination of 'Complete', 'Unambiguous', and