SNAP Library 6.0, User Reference
2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
Main Page
Namespaces
Classes
Files
File List
File Members
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
Main namespace for all the Snap global entities.
Definition:
alg.h:1
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 Dec 9 2020 16:31:48 for SNAP Library 6.0, User Reference by
1.8.10