| abc-master
    | 
Go to the source code of this file.
| Functions | |
| static ABC_NAMESPACE_IMPL_START Dec_Graph_t * | Rwt_NodePreprocess (Rwt_Man_t *p, Rwt_Node_t *pNode) | 
| DECLARATIONS ///.  More... | |
| static Dec_Edge_t | Rwt_TravCollect_rec (Rwt_Man_t *p, Rwt_Node_t *pNode, Dec_Graph_t *pGraph) | 
| void | Rwt_ManPreprocess (Rwt_Man_t *p) | 
| FUNCTION DEFINITIONS ///.  More... | |
| void Rwt_ManPreprocess | ( | Rwt_Man_t * | p | ) | 
FUNCTION DEFINITIONS ///.
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Preprocesses computed library of subgraphs.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file rwtDec.c.
| 
 | static | 
DECLARATIONS ///.
CFile****************************************************************
FileName [rwtDec.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [DAG-aware AIG rewriting package.]
Synopsis [Evaluation and decomposition procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Preprocesses subgraphs rooted at this node.]
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file rwtDec.c.
| 
 | static | 
Function*************************************************************
Synopsis [Adds one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 122 of file rwtDec.c.