#include "retInt.h"
Go to the source code of this file.
Functions | |
| void | Abc_NtkMaxFlowTest (Abc_Ntk_t *pNtk) |
| FUNCTION DEFINITIONS ///. | |
| Vec_Ptr_t * | Abc_NtkMaxFlow (Abc_Ntk_t *pNtk, int fForward, int fVerbose) |
| void | Abc_NtkMaxFlowMarkCut_rec (Abc_Obj_t *pObj) |
| void | Abc_NtkMaxFlowCollectCut_rec (Abc_Obj_t *pObj, Vec_Ptr_t *vNodes) |
| int | Abc_NtkMaxFlowVerifyCut_rec (Abc_Obj_t *pObj, int fForward) |
Function*************************************************************
Synopsis [Implementation of max-flow/min-cut computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 143 of file retFlow.c.


Function*************************************************************
Synopsis [Visits the TFI up to marked nodes and collects marked nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 542 of file retFlow.c.


| void Abc_NtkMaxFlowMarkCut_rec | ( | Abc_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Marks the TFI cone with MarkA.]
Description []
SideEffects []
SeeAlso []
Definition at line 520 of file retFlow.c.


| void Abc_NtkMaxFlowTest | ( | Abc_Ntk_t * | pNtk | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Test-bench for the max-flow computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 104 of file retFlow.c.

| int Abc_NtkMaxFlowVerifyCut_rec | ( | Abc_Obj_t * | pObj, |
| int | fForward ) |
Function*************************************************************
Synopsis [Verifies the min-cut is indeed a cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 627 of file retFlow.c.

