| mcs | R Documentation |
Maximum Cardinality Search
mcs(adj, check = TRUE)
adj |
A named adjacency list of a decomposable graph |
check |
Boolean: check if adj is decomposable |
If adj is not the adjacency list of a decomposable graph an error is raised
A list with a perfect numbering of the nodes and a perfect sequence of sets
x <- list(a = c("b", "d"), b = c("a", "c", "d"), c = c("b", "d"), d = c("a", "c", "b"))
mcs(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.