Uses of Interface
com.jgalgo.alg.SteinerTreeAlgo.Result
-
Packages that use SteinerTreeAlgo.Result Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of SteinerTreeAlgo.Result in com.jgalgo.alg
Subinterfaces of SteinerTreeAlgo.Result in com.jgalgo.alg Modifier and Type Interface Description static interface
SteinerTreeAlgo.IResult
A result object forSteinerTreeAlgo
computation forIntGraph
.Methods in com.jgalgo.alg 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.
-