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
684 B

2 months ago
  1. \begin{align*}
  2. &\{x,f(y)\},\{y,f(u)\},\{u,\underline{v}\}, \{\underline{v},z\}, \{\underline{v},f(y)\}, \{f(x)\}, \{f(z)\}\\\
  3. &\{x,\underline{f(y)}\},\{y,f(u)\},\{u,v,z,v,\underline{f(y)}, \{f(x)\}, \{f(z)\}\}\\
  4. &\{\underline{x},f(y),u,v,\underline{z},v\},\{y,f(u)\}, \{\underline{f(x)}\}, \{\underline{f(z)}\}\\
  5. &\{x,f(y),\underline{u},v,\underline{z},v\},\{y,\underline{f(u)}\}, \{f(x),\underline{f(z)}\}\\
  6. &\{x,f(y),u,v,z,v\},\{y,f(u)\}, \{f(x),f(z)\}
  7. \end{align*}
  8. Checking the disequality $f(x) \neq f(z)$ leads to the result that the assignment is UNSAT, since $f(x)$ and $f(z)$
  9. are in the same congruence class.