Generalize the previous patch to accepting states in SBA.
* src/tgba/tgbatba.cc (tgba_tba_proxy_succ_iterator::sync_): Move the optimization step added by the previous patch outside the before the bddtrue check, so that it also applies to accepting states in SBA.
This commit is contained in:
parent
8405838347
commit
52faa81a77
2 changed files with 22 additions and 15 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2010-03-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Generalize the previous patch to accepting states in SBA.
|
||||
|
||||
* src/tgba/tgbatba.cc (tgba_tba_proxy_succ_iterator::sync_): Move
|
||||
the optimization step added by the previous patch outside the
|
||||
before the bddtrue check, so that it also applies to accepting
|
||||
states in SBA.
|
||||
|
||||
2010-03-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Optimize tgba_tba_proxy and tgba_sba_proxy for states that share
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue