Package com.jgalgo.alg
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 forSteinerTreeAlgo
computation.- Author:
- Barak Ugav
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<E>
edges()
Get all the edges that form the Steiner tree.
-