abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Aig_ManInterAddBuffer (sat_solver2 *pSat, int iVarA, int iVarB, int fCompl, int fMark) |
DECLARATIONS ///. More... | |
static void | Aig_ManInterAddXor (sat_solver2 *pSat, int iVarA, int iVarB, int iVarC, int fCompl, int fMark) |
void | Aig_ManInterTest (Aig_Man_t *pMan, int fVerbose) |
void | Aig_ManAppend (Aig_Man_t *pBase, Aig_Man_t *pNew) |
Aig_Man_t * | Aig_ManInterRepar (Aig_Man_t *pMan, int fVerbose) |
Function*************************************************************
Synopsis [Duplicates AIG while mapping PIs into the given array.]
Description []
SideEffects []
SeeAlso []
Definition at line 215 of file aigRepar.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [aigRepar.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG package.]
Synopsis [Interpolation-based reparametrization.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Adds buffer to the solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file aigRepar.c.
|
inlinestatic |
Function*************************************************************
Synopsis [Adds constraints for the two-input AND-gate.]
Description []
SideEffects []
SeeAlso []
Definition at line 77 of file aigRepar.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 245 of file aigRepar.c.
void Aig_ManInterTest | ( | Aig_Man_t * | pMan, |
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 123 of file aigRepar.c.