genltl: add support for --p-patterns

Fixes #246.

* bin/genltl.cc: Implement it.
* bin/man/genltl.x, doc/org/genltl.org, NEWS: Document it.
* tests/core/ltl2tgba2.test: Test it.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-22 08:41:49 +01:00
parent 1c2a7f3d4f
commit fe3b86b306
5 changed files with 131 additions and 9 deletions

5
NEWS
View file

@ -6,8 +6,9 @@ New in spot 2.3.2.dev (not yet released)
implemented.
- 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).
also learned two new sets of LTL formulas under --hkrss-patterns
(a.k.a. --liberouter-patterns) and --p-patterns
(a.k.a. --beem-patterns).
Library: