Quick implementation of a "useless SCC" filter using scc_map.

* src/tgbaalgos/sccfilter.hh, src/tgbaalgos/sccfilter.cc: New
files.
* src/tgbaalgos/Makefile.am: Add them.
This commit is contained in:
Alexandre Duret-Lutz 2009-11-18 15:36:35 +01:00
parent 99981153e6
commit 74f620d192
4 changed files with 145 additions and 0 deletions

View file

@ -52,6 +52,7 @@ tgbaalgos_HEADERS = \
rundotdec.hh \
save.hh \
scc.hh \
sccfilter.hh \
se05.hh \
stats.hh \
tau03.hh \
@ -85,6 +86,7 @@ libtgbaalgos_la_SOURCES = \
rundotdec.cc \
save.cc \
scc.cc \
sccfilter.cc \
se05.cc \
stats.cc \
tau03.cc \