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

2 months ago
  1. \item \lect Considering the \textit{Congruence Closure} algorithm, tick all items that are \texttt{true}
  2. \begin{itemize}
  3. \item[$\square$] In the last step, all equalities from the conjunction of literals are checked against the merged congruence classes.
  4. \item[$\square$] Classes are merged, if they contain common terms.
  5. \item[$\square$] All terms for which there is a negative equality in the conjunction of literals are put into the same congruence class.
  6. \item[$\square$] Classes are merged, if two classes both contain an instance of the same uninterpreted function.
  7. \end{itemize}