Linear temporal logic to Büchi automaton: Difference between revisions

Content deleted Content added
Line 114:
===Gerth et al. algorithm===
The following algorithm is due to Gerth, Peled, [[Moshe Y. Vardi|Vardi]], and Wolper.<ref name=GPVW93/>
The aboveprevious construction creates exponentially many states upfront and many of those states may be unreachable.
The following algorithm avoids this upfront construction and has two steps.
In stepthe onefirst step, it incrementally constructs a directed graph.
In stepthe twosecond step, it builds a [[labeled generalized Büchi automaton]] (LGBA) by defining nodes of the graph as states and directed edges as transitions.
This algorithm takes reachability into account and may produce a smaller automaton but the worst-case complexity remains the same.