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.

12 lines
425 B

  1. We use the following Boolean variables:
  2. \begin{itemize}
  3. \item $a$ represents ``The robot visits region A''
  4. \item $b$ represents ``The robot visits region B''
  5. \item $c$ represents ``The robot visits region C''
  6. \end{itemize}
  7. \begin{itemize}
  8. \item $\varphi_1 \coloneqq E(GF a \land GF c)$
  9. \item $\varphi_2 \coloneqq A (GF a \land GF c)$
  10. \item $\varphi_3 \coloneqq A (GF a \imp FG \neg c)$
  11. \end{itemize}