autfilt: new --separate-sets option

* src/twaalgos/sepsets.cc, src/twaalgos/sepsets.hh: New files.
* src/twaalgos/Makefile.am: Add them.
* src/twa/acc.hh (get_acceptance): Add a non-const version.
* src/bin/autfilt.cc: Add the --separate-sets option.
* src/tests/sepsets.test: New file.
* src/tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2015-05-14 13:21:09 +02:00
parent 5ed321fc19
commit 3d1ccdc45e
7 changed files with 222 additions and 1 deletions

View file

@ -73,6 +73,7 @@ twaalgos_HEADERS = \
scc.hh \
sccinfo.hh \
se05.hh \
sepsets.hh \
simulation.hh \
stats.hh \
stripacc.hh \
@ -130,6 +131,7 @@ libtwaalgos_la_SOURCES = \
sccinfo.cc \
sccfilter.cc \
se05.cc \
sepsets.cc \
simulation.cc \
stats.cc \
stripacc.cc \