VIS
|
Data Fields | |
int | pos |
int | lNum |
int | lMin |
int | lMax |
int | gNum |
int | gMin |
int | gMax |
int | prevG |
int | nextG |
union { | |
struct { | |
bdd_t * func | |
array_t * nsVarBddArray | |
} row | |
struct { | |
bdd_t * var | |
int type | |
} col | |
} | data |
Struct**********************************************************************
Synopsis [This structure contains the information of each row and column.]
Description []
struct { ... } RcInfo_s::col |
union { ... } RcInfo_s::data |
bdd_t* RcInfo_s::func |
int RcInfo_s::gMax |
int RcInfo_s::gMin |
int RcInfo_s::gNum |
int RcInfo_s::lMax |
int RcInfo_s::lMin |
int RcInfo_s::lNum |
int RcInfo_s::nextG |
array_t* RcInfo_s::nsVarBddArray |
int RcInfo_s::pos |
int RcInfo_s::prevG |
struct { ... } RcInfo_s::row |
int RcInfo_s::type |
bdd_t* RcInfo_s::var |