abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Aig_Man_t * | Inter_ManFramesBmc (Aig_Man_t *pAig, int nFrames) |
DECLARATIONS ///. More... | |
void * | Inter_ManGetCounterExample (Aig_Man_t *pAig, int nFrames, int fVerbose) |
ABC_NAMESPACE_IMPL_START Aig_Man_t* Inter_ManFramesBmc | ( | Aig_Man_t * | pAig, |
int | nFrames | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [intCtrex.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [Counter-example generation after disproving the property.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 24, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Unroll the circuit the given number of timeframes.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file intCtrex.c.
void* Inter_ManGetCounterExample | ( | Aig_Man_t * | pAig, |
int | nFrames, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Run the SAT solver on the unrolled instance.]
Description []
SideEffects []
SeeAlso []
Definition at line 95 of file intCtrex.c.