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.

6 lines
445 B

5 months ago
  1. \item \self Tick all properties that apply to a \textit{reduced} and \textit{ordered} BDD (ROBDD).
  2. \begin{itemize}
  3. \item[$\square$] Checks for entailment can be done in constant time.
  4. \item[$\square$] Some formulas that can be expressed by truth tables cannot be expressed by BDDs.
  5. \item[$\square$] Equivalence checks can be performed in constant time (assuming that the BDDs for the formula to check are already available).
  6. \end{itemize}