Interface SteinerTreeAlgo.Result<V,​E>

  • Type Parameters:
    V - the vertices type
    E - the edges type
    All Known Subinterfaces:
    SteinerTreeAlgo.IResult
    Enclosing interface:
    SteinerTreeAlgo

    public static interface SteinerTreeAlgo.Result<V,​E>
    A result object for SteinerTreeAlgo computation.
    Author:
    Barak Ugav
    • Method Detail

      • edges

        Set<E> edges()
        Get all the edges that form the Steiner tree.
        Returns:
        a collection of the Steiner tree edges.