abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Bmc_CexCarePropagateFwdOne (Gia_Man_t *p, Abc_Cex_t *pCex, int f, int fGrow) |
DECLARATIONS ///. More... | |
void | Bmc_CexCarePropagateFwd (Gia_Man_t *p, Abc_Cex_t *pCex, int fGrow, Vec_Int_t *vPrios) |
void | Bmc_CexCarePropagateBwdOne (Gia_Man_t *p, Abc_Cex_t *pCex, int f, Abc_Cex_t *pCexMin) |
Abc_Cex_t * | Bmc_CexCarePropagateBwd (Gia_Man_t *p, Abc_Cex_t *pCex, Vec_Int_t *vPrios, int fGrow) |
Abc_Cex_t * | Bmc_CexCareMinimizeAig (Gia_Man_t *p, Abc_Cex_t *pCex, int fCheck, int fVerbose) |
Abc_Cex_t * | Bmc_CexCareMinimize (Aig_Man_t *p, Abc_Cex_t *pCex, int fCheck, int fVerbose) |
void | Bmc_CexCareVerify (Aig_Man_t *p, Abc_Cex_t *pCex, Abc_Cex_t *pCexMin, int fVerbose) |
Definition at line 255 of file bmcCexCare.c.
Function*************************************************************
Synopsis [Computes the care set of the counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 177 of file bmcCexCare.c.
Abc_Cex_t* Bmc_CexCarePropagateBwd | ( | Gia_Man_t * | p, |
Abc_Cex_t * | pCex, | ||
Vec_Int_t * | vPrios, | ||
int | fGrow | ||
) |
Definition at line 143 of file bmcCexCare.c.
Function*************************************************************
Synopsis [Forward propagation.]
Description []
SideEffects []
SeeAlso []
Definition at line 107 of file bmcCexCare.c.
Definition at line 80 of file bmcCexCare.c.
ABC_NAMESPACE_IMPL_START void Bmc_CexCarePropagateFwdOne | ( | Gia_Man_t * | p, |
Abc_Cex_t * | pCex, | ||
int | f, | ||
int | fGrow | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [bmcCexCare.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based bounded model checking.]
Synopsis [Computing care set of the counter-example.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Backward propagation.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file bmcCexCare.c.
Function*************************************************************
Synopsis [Verifies the care set of the counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 274 of file bmcCexCare.c.