abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Int2_ManPars_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_HEADER_START struct Int2_ManPars_t_ | Int2_ManPars_t |
INCLUDES ///. More... | |
Functions | |
void | Int2_ManSetDefaultParams (Int2_ManPars_t *p) |
MACRO DEFINITIONS ///. More... | |
int | Int2_ManPerformInterpolation (Gia_Man_t *p, Int2_ManPars_t *pPars) |
typedef typedefABC_NAMESPACE_HEADER_START struct Int2_ManPars_t_ Int2_ManPars_t |
INCLUDES ///.
CFile****************************************************************
FileName [int2.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Dec 1, 2013.]
Revision [
]PARAMETERS ///BASIC TYPES ///
int Int2_ManPerformInterpolation | ( | Gia_Man_t * | pInit, |
Int2_ManPars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Interpolates while the number of conflicts is not exceeded.]
Description [Returns 1 if proven. 0 if failed. -1 if undecided.]
SideEffects [Does not check the property in 0-th frame.]
SeeAlso []
Definition at line 259 of file int2Core.c.
void Int2_ManSetDefaultParams | ( | Int2_ManPars_t * | p | ) |
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
MACRO DEFINITIONS ///.
CFile****************************************************************
FileName [int2Core.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [Core procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Dec 1, 2013.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [This procedure sets default values of interpolation parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file int2Core.c.