cudd  3.0.0
The University of Colorado Decision Diagram Package
Data Fields
DdChildren Struct Reference

The two children of a non-terminal node. More...

#include <cuddInt.h>

Collaboration diagram for DdChildren:
Collaboration graph
[legend]

Data Fields

struct DdNodeT
 
struct DdNodeE
 

Detailed Description

The two children of a non-terminal node.

Field Documentation

◆ E

struct DdNode* DdChildren::E

else (false) child

◆ T

struct DdNode* DdChildren::T

then (true) child


The documentation for this struct was generated from the following file: