Package com.jgalgo.alg.span
Interface SteinerTreeAlgo.Result<V,E>
- Type Parameters:
V
- the vertices typeE
- 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 Summary
-
Method Details
-
edges
Get all the edges that form the Steiner tree.- Returns:
- a collection of the Steiner tree edges.
-