|
cudd
3.0.0
The University of Colorado Decision Diagram Package
|
Main bookkeeping data structure for approximation algorithms. More...

Data Fields | |
| DdNode * | one |
| DdNode * | zero |
| NodeData * | page |
| DdHashTable * | table |
| int | index |
| double | max |
| int | size |
| double | minterms |
Main bookkeeping data structure for approximation algorithms.
| int ApproxInfo::index |
index of the current node
| double ApproxInfo::max |
max number of minterms
| double ApproxInfo::minterms |
how many minterms are left
| DdNode* ApproxInfo::one |
one constant
| NodeData* ApproxInfo::page |
per-node information
| int ApproxInfo::size |
how many nodes are left
| DdHashTable* ApproxInfo::table |
hash table to access the per-node info
| DdNode* ApproxInfo::zero |
BDD zero constant
1.8.11