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

2 months ago
  1. \item \self In the following list tick all statements that conform to the lazy encoding approach
  2. for the implementation of SMT solver.
  3. \begin{itemize}
  4. \item[$\square$] Lazy encoding is based on the interaction between a SAT solver and a so-called theory solver.
  5. \item[$\square$] Lazy encoding involves translating the original formula to an equisatisfiable Boolean formula in a single step.
  6. \item[$\square$] Lazy encoding is based on the direct encoding of axioms.
  7. \item[$\square$] Lazy encoding starts with no constraints at all and adds constraints only when needed.
  8. \end{itemize}