abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Abc_MfsSatAddXor (sat_solver *pSat, int iVarA, int iVarB, int iVarC) |
DECLARATIONS ///. More... | |
sat_solver * | Abc_MfsCreateSolverResub (Mfs_Man_t *p, int *pCands, int nCands, int fInvert) |
unsigned * | Abc_NtkMfsInterplateTruth (Mfs_Man_t *p, int *pCands, int nCands, int fInvert) |
int | Abc_NtkMfsInterplateEval (Mfs_Man_t *p, int *pCands, int nCands) |
Hop_Obj_t * | Abc_NtkMfsInterplate (Mfs_Man_t *p, int *pCands, int nCands) |
sat_solver* Abc_MfsCreateSolverResub | ( | Mfs_Man_t * | p, |
int * | pCands, | ||
int | nCands, | ||
int | fInvert | ||
) |
Function*************************************************************
Synopsis [Creates miter for checking resubsitution.]
Description []
SideEffects []
SeeAlso []
Definition at line 88 of file mfsInter.c.
ABC_NAMESPACE_IMPL_START int Abc_MfsSatAddXor | ( | sat_solver * | pSat, |
int | iVarA, | ||
int | iVarB, | ||
int | iVarC | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mfsInter.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [The good old minimization with complete don't-cares.]
Synopsis [Procedures for computing resub function by interpolation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Adds constraints for the two-input AND-gate.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file mfsInter.c.
Function*************************************************************
Synopsis [Performs interpolation.]
Description [Derives the new function of the node.]
SideEffects []
SeeAlso []
Definition at line 329 of file mfsInter.c.
int Abc_NtkMfsInterplateEval | ( | Mfs_Man_t * | p, |
int * | pCands, | ||
int | nCands | ||
) |
Function*************************************************************
Synopsis [Performs interpolation.]
Description [Derives the new function of the node.]
SideEffects []
SeeAlso []
Definition at line 285 of file mfsInter.c.
unsigned* Abc_NtkMfsInterplateTruth | ( | Mfs_Man_t * | p, |
int * | pCands, | ||
int | nCands, | ||
int | fInvert | ||
) |
Function*************************************************************
Synopsis [Performs interpolation.]
Description [Derives the new function of the node.]
SideEffects []
SeeAlso []
Definition at line 235 of file mfsInter.c.