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.

23 lines
825 B

  1. \item \lect
  2. Given the following execution word $w$ of a Kripke structure. Evaluate the
  3. formula $\varphi$ on $w$. Evaluate each sub-formula for any execution step using the
  4. provided table.
  5. \begin{itemize}
  6. \item $w = \{\}, \{a\}, \{a\}, \{b\}, \{\}, \{a\}, \{a, b\}^\omega$
  7. \item $\varphi = \nex a \lor a \unt b$
  8. \end{itemize}
  9. \begin{ltltabular}{7}
  10. \ltlSteps{6}{1}
  11. \ltlTrace{a}{0|1|1|0|0|1 |1}
  12. \ltlTrace{b}{0|0|0|1|0|0 |1}
  13. \hline
  14. \hline
  15. \ltlFormula{$\nex a$}
  16. {\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}}
  17. \ltlFormula{$a \unt b$}
  18. {\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}}
  19. \ltlFormula{$\nex a \lor a \unt b$}
  20. {\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}}
  21. \end{ltltabular}