#include "mfsInt.h"
Go to the source code of this file.
Functions | |
| void | Abc_MfsComputeRoots_rec (Abc_Obj_t *pNode, int nLevelMax, int nFanoutLimit, Vec_Ptr_t *vRoots) |
| Vec_Ptr_t * | Abc_MfsComputeRoots (Abc_Obj_t *pNode, int nWinTfoMax, int nFanoutLimit) |
Function*************************************************************
Synopsis [Recursively collects the root candidates.]
Description [Returns 1 if the only root is this node.]
SideEffects []
SeeAlso []
Definition at line 99 of file mfsWin.c.


| void Abc_MfsComputeRoots_rec | ( | Abc_Obj_t * | pNode, |
| int | nLevelMax, | ||
| int | nFanoutLimit, | ||
| Vec_Ptr_t * | vRoots ) |
Function*************************************************************
Synopsis [Recursively collects the root candidates.]
Description []
SideEffects []
SeeAlso []
Definition at line 72 of file mfsWin.c.

