Uses of Interface
com.jgalgo.alg.span.SteinerTreeAlgo.Result
Package
Description
Algorithms for finding the minimum spanning trees and Steiner trees of graphs.
-
Uses of SteinerTreeAlgo.Result in com.jgalgo.alg.span
Modifier and TypeInterfaceDescriptionstatic interface
A result object forSteinerTreeAlgo
computation forIntGraph
.Modifier and TypeMethodDescription<V,
E> SteinerTreeAlgo.Result <V, E> SteinerTreeAlgo.computeSteinerTree
(Graph<V, E> g, WeightFunction<E> w, Collection<V> terminals) Compute the minimum Steiner tree of a given graph.<V,
E> SteinerTreeAlgo.Result <V, E> SteinerTreeAlgoAbstract.computeSteinerTree
(Graph<V, E> g, WeightFunction<E> w, Collection<V> terminals)