#include "ioAbc.h"#include "base/main/mainInt.h"#include "aig/saig/saig.h"#include "proof/abs/abs.h"#include "sat/bmc/bmc.h"#include <unistd.h>#include "proof/fra/fra.h"
Go to the source code of this file.
Functions | |
| void | Abc_FrameCopyLTLDataBase (Abc_Frame_t *pAbc, Abc_Ntk_t *pNtk) |
| void | Io_Init (Abc_Frame_t *pAbc) |
| FUNCTION DEFINITIONS ///. | |
| void | Io_End (Abc_Frame_t *pAbc) |
| int | Abc_NtkReadCexFile (char *pFileName, Abc_Ntk_t *pNtk, Abc_Cex_t **ppCex, Abc_Cex_t **ppCexCare, int *pnFrames, int *fOldFormat, int xMode) |
| ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_START int | Abc_NtkCheckSpecialPi (Abc_Ntk_t *pNtk) |
| void | Abc_NtkDumpOneCexSpecial (FILE *pFile, Abc_Ntk_t *pNtk, Abc_Cex_t *pCex) |
| Abc_Cex_t * | Bmc_CexInnerStates (Gia_Man_t *p, Abc_Cex_t *pCex, Abc_Cex_t **ppCexImpl, int fVerbose) |
| Abc_Cex_t * | Bmc_CexEssentialBits (Gia_Man_t *p, Abc_Cex_t *pCexState, Abc_Cex_t *pCexCare, int fVerbose) |
| Abc_Cex_t * | Bmc_CexCareBits (Gia_Man_t *p, Abc_Cex_t *pCexState, Abc_Cex_t *pCexImpl, Abc_Cex_t *pCexEss, int fFindAll, int fVerbose) |
| void | Abc_NtkDumpOneCex (FILE *pFile, Abc_Ntk_t *pNtk, Abc_Cex_t *pCex, int fPrintFull, int fNames, int fUseFfNames, int fMinimize, int fUseOldMin, int fCexInfo, int fCheckCex, int fUseSatBased, int fHighEffort, int fAiger, int fVerbose, int fExtended) |
Variables | |
| int | glo_fMapped |
|
extern |
Definition at line 73 of file ltl_parser.c.

| ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_START int Abc_NtkCheckSpecialPi | ( | Abc_Ntk_t * | pNtk | ) |
Definition at line 3006 of file io.c.


| void Abc_NtkDumpOneCex | ( | FILE * | pFile, |
| Abc_Ntk_t * | pNtk, | ||
| Abc_Cex_t * | pCex, | ||
| int | fPrintFull, | ||
| int | fNames, | ||
| int | fUseFfNames, | ||
| int | fMinimize, | ||
| int | fUseOldMin, | ||
| int | fCexInfo, | ||
| int | fCheckCex, | ||
| int | fUseSatBased, | ||
| int | fHighEffort, | ||
| int | fAiger, | ||
| int | fVerbose, | ||
| int | fExtended ) |
Definition at line 3056 of file io.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 3026 of file io.c.

| int Abc_NtkReadCexFile | ( | char * | pFileName, |
| Abc_Ntk_t * | pNtk, | ||
| Abc_Cex_t ** | ppCex, | ||
| Abc_Cex_t ** | ppCexCare, | ||
| int * | pnFrames, | ||
| int * | fOldFormat, | ||
| int | xMode ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 715 of file io.c.

|
extern |
Definition at line 597 of file bmcCexTools.c.


|
extern |
Function*************************************************************
Synopsis [Computes essential bits of the CEX.]
Description []
SideEffects []
SeeAlso []
Definition at line 802 of file bmcCexTools.c.


|
extern |
Function*************************************************************
Synopsis [Computes internal states of the CEX.]
Description []
SideEffects []
SeeAlso []
Definition at line 435 of file bmcCexTools.c.


| void Io_End | ( | Abc_Frame_t * | pAbc | ) |
| void Io_Init | ( | Abc_Frame_t * | pAbc | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 117 of file io.c.

