genltl: add --lily-patterns
* spot/gen/formulas.cc, spot/gen/formulas.hh, bin/genltl.cc: Implement support for --lily-pattern. * doc/spot.bib, bin/man/genltl.x: Add references. * NEWS: Mention it. * tests/core/ltlsynt.test: Use these formulas. * tests/core/genltl.test: Adjust.
This commit is contained in:
parent
844fb887d9
commit
c6f4b18655
8 changed files with 131 additions and 9 deletions
7
NEWS
7
NEWS
|
|
@ -15,6 +15,13 @@ New in spot 2.12.0.dev (not yet released)
|
|||
specify which atomic propositions are input or output, as this can
|
||||
be inferred from their name.
|
||||
|
||||
- genltl learned --lily-patterns to generate the example LTL
|
||||
synthesis specifications from Lily 1.0.2. Those come with input
|
||||
and output atomic proposition rewriten in the form "iNN" or "oNN",
|
||||
so they can be fed to ltlsynt directly, as in
|
||||
|
||||
% genltl --lily-patterns | ltlsynt -q
|
||||
|
||||
- autfilt learned --restrict-dead-end-edges, to restricts labels of
|
||||
edges leading to dead-ends. See the description of
|
||||
restrict_dead_end_edges_here() below.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue