- Type Parameters:
V
- vertex the graph vertex type
- All Known Implementing Classes:
ChordalGraphMaxCliqueFinder
public interface CliqueAlgorithm<V>
Algorithm to compute a (weighted) Clique
in a graph.
- Author:
- Joris Kinable
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A Cliquestatic class
Default implementation of a (weighted) clique -
Method Summary
-
Method Details
-
getClique
CliqueAlgorithm.Clique<V> getClique()Computes a clique.- Returns:
- a clique
-