
Go to the source code of this file.
Macros | |
| #define | Bmc_SopForEachCube(pSop, nVars, pCube) |
| DECLARATIONS ///. | |
Functions | |
| int | Abc_ObjExpandCubesTry (Vec_Str_t *vSop, sat_solver *pSat, Vec_Int_t *vVars) |
| FUNCTION DEFINITIONS ///. | |
| int | Abc_ObjExpandCubes (Vec_Str_t *vSop, Gia_Man_t *p, int nVars) |
| void | Abc_NtkExpandCubes (Abc_Ntk_t *pNtk, Gia_Man_t *pGia, int fVerbose) |
| #define Bmc_SopForEachCube | ( | pSop, | |
| nVars, | |||
| pCube ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [bmcExpand.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based bounded model checking.]
Synopsis [Expanding cubes against the offset.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 34 of file bmcExpand.c.
Definition at line 135 of file bmcExpand.c.

Definition at line 88 of file bmcExpand.c.


| int Abc_ObjExpandCubesTry | ( | Vec_Str_t * | vSop, |
| sat_solver * | pSat, | ||
| Vec_Int_t * | vVars ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Expands cubes against the offset given as an AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file bmcExpand.c.

