graph.maxflow {igraph} | R Documentation |
Maximum flow in a graph
Description
graph.maxflow()
was renamed to max_flow()
to create a more
consistent API.
Usage
graph.maxflow(graph, source, target, capacity = NULL)
Arguments
graph |
The input graph. |
source |
The id of the source vertex. |
target |
The id of the target vertex (sometimes also called sink). |
capacity |
Vector giving the capacity of the edges. If this is
|
[Package igraph version 2.0.3 Index]