Uses of Interface
com.jgalgo.TreePathMaxima.Result
-
Packages that use TreePathMaxima.Result Package Description com.jgalgo -
-
Uses of TreePathMaxima.Result in com.jgalgo
Methods in com.jgalgo that return TreePathMaxima.Result Modifier and Type Method Description TreePathMaxima.Result
TreePathMaxima. computeHeaviestEdgeInTreePaths(Graph tree, WeightFunction w, TreePathMaxima.Queries queries)
Compute the heaviest edge in multiple tree paths.
-