public class BDDTraceSuite extends Object
This class opens and runs a suite of BDD traces from a zip file. A trace file is assumed to have the '.trace' posfix. Any file with the 'README' posfix is assumed to be an information file and is dumped to stdout.
| Constructor and Description |
|---|
BDDTraceSuite(String filename,
int initial_size)
filename is the name of zip file, initial_size is the suggested "base" for
deciding the initial of the nodetable.
|
public BDDTraceSuite(String filename, int initial_size)
public static void main(String[] args)
This file is a part of the JDD package, a native Java Binary Decision Diagram Library.