Description Usage Arguments Value See Also Examples
Given a decomposable graph, this functions finds a perfect numbering on the vertices using maximum cardinality search, and hereafter returns a list with two elements: "C" - A RIP-ordering of the cliques and "S" - A RIP ordering of the separators.
1 |
adj |
A named adjacency list of a decomposable graph |
check |
Boolean: check if adj is decomposable |
A list with cliques and separators of adj
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.