A wrapper around tgba to produce state-labeled automata.

* src/tgba/tgbasgba.hh, src/tgba/tgbasgba.hh: Here.
* src/tgbatest/ltl2tgba.cc: New option `-lS' for state-labeled
automata.
* src/tgba/Makefile.am: Adjust and sort files in tgba_HEADERS
and libtgba_la_SOURCES.
This commit is contained in:
Guillaume Sadegh 2009-09-24 12:44:45 +02:00
parent 9775dd9701
commit 8f5f0354ad
5 changed files with 357 additions and 10 deletions

View file

@ -40,13 +40,14 @@ tgba_HEADERS = \
tgbabddconcreteproduct.hh \
tgbabddcoredata.hh \
tgbabddfactory.hh \
tgbascc.hh \
tgbasafracomplement.hh \
tgbaexplicit.hh \
tgbaproduct.hh \
tgbatba.hh \
tgbareduc.hh \
tgbafromfile.hh \
tgbascc.hh \
tgbaproduct.hh \
tgbareduc.hh \
tgbasgba.hh \
tgbasafracomplement.hh \
tgbatba.hh \
tgbaunion.hh
noinst_LTLIBRARIES = libtgba.la
@ -55,18 +56,19 @@ libtgba_la_SOURCES = \
bddprint.cc \
formula2bdd.cc \
futurecondcol.cc \
statebdd.cc \
succiterconcrete.cc \
statebdd.cc \
tgba.cc \
tgbabddconcrete.cc \
tgbabddconcretefactory.cc \
tgbabddconcreteproduct.cc \
tgbabddcoredata.cc \
tgbascc.cc \
tgbasafracomplement.cc \
tgbafromfile.cc \
tgbaexplicit.cc \
tgbaproduct.cc \
tgbatba.cc \
tgbareduc.cc \
tgbafromfile.cc \
tgbasafracomplement.cc \
tgbascc.cc \
tgbasgba.cc \
tgbatba.cc \
tgbaunion.cc