V - vertex the graph vertex typepublic interface IndependentSetAlgorithm<V>
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
IndependentSetAlgorithm.IndependentSet<V>
A (weighted) Independent
 Set 
 | 
static class  | 
IndependentSetAlgorithm.IndependentSetImpl<V>
Default implementation of a (weighted) independent set 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IndependentSetAlgorithm.IndependentSet<V> | 
getIndependentSet()
Computes an independent set; all vertices are considered to have equal weight. 
 | 
IndependentSetAlgorithm.IndependentSet<V> getIndependentSet()
Copyright © 2018. All rights reserved.