Uses of Class
org.graph4j.util.Clique
Packages that use Clique
Package
Description
Clique related algorithms, such as enumerating all maximal cliques of a graph.
Support algorithms for various type of graphs (bipartite, tournament, etc.).
Utility classes, such as apecialized collection for vertices and edges.
-
Uses of Clique in org.graph4j.clique
Methods in org.graph4j.clique that return CliqueModifier and TypeMethodDescriptionMaximalCliqueFinder.findMaximumClique(long timeLimit) This method iterates over all maximal cliques of the graph, in order to find the maximum one.If it cannot finish in the alloted time, it returnsnull.MaximalCliqueFinder.getMaximalClique()Returns a maximal clique.MaximalCliqueFinder.getMaximalClique(int startVertex) Creates a maximal clique starting with the given vertex.BFSCliqueIterator.next()BoundedCliqueIterator.next()Deprecated.BronKerboschCliqueIterator.next()CliqueIterator.next()DFSCliqueIterator.next()Methods in org.graph4j.clique that return types with arguments of type Clique -
Uses of Clique in org.graph4j.coloring
Methods in org.graph4j.coloring that return CliqueModifier and TypeMethodDescriptiondefault CliqueColoringAlgorithm.getMaximalClique()ExactColoringBase.getMaximalClique() -
Uses of Clique in org.graph4j.support
Methods in org.graph4j.support that return CliqueModifier and TypeMethodDescriptionChordalGraphSupport.getMaximumClique()Determines a clique of maximum size in a chordal graph.Methods in org.graph4j.support that return types with arguments of type CliqueModifier and TypeMethodDescriptionChordalGraphSupport.getMaximalCliques()Determines all maximal cliques of a chordal graph.ChordalGraphSupport.getMinimumCliqueCover()Determines a minimum clique cover of a chordal graph.ChordalGraphSupport.getMinimumVertexSeparators()Determines a map of all minimal vertex separators, together with their multiplicities. -
Uses of Clique in org.graph4j.util
Methods in org.graph4j.util that return Clique