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.

6 lines
310 B

1 month ago
1 month ago
  1. \item \lect Draw the graph for the \emph{transition system} $\mathcal{T}$ with:
  2. \begin{itemize}[itemsep=-0.9em, leftmargin=0.8em]
  3. \item $S = \{s_1, s_2, s_3, s_4\}, $\\
  4. \item $S_0 = \{s_2\}, $\\
  5. \item $R = \{(s_1, s_2), (s_1, s_1), (s_2, s_4), (s_2, s_3), (s_3, s_1), (s_4, s_2), (s_4, s_3)\}, $
  6. \end{itemize}