Module org.jgrapht.core
Package org.jgrapht.alg.interfaces
Interface MaximalCliqueEnumerationAlgorithm<V,E>
- Type Parameters:
V
- the graph vertex typeE
- the graph edge type
- All Known Implementing Classes:
BronKerboschCliqueFinder
,DegeneracyBronKerboschCliqueFinder
,PivotBronKerboschCliqueFinder
A maximal clique enumeration algorithm.
- Author:
- Dimitrios Michail
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator