abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Inter_ManCheckUniqueness (Aig_Man_t *p, sat_solver *pSat, Cnf_Dat_t *pCnf, int nFrames) |
DECLARATIONS ///. More... | |
int | Inter_ManCheckContainment (Aig_Man_t *pNew, Aig_Man_t *pOld) |
FUNCTION DEFINITIONS ///. More... | |
int | Inter_ManCheckEquivalence (Aig_Man_t *pNew, Aig_Man_t *pOld) |
Aig_Man_t * | Inter_ManFramesLatches (Aig_Man_t *pAig, int nFrames, Vec_Ptr_t **pvMapReg) |
void | Inter_ManAppendCone (Aig_Man_t *pOld, Aig_Man_t *pNew, Aig_Obj_t **ppNewPis, int fCompl) |
int | Inter_ManCheckInductiveContainment (Aig_Man_t *pTrans, Aig_Man_t *pInter, int nSteps, int fBackward) |
Function*************************************************************
Synopsis [Duplicates AIG while mapping PIs into the given array.]
Description []
SideEffects []
SeeAlso []
Definition at line 160 of file intContain.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Checks constainment of two interpolants.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file intContain.c.
Function*************************************************************
Synopsis [Checks constainment of two interpolants.]
Description []
SideEffects []
SeeAlso []
Definition at line 78 of file intContain.c.
int Inter_ManCheckInductiveContainment | ( | Aig_Man_t * | pTrans, |
Aig_Man_t * | pInter, | ||
int | nSteps, | ||
int | fBackward | ||
) |
Function*************************************************************
Synopsis [Checks constainment of two interpolants inductively.]
Description []
SideEffects []
SeeAlso []
Definition at line 190 of file intContain.c.
ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_START int Inter_ManCheckUniqueness | ( | Aig_Man_t * | p, |
sat_solver * | pSat, | ||
Cnf_Dat_t * | pCnf, | ||
int | nFrames | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [intContain.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [Interpolant containment checking.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 24, 2008.]
Revision [
]
Function*************************************************************
Synopsis [Check if cex satisfies uniqueness constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 264 of file intContain.c.
Function*************************************************************
Synopsis [Create timeframes of the manager for interpolation.]
Description [The resulting manager is combinational. The primary inputs corresponding to register outputs are ordered first.]
SideEffects []
SeeAlso []
Definition at line 111 of file intContain.c.