Uses of Interface
com.jgalgo.alg.tree.TreePathMaxima.Queries
Packages that use TreePathMaxima.Queries
Package
Description
Algorithms specifically for tree graphs, such as LCA or TPM.
-
Uses of TreePathMaxima.Queries in com.jgalgo.alg.tree
Subinterfaces of TreePathMaxima.Queries in com.jgalgo.alg.treeModifier and TypeInterfaceDescriptionstatic interface
Queries container forTreePathMaxima
computations forIntGraph
.Methods in com.jgalgo.alg.tree that return TreePathMaxima.QueriesModifier and TypeMethodDescriptionstatic <V,
E> TreePathMaxima.Queries <V, E> TreePathMaxima.Queries.newInstance
(Graph<V, E> g) Create an empty queries container.Methods in com.jgalgo.alg.tree with parameters of type TreePathMaxima.QueriesModifier and TypeMethodDescription<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.<V,
E> TreePathMaxima.Result <V, E> TreePathMaximaAbstract.computeHeaviestEdgeInTreePaths
(Graph<V, E> tree, WeightFunction<E> w, TreePathMaxima.Queries<V, E> queries)