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.

9 lines
425 B

1 month ago
  1. \item \ifassignmentsheet \points{5} \fi
  2. Use the lazy encoding approach to check whether the formula $\varphi$ in $\EUF$ is satisfiable.
  3. \begin{align*}
  4. \varphi =& (\clause{(a=x); (a=y); (x=y)})\land (\clause{\lnot (a=x); (a=y)})~\land \\
  5. & (\clause{\lnot (a=y); (x=y)})\land (\clause{(x=y); (z=a)})~\land \\
  6. & (\clause{\lnot (x=y); (b=z)})\land (\clause{\lnot (z=a); \lnot (b=z)})
  7. \end{align*}