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:
parent
99981153e6
commit
74f620d192
4 changed files with 145 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue