Interface SpannerAlgorithm.Spanner<E>

    • Method Detail

      • getWeight

        double getWeight()
        Returns the weight of the graph spanner.
        Returns:
        weight of the graph spanner
      • getEdges

        java.util.Set<E> getEdges()
        Set of edges of the graph spanner.
        Returns:
        edge set of the spanner