Interface PartitioningAlgorithm<V>

Type Parameters:
V - vertex the graph vertex type
All Known Implementing Classes:
BipartitePartitioning

public interface PartitioningAlgorithm<V>
Algorithm to compute a vertex partitioning of a graph.
Author:
Alexandru Valeanu