autfilt: add options to filter by SCC count and types
* bin/autfilt.cc: Implement those options. * NEWS: Mention them. * doc/org/randaut.org: Add a quick example. * tests/core/strength.test: Add some basic tests. * tests/core/acc_word.test: Adjust options abbreviations.
This commit is contained in:
parent
b79e307258
commit
e50ff35d0f
5 changed files with 165 additions and 5 deletions
5
NEWS
5
NEWS
|
|
@ -5,6 +5,11 @@ New in spot 2.0a (not yet released)
|
|||
* ltldo has a new option --errors=... to specify how to deal
|
||||
with errors from executed tools.
|
||||
|
||||
* autfilt has several new options to filter automata by count of
|
||||
SCCs (--sccs=RANGE) or by type of SCCs (--accepting-sccs=RANGE,
|
||||
--rejecting-sccs=RANGE, trivial-sccs=RANGE, --terminal-sccs=RANGE,
|
||||
--weak-sccs=RANGE, --inherently-weak-sccs=RANGE).
|
||||
|
||||
Library:
|
||||
|
||||
* The print_hoa() function will now output version 1.1 of the HOA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue