FlowEdgeAddResidualFlowTo Method |
Increases the flow on the edge in the direction to the given vertex.
If vertex is the tail vertex, this increases the flow on the edge by delta;
if vertex is the head vertex, this decreases the flow on the edge by delta.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddResidualFlowTo(
int vertex,
double delta
)
Parameters
- vertex
- Type: SystemInt32
one endpoint of the edge - delta
- Type: SystemDouble
the residual flow
Exceptions
See Also