
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Inter_Man_t * | Inter_ManCreate (Aig_Man_t *pAig, Inter_ManParams_t *pPars) |
| DECLARATIONS ///. | |
| void | Inter_ManClean (Inter_Man_t *p) |
| void | Inter_ManInterDump (Inter_Man_t *p, int fProved) |
| void | Inter_ManStop (Inter_Man_t *p, int fProved) |
| void Inter_ManClean | ( | Inter_Man_t * | p | ) |
Function*************************************************************
Synopsis [Cleans the interpolation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file intMan.c.


| ABC_NAMESPACE_IMPL_START Inter_Man_t * Inter_ManCreate | ( | Aig_Man_t * | pAig, |
| Inter_ManParams_t * | pPars ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [intMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [Interpolation manager procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 24, 2008.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creates the interpolation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file intMan.c.


| void Inter_ManInterDump | ( | Inter_Man_t * | p, |
| int | fProved ) |
Function*************************************************************
Synopsis [Writes interpolant into a file.]
Description []
SideEffects []
SeeAlso []
Definition at line 104 of file intMan.c.


| void Inter_ManStop | ( | Inter_Man_t * | p, |
| int | fProved ) |
Function*************************************************************
Synopsis [Frees the interpolation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 128 of file intMan.c.

