* src/tgbalagos/stats.hh, src/tgbalagos/stats.cc: New files.

* src/tgbalagos/Makefile.am: Add them.
* wrap/python/spot.i: Include src/tgbalagos/dupexp.hh and
src/tgbalagos/stats.hh
This commit is contained in:
Alexandre Duret-Lutz 2004-02-02 17:32:01 +00:00
parent d13c9c179b
commit 834ce05235
5 changed files with 116 additions and 3 deletions

View file

@ -1,5 +1,10 @@
2004-02-02 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbalagos/stats.hh, src/tgbalagos/stats.cc: New files.
* src/tgbalagos/Makefile.am: Add them.
* wrap/python/spot.i: Include src/tgbalagos/dupexp.hh and
src/tgbalagos/stats.hh
* src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Identify states
with identical successors. This optimizes the translation
of `a R (b R c)', for instance.