maximal_ivs {igraph} | R Documentation |
Maximal independent vertex sets in the graph
Description
maximal_ivs()
was renamed to max_ivs()
to create a more
consistent API.
Usage
maximal_ivs(graph)
Arguments
graph |
The input graph, directed graphs are considered as undirected, loop edges and multiple edges are ignored. |
[Package igraph version 2.1.4 Index]