stCuts: List all (s,t)-cuts of a graph

View source: R/flow.R

stCutsR Documentation

List all (s,t)-cuts of a graph

Description

[Deprecated]

stCuts() was renamed to st_cuts() to create a more consistent API.

Usage

stCuts(graph, source, target)

Arguments

graph

The input graph. It must be directed.

source

The source vertex.

target

The target vertex.


igraph documentation built on Oct. 20, 2024, 1:06 a.m.