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

@ -1,3 +1,13 @@
2009-09-24 Guillaume Sadegh <sadegh@lrde.epita.fr>
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.
2009-09-21 Guillaume Sadegh <sadegh@lrde.epita.fr>
Rename files related to Safra complementation.