abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Bmc_Load_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_IMPL_START struct Bmc_Load_t_ | Bmc_Load_t |
DECLARATIONS ///. More... | |
Functions | |
int | Bmc_LoadGetSatVar (Bmc_Load_t *p, int Id) |
FUNCTION DEFINITIONS ///. More... | |
int | Bmc_LoadAddCnf (void *pMan, int iLit) |
int | Bmc_LoadAddCnf_rec (Bmc_Load_t *p, int Id) |
Bmc_Load_t * | Bmc_LoadStart (Gia_Man_t *pGia) |
void | Bmc_LoadStop (Bmc_Load_t *p) |
void | Bmc_LoadTest (Gia_Man_t *pGia, int fLoadCnf, int fVerbose) |
typedef typedefABC_NAMESPACE_IMPL_START struct Bmc_Load_t_ Bmc_Load_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [bmcLoad.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based bounded model checking.]
Synopsis [Experiments with CNF loading.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
int Bmc_LoadAddCnf | ( | void * | pMan, |
int | iLit | ||
) |
Definition at line 71 of file bmcLoad.c.
int Bmc_LoadAddCnf_rec | ( | Bmc_Load_t * | p, |
int | Id | ||
) |
Definition at line 101 of file bmcLoad.c.
int Bmc_LoadGetSatVar | ( | Bmc_Load_t * | p, |
int | Id | ||
) |
Bmc_Load_t* Bmc_LoadStart | ( | Gia_Man_t * | pGia | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 126 of file bmcLoad.c.
void Bmc_LoadStop | ( | Bmc_Load_t * | p | ) |
void Bmc_LoadTest | ( | Gia_Man_t * | pGia, |
int | fLoadCnf, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 161 of file bmcLoad.c.