abc-master
|
#include "retInt.h"
Go to the source code of this file.
Function*************************************************************
Synopsis [Implementation of max-flow/min-cut computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 143 of file retFlow.c.
|
static |
Function*************************************************************
Synopsis [Tries to find an augmenting path originating in this node.]
Description [This procedure works for directed graphs only!]
SideEffects []
SeeAlso []
Definition at line 397 of file retFlow.c.
|
static |
Function*************************************************************
Synopsis [Tries to find an augmenting path originating in this node.]
Description []
SideEffects []
SeeAlso []
Definition at line 252 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.
|
static |
Function*************************************************************
Synopsis [Tries to find an augmenting path originating in this node.]
Description [This procedure works for directed graphs only!]
SideEffects []
SeeAlso []
Definition at line 442 of file retFlow.c.
Function*************************************************************
Synopsis [Tries to find an augmenting path originating in this edge.]
Description []
SideEffects []
SeeAlso []
Definition at line 357 of file retFlow.c.
|
static |
Function*************************************************************
Synopsis [Tries to find an augmenting path originating in this node.]
Description []
SideEffects []
SeeAlso []
Definition at line 304 of file retFlow.c.
void Abc_NtkMaxFlowMarkCut_rec | ( | Abc_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Find minimum-volume minumum cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 487 of file retFlow.c.
Function*************************************************************
Synopsis [Updates the minimum cut to be retimable.]
Description [This procedure also labels the nodes reachable from the latches to the cut with fMarkA.]
SideEffects []
SeeAlso []
Definition at line 570 of file retFlow.c.
Function*************************************************************
Synopsis [Prints the min-cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 767 of file retFlow.c.
|
static |
Function*************************************************************
Synopsis [Prints the flows.]
Description []
SideEffects []
SeeAlso []
Definition at line 713 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.
Function*************************************************************
Synopsis [Verifies the min-cut is indeed a cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 668 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.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [retFlow.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Implementation of maximum flow (min-area retiming).]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Oct 31, 2006.]
Revision [
]
Definition at line 30 of file retFlow.c.