#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 | |
| 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) |
| void | Bmc_PerformFindFlopOrder_rec (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vRegs) |
| void | Bmc_PerformFindFlopOrder (Gia_Man_t *p, Vec_Int_t *vRegs) |
| int | Bmc_PerformISearchOne (Gia_Man_t *p, int nFramesMax, int nTimeOut, int fReverse, int fBackTopo, int fVerbose, Vec_Int_t *vLits) |
| Vec_Int_t * | Bmc_PerformISearch (Gia_Man_t *p, int nFramesMax, int nTimeOut, int fReverse, int fBackTopo, 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.


Definition at line 322 of file bmcICheck.c.


Function*************************************************************
Synopsis [Collect flops starting from the POs.]
Description []
SideEffects []
SeeAlso []
Definition at line 307 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 | fBackTopo, | ||
| int | fDump, | ||
| int | fVerbose ) |
Definition at line 489 of file bmcICheck.c.

| int Bmc_PerformISearchOne | ( | Gia_Man_t * | p, |
| int | nFramesMax, | ||
| int | nTimeOut, | ||
| int | fReverse, | ||
| int | fBackTopo, | ||
| int | fVerbose, | ||
| Vec_Int_t * | vLits ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 370 of file bmcICheck.c.

