ltlfilt, autfilt: add support for --nth
* bin/autfilt.cc, bin/ltlfilt.cc: Implement it. * NEWS: Mention it. * tests/core/genaut.test, tests/core/genltl.test: Add test cases.
This commit is contained in:
parent
4e99518da7
commit
c3d7e942d3
5 changed files with 48 additions and 7 deletions
10
NEWS
10
NEWS
|
|
@ -14,13 +14,17 @@ New in spot 2.8.6.dev (not yet released)
|
|||
spot-accepted-word: "!a; cycle{a}"
|
||||
spot-rejected-word: "!a; !a; cycle{a}"
|
||||
|
||||
- When running translators ltlcross will now display {names} when
|
||||
supplied.
|
||||
|
||||
- autfilt learned the --partial-degeneralize option, to remove
|
||||
conjunctions of Inf, or disjunction of Fin that appears in
|
||||
arbitrary conditions.
|
||||
|
||||
- ltlfilt and autfilt learned a --nth=RANGE (a.k.a. -N) option to
|
||||
select a range of their input formulas or automata (assuming a
|
||||
1-based numbering).
|
||||
|
||||
- When running translators ltlcross will now display {names} when
|
||||
supplied.
|
||||
|
||||
- ltlcross is now using the generic emptiness check procedure
|
||||
introduced in Spot 2.7, as opposed to removing Fin acceptance
|
||||
before using a classical emptiness check.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue