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/rigraph documentation built on Aug. 16, 2024, 1:38 p.m.