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.

26 lines
1.2 KiB

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