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
af1d05fd
Commit
af1d05fd
authored
Feb 26, 2015
by
Alexandre Duret-Lutz
Browse files
bin: better documentation for --hoaf=s
* src/bin/common_aoutput.cc, src/bin/dstar2tgba.cc: Here.
parent
5b3034b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/common_aoutput.cc
View file @
af1d05fd
...
...
@@ -56,8 +56,10 @@ static const argp_option options[] =
"(t) force transition-based acceptance."
,
0
},
{
"hoaf"
,
'H'
,
"s|t|m|l"
,
OPTION_ARG_OPTIONAL
,
"Output the automaton in HOA format. Add letters to select "
"(s) state-based acceptance, (t) transition-based acceptance, "
"(m) mixed acceptance, (l) single-line output"
,
0
},
"(s) prefer state-based acceptance when possible [default], "
"(t) force transition-based acceptance, "
"(m) mix state and transition-based acceptance, "
"(l) single-line output"
,
0
},
{
"lbtt"
,
OPT_LBTT
,
"t"
,
OPTION_ARG_OPTIONAL
,
"LBTT's format (add =t to force transition-based acceptance even"
" on Büchi automata)"
,
0
},
...
...
src/bin/dstar2tgba.cc
View file @
af1d05fd
...
...
@@ -78,8 +78,10 @@ static const argp_option options[] =
"(t) force transition-based acceptance."
,
0
},
{
"hoaf"
,
'H'
,
"s|t|m|l"
,
OPTION_ARG_OPTIONAL
,
"Output the automaton in HOA format. Add letters to select "
"(s) state-based acceptance, (t) transition-based acceptance, "
"(m) mixed acceptance, (l) single-line output"
,
0
},
"(s) prefer state-based acceptance when possible [default], "
"(t) force transition-based acceptance, "
"(m) mix state and transition-based acceptance, "
"(l) single-line output"
,
0
},
{
"lbtt"
,
OPT_LBTT
,
"t"
,
OPTION_ARG_OPTIONAL
,
"LBTT's format (add =t to force transition-based acceptance even"
" on Büchi automata)"
,
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