make_sep_list: 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)
Value
A list of numeric vectors
Arguments
- graph
A graph
- details
Return detailed infos (default TRUE
)