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
958 B

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