SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
flow.h
Go to the documentation of this file.
1
namespace
TSnap {
2
3
// Mandatory name of edge capacity attribute for flow networks.
4
const
TStr
CapAttrName
=
"capacity"
;
5
7
11
int
GetMaxFlowIntEK
(
PNEANet
&Net,
const
int
&SrcNId,
const
int
&SnkNId);
13
17
int
GetMaxFlowIntPR
(
PNEANet
&Net,
const
int
&SrcNId,
const
int
&SnkNId);
18
19
};
TSnap::CapAttrName
const TStr CapAttrName
Definition:
flow.h:4
TSnap::GetMaxFlowIntEK
int GetMaxFlowIntEK(PNEANet &Net, const int &SrcNId, const int &SnkNId)
Returns the maximum integer valued flow in the network Net from source SrcNId to sink SnkNId...
Definition:
flow.cpp:105
TSnap::GetMaxFlowIntPR
int GetMaxFlowIntPR(PNEANet &Net, const int &SrcNId, const int &SnkNId)
Returns the maximum integer valued flow in the network Net from source SrcNId to sink SnkNId...
Definition:
flow.cpp:410
TStr
Definition:
dt.h:412
TPt
Definition:
bd.h:196
snap-core
flow.h
Generated on Wed Jul 20 2016 17:58:59 for SNAP Library 3.0, User Reference by
1.8.7