View source: R/list_kcliques.R
enumerate | R Documentation |
Sub Routine enumerate described in doi:10.3390/a12010023.
enumerate(G, R, P, X, partition, cliques_discovered)
G |
a k-partite graph, from class graph (package igraph). |
R |
character vector containing the current clique |
P |
character vector containing the vertices that can extend the current clique |
X |
character vector containing the vertices thathave already been considered |
partition |
a list of character vector containing members of the partition |
cliques_discovered |
a list of the previously discovered kcliques |
A logical: TRUE if the set covers the partition and FALSE if not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.