Uses of Interface
com.jgalgo.alg.TreePathMaxima.Queries
-
Packages that use TreePathMaxima.Queries Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of TreePathMaxima.Queries in com.jgalgo.alg
Subinterfaces of TreePathMaxima.Queries in com.jgalgo.alg Modifier and Type Interface Description static interface
TreePathMaxima.IQueries
Queries container forTreePathMaxima
computations forIntGraph
.Methods in com.jgalgo.alg that return TreePathMaxima.Queries Modifier and Type Method Description static <V,E>
TreePathMaxima.Queries<V,E>TreePathMaxima.Queries. newInstance()
Create an empty queries container.Methods in com.jgalgo.alg with parameters of type TreePathMaxima.Queries 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.
-