|
abc-master
|
Go to the source code of this file.
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Rf2_Man_t_ | Rf2_Man_t |
| INCLUDES ///. More... | |
Functions | |
| Rf2_Man_t * | Rf2_ManStart (Gia_Man_t *pGia) |
| MACRO DEFINITIONS ///. More... | |
| void | Rf2_ManStop (Rf2_Man_t *p, int fProfile) |
| double | Rf2_ManMemoryUsage (Rf2_Man_t *p) |
| Vec_Int_t * | Rf2_ManRefine (Rf2_Man_t *p, Abc_Cex_t *pCex, Vec_Int_t *vMap, int fPropFanout, int fVerbose) |
| typedef typedefABC_NAMESPACE_HEADER_START struct Rf2_Man_t_ Rf2_Man_t |
INCLUDES ///.
CFile****************************************************************
FileName [absRef2.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Abstraction package.]
Synopsis [Refinement manager to compute all justifying subsets.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]PARAMETERS ///BASIC TYPES ///
| double Rf2_ManMemoryUsage | ( | Rf2_Man_t * | p | ) |
Definition at line 249 of file absRefJ.c.
| Vec_Int_t* Rf2_ManRefine | ( | Rf2_Man_t * | p, |
| Abc_Cex_t * | pCex, | ||
| Vec_Int_t * | vMap, | ||
| int | fPropFanout, | ||
| int | fVerbose | ||
| ) |
Function*************************************************************
Synopsis [Computes the refinement for a given counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 863 of file absRefJ.c.
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Creates a new manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 211 of file absRefJ.c.
| void Rf2_ManStop | ( | Rf2_Man_t * | p, |
| int | fProfile | ||
| ) |
Definition at line 225 of file absRefJ.c.