org: clarify that ltl2tgba does not only output TGBA

* doc/org/tools.org: Adjust the link to ltl2tgba.org.
* doc/org/ltl2tgba.org: Also point out that --generic and --parity can
be used without --deterministic.
* bin/ltl2tgba.cc, bin/spot.cc: Adjust help text.
This commit is contained in:
Alexandre Duret-Lutz 2018-06-27 16:49:31 +02:00
parent 90e8cb9d2d
commit 4235b007f3
4 changed files with 11 additions and 8 deletions

View file

@ -8,7 +8,7 @@ This tool translates LTL or PSL formulas into different types of
automata.
The inner algorithm produces Transition-based Generalized Büchi
Automata, hence the name of the tools, but =ltl2tgba= has grown and
Automata, hence the name of the tool, but =ltl2tgba= has grown and
now offers several options to adjust the type of automaton output.
Those options will be covered in more detail below, but here is
a quick summary:
@ -23,6 +23,9 @@ a quick summary:
- =--parity --deterministic= (or =-DP=) will produce a deterministic
automaton with parity acceptance.
(The latter two can also be used with =--deterministic=, but that is
less frequent.)
* TGBA and BA
Formulas to translate may be specified using [[file:ioltl.org][common input options for