Add a cleanup_acceptance() algorithm
* src/tgbaalgos/cleanacc.cc, src/tgbaalgos/cleanacc.hh: New file. * src/tgbaalgos/Makefile.am: Add them. * src/tgba/acc.hh, src/tgba/tgba.hh (get_acceptance): Return a reference. * src/bin/autfilt.cc: Add a --cleanup-acceptance option. * src/tgbatest/hoaparse.test: Test it.
This commit is contained in:
parent
85508a0ea6
commit
659107a000
7 changed files with 226 additions and 47 deletions
|
|
@ -31,6 +31,7 @@ tgbaalgos_HEADERS = \
|
|||
are_isomorphic.hh \
|
||||
bfssteps.hh \
|
||||
canonicalize.hh \
|
||||
cleanacc.hh \
|
||||
complete.hh \
|
||||
compsusp.hh \
|
||||
cycles.hh \
|
||||
|
|
@ -84,6 +85,7 @@ libtgbaalgos_la_SOURCES = \
|
|||
are_isomorphic.cc \
|
||||
bfssteps.cc \
|
||||
canonicalize.cc \
|
||||
cleanacc.cc \
|
||||
complete.cc \
|
||||
compsusp.cc \
|
||||
cycles.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue