V - the graph vertex typeE - the graph edge typepublic interface MaximalCliqueEnumerationAlgorithm<V,E>
extends java.lang.Iterable<java.util.Set<V>>
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<java.util.Set<V>> |
iterator()
Returns an iterator over all maximal cliques.
|
Copyright © 2019. All Rights Reserved.