Question

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

Was it helpful?

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

OTHER TIPS

The very first hit for the google search "BDD algorithm" is the wikipedia page on BDD, which gives an introduction to BDDs and lists several textbooks covering BDD in its Further Reading section.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top