* src/tgba/succiterconcrete.cc (tgba_succ_iterator_concrete::next):

Fix computation of states sharing the same accepting state.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-09 14:05:49 +00:00
parent 2a8b1b7471
commit d14eee25bf
2 changed files with 17 additions and 3 deletions

View file

@ -1,5 +1,8 @@
2003-07-09 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgba/succiterconcrete.cc (tgba_succ_iterator_concrete::next):
Fix computation of states sharing the same accepting state.
Make sure we only output one initial state in LBTT's output.
* src/tgbaalgos/lbtt.cc (fill_todo): Add the 'first' argument
to designate initial states.