Uses of Interface
org.jgrapht.alg.interfaces.PartitioningAlgorithm.Partitioning
Package
Description
Algorithm related interfaces.
Algorithm for computing partitions.
-
Uses of PartitioningAlgorithm.Partitioning in org.jgrapht.alg.interfaces
Modifier and TypeClassDescriptionstatic class
Default implementation of a vertex partitionModifier and TypeMethodDescriptionPartitioningAlgorithm.getPartitioning()
Computes a vertex partitioning.Modifier and TypeMethodDescriptionboolean
PartitioningAlgorithm.isValidPartitioning
(PartitioningAlgorithm.Partitioning<V> partitioning) Check if the given vertex partitioning is valid. -
Uses of PartitioningAlgorithm.Partitioning in org.jgrapht.alg.partition
Modifier and TypeMethodDescriptionBipartitePartitioning.getPartitioning()
Computes a vertex partitioning.Modifier and TypeMethodDescriptionboolean
BipartitePartitioning.isValidPartitioning
(PartitioningAlgorithm.Partitioning<V> partitioning) Check if the given vertex partitioning is valid.