genltl: add --hkrss-patterns

Fixes #245.

* bin/genltl.cc: Add the option.
* bin/man/genltl.x: Add reference.
* tests/core/ltl2tgba2.test: Use these patterns.
* doc/org/genltl.org, NEWS: Document the options.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-22 07:57:38 +01:00
parent 14addce640
commit 4b7a6238b4
5 changed files with 404 additions and 128 deletions

4
NEWS
View file

@ -5,7 +5,9 @@ New in spot 2.3.2.dev (not yet released)
- ltldo and ltlcross learned shorthands to talk to ltl2da, ltl2dpa,
and ltl2ldba (from Owl) without needing to specify %f>%O.
- genltl learned --spec-patterns as an alias for --dac-patterns
- genltl learned --spec-patterns as an alias for --dac-patterns; it
also learned a new set of LTL formulas under --hkrss-patterns
(a.k.a. --liberouter-patterns).
Bug fixes: