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.

9 lines
755 B

5 months ago
  1. \item \self Tick all properties that apply to a reduced and ordered binary decision diagram.
  2. \begin{itemize}
  3. \item[$\square$] A reduced and ordered BDD is a canonical representation of the formula it represents, for any fixed variable order.
  4. \item[$\square$] Since it is reduced, the number of nodes in the reduced and ordered BDD does not exceed $2n^2$, where $n$ is the number of variables.
  5. \item[$\square$] The graph of an BDD may contain cycles.
  6. \item[$\square$] A BDD represents a propositional formula as directed acyclic graph (DAG).
  7. \item[$\square$] Every node with two non-complemented outgoing edges has two distinct child nodes.
  8. \item[$\square$] No two nodes in an reduced and ordered BDD represent the same cofactor.
  9. \end{itemize}