autfilt: add --nondet-states=RANGE

* bin/autfilt.cc: Here.
* tests/core/det.test: Test it.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2016-07-18 13:51:38 +02:00
parent 9af7001329
commit 31a1dfbc6a
3 changed files with 36 additions and 18 deletions

View file

@ -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