is.minimal.separator {igraph} | R Documentation |
Minimal vertex separators
Description
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. |
[Package igraph version 2.0.3 Index]