maximal_ivs: Maximal independent vertex sets in the graph

View source: R/cliques.R

maximal_ivsR 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, directed graphs are considered as undirected, loop edges and multiple edges are ignored.


igraph documentation built on Oct. 20, 2024, 1:06 a.m.