Class GreedyVertexSeparator

All Implemented Interfaces:
VertexSeparatorAlgorithm

public class GreedyVertexSeparator extends VertexSeparatorBase implements VertexSeparatorAlgorithm

There is no guarantee that the vertex separator created by the greedy algorithm is of minimum size.

Author:
Cristian Frăsinaru
  • Constructor Details

    • GreedyVertexSeparator

      public GreedyVertexSeparator(Graph graph)
    • GreedyVertexSeparator

      public GreedyVertexSeparator(Graph graph, int maxShoreSize)
  • Method Details