* src/tgbaalgos/gv04.cc, src/tgbaalgos/gv04.hh: New files, partly

based on Thomas Martinez's src/tgbaalgos/tarjan_on_fly.cc and
src/tgbaalgos/tarjan_on_fly.hh former implementation.
* src/tgbaalgos/Makefile.am (libtgbaalgos_la_SOURCES,
tgbaalgos_HEADERS): Add them.
* src/tgbatest/ltl2tgba.cc, src/tgbatest/randtgba.cc: Bind the
new algorithm.
* src/tgbatest/emptchk.test: Test it.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-22 16:57:31 +00:00
parent 0f15d28fe8
commit 6cce60bed7
7 changed files with 332 additions and 1 deletions

View file

@ -32,6 +32,7 @@ tgbaalgos_HEADERS = \
dupexp.hh \
emptiness.hh \
emptiness_stats.hh \
gv04.hh \
lbtt.hh \
ltl2tgba_fm.hh \
ltl2tgba_lacim.hh \
@ -57,6 +58,7 @@ libtgbaalgos_la_SOURCES = \
dottydec.cc \
dupexp.cc \
emptiness.cc \
gv04.cc \
lbtt.cc \
ltl2tgba_fm.cc \
ltl2tgba_lacim.cc \