abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Gia_ObjIsInGla (Gia_Man_t *p, Gia_Obj_t *pObj) |
DECLARATIONS ///. More... | |
static void | Gia_ObjAddToGla (Gia_Man_t *p, Gia_Obj_t *pObj) |
static void | Gia_ObjRemFromGla (Gia_Man_t *p, Gia_Obj_t *pObj) |
int | Gia_IterTryImprove (Gia_Man_t *p, int nTimeOut, int iFrame0) |
FUNCTION DEFINITIONS ///. More... | |
Gia_Man_t * | Gia_ManShrinkGla (Gia_Man_t *p, int nFrameMax, int nTimeOut, int fUsePdr, int fUseSat, int fUseBdd, int fVerbose) |
int Gia_IterTryImprove | ( | Gia_Man_t * | p, |
int | nTimeOut, | ||
int | iFrame0 | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 50 of file absIter.c.
Gia_Man_t* Gia_ManShrinkGla | ( | Gia_Man_t * | p, |
int | nFrameMax, | ||
int | nTimeOut, | ||
int | fUsePdr, | ||
int | fUseSat, | ||
int | fUseBdd, | ||
int | fVerbose | ||
) |
Definition at line 67 of file absIter.c.
Definition at line 32 of file absIter.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [absIter.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Abstraction package.]
Synopsis [Iterative improvement of abstraction.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 31 of file absIter.c.
Definition at line 33 of file absIter.c.