abc-master
|
#include "bmc.h"
#include "sat/cnf/cnf.h"
#include "sat/bsat/satStore.h"
#include "aig/gia/giaAig.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START Cnf_Dat_t * | Cnf_DeriveGiaRemapped (Gia_Man_t *p) |
DECLARATIONS ///. More... | |
static void | Cnf_DataLiftGia (Cnf_Dat_t *p, Gia_Man_t *pGia, int nVarsPlus) |
sat_solver * | Bmc_DeriveSolver (Gia_Man_t *p, Gia_Man_t *pMiter, Cnf_Dat_t *pCnf, int nFramesMax, int nTimeOut, int fVerbose) |
void | Bmc_PerformICheck (Gia_Man_t *p, int nFramesMax, int nTimeOut, int fEmpty, int fVerbose) |
int | Bmc_PerformISearchOne (Gia_Man_t *p, int nFramesMax, int nTimeOut, int fReverse, int fVerbose, Vec_Int_t *vLits) |
Vec_Int_t * | Bmc_PerformISearch (Gia_Man_t *p, int nFramesMax, int nTimeOut, int fReverse, int fDump, int fVerbose) |
sat_solver* Bmc_DeriveSolver | ( | Gia_Man_t * | p, |
Gia_Man_t * | pMiter, | ||
Cnf_Dat_t * | pCnf, | ||
int | nFramesMax, | ||
int | nTimeOut, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file bmcICheck.c.
void Bmc_PerformICheck | ( | Gia_Man_t * | p, |
int | nFramesMax, | ||
int | nTimeOut, | ||
int | fEmpty, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 196 of file bmcICheck.c.
Vec_Int_t* Bmc_PerformISearch | ( | Gia_Man_t * | p, |
int | nFramesMax, | ||
int | nTimeOut, | ||
int | fReverse, | ||
int | fDump, | ||
int | fVerbose | ||
) |
Definition at line 417 of file bmcICheck.c.
int Bmc_PerformISearchOne | ( | Gia_Man_t * | p, |
int | nFramesMax, | ||
int | nTimeOut, | ||
int | fReverse, | ||
int | fVerbose, | ||
Vec_Int_t * | vLits | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 307 of file bmcICheck.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 69 of file bmcICheck.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [bmcICheck.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based bounded model checking.]
Synopsis [Performs specialized check.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file bmcICheck.c.