Package | Description |
---|---|
org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
org.jgrapht.alg.partition |
Algorithm for computing partitions.
|
Modifier and Type | Class and Description |
---|---|
static class |
PartitioningAlgorithm.PartitioningImpl<V>
Default implementation of a vertex partition
|
Modifier and Type | Method and Description |
---|---|
PartitioningAlgorithm.Partitioning<V> |
PartitioningAlgorithm.getPartitioning()
Computes a vertex partitioning.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PartitioningAlgorithm.isValidPartitioning(PartitioningAlgorithm.Partitioning<V> partitioning)
Check if the given vertex partitioning is valid.
|
Modifier and Type | Method and Description |
---|---|
PartitioningAlgorithm.Partitioning<V> |
BipartitePartitioning.getPartitioning()
Computes a vertex partitioning.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BipartitePartitioning.isValidPartitioning(PartitioningAlgorithm.Partitioning<V> partitioning)
Check if the given vertex partitioning is valid.
|
Copyright © 2019. All rights reserved.