public class BDDPrinter extends Object
| Constructor and Description |
|---|
BDDPrinter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
print_rec(int i) |
static void |
print(int bdd,
NodeTable nt)
print the part of node-table that describes this BDD
|
static void |
printDot(String filename,
int bdd,
NodeTable nt,
NodeName nn) |
static void |
printSet(int bdd,
int max,
NodeTable nt,
NodeName nn) |
public static void print(int bdd,
NodeTable nt)
public static void print_rec(int i)
This file is a part of the JDD package, a native Java Binary Decision Diagram Library.