abc-master
|
Data Fields | |
Gia_Man_t * | pGia |
Vec_Int_t * | vCis |
Vec_Int_t * | vCos |
int | nObjs |
int | nRegs |
int | nTravIds |
int * | pObjData |
int | nObjData |
int | fVerbose |
Emb_Dat_t * | pVecs |
int | nReached |
int | nDistMax |
float ** | pMatr |
float ** | pEigen |
float * | pSols |
unsigned short * | pPlacement |
Definition at line 70 of file giaEmbed.c.
int Emb_Man_t_::fVerbose |
Definition at line 80 of file giaEmbed.c.
int Emb_Man_t_::nDistMax |
Definition at line 83 of file giaEmbed.c.
int Emb_Man_t_::nObjData |
Definition at line 79 of file giaEmbed.c.
int Emb_Man_t_::nObjs |
Definition at line 75 of file giaEmbed.c.
int Emb_Man_t_::nReached |
Definition at line 82 of file giaEmbed.c.
int Emb_Man_t_::nRegs |
Definition at line 76 of file giaEmbed.c.
int Emb_Man_t_::nTravIds |
Definition at line 77 of file giaEmbed.c.
float** Emb_Man_t_::pEigen |
Definition at line 85 of file giaEmbed.c.
Gia_Man_t* Emb_Man_t_::pGia |
Definition at line 72 of file giaEmbed.c.
float** Emb_Man_t_::pMatr |
Definition at line 84 of file giaEmbed.c.
int* Emb_Man_t_::pObjData |
Definition at line 78 of file giaEmbed.c.
unsigned short* Emb_Man_t_::pPlacement |
Definition at line 87 of file giaEmbed.c.
float* Emb_Man_t_::pSols |
Definition at line 86 of file giaEmbed.c.
Emb_Dat_t* Emb_Man_t_::pVecs |
Definition at line 81 of file giaEmbed.c.
Vec_Int_t* Emb_Man_t_::vCis |
Definition at line 73 of file giaEmbed.c.
Vec_Int_t* Emb_Man_t_::vCos |
Definition at line 74 of file giaEmbed.c.