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
e86add48
Commit
e86add48
authored
Mar 22, 2017
by
Alexandre Duret-Lutz
Browse files
genltl: add --spec-patterns as an alias to --dac-patterns
* bin/genltl.cc: Here. * NEWS: Mention it.
parent
0de5f50d
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
e86add48
...
...
@@ -5,6 +5,8 @@ New in spot 2.3.2.dev (not yet released)
- In autfilt, the options --sum(--sum-or) and --sum-and are
implemented.
- genltl learned --spec-patterns as an alias for --dac-patterns
Library:
- spot::sum() and spot::sum_and() implements the union and the
...
...
bin/genltl.cc
View file @
e86add48
...
...
@@ -264,6 +264,7 @@ static const argp_option options[] =
{
"dac-patterns"
,
OPT_DAC_PATTERNS
,
"RANGE"
,
OPTION_ARG_OPTIONAL
,
"Dwyer et al. [FMSP'98] Spec. Patterns for LTL "
"(range should be included in 1..55)"
,
0
},
OPT_ALIAS
(
spec
-
patterns
),
{
"eh-patterns"
,
OPT_EH_PATTERNS
,
"RANGE"
,
OPTION_ARG_OPTIONAL
,
"Etessami and Holzmann [Concur'00] patterns "
"(range should be included in 1..12)"
,
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