Offline version of the degeneralization.
* src/tgbaalgos/degen.cc, src/tgbaalgos/degen.hh: New files, with most of the logic extracted from src/tgba/tgbatba.cc (SBA version). * src/tgbaalgos/Makefile.am: Distribute these. * src/tgbatest/ltl2tgba.cc: Use the new degeneralization instead of the on-the-fly version.
This commit is contained in:
parent
b68d9d189c
commit
5dbee4faab
4 changed files with 405 additions and 3 deletions
|
|
@ -32,6 +32,7 @@ tgbaalgosdir = $(pkgincludedir)/tgbaalgos
|
|||
tgbaalgos_HEADERS = \
|
||||
bfssteps.hh \
|
||||
cutscc.hh \
|
||||
degen.hh \
|
||||
dotty.hh \
|
||||
dottydec.hh \
|
||||
dupexp.hh \
|
||||
|
|
@ -69,6 +70,7 @@ noinst_LTLIBRARIES = libtgbaalgos.la
|
|||
libtgbaalgos_la_SOURCES = \
|
||||
bfssteps.cc \
|
||||
cutscc.cc \
|
||||
degen.cc \
|
||||
dotty.cc \
|
||||
dottydec.cc \
|
||||
dupexp.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue