convert: twa to twacube translation
* spot/twacube/Makefile.am, spot/twacube/twacube.cc, spot/twacube/twacube.hh, spot/twacube_algos/convert.cc, spot/twacube_algos/convert.hh, tests/Makefile.am, tests/core/.gitignore, tests/core/twacube.cc, tests/core/twacube.test: here.
This commit is contained in:
parent
8d57700d6a
commit
aceb37ab50
9 changed files with 550 additions and 4 deletions
|
|
@ -99,7 +99,8 @@ check_PROGRAMS = \
|
|||
core/tgbagraph \
|
||||
core/tostring \
|
||||
core/tunabbrev \
|
||||
core/tunenoform
|
||||
core/tunenoform \
|
||||
core/twacube
|
||||
|
||||
# Keep this sorted alphabetically.
|
||||
core_acc_SOURCES = core/acc.cc
|
||||
|
|
@ -150,6 +151,7 @@ core_tunabbrev_SOURCES = core/equalsf.cc
|
|||
core_tunabbrev_CPPFLAGS = $(AM_CPPFLAGS) -DUNABBREV='"^ieFG"'
|
||||
core_tunenoform_SOURCES = core/equalsf.cc
|
||||
core_tunenoform_CPPFLAGS = $(AM_CPPFLAGS) -DNENOFORM -DUNABBREV='"^ieFG"'
|
||||
core_twacube_SOURCES = core/twacube.cc
|
||||
|
||||
|
||||
TESTS_tl = \
|
||||
|
|
@ -328,7 +330,8 @@ TESTS_twa = \
|
|||
core/parity.test \
|
||||
core/parity2.test \
|
||||
core/ltlsynt.test \
|
||||
core/rabin2parity.test
|
||||
core/rabin2parity.test \
|
||||
core/twacube.test
|
||||
|
||||
############################## PYTHON ##############################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue