Content deleted Content added
No edit summary |
m →Tools: HTTP to HTTPS for SourceForge |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1:
In [[formal verification]],
finite state [[model checking]] needs to find a [[Büchi automaton]] (BA) equivalent to a given [[
</ref><ref name=GOCAV01>
P. Gastin and D. Oddoux, Fast LTL to Büchi automata translation, Thirteenth Conference on Computer Aided Verification (CAV ′01), number 2102 in LNCS, Springer-Verlag (2001), pp. 53–65.
</ref> This transformation is normally done in two steps. The first step produces a [[generalized Büchi automaton]] (GBA) from a LTL formula. The second step translates this GBA into a BA, which involves a relatively [[Büchi automaton#Transforming from other models of description to non-deterministic B.C3.BCchi automata|easy construction]]. Since LTL is strictly less expressive than BA, the reverse construction is not always possible.
The algorithms for transforming LTL to GBA differ in their construction strategies but they all have a common underlying principle, i.e., each state in the constructed automaton represents a set of LTL formulas that are ''expected'' to be satisfied by the remaining input word after occurrence of the state during a run.
==Transformation from LTL to GBA==
Here, two algorithms are presented for the construction. The first one provides a declarative and easy
For each LTL formula f' without ¬ as top symbol, let ''neg''(f') = ¬f'
For a special case f'='''true''', let ''neg''('''true''') = '''false'''.
Line 15:
Before describing the construction, we need to present a few auxiliary definitions.
For an LTL formula ''f'', Let ''cl''( f ) be
{|
|
Line 29:
|}
''cl''( f ) is closure of sub-formulas of f under
Note that ''cl''( f ) may contain formulas that are not in negation normal form.
The subsets of ''cl''( f ) are going to serve as states of the equivalent GBA.
We aim to construct the GBA such that if a state ''corresponds'' to a subset M
For this reason,
we will not consider each formula set M that is clearly inconsistent
or subsumed by a
A set M
{|
|
Line 61:
if f<sub>1</sub> '''U''' f<sub>2</sub> is true in some state then eventually f<sub>2</sub> is true at some state later.
{{Hidden begin|titlestyle = background:lightblue;|contentstyle = background-color: lightgrey;
|title
}}
Let ω-word ''w''= a<sub>1</sub>, a<sub>2</sub>,... over alphabet 2<sup>''AP''</sup>. Let ''w''<sup>i</sup> = a<sub>i</sub>, a<sub>i+1</sub>,... .
Line 100 ⟶ 98:
===Gerth et al. algorithm===
The following algorithm is due to Gerth, Peled, [[Moshe Y. Vardi|Vardi]], and [[Pierre Wolper|Wolper]].<ref name=GPVW93/>
A verified construction mechanism of this by Schimpf, Merz and Smaus is also available.<ref name=TPHOLS2009>A. Schimpf, S. Merz, and J.-G. Smaus, "Construction of
</ref>
The previous construction creates exponentially many states upfront and many of those states may be unreachable.
Line 234 ⟶ 232:
==Tools==
*[
*[http://www.lsv
*[
*[https://owl.model.in.tum.de/ Owl's LTL2NBA] - LTL2NBA translator included in Java library Owl. Online translator available.
==References==
|