Interface SpannerAlgorithm<E>

  • Type Parameters:
    E - edge the graph edge type
    All Known Implementing Classes:
    GreedyMultiplicativeSpanner

    public interface SpannerAlgorithm<E>
    An algorithm which computes a graph spanner of a given graph.
    Author:
    Dimitrios Michail