Uses of Interface
org.jgrapht.alg.interfaces.CliqueAlgorithm.Clique
Package | Description |
---|---|
org.jgrapht.alg.clique |
Clique related algorithms.
|
org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
-
Uses of CliqueAlgorithm.Clique in org.jgrapht.alg.clique
Methods in org.jgrapht.alg.clique that return CliqueAlgorithm.Clique Modifier and Type Method Description CliqueAlgorithm.Clique<V>
ChordalGraphMaxCliqueFinder. getClique()
Returns a maximum cardinality clique of the inspectedgraph
. -
Uses of CliqueAlgorithm.Clique in org.jgrapht.alg.interfaces
Classes in org.jgrapht.alg.interfaces that implement CliqueAlgorithm.Clique Modifier and Type Class Description static class
CliqueAlgorithm.CliqueImpl<V>
Default implementation of a (weighted) cliqueMethods in org.jgrapht.alg.interfaces that return CliqueAlgorithm.Clique Modifier and Type Method Description CliqueAlgorithm.Clique<V>
CliqueAlgorithm. getClique()
Computes a clique.