Package | Description |
---|---|
org.jgrapht.alg.clique |
Clique related algorithms.
|
org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
Modifier and Type | Method and Description |
---|---|
CliqueAlgorithm.Clique<V> |
ChordalGraphMaxCliqueFinder.getClique()
Returns a maximum cardinality
clique of the inspected
graph . |
Modifier and Type | Class and Description |
---|---|
static class |
CliqueAlgorithm.CliqueImpl<V>
Default implementation of a (weighted) clique
|
Modifier and Type | Method and Description |
---|---|
CliqueAlgorithm.Clique<V> |
CliqueAlgorithm.getClique()
Computes a clique.
|
Copyright © 2019. All rights reserved.