ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
absRefJ.h
Go to the documentation of this file.
1
20
21#ifndef ABC__proof_abs__AbsRef2_h
22#define ABC__proof_abs__AbsRef2_h
23
24
28
32
34
35
39
40typedef struct Rf2_Man_t_ Rf2_Man_t; // refinement manager
41
45
49
50/*=== giaAbsRef.c ===========================================================*/
52extern void Rf2_ManStop( Rf2_Man_t * p, int fProfile );
53extern double Rf2_ManMemoryUsage( Rf2_Man_t * p );
55
56
57
59
60
61
62#endif
63
67
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
Vec_Int_t * Rf2_ManRefine(Rf2_Man_t *p, Abc_Cex_t *pCex, Vec_Int_t *vMap, int fPropFanout, int fVerbose)
Definition absRefJ.c:863
Rf2_Man_t * Rf2_ManStart(Gia_Man_t *pGia)
MACRO DEFINITIONS ///.
Definition absRefJ.c:211
void Rf2_ManStop(Rf2_Man_t *p, int fProfile)
Definition absRefJ.c:225
double Rf2_ManMemoryUsage(Rf2_Man_t *p)
Definition absRefJ.c:249
typedefABC_NAMESPACE_HEADER_START struct Rf2_Man_t_ Rf2_Man_t
INCLUDES ///.
Definition absRefJ.h:40
typedefABC_NAMESPACE_IMPL_START struct Vec_Int_t_ Vec_Int_t
DECLARATIONS ///.
Definition bblif.c:37
Cube * p
Definition exorList.c:222
struct Gia_Man_t_ Gia_Man_t
Definition gia.h:96
Vec_Int_t * vMap
Definition absRefJ.c:89
Gia_Man_t * pGia
Definition absRefJ.c:87
int fVerbose
Definition absRefJ.c:91
Abc_Cex_t * pCex
Definition absRefJ.c:88
int fPropFanout
Definition absRefJ.c:90
typedefABC_NAMESPACE_HEADER_START struct Abc_Cex_t_ Abc_Cex_t
INCLUDES ///.
Definition utilCex.h:39