abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Abc_Cex_t * | Llb4_Nonlin4TransformCex (Aig_Man_t *pAig, Vec_Ptr_t *vStates, int iCexPo, int fVerbose) |
DECLARATIONS ///. More... | |
Vec_Ptr_t * | Llb4_Nonlin4VerifyCex (Aig_Man_t *pAig, Abc_Cex_t *p) |
Abc_Cex_t * | Llb4_Nonlin4NormalizeCex (Aig_Man_t *pAigOrg, Aig_Man_t *pAigRpm, Abc_Cex_t *pCexRpm) |
Abc_Cex_t* Llb4_Nonlin4NormalizeCex | ( | Aig_Man_t * | pAigOrg, |
Aig_Man_t * | pAigRpm, | ||
Abc_Cex_t * | pCexRpm | ||
) |
Function*************************************************************
Synopsis [Translates a sequence of states into a counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 279 of file llb4Cex.c.
ABC_NAMESPACE_IMPL_START Abc_Cex_t* Llb4_Nonlin4TransformCex | ( | Aig_Man_t * | pAig, |
Vec_Ptr_t * | vStates, | ||
int | iCexPo, | ||
int | fVerbose | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [llb2Cex.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [BDD based reachability.]
Synopsis [Non-linear quantification scheduling.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Translates a sequence of states into a counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file llb4Cex.c.
Function*************************************************************
Synopsis [Resimulates the counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 206 of file llb4Cex.c.