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.

7 lines
845 B

2 months ago
  1. \item \self In the following list, mark all items that are true for an \textit{eager encoding} procedure for $\mathcal{T}_{UE}$ with \textbf{E}, mark all items that are true for a \textit{lazy encoding} procedure with \textbf{L}, and mark all items which neither belong to an eager nor a lazy encoding procedure with \textbf{N}.
  2. \begin{itemize}
  3. \item[\Huge{$\square$}] Only one call to a propositional SAT solver is required.
  4. \item[\Huge{$\square$}] A propositional formula that is equisatisfiable to the original theory formula is constructed before calling any solver.
  5. \item[\Huge{$\square$}] A propositional SAT solver and a theory solver for the conjunctive fragment of the theory interact with each other.
  6. \item[\Huge{$\square$}] For a theory-inconsistent assignment of literals, a blocking clause is created.
  7. \end{itemize}