Package com.jgalgo.alg.span
Interface MinimumSpanningTree.Result<V,E>
- Type Parameters:
V
- the vertices typeE
- the edges type
- All Known Subinterfaces:
MinimumSpanningTree.IResult
- Enclosing interface:
MinimumSpanningTree
public static interface MinimumSpanningTree.Result<V,E>
A result object for
MinimumSpanningTree
computation.- Author:
- Barak Ugav
-
Method Summary
-
Method Details
-
edges
Get all the edges that form the spanning tree.- Returns:
- the set of MST edges.
-