* src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Fix example

in comment.  Skip false transitions, and do not compute
sub-formulae reachable only via false transitions.
This commit is contained in:
Alexandre Duret-Lutz 2004-02-20 14:18:54 +00:00
parent 0f7625b17d
commit af27439d87
2 changed files with 30 additions and 13 deletions

View file

@ -1,5 +1,9 @@
2004-02-20 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Fix example
in comment. Skip false transitions, and do not compute
sub-formulae reachable only via false transitions.
* src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Revert
yesterday's change. This optimization is NOT covered by exprop.
In fact it could be generalized.