stats: add options to count unreachable states and transitions
Based on a request from Pierre Ganty. * spot/twaalgos/stats.cc, spot/twaalgos/stats.hh, bin/common_aoutput.cc, bin/common_aoutput.hh: Implement those options. * tests/core/format.test: Add test case. * doc/org/autfilt.org: Update doc. * NEWS: Mention them.
This commit is contained in:
parent
52ed3d1e8f
commit
de29ba9e4c
7 changed files with 197 additions and 52 deletions
7
NEWS
7
NEWS
|
|
@ -1,5 +1,12 @@
|
|||
New in spot 2.11.1.dev (not yet released)
|
||||
|
||||
Command-line tools:
|
||||
|
||||
- The --stats specifications %s, %e, %t for printing the number of
|
||||
(reachable) states, edges, and transitions, learned to support
|
||||
options [r], [u], [a] to indicate if only reachable, unreachable,
|
||||
or all elements should be counted.
|
||||
|
||||
Library:
|
||||
|
||||
- spot::reduce_parity() now has a "layered" option to force all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue