get_cliques_and_separators_OLD {graphicalExtremes} | R Documentation |
Get Cliques and Separators of a graph
Description
Finds all cliques, separators, and (recursively) separators of separators in a graph.
Usage
get_cliques_and_separators_OLD(graph)
Arguments
graph |
An [ |
Value
A list of vertex sets that represent the cliques and (recursive)
separators of graph
[Package graphicalExtremes version 0.3.4 Index]