| abc-master
    | 
#include "nwk.h"Go to the source code of this file.
| Functions | |
| static ABC_NAMESPACE_IMPL_START int | Extra_TruthWordNum (int nVars) | 
| DECLARATIONS ///.  More... | |
| static void | Extra_TruthNot (unsigned *pOut, unsigned *pIn, int nVars) | 
| static void | Extra_TruthOr (unsigned *pOut, unsigned *pIn0, unsigned *pIn1, int nVars) | 
| static void | Extra_TruthSharp (unsigned *pOut, unsigned *pIn0, unsigned *pIn1, int nVars) | 
| static Hop_Obj_t * | Bdc_FunCopyHop (Bdc_Fun_t *pObj) | 
| Hop_Obj_t * | Nwk_NodeIfNodeResyn (Bdc_Man_t *p, Hop_Man_t *pHop, Hop_Obj_t *pRoot, int nVars, Vec_Int_t *vTruth, unsigned *puCare, float dProb) | 
| FUNCTION DEFINITIONS ///.  More... | |
| void | Nwk_ManBidecResyn (Nwk_Man_t *pNtk, int fVerbose) | 
Definition at line 50 of file nwkBidec.c.
| 
 | inlinestatic | 
Definition at line 31 of file nwkBidec.c.
| 
 | inlinestatic | 
Definition at line 37 of file nwkBidec.c.
| 
 | inlinestatic | 
Definition at line 43 of file nwkBidec.c.
| 
 | inlinestatic | 
DECLARATIONS ///.
CFile****************************************************************
FileName [nwkBidec.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Logic network representation.]
Synopsis [Bi-decomposition of local functions.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 30 of file nwkBidec.c.
| void Nwk_ManBidecResyn | ( | Nwk_Man_t * | pNtk, | 
| int | fVerbose | ||
| ) | 
Function*************************************************************
Synopsis [Resynthesizes nodes using bi-decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 129 of file nwkBidec.c.
| Hop_Obj_t* Nwk_NodeIfNodeResyn | ( | Bdc_Man_t * | p, | 
| Hop_Man_t * | pHop, | ||
| Hop_Obj_t * | pRoot, | ||
| int | nVars, | ||
| Vec_Int_t * | vTruth, | ||
| unsigned * | puCare, | ||
| float | dProb | ||
| ) | 
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Resynthesizes nodes using bi-decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 67 of file nwkBidec.c.