Uses of Interface
com.jgalgo.alg.tree.TreePathMaxima.Result
Packages that use TreePathMaxima.Result
Package
Description
Algorithms specifically for tree graphs, such as LCA or TPM.
-
Uses of TreePathMaxima.Result in com.jgalgo.alg.tree
Subinterfaces of TreePathMaxima.Result in com.jgalgo.alg.treeModifier and TypeInterfaceDescriptionstatic interfaceA result object forTreePathMaximaalgorithm forIntGraph.Methods in com.jgalgo.alg.tree that return TreePathMaxima.ResultModifier 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)