stMincuts {igraph} | R Documentation |
List all minimum \((s,t)\)-cuts of a graph
Description
stMincuts()
was renamed to st_min_cuts()
to create a more
consistent API.
Usage
stMincuts(graph, source, target, capacity = NULL)
Arguments
graph |
The input graph. It must be directed. |
source |
The id of the source vertex. |
target |
The id of the target vertex. |
capacity |
Numeric vector giving the edge capacities. If this is
|
[Package igraph version 2.0.3 Index]