48 if ( s_pManCnf == NULL )
60 if ( s_pManCnf == NULL )
92p->timeCuts = Abc_Clock() - clk;
97p->timeMap = Abc_Clock() - clk;
105 Vec_PtrFree( vMapped );
107p->timeSave = Abc_Clock() - clk;
141p->timeCuts = Abc_Clock() - clk;
146p->timeMap = Abc_Clock() - clk;
154 Vec_PtrFree( vMapped );
156p->timeSave = Abc_Clock() - clk;
194p->timeCuts = Abc_Clock() - clk;
199p->timeMap = Abc_Clock() - clk;
208 Vec_PtrFree( vMapped );
210p->timeSave = Abc_Clock() - clk;
252 Vec_PtrFree( vMapped );
265ABC_PRT(
"Ext ", Abc_Clock() - clk );
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
typedefABC_NAMESPACE_HEADER_START struct Aig_Man_t_ Aig_Man_t
INCLUDES ///.
void Aig_ManResetRefs(Aig_Man_t *p)
struct Aig_MmFixed_t_ Aig_MmFixed_t
void Aig_MmFixedStop(Aig_MmFixed_t *p, int fVerbose)
typedefABC_NAMESPACE_IMPL_START struct Vec_Int_t_ Vec_Int_t
DECLARATIONS ///.
Vec_Int_t * Cnf_DeriveMappingArray(Aig_Man_t *pAig)
FUNCTION DECLARATIONS ///.
Cnf_Dat_t * Cnf_Derive(Aig_Man_t *pAig, int nOutputs)
void Cnf_ManPrepare()
FUNCTION DEFINITIONS ///.
Cnf_Dat_t * Cnf_DeriveOther(Aig_Man_t *pAig, int fSkipTtMin)
Cnf_Dat_t * Cnf_DeriveWithMan(Cnf_Man_t *p, Aig_Man_t *pAig, int nOutputs)
Cnf_Man_t * Cnf_ManRead()
Cnf_Dat_t * Cnf_DeriveOtherWithMan(Cnf_Man_t *p, Aig_Man_t *pAig, int fSkipTtMin)
void Cnf_ManTransferCuts(Cnf_Man_t *p)
Cnf_Dat_t * Cnf_ManWriteCnfOther(Cnf_Man_t *p, Vec_Ptr_t *vMapped)
typedefABC_NAMESPACE_HEADER_START struct Cnf_Man_t_ Cnf_Man_t
INCLUDES ///.
Cnf_Dat_t * Cnf_ManWriteCnf(Cnf_Man_t *p, Vec_Ptr_t *vMapped, int nOutputs)
Cnf_Man_t * Cnf_ManStart()
FUNCTION DEFINITIONS ///.
void Cnf_ManPostprocess(Cnf_Man_t *p)
void Cnf_DeriveMapping(Cnf_Man_t *p)
Vec_Ptr_t * Cnf_ManScanMapping(Cnf_Man_t *p, int fCollect, int fPreorder)
struct Cnf_Dat_t_ Cnf_Dat_t
void Cnf_ManStop(Cnf_Man_t *p)
Vec_Int_t * Cnf_ManWriteCnfMapping(Cnf_Man_t *p, Vec_Ptr_t *vMapped)
DECLARATIONS ///.
Vec_Ptr_t * Aig_ManScanMapping(Cnf_Man_t *p, int fCollect)
Aig_MmFixed_t * Dar_ManComputeCuts(Aig_Man_t *pAig, int nCutsMax, int fSkipTtMin, int fVerbose)
typedefABC_NAMESPACE_HEADER_START struct Vec_Ptr_t_ Vec_Ptr_t
INCLUDES ///.