new transformation from Fin-less to TGBA
Fixes #72. * src/tgbaalgos/totgba.cc, src/tgbaalgos/totgba.hh: New files. * src/tgbaalgos/Makefile.am: Add them. * src/tgbaalgos/postproc.cc, src/tgbaalgos/postproc.hh: Add a Generic output type, and call to_generalized_buchi() if this type is not selected. * src/tgbatest/remfin.test: Add some tests. * src/bin/autfilt.cc: Add a --generic option, and set it by default.
This commit is contained in:
parent
16204e8e61
commit
e589e208bd
7 changed files with 296 additions and 3 deletions
|
|
@ -78,6 +78,7 @@ tgbaalgos_HEADERS = \
|
|||
stutter.hh \
|
||||
tau03.hh \
|
||||
tau03opt.hh \
|
||||
totgba.hh \
|
||||
translate.hh \
|
||||
word.hh
|
||||
|
||||
|
|
@ -133,6 +134,7 @@ libtgbaalgos_la_SOURCES = \
|
|||
stutter.cc \
|
||||
tau03.cc \
|
||||
tau03opt.cc \
|
||||
totgba.cc \
|
||||
translate.cc \
|
||||
weight.cc \
|
||||
weight.hh \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue