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
439 B
12 lines
439 B
We use the following Boolean variables:
|
|
\begin{itemize}
|
|
\item $a$ represents ``The robot visits region A''
|
|
\item $b$ represents ``The robot visits region B''
|
|
\item $c$ represents ``The robot visits region C''
|
|
\end{itemize}
|
|
|
|
\begin{itemize}
|
|
\item $\varphi_1 \coloneqq E(GF a \wedge GF c)$
|
|
\item $\varphi_2 \coloneqq A (GF a \wedge FG \neg c)$
|
|
\item $\varphi_3 \coloneqq A (GF a \rightarrow GF c)$
|
|
\end{itemize}
|