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

2 months ago
2 months ago
  1. \begin{align*}
  2. & \{f(b),a\}, \{e,b\}, \{c,f(c)\}, \{f(e)\}, \{\underline{f(a)},f(d)\}, \{d,\underline{f(a)}\} \\
  3. & \{\underline{f(b)},a\}, \{\underline{e,b}\}, \{c,f(c)\}, \{\underline{f(e)}\}, \{f(a),f(d),d\} \\
  4. & \{f(b),a,f(e)\}, \{e,b\}, \{c,f(c)\}, \{f(a),f(d),d\}
  5. \end{align*}
  6. Checking the inequalities $d \neq f(e)$ and $a \neq f(c)$ leads to the result that the assignment is SAT, since neither $d$ and $f(e)$ nor $a$ and $f(c)$
  7. are in the same congruence class.