Package org.graph4j.clique
Class BronKerboschCliqueFinder
java.lang.Object
org.graph4j.SimpleGraphAlgorithm
org.graph4j.clique.BronKerboschCliqueFinder
Deprecated.
Obtains all maximal cliques of a graph. Recursive implementation. It is more
convenient to use
BronKerboschCliqueIterator.
Implemented after: Etsuji Tomita, Akira Tanaka, Haruhisa Takahashi, "The
worst-case time complexity for generating all maximal cliques and
computational experiments".- Author:
- Cristian Frăsinaru
- See Also:
-
Field Summary
Fields inherited from class org.graph4j.SimpleGraphAlgorithm
graph -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.graph4j.SimpleGraphAlgorithm
getGraph
-
Constructor Details
-
BronKerboschCliqueFinder
Deprecated.
-
-
Method Details
-
getCliques
Deprecated.
-