#include "rsbInt.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Rsb_Man_t * | Rsb_ManAlloc (int nLeafMax, int nDivMax, int nDecMax, int fVerbose) |
| DECLARATIONS ///. | |
| void | Rsb_ManFree (Rsb_Man_t *p) |
| Vec_Int_t * | Rsb_ManGetFanins (Rsb_Man_t *p) |
| Vec_Int_t * | Rsb_ManGetFaninsOld (Rsb_Man_t *p) |
| ABC_NAMESPACE_IMPL_START Rsb_Man_t * Rsb_ManAlloc | ( | int | nLeafMax, |
| int | nDivMax, | ||
| int | nDecMax, | ||
| int | fVerbose ) |
DECLARATIONS ///.
MACRO DEFINITIONS ///.
CFile****************************************************************
FileName [rsbMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Truth-table based resubstitution.]
Synopsis [Manager maintenance.]
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 45 of file rsbMan.c.

| void Rsb_ManFree | ( | Rsb_Man_t * | p | ) |