Package org.graph4j.clique
package org.graph4j.clique
Clique related algorithms, such as enumerating all maximal cliques of a graph.
-
ClassDescriptionIterates over all cliques in a graph in a BFS manner.Deprecated.Deprecated.Iterates over all the maximal cliques of a graph.Iterates over all cliques of a graph.Iterates over all cliques in a graph in a DFS manner.Computes a maximal clique.Iterates over all maximal cliques of a graph.