Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
dafeda6f
Commit
dafeda6f
authored
Jul 16, 2015
by
Alexandre Duret-Lutz
Browse files
bin: make it clear that -B produces state-based acceptance
* src/bin/autfilt.cc, src/bin/dstar2tgba.cc, src/bin/ltl2tgba.cc: Here.
parent
e6a5a743
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/bin/autfilt.cc
View file @
dafeda6f
...
...
@@ -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
},
/**************************************************/
...
...
src/bin/dstar2tgba.cc
View file @
dafeda6f
...
...
@@ -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
},
/**************************************************/
...
...
src/bin/ltl2tgba.cc
View file @
dafeda6f
...
...
@@ -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
},
/**************************************************/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment