Interface CliqueAlgorithm<V>
- 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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA Cliquestatic classDefault implementation of a (weighted) clique -
Method Summary
-
Method Details
-
getClique
-