![[Deprecated]](figures/lifecycle-deprecated.svg)
independent.vertex.sets() was renamed to ivs() to create a more
consistent API.
Usage
independent.vertex.sets(graph, min = NULL, max = NULL)
Arguments
- graph
The input graph.
- min
Numeric constant, limit for the minimum size of the independent
vertex sets to find. NULL means no limit.
- max
Numeric constant, limit for the maximum size of the independent
vertex sets to find. NULL means no limit.