abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Gia_ManSup_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_IMPL_START struct Gia_ManSup_t_ | Gia_ManSup_t |
DECLARATIONS ///. More... | |
Functions | |
Gia_ManSup_t * | Gia_ManSupStart (int nVarsMax) |
FUNCTION DEFINITIONS ///. More... | |
void | Gia_ManSupStop (Gia_ManSup_t *p) |
void | Gia_ManSupExperimentOne (Gia_ManSup_t *p, Gia_Obj_t *pData, Gia_Obj_t *pCare) |
void | Gia_ManSupExperiment (Gia_Man_t *pGia, Vec_Int_t *vPairs) |
typedef typedefABC_NAMESPACE_IMPL_START struct Gia_ManSup_t_ Gia_ManSup_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaSupMin.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Support minimization for AIGs with don't-cares.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 32 of file giaSupMin.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 141 of file giaSupMin.c.
void Gia_ManSupExperimentOne | ( | Gia_ManSup_t * | p, |
Gia_Obj_t * | pData, | ||
Gia_Obj_t * | pCare | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 113 of file giaSupMin.c.
Gia_ManSup_t* Gia_ManSupStart | ( | int | nVarsMax | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Starts Decmetry manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 64 of file giaSupMin.c.
void Gia_ManSupStop | ( | Gia_ManSup_t * | p | ) |
Function*************************************************************
Synopsis [Stops Decmetry manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file giaSupMin.c.