Create Reduced Ordered Binary Decision Diagram (ROBDD) from truth table

tomash picture tomash · Mar 25, 2013 · Viewed 9.1k times · Source

Is there a software package (preferable an application, not library) that creates Reduced Ordered Binary Decision Diagrams (ROBDDs) from a given truth table (in some text format)?

Answer

remustata picture remustata · Jun 10, 2013

You can also try this: http://formal.cs.utah.edu:8080/pbl/BDD.php

It is the best tool for BDDs I used so far.