bin: --stats=%x to count atomic propositions

* bin/common_aoutput.cc, bin/common_aoutput.hh: Implement %x and %X.
* tests/core/remprop.test: Test them.
* NEWS: Mention them.
This commit is contained in:
Alexandre Duret-Lutz 2017-02-28 14:06:26 +01:00
parent dd5a820863
commit 0d00ab24d2
4 changed files with 26 additions and 7 deletions

6
NEWS
View file

@ -1,6 +1,10 @@
New in spot 2.3.1.dev (not yet released)
Nothing yet.
Tools:
- In tools that output automata the number of atomic propositions
can be output using --stats=%x (output automaton) or --stats=%X
(input automaton).
New in spot 2.3.1 (2017-02-20)