Uses of Interface
org.jgrapht.alg.interfaces.PartitioningAlgorithm
Package | Description |
---|---|
org.jgrapht.alg.partition |
Algorithm for computing partitions.
|
-
Uses of PartitioningAlgorithm in org.jgrapht.alg.partition
Classes in org.jgrapht.alg.partition that implement PartitioningAlgorithm Modifier and Type Class Description class
BipartitePartitioning<V,E>
Algorithm for computing bipartite partitions thus checking whether a graph is bipartite or not.