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... | |
Gia_Man_t * | Gia_ManMaxiUnfold (Gia_Man_t *p, int nFrames, int fUseVars, Vec_Int_t *vInit) |
Vec_Int_t * | Gia_ManMaxiPerform (Gia_Man_t *p, Vec_Int_t *vInit, int nFrames, int nTimeOut, int fVerbose) |
Vec_Int_t * | Gia_ManMaxiTest (Gia_Man_t *p, Vec_Int_t *vInit0, int nFrames, int nWords, int nTimeOut, int fSim, int fVerbose) |
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [bmcMaxi.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based bounded model checking.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Vec_Int_t* Gia_ManMaxiPerform | ( | Gia_Man_t * | p, |
Vec_Int_t * | vInit, | ||
int | nFrames, | ||
int | nTimeOut, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 136 of file bmcMaxi.c.
Vec_Int_t* Gia_ManMaxiTest | ( | Gia_Man_t * | p, |
Vec_Int_t * | vInit0, | ||
int | nFrames, | ||
int | nWords, | ||
int | nTimeOut, | ||
int | fSim, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 266 of file bmcMaxi.c.