
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Sfm_PrintCnf (Vec_Str_t *vCnf) |
| DECLARATIONS ///. | |
| int | Sfm_TruthToCnf (word Truth, word *pTruth, int nVars, Vec_Int_t *vCover, Vec_Str_t *vCnf) |
| Vec_Wec_t * | Sfm_CreateCnf (Sfm_Ntk_t *p) |
| void | Sfm_TranslateCnf (Vec_Wec_t *vRes, Vec_Str_t *vCnf, Vec_Int_t *vFaninMap, int iPivotVar) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 168 of file sfmCnf.c.


| ABC_NAMESPACE_IMPL_START void Sfm_PrintCnf | ( | Vec_Str_t * | vCnf | ) |
DECLARATIONS ///.
FUNCTION DECLARATIONS ///.
CFile****************************************************************
FileName [sfmCnf.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based optimization using internal don't-cares.]
Synopsis [CNF computation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file sfmCnf.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 201 of file sfmCnf.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 71 of file sfmCnf.c.

