You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
679 B
21 lines
679 B
\item \lect
|
|
Given the following execution word $w$ of a Kripke structure. Evaluate the
|
|
formula $\varphi$ on $w$. Evaluate each sub-formula for any execution step using the
|
|
provided table.
|
|
\begin{itemize}
|
|
\item $w = \{\}, \{a\}, \{a\}, \{b\}, \{\}, \{a\}, \{a, b\}^\omega$
|
|
\item $\varphi = \nex a \lor a \unt b$
|
|
\end{itemize}
|
|
\begin{ltltabular}{7}
|
|
\ltlSteps{6}{1}
|
|
\ltlTrace{a}{0|1|1|0|0|1 |1}
|
|
\ltlTrace{b}{0|0|0|1|0|0 |1}
|
|
\hline
|
|
\hline
|
|
\ltlFormula{$\nex a$}
|
|
{1|1|0|0|1 |1 | 1}
|
|
\ltlFormula{$a \unt b$}
|
|
{0|1|1|1|0 |1 | 1}
|
|
\ltlFormula{$\nex a \lor a \unt b$}
|
|
{1|1|1|1|1 |1 | 1}
|
|
\end{ltltabular}
|