Uses of Interface
org.jgrapht.alg.interfaces.IndependentSetAlgorithm.IndependentSet
-
Uses of IndependentSetAlgorithm.IndependentSet in org.jgrapht.alg.independentset
Modifier and TypeMethodDescriptionChordalGraphIndependentSetFinder.getIndependentSet()
Returns a maximum cardinality independent set of the inspectedgraph
. -
Uses of IndependentSetAlgorithm.IndependentSet in org.jgrapht.alg.interfaces
Modifier and TypeClassDescriptionstatic class
Default implementation of a (weighted) independent setModifier and TypeMethodDescriptionIndependentSetAlgorithm.getIndependentSet()
Computes an independent set; all vertices are considered to have equal weight.