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

5 months ago
  1. \item \self Tick all properties that apply to a reduced and ordered BDD.
  2. \begin{itemize}
  3. \item[$\square$] If the \textit{else}-edge of a node is complemented, it may point to the same child node as the \textit{then}-edge.
  4. \item[$\square$] Using the reduced and ordered BDD representation of formula $f$, it is possible to whether $f$ is valid in constant time.
  5. \item[$\square$] The size of a BDD is independent on the variable order.
  6. \item[$\square$] Using complemented edges, negation can be performed in constant time.
  7. \item[$\square$] The size of a BDD is independent of the variable order.
  8. \end{itemize}