make_sep_list {graphicalExtremes} | R Documentation |
Create a list of separators
Description
Creates a list of separator set, such that every pair of non-adjacent
vertices in graph
is completely disconnected by the removal of
(at least) one of the separator sets from the graph.
Usage
make_sep_list(graph, details = TRUE)
Arguments
graph |
A graph |
details |
Return detailed infos (default |
Value
A list of numeric vectors
[Package graphicalExtremes version 0.3.4 Index]