ltlfilt: add a --count option, like autfilt
* src/bin/common_output.cc, src/bin/common_output.hh: Add count_output. * src/bin/ltlfilt.cc: Add the --count option. * src/ltltest/ltlfilt.test: Test it. * NEWS: Mention it.
This commit is contained in:
parent
1e7c1e5cdd
commit
e22a800fe4
5 changed files with 35 additions and 12 deletions
|
|
@ -83,6 +83,10 @@ F(a & !Xa & Xb)
|
|||
a & (b | c)
|
||||
EOF
|
||||
|
||||
checkopt -c --stutter-invariant <<EOF
|
||||
9
|
||||
EOF
|
||||
|
||||
checkopt --simplify <<EOF
|
||||
F(GFa | Gb)
|
||||
F(GFa | Gb)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue