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