autfilt: add --nondet-states=RANGE
* bin/autfilt.cc: Here. * tests/core/det.test: Test it. * NEWS: Mention it.
This commit is contained in:
parent
9af7001329
commit
31a1dfbc6a
3 changed files with 36 additions and 18 deletions
|
|
@ -231,4 +231,8 @@ run 0 ltl2tgba -D -F input/1 --stats='%f,%s' > output
|
|||
cat output
|
||||
diff input output
|
||||
|
||||
ltl2tgba -f 'Ga & FGb' -f 'Ga | FGb' > out.hoa
|
||||
test "`autfilt --nondet-states=1 --stats=%M out.hoa`" = "Ga & FGb"
|
||||
test "`autfilt --nondet-states=2 --stats=%M out.hoa`" = "Ga | FGb"
|
||||
|
||||
true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue