

Go to the source code of this file.
Classes | |
| struct | Int2_Man_t_ |
| DECLARATIONS ///. More... | |
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Int2_Man_t_ | Int2_Man_t |
| INCLUDES ///. | |
Functions | |
| int | Int2_ManCheckInit (Gia_Man_t *p) |
| MACRO DEFINITIONS ///. | |
| Gia_Man_t * | Int2_ManDupInit (Gia_Man_t *p, int fVerbose) |
| DECLARATIONS ///. | |
| sat_solver * | Int2_ManSetupBmcSolver (Gia_Man_t *p, int nFrames) |
| void | Int2_ManCreateFrames (Int2_Man_t *p, int iFrame, Vec_Int_t *vPrefCos) |
| int | Int2_ManCheckBmc (Int2_Man_t *p, Vec_Int_t *vCube) |
| Vec_Int_t * | Int2_ManRefineCube (Gia_Man_t *p, Vec_Int_t *vAssign, Vec_Int_t *vPrio) |
| Gia_Man_t * | Int2_ManProbToGia (Gia_Man_t *p, Vec_Int_t *vSop) |
| typedef typedefABC_NAMESPACE_HEADER_START struct Int2_Man_t_ Int2_Man_t |
INCLUDES ///.
CFile****************************************************************
FileName [int2Int.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [Internal declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Dec 1, 2013.]
Revision [
] PARAMETERS /// BASIC TYPES ///
|
extern |
Definition at line 318 of file int2Bmc.c.

|
extern |
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
Function*************************************************************
Synopsis [Returns 1 if AIG has transition into init state.]
Description []
SideEffects []
SeeAlso []
Definition at line 92 of file int2Bmc.c.

|
extern |
Definition at line 219 of file int2Bmc.c.


DECLARATIONS ///.
CFile****************************************************************
FileName [int2Bmc.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [BMC used inside IMC.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Dec 1, 2013.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Trasnforms AIG to transition into the init state.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file int2Bmc.c.

Definition at line 98 of file int2Util.c.


Function*************************************************************
Synopsis [Computes the reduced set of flop variables.]
Description [Given is a single-output seq AIG manager and an assignment of its CIs. Returned is a subset of flops that justifies the output.]
SideEffects []
SeeAlso []
Definition at line 104 of file int2Refine.c.


|
extern |
Definition at line 170 of file int2Bmc.c.
