51 p->nLeafMax = nLeafMax;
54 p->fVerbose = fVerbose;
56 p->vCexes = Vec_WrdAlloc( nDivMax + 150 );
57 p->vDecPats = Vec_IntAlloc( Abc_TtWordNum(nLeafMax) );
58 p->vFanins = Vec_IntAlloc( 10 );
59 p->vFaninsOld = Vec_IntAlloc( 10 );
60 p->vTries = Vec_IntAlloc( 10 );
65 Vec_WrdFree(
p->vCexes );
66 Vec_IntFree(
p->vDecPats );
67 Vec_IntFree(
p->vFanins );
68 Vec_IntFree(
p->vFaninsOld );
69 Vec_IntFree(
p->vTries );
#define ABC_CALLOC(type, num)
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
typedefABC_NAMESPACE_IMPL_START struct Vec_Int_t_ Vec_Int_t
DECLARATIONS ///.
Vec_Int_t * Rsb_ManGetFaninsOld(Rsb_Man_t *p)
void Rsb_ManFree(Rsb_Man_t *p)
ABC_NAMESPACE_IMPL_START Rsb_Man_t * Rsb_ManAlloc(int nLeafMax, int nDivMax, int nDecMax, int fVerbose)
DECLARATIONS ///.
Vec_Int_t * Rsb_ManGetFanins(Rsb_Man_t *p)
typedefABC_NAMESPACE_HEADER_START struct Rsb_Man_t_ Rsb_Man_t
INCLUDES ///.