#include <math.h>#include "aig/gia/gia.h"#include "aig/gia/giaAig.h"#include "sat/bmc/bmc.h"#include "proof/pdr/pdr.h"#include "proof/cec/cec.h"#include "proof/ssw/ssw.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Ssw_RarSimulateGia (Gia_Man_t *p, Ssw_RarPars_t *pPars) |
| DECLARATIONS ///. | |
| int | Bmcg_ManPerform (Gia_Man_t *pGia, Bmc_AndPar_t *pPars) |
| int | Cec_GiaProveTest (Gia_Man_t *p, int nProcs, int nTimeOut, int nTimeOut2, int nTimeOut3, int fVerbose, int fVeryVerbose, int fSilent) |
|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 445 of file bmcBmcG.c.

| int Cec_GiaProveTest | ( | Gia_Man_t * | p, |
| int | nProcs, | ||
| int | nTimeOut, | ||
| int | nTimeOut2, | ||
| int | nTimeOut3, | ||
| int | fVerbose, | ||
| int | fVeryVerbose, | ||
| int | fSilent ) |
Definition at line 54 of file cecProve.c.
|
extern |
DECLARATIONS ///.
CFile****************************************************************
FileName [cecSplit.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Combinational equivalence checking.]
Synopsis [Cofactoring for combinational miters.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Perform sequential simulation.]
Description []
SideEffects []
SeeAlso []
Definition at line 1188 of file sswRarity.c.
