abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Aig_ManScanMapping_rec (Cnf_Man_t *p, Aig_Obj_t *pObj, Vec_Ptr_t *vMapped) |
DECLARATIONS ///. More... | |
Vec_Ptr_t * | Aig_ManScanMapping (Cnf_Man_t *p, int fCollect) |
int | Cnf_ManScanMapping_rec (Cnf_Man_t *p, Aig_Obj_t *pObj, Vec_Ptr_t *vMapped, int fPreorder) |
Vec_Ptr_t * | Cnf_ManScanMapping (Cnf_Man_t *p, int fCollect, int fPreorder) |
Vec_Int_t * | Cnf_DataCollectCiSatNums (Cnf_Dat_t *pCnf, Aig_Man_t *p) |
Vec_Int_t * | Cnf_DataCollectCoSatNums (Cnf_Dat_t *pCnf, Aig_Man_t *p) |
unsigned char * | Cnf_DataDeriveLitPolarities (Cnf_Dat_t *p) |
Cnf_Dat_t * | Cnf_DataReadFromFile (char *pFileName) |
int | Cnf_DataSolveFromFile (char *pFileName, int nConfLimit, int fVerbose) |
Function*************************************************************
Synopsis [Computes area, references, and nodes used in the mapping.]
Description [Collects the nodes in reverse topological order.]
SideEffects []
SeeAlso []
Definition at line 90 of file cnfUtil.c.
ABC_NAMESPACE_IMPL_START int Aig_ManScanMapping_rec | ( | Cnf_Man_t * | p, |
Aig_Obj_t * | pObj, | ||
Vec_Ptr_t * | vMapped | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cnfUtil.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG-to-CNF conversion.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Computes area, references, and nodes used in the mapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file cnfUtil.c.
Function*************************************************************
Synopsis [Returns the array of CI IDs.]
Description []
SideEffects []
SeeAlso []
Definition at line 200 of file cnfUtil.c.
Function*************************************************************
Synopsis [Returns the array of CI IDs.]
Description []
SideEffects []
SeeAlso []
Definition at line 222 of file cnfUtil.c.
unsigned char* Cnf_DataDeriveLitPolarities | ( | Cnf_Dat_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 244 of file cnfUtil.c.
Cnf_Dat_t* Cnf_DataReadFromFile | ( | char * | pFileName | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 304 of file cnfUtil.c.
int Cnf_DataSolveFromFile | ( | char * | pFileName, |
int | nConfLimit, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 402 of file cnfUtil.c.
Function*************************************************************
Synopsis [Computes area, references, and nodes used in the mapping.]
Description [Collects the nodes in reverse topological order.]
SideEffects []
SeeAlso []
Definition at line 170 of file cnfUtil.c.
Function*************************************************************
Synopsis [Computes area, references, and nodes used in the mapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 120 of file cnfUtil.c.