independent.vertex.sets | R Documentation |
independent.vertex.sets()
was renamed to ivs()
to create a more
consistent API.
independent.vertex.sets(graph, min = NULL, max = NULL)
graph |
The input graph, directed graphs are considered as undirected, loop edges and multiple edges are ignored. |
min |
Numeric constant, limit for the minimum size of the independent
vertex sets to find. |
max |
Numeric constant, limit for the maximum size of the independent
vertex sets to find. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.