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
a7c1d4c4
Commit
a7c1d4c4
authored
Dec 29, 2014
by
Alexandre Duret-Lutz
Browse files
autfilt, randaut: rename --uniq to --unique
for consistency with ltlfilt * src/bin/autfilt.cc, src/bin/randaut.cc: Here.
parent
18d8c3ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/autfilt.cc
View file @
a7c1d4c4
...
...
@@ -163,7 +163,7 @@ static const argp_option options[] =
{
0
,
0
,
0
,
0
,
"Filters:"
,
6
},
{
"are-isomorphic"
,
OPT_ARE_ISOMORPHIC
,
"FILENAME"
,
0
,
"keep automata that are isomorphic to the automaton in FILENAME"
,
0
},
{
"uniq"
,
'u'
,
0
,
0
,
{
"uniq
ue
"
,
'u'
,
0
,
0
,
"do not output the same automaton twice (same in the sense that they "
\
"are isomorphic)"
,
0
},
{
"isomorphic"
,
0
,
0
,
OPTION_ALIAS
|
OPTION_HIDDEN
,
0
,
0
},
...
...
src/bin/randaut.cc
View file @
a7c1d4c4
...
...
@@ -82,7 +82,7 @@ static const argp_option options[] =
{
"density"
,
'd'
,
"FLOAT"
,
0
,
"density of the transitions (0.2)"
,
0
},
{
"deterministic"
,
'D'
,
0
,
0
,
"build a complete, deterministic automaton "
,
0
},
{
"uniq"
,
'u'
,
0
,
0
,
{
"uniq
ue
"
,
'u'
,
0
,
0
,
"do not output the same automaton twice (same in the sense that they "
\
"are isomorphic)"
,
0
},
{
"seed"
,
OPT_SEED
,
"INT"
,
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