documentationfor yFiles for HTML 2.6

IndependentSetAlgorithm

This class provides methods for calculating independent sets.

Inheritance Hierarchy
IndependentSetAlgorithm

Remarks

Note: Methods of this class work with instances of Graph. To partition an IGraph into independent sets use IndependentSets instead.

An independent set is a set of nodes in a graph, in which no two nodes are adjacent.

Circular nodes represent one of the independent sets of the given graph

Type Details

yfiles module
algorithms
yfiles-umd modules
All layout modules, view-layout-bridge
Legacy UMD name
yfiles.algorithms.IndependentSets

Static Methods