maximal_ivs {igraph}R Documentation

Maximal independent vertex sets in the graph

Description

[Deprecated]

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.1 Index]