#include "abc.h"
Go to the source code of this file.
Functions | |
| int | Abc_NodeMffcSize (Abc_Obj_t *pNode) |
| FUNCTION DEFINITIONS ///. | |
| int | Abc_NodeMffcSizeStop (Abc_Obj_t *pNode) |
| int | Abc_NodeMffcLabelAig (Abc_Obj_t *pNode) |
| int | Abc_NodeDeref_rec (Abc_Obj_t *pNode) |
| int | Abc_NodeRef_rec (Abc_Obj_t *pNode) |
| void | Abc_NodeMffcConeSupp_rec (Abc_Obj_t *pNode, Vec_Ptr_t *vCone, Vec_Ptr_t *vSupp, int fTopmost) |
| void | Abc_NodeMffcConeSupp (Abc_Obj_t *pNode, Vec_Ptr_t *vCone, Vec_Ptr_t *vSupp) |
| void | Abc_NodeMffcConeSuppPrint (Abc_Obj_t *pNode) |
| int | Abc_NodeMffcInside (Abc_Obj_t *pNode, Vec_Ptr_t *vLeaves, Vec_Ptr_t *vInside) |
| Vec_Ptr_t * | Abc_NodeMffcInsideCollect (Abc_Obj_t *pNode) |
| void | Abc_NodeMffcLabel_rec (Abc_Obj_t *pNode, int fTopmost, Vec_Ptr_t *vNodes) |
| int | Abc_NodeMffcLabel (Abc_Obj_t *pNode, Vec_Ptr_t *vNodes) |
| int Abc_NodeDeref_rec | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Dereferences the node's MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 215 of file abcRefs.c.


Function*************************************************************
Synopsis [Collects the support of the derefed MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 299 of file abcRefs.c.


| void Abc_NodeMffcConeSupp_rec | ( | Abc_Obj_t * | pNode, |
| Vec_Ptr_t * | vCone, | ||
| Vec_Ptr_t * | vSupp, | ||
| int | fTopmost ) |
Function*************************************************************
Synopsis [Collects the internal and boundary nodes in the derefed MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 266 of file abcRefs.c.


| void Abc_NodeMffcConeSuppPrint | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Collects the support of the derefed MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 321 of file abcRefs.c.


Function*************************************************************
Synopsis [Collects the internal nodes of the MFFC limited by cut.]
Description []
SideEffects [Increments the trav ID and marks visited nodes.]
SeeAlso []
Definition at line 351 of file abcRefs.c.

Function*************************************************************
Synopsis [Collects the internal nodes of the MFFC limited by cut.]
Description []
SideEffects [Increments the trav ID and marks visited nodes.]
SeeAlso []
Definition at line 382 of file abcRefs.c.

Function*************************************************************
Synopsis [Collects the internal nodes of the MFFC limited by cut.]
Description []
SideEffects [Increments the trav ID and marks visited nodes.]
SeeAlso []
Definition at line 439 of file abcRefs.c.


Function*************************************************************
Synopsis [Collects the internal and boundary nodes in the derefed MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 408 of file abcRefs.c.


| int Abc_NodeMffcLabelAig | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Labels MFFC with the current traversal ID.]
Description []
SideEffects []
SeeAlso []
Definition at line 100 of file abcRefs.c.

| int Abc_NodeMffcSize | ( | Abc_Obj_t * | pNode | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Returns the MFFC size.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file abcRefs.c.

| int Abc_NodeMffcSizeStop | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Returns the MFFC size while stopping at the complemented edges.]
Description []
SideEffects []
SeeAlso []
Definition at line 74 of file abcRefs.c.
| int Abc_NodeRef_rec | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [References the node's MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 241 of file abcRefs.c.

