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, spliterator
Copyright © 2017. All rights reserved.