
Go to the source code of this file.
Classes | |
| struct | Seg_Man_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_IMPL_START struct Seg_Man_t_ | Seg_Man_t |
| DECLARATIONS ///. | |
Functions | |
| sat_solver * | Sbm_AddCardinSolver (int LogN, Vec_Int_t **pvVars) |
| Vec_Int_t * | Seg_ManCountIntEdges (Gia_Man_t *p, Vec_Int_t *vPolars, Vec_Int_t *vToSkip, int nFanouts) |
| FUNCTION DEFINITIONS ///. | |
| Vec_Wec_t * | Seg_ManCollectObjEdges (Vec_Int_t *vEdges, int nObjs) |
| int | Seg_ManCountIntLevels (Seg_Man_t *p, int iStartVar) |
| Seg_Man_t * | Seg_ManAlloc (Gia_Man_t *pGia, int nFanouts) |
| void | Seg_ManClean (Seg_Man_t *p) |
| void | Seg_ManStop (Seg_Man_t *p) |
| void | Seg_ManCreateCnf (Seg_Man_t *p, int fTwo, int fVerbose) |
| Vec_Int_t * | Seg_ManConvertResult (Seg_Man_t *p) |
| void | Seg_ManComputeDelay (Gia_Man_t *pGia, int DelayInit, int nFanouts, int fTwo, int fVerbose) |
| typedef typedefABC_NAMESPACE_IMPL_START struct Seg_Man_t_ Seg_Man_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaSatEdge.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 32 of file giaSatEdge.c.
|
extern |
Definition at line 456 of file giaSatMap.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 155 of file giaSatEdge.c.


| void Seg_ManClean | ( | Seg_Man_t * | p | ) |
Definition at line 181 of file giaSatEdge.c.

Definition at line 102 of file giaSatEdge.c.

| void Seg_ManComputeDelay | ( | Gia_Man_t * | pGia, |
| int | DelayInit, | ||
| int | nFanouts, | ||
| int | fTwo, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 439 of file giaSatEdge.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 418 of file giaSatEdge.c.

| Vec_Int_t * Seg_ManCountIntEdges | ( | Gia_Man_t * | p, |
| Vec_Int_t * | vPolars, | ||
| Vec_Int_t * | vToSkip, | ||
| int | nFanouts ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Count the number of edges between internal nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 79 of file giaSatEdge.c.


| int Seg_ManCountIntLevels | ( | Seg_Man_t * | p, |
| int | iStartVar ) |
Definition at line 113 of file giaSatEdge.c.


| void Seg_ManCreateCnf | ( | Seg_Man_t * | p, |
| int | fTwo, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 223 of file giaSatEdge.c.


| void Seg_ManStop | ( | Seg_Man_t * | p | ) |
Definition at line 196 of file giaSatEdge.c.

