maximal.independent.vertex.sets {igraph}R Documentation

Independent vertex sets

Description

[Deprecated]

maximal.independent.vertex.sets() was renamed to maximal_ivs() to create a more consistent API.

Usage

maximal.independent.vertex.sets(graph)

Arguments

graph

The input graph, directed graphs are considered as undirected, loop edges and multiple edges are ignored.


[Package igraph version 2.0.3 Index]