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.

7 lines
435 B

2 months 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{\lnot (y=f(x)); \lnot (y=f(y))}) \land (\clause{(y=f(x)); (y=f(y))})~\land\\
  5. &(\clause{(f(x)=z); (f(y)=x); \lnot (f(y)=z)}) \land (\clause{(y=f(y)); \lnot (z=x)})~\land\\
  6. &(\clause{(f(y)=x); (z=x); (f(y)=z)}) \land (\clause{(y=f(x)); (z=x)})
  7. \end{align*}