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.

2 lines
424 B

1 month ago
  1. \item \self Given a state space of size $|S| = 64$. Find a symbolic binary encoding for this state space and compute the formulas that symbolically represent the sets $$B = \{s_{32}, s_{33}, s_{34}, ..., s_{63}\} \enspace \text{and} \enspace C = \{s_{16}, s_{17},, s_{18}, ..., s_{40}\}.$$
  2. Following, compute the formulas that represent the sets $D = B \cap C$, $E = B \cup C$, $F = B \setminus C$ and $G = C \setminus B$.