Uses of Interface
org.jgrapht.alg.interfaces.IndependentSetAlgorithm
Package | Description |
---|---|
org.jgrapht.alg.independentset |
Algorithms for Independent
Set in a graph.
|
-
Uses of IndependentSetAlgorithm in org.jgrapht.alg.independentset
Classes in org.jgrapht.alg.independentset that implement IndependentSetAlgorithm Modifier and Type Class Description class
ChordalGraphIndependentSetFinder<V,E>
Calculates a maximum cardinality independent set in a chordal graph.