| 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. |
[Package igraph version 2.2.3 Index]