independent.vertex.sets: Independent vertex sets

View source: R/cliques.R

independent.vertex.setsR Documentation

Independent vertex sets

Description

[Deprecated]

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

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.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.