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.

24 lines
909 B

  1. \item \self
  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\},\{a\},\{b,c\},\{a\},\{a,b\}(\{a\},\{c\})^\omega$
  7. \item $\varphi = a \unt c \lor \event b $
  8. \end{itemize}
  9. \begin{ltltabular}{8}
  10. \ltlSteps{6}{2}
  11. \ltlTrace{a}{1|1|1|0|1|1 |1|0}
  12. \ltlTrace{b}{0|0|0|1|0|1 |0|0}
  13. \ltlTrace{c}{0|0|0|1|0|0 |0|1}
  14. \hline
  15. \hline
  16. \ltlFormula{$a \unt c$}
  17. {\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}}
  18. \ltlFormula{$\event b$}
  19. {\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}}
  20. \ltlFormula{$a \unt c \lor \event b$}
  21. {\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}|\ws{1cm}}
  22. \end{ltltabular}
  23. \newline