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.

5 lines
430 B

2 months ago
  1. \item \lect Consider the following formula in the conjunctive fragment of $\mathcal{T}_{EUF}$.
  2. \begin{align*}
  3. \varphi_{EUF} \quad := \quad x=f(y) \wedge x \neq y \wedge y \neq u \wedge y = f(u) \wedge z \neq f(u) \wedge \\ u = v \wedge v= z \wedge v = f(y) \wedge v \neq f(z) \wedge f(x) \neq f(z)
  4. \end{align*}
  5. Use the \textit{Congruence Closure} algorithm to determine whether this formula is satisfiable.