abc-master
|
#include "int2Int.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Int2_ManSetDefaultParams (Int2_ManPars_t *p) |
DECLARATIONS ///. More... | |
Gia_Man_t * | Int2_ManUnroll (Gia_Man_t *p, int nFrames) |
sat_solver * | Int2_ManPreparePrefix (Gia_Man_t *p, int f, Vec_Int_t **pvCiMap) |
sat_solver * | Int2_ManPrepareSuffix (Gia_Man_t *p, Vec_Int_t *vImageOne, Vec_Int_t *vImagesAll, Vec_Int_t **pvCoMap, Gia_Man_t **ppSuff) |
Vec_Int_t * | Int2_ManComputePreimage (Gia_Man_t *pSuff, sat_solver *pSatPref, sat_solver *pSatSuff, Vec_Int_t *vCiMap, Vec_Int_t *vCoMap, Vec_Int_t *vPrio) |
int | Int2_ManPerformInterpolation (Gia_Man_t *pInit, Int2_ManPars_t *pPars) |
Vec_Int_t* Int2_ManComputePreimage | ( | Gia_Man_t * | pSuff, |
sat_solver * | pSatPref, | ||
sat_solver * | pSatSuff, | ||
Vec_Int_t * | vCiMap, | ||
Vec_Int_t * | vCoMap, | ||
Vec_Int_t * | vPrio | ||
) |
Function*************************************************************
Synopsis [Returns the cube cover and status.]
Description []
SideEffects []
SeeAlso []
Definition at line 197 of file int2Core.c.
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.
sat_solver* Int2_ManPreparePrefix | ( | Gia_Man_t * | p, |
int | f, | ||
Vec_Int_t ** | pvCiMap | ||
) |
Definition at line 99 of file int2Core.c.
sat_solver* Int2_ManPrepareSuffix | ( | Gia_Man_t * | p, |
Vec_Int_t * | vImageOne, | ||
Vec_Int_t * | vImagesAll, | ||
Vec_Int_t ** | pvCoMap, | ||
Gia_Man_t ** | ppSuff | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 132 of file int2Core.c.
ABC_NAMESPACE_IMPL_START void Int2_ManSetDefaultParams | ( | Int2_ManPars_t * | p | ) |
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.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 70 of file int2Core.c.