autfilt: implement --complement
* src/bin/autfilt.cc: Add option --complete. * src/twaalgos/complete.cc: Better handling of 0-edge automata. * src/tests/complement.test: New file. * src/tests/Makefile.am: Add it.
This commit is contained in:
parent
6cf807da6e
commit
2ae1b6a6f0
5 changed files with 136 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ TESTS_twa = \
|
|||
parseaut.test \
|
||||
optba.test \
|
||||
complete.test \
|
||||
complement.test \
|
||||
remfin.test \
|
||||
dstar.test \
|
||||
readsave.test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue