Uses of Interface
org.jgrapht.alg.interfaces.IndependentSetAlgorithm.IndependentSet
Packages that use IndependentSetAlgorithm.IndependentSet
-
Uses of IndependentSetAlgorithm.IndependentSet in org.jgrapht.alg.independentset
Methods in org.jgrapht.alg.independentset that return IndependentSetAlgorithm.IndependentSetModifier and TypeMethodDescriptionChordalGraphIndependentSetFinder.getIndependentSet()
Returns a maximum cardinality independent set of the inspectedgraph
. -
Uses of IndependentSetAlgorithm.IndependentSet in org.jgrapht.alg.interfaces
Classes in org.jgrapht.alg.interfaces that implement IndependentSetAlgorithm.IndependentSetModifier and TypeClassDescriptionstatic class
Default implementation of a (weighted) independent setMethods in org.jgrapht.alg.interfaces that return IndependentSetAlgorithm.IndependentSetModifier and TypeMethodDescriptionIndependentSetAlgorithm.getIndependentSet()
Computes an independent set; all vertices are considered to have equal weight.