V - the graph vertex typeE - the graph edge typepublic interface MaximalCliqueEnumerationAlgorithm<V,E> extends Iterable<Set<V>>
| Modifier and Type | Method and Description |
|---|---|
Iterator<Set<V>> |
iterator()
Returns an iterator over all maximal cliques.
|
forEach, spliteratorCopyright © 2018. All rights reserved.