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:
parent
6c2985e753
commit
e7f5af6c6a
4 changed files with 219 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue