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.

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