Search code examples
algorithmbinary-decision-diagram

BDD (Binary Decision Diagram) Algorithm?


Dose anyone know where can i find BDD (Binary Decision Diagram) Algorithm?


Solution

  • If you need a graphing tool for visualizing a Truth Table, One tool you should consider is Graphviz. BDD is essentially a graph, and the graphviz package has several built-in algorithms for graphing that you can try. It is also a de-facto graphing in many academic institutions.

    BDD example from wikipedia, using graphviz:

    enter image description here