* src/tgba/tgbaexplicit.hh, src/tgba/tgbaexplicit.cc

(set_init_state): Return a pointer to the initial state.

(tgba_run_to_tgba): New function.
This commit is contained in:
Denis Poitrenaud 2004-12-08 18:03:38 +00:00
parent 8279667300
commit 446b85a842
6 changed files with 161 additions and 11 deletions

View file

@ -1,3 +1,12 @@
2004-12-07 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
* src/tgba/tgbaexplicit.hh, src/tgba/tgbaexplicit.cc
(set_init_state): Return a pointer to the initial state.
* src/tgbaalgos/emptiness.hh, src/tgbaalgos/emptiness.cc
(tgba_run_to_tgba): New function.
* src/tgbatest/ltl2tgba.cc: Add option -G.
2004-12-08 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/replayrun.cc (replay_tgba_run): More comments.