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 Superinterfaces:
java.lang.Iterable<java.util.Set<V>>
- All Known Implementing Classes:
BronKerboschCliqueFinder
,DegeneracyBronKerboschCliqueFinder
,PivotBronKerboschCliqueFinder
public interface MaximalCliqueEnumerationAlgorithm<V,E>
extends java.lang.Iterable<java.util.Set<V>>
A maximal clique enumeration algorithm.
- Author:
- Dimitrios Michail