Uses of Interface
com.jgalgo.alg.TreePathMaxima.Result
-
Packages that use TreePathMaxima.Result Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of TreePathMaxima.Result in com.jgalgo.alg
Subinterfaces of TreePathMaxima.Result in com.jgalgo.alg Modifier and Type Interface Description static interface
TreePathMaxima.IResult
A result object forTreePathMaxima
algorithm forIntGraph
.Methods in com.jgalgo.alg that return TreePathMaxima.Result Modifier and Type Method Description <V,E>
TreePathMaxima.Result<V,E>TreePathMaxima. computeHeaviestEdgeInTreePaths(Graph<V,E> tree, WeightFunction<E> w, TreePathMaxima.Queries<V,E> queries)
Compute the heaviest edge in multiple tree paths.
-