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.

10 lines
574 B

5 months ago
  1. \item \lect
  2. We have not yet discussed DPLL(T)? Kick this question?
  3. We want to decide whether or not a formula in $\mathcal{T}_{E}$ is satisfiable in the theory. To do so, we will transform $\phi_E$ into an equisatisfiable propositional formula $\phi_{prop}$ and then use a SAT solver on $\phi_{prop}$ to get the answer we seek. The name of this method is ...?
  4. \begin{itemize}
  5. \item[$\square$] DPLL(T)
  6. \item[$\square$] Lazy Encoding
  7. \item[$\square$] Eager Encoding
  8. \item[$\square$] Tseitin's Encoding
  9. \item[$\square$] Ackermann's Reduction
  10. \end{itemize}