maskkeep: Add a tgba_digraph version

* src/bin/autfilt.cc: Add option --keep-states.
* src/tgbaalgos/mask.cc, src/tgbaalgos/mask.hh: Keep the selected states
and update the initial state.
* src/tgbatest/Makefile.am: Adjust.
* src/tgbatest/maskkeep.test: New file.
This commit is contained in:
Alexandre Lewkowicz 2015-02-12 14:49:37 +01:00 committed by Alexandre Duret-Lutz
parent 727c351657
commit dcad10fc68
5 changed files with 182 additions and 11 deletions

View file

@ -76,6 +76,7 @@ TESTS = \
ltldo.test \
ltldo2.test \
maskacc.test \
maskkeep.test \
simdet.test \
sim2.test \
ltl2tgba.test \