Uses of Interface
com.jgalgo.alg.span.SteinerTreeAlgo.Result
-
Packages that use SteinerTreeAlgo.Result Package Description com.jgalgo.alg.span Algorithms for finding the minimum spanning trees and Steiner trees of graphs. -
-
Uses of SteinerTreeAlgo.Result in com.jgalgo.alg.span
Subinterfaces of SteinerTreeAlgo.Result in com.jgalgo.alg.span Modifier and Type Interface Description static interface
SteinerTreeAlgo.IResult
A result object forSteinerTreeAlgo
computation forIntGraph
.Methods in com.jgalgo.alg.span that return SteinerTreeAlgo.Result Modifier and Type Method Description <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)
-