* src/tgbatest/emptinesscheckexplicit.test (acc): New file.
* src/tgbatest/emptinesscheckexplicit.cc (main): New file. * src/tgbatest/emptinesscheck.test: New file. * src/tgbatest/emptinesscheck.cc (main): New file. * src/tgbaalgos/emptinesscheck.cc (spot): New method. * src/tgbaalgos/emptinesscheck.hh: New interface.
This commit is contained in:
parent
83565fb659
commit
7f3c113130
9 changed files with 964 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ check_SCRIPTS = defs
|
|||
check_PROGRAMS = \
|
||||
bddprod \
|
||||
explicit \
|
||||
emptinesscheck \
|
||||
emptinesscheckexplicit \
|
||||
explprod \
|
||||
ltl2tgba \
|
||||
ltlmagic \
|
||||
|
|
@ -18,6 +20,8 @@ check_PROGRAMS = \
|
|||
# Keep this sorted alphabetically.
|
||||
bddprod_SOURCES = ltlprod.cc
|
||||
bddprod_CXXFLAGS = -DBDD_CONCRETE_PRODUCT
|
||||
emptinesscheck_SOURCES = emptinesscheck.cc
|
||||
emptinesscheckexplicit_SOURCES = emptinesscheckexplicit.cc
|
||||
explicit_SOURCES = explicit.cc
|
||||
explprod_SOURCES = explprod.cc
|
||||
ltl2tgba_SOURCES = ltl2tgba.cc
|
||||
|
|
@ -42,6 +46,8 @@ TESTS = \
|
|||
explpro3.test \
|
||||
tripprod.test \
|
||||
mixprod.test \
|
||||
emptinesscheck.test \
|
||||
emptinesscheckexplicit.test \
|
||||
ltlmagic.test \
|
||||
spotlbtt.test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue