
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Sfm_NtkWindowToSolver (Sfm_Ntk_t *p) |
| DECLARATIONS ///. | |
| word | Sfm_ComputeInterpolant (Sfm_Ntk_t *p) |
| int | Sfm_ComputeInterpolantInt (Sfm_Ntk_t *p, word Truth[2]) |
| word | Sfm_ComputeInterpolant2 (Sfm_Ntk_t *p) |
| void | Sfm_ComputeInterpolantCheck (Sfm_Ntk_t *p) |
Function*************************************************************
Synopsis [Takes SAT solver and returns interpolant.]
Description [If interpolant does not exist, records difference variables.]
SideEffects []
SeeAlso []
Definition at line 154 of file sfmSat.c.


Definition at line 294 of file sfmSat.c.


| void Sfm_ComputeInterpolantCheck | ( | Sfm_Ntk_t * | p | ) |
Function*************************************************************
Synopsis [Checks resubstitution.]
Description []
SideEffects []
SeeAlso []
Definition at line 328 of file sfmSat.c.

Function*************************************************************
Synopsis [Takes SAT solver and returns interpolant.]
Description [If interpolant does not exist, records difference variables.]
SideEffects []
SeeAlso []
Definition at line 234 of file sfmSat.c.


| ABC_NAMESPACE_IMPL_START int Sfm_NtkWindowToSolver | ( | Sfm_Ntk_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sfmSat.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based optimization using internal don't-cares.]
Synopsis [SAT-based procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Converts a window into a SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file sfmSat.c.

