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.

Related documentation in the C library

all_st_cuts(), vcount(), edges(), get_eids(), ecount()


igraph documentation built on May 4, 2026, 9:07 a.m.