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

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