bin: make it clear that -B produces state-based acceptance
* src/bin/autfilt.cc, src/bin/dstar2tgba.cc, src/bin/ltl2tgba.cc: Here.
This commit is contained in:
parent
e6a5a743f7
commit
dafeda6fff
3 changed files with 3 additions and 3 deletions
|
|
@ -112,7 +112,7 @@ static const argp_option options[] =
|
|||
"Any acceptance is allowed (default)", 0 },
|
||||
{ "tgba", OPT_TGBA, 0, 0,
|
||||
"Transition-based Generalized Büchi Automaton", 0 },
|
||||
{ "ba", 'B', 0, 0, "Büchi Automaton", 0 },
|
||||
{ "ba", 'B', 0, 0, "Büchi Automaton (with state-based acceptance)", 0 },
|
||||
{ "monitor", 'M', 0, 0, "Monitor (accepts all finite prefixes "
|
||||
"of the given property)", 0 },
|
||||
/**************************************************/
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ static const argp_option options[] =
|
|||
{ 0, 0, 0, 0, "Output automaton type:", 2 },
|
||||
{ "tgba", OPT_TGBA, 0, 0,
|
||||
"Transition-based Generalized Büchi Automaton (default)", 0 },
|
||||
{ "ba", 'B', 0, 0, "Büchi Automaton", 0 },
|
||||
{ "ba", 'B', 0, 0, "Büchi Automaton (with state-based acceptance)", 0 },
|
||||
{ "monitor", 'M', 0, 0, "Monitor (accepts all finite prefixes "
|
||||
"of the given property)", 0 },
|
||||
/**************************************************/
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ static const argp_option options[] =
|
|||
{ 0, 0, 0, 0, "Output automaton type:", 2 },
|
||||
{ "tgba", OPT_TGBA, 0, 0,
|
||||
"Transition-based Generalized Büchi Automaton (default)", 0 },
|
||||
{ "ba", 'B', 0, 0, "Büchi Automaton", 0 },
|
||||
{ "ba", 'B', 0, 0, "Büchi Automaton (with state-based acceptance)", 0 },
|
||||
{ "monitor", 'M', 0, 0, "Monitor (accepts all finite prefixes "
|
||||
"of the given formula)", 0 },
|
||||
/**************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue