is.minimal.separator: Minimal vertex separators

View source: R/flow.R

is.minimal.separatorR Documentation

Minimal vertex separators

Description

[Deprecated]

is.minimal.separator() was renamed to is_min_separator() to create a more consistent API.

Usage

is.minimal.separator(graph, candidate)

Arguments

graph

The input graph. It may be directed, but edge directions are ignored.

candidate

A numeric vector giving the vertex ids of the candidate separator.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.