V - vertex the graph vertex typepublic interface CliqueAlgorithm<V>
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | CliqueAlgorithm.Clique<V>A Clique | 
| static class  | CliqueAlgorithm.CliqueImpl<V>Default implementation of a (weighted) clique | 
| Modifier and Type | Method and Description | 
|---|---|
| CliqueAlgorithm.Clique<V> | getClique()Computes a clique. | 
CliqueAlgorithm.Clique<V> getClique()
Copyright © 2019. All rights reserved.