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. (lbtt_reachable): Adjust calls to fill_todo. Handle the fake initial state accepting conditions specially. * src/tgbaalgos/lbtt.hh: Update comments.
This commit is contained in:
parent
ea04df6971
commit
2a8b1b7471
3 changed files with 53 additions and 18 deletions
|
|
@ -1,5 +1,12 @@
|
|||
2003-07-09 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
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.
|
||||
(lbtt_reachable): Adjust calls to fill_todo. Handle the
|
||||
fake initial state accepting conditions specially.
|
||||
* src/tgbaalgos/lbtt.hh: Update comments.
|
||||
|
||||
* src/tgbaalgos/lbtt.cc (lbtt_reachable): Do not end transitions
|
||||
guards with -1 in output.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue