abc-master
|
#include <nwkMerge.h>
Data Fields | |
int | nObjs |
int | nVertsMax |
int | nEdgeHash |
Nwk_Edg_t ** | pEdgeHash |
Aig_MmFixed_t * | pMemEdges |
int | nEdges |
int | nVerts |
Nwk_Vrt_t ** | pVerts |
Aig_MmFlex_t * | pMemVerts |
int | pLists1 [NWK_MAX_LIST+1] |
int | pLists2 [NWK_MAX_LIST+1] |
Vec_Int_t * | vPairs |
int * | pMapLut2Id |
int * | pMapId2Lut |
int | nMemBytes1 |
int | nMemBytes2 |
Definition at line 81 of file nwkMerge.h.
int Nwk_Grf_t_::nEdgeHash |
Definition at line 86 of file nwkMerge.h.
int Nwk_Grf_t_::nEdges |
Definition at line 90 of file nwkMerge.h.
int Nwk_Grf_t_::nMemBytes1 |
Definition at line 103 of file nwkMerge.h.
int Nwk_Grf_t_::nMemBytes2 |
Definition at line 104 of file nwkMerge.h.
int Nwk_Grf_t_::nObjs |
Definition at line 84 of file nwkMerge.h.
int Nwk_Grf_t_::nVerts |
Definition at line 91 of file nwkMerge.h.
int Nwk_Grf_t_::nVertsMax |
Definition at line 85 of file nwkMerge.h.
Nwk_Edg_t** Nwk_Grf_t_::pEdgeHash |
Definition at line 87 of file nwkMerge.h.
int Nwk_Grf_t_::pLists1[NWK_MAX_LIST+1] |
Definition at line 95 of file nwkMerge.h.
int Nwk_Grf_t_::pLists2[NWK_MAX_LIST+1] |
Definition at line 96 of file nwkMerge.h.
int* Nwk_Grf_t_::pMapId2Lut |
Definition at line 101 of file nwkMerge.h.
int* Nwk_Grf_t_::pMapLut2Id |
Definition at line 100 of file nwkMerge.h.
Aig_MmFixed_t* Nwk_Grf_t_::pMemEdges |
Definition at line 88 of file nwkMerge.h.
Aig_MmFlex_t* Nwk_Grf_t_::pMemVerts |
Definition at line 93 of file nwkMerge.h.
Nwk_Vrt_t** Nwk_Grf_t_::pVerts |
Definition at line 92 of file nwkMerge.h.
Vec_Int_t* Nwk_Grf_t_::vPairs |
Definition at line 98 of file nwkMerge.h.