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