
Go to the source code of this file.
Functions | |
| int | Cec_ManResimulateCounterExamplesComb (Cec_ManSim_t *pSim, Vec_Int_t *vCexStore) |
| int | Gia_ManCheckRefinements (Gia_Man_t *p, Vec_Str_t *vStatus, Vec_Int_t *vOutputs, Cec_ManSim_t *pSim, int fRings) |
| Gia_Man_t * | Cec_ManCombSpecReduce (Gia_Man_t *p, Vec_Int_t **pvOutputs, int fRings) |
| int | Cec_ManChoiceComputation_int (Gia_Man_t *pAig, Cec_ParChc_t *pPars) |
| Gia_Man_t * | Cec_ManChoiceComputationVec (Gia_Man_t *pGia, int nGias, Cec_ParChc_t *pPars) |
| Gia_Man_t * | Cec_ManChoiceComputation (Gia_Man_t *pAig, Cec_ParChc_t *pParsChc) |
| Aig_Man_t * | Cec_ComputeChoices (Gia_Man_t *pGia, Dch_Pars_t *pPars) |
| Aig_Man_t * | Cec_ComputeChoicesNew (Gia_Man_t *pGia, int nConfs, int fVerbose) |
| Aig_Man_t * | Cec_ComputeChoicesNew2 (Gia_Man_t *pGia, int nConfs, int fVerbose) |
| Aig_Man_t * Cec_ComputeChoices | ( | Gia_Man_t * | pGia, |
| Dch_Pars_t * | pPars ) |
Function*************************************************************
Synopsis [Performs computation of AIGs with choices.]
Description [Takes several AIGs and performs choicing.]
SideEffects []
SeeAlso []
Definition at line 385 of file cecChoice.c.


Function*************************************************************
Synopsis [Performs computation of AIGs with choices.]
Description [Takes several AIGs and performs choicing.]
SideEffects []
SeeAlso []
Definition at line 415 of file cecChoice.c.


Definition at line 425 of file cecChoice.c.


| Gia_Man_t * Cec_ManChoiceComputation | ( | Gia_Man_t * | pAig, |
| Cec_ParChc_t * | pParsChc ) |
Function*************************************************************
Synopsis [Computes choices for one AIGs.]
Description []
SideEffects []
SeeAlso []
Definition at line 348 of file cecChoice.c.

| int Cec_ManChoiceComputation_int | ( | Gia_Man_t * | pAig, |
| Cec_ParChc_t * | pPars ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 201 of file cecChoice.c.


| Gia_Man_t * Cec_ManChoiceComputationVec | ( | Gia_Man_t * | pGia, |
| int | nGias, | ||
| Cec_ParChc_t * | pPars ) |
Function*************************************************************
Synopsis [Computes choices for the vector of AIGs.]
Description []
SideEffects []
SeeAlso []
Definition at line 313 of file cecChoice.c.


Function*************************************************************
Synopsis [Derives SRM for signal correspondence.]
Description []
SideEffects []
SeeAlso []
Definition at line 96 of file cecChoice.c.


|
extern |
Function*************************************************************
Synopsis [Resimulates counter-examples derived by the SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 583 of file cecCorr.c.


|
extern |
Function*************************************************************
Synopsis [Updates equivalence classes by marking those that timed out.]
Description [Returns 1 if all ndoes are proved.]
SideEffects []
SeeAlso []
Definition at line 612 of file cecCorr.c.

