Uses of Interface
com.jgalgo.alg.VoronoiAlgo.Result
-
Packages that use VoronoiAlgo.Result Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of VoronoiAlgo.Result in com.jgalgo.alg
Subinterfaces of VoronoiAlgo.Result in com.jgalgo.alg Modifier and Type Interface Description static interface
VoronoiAlgo.IResult
A result object ofVoronoiAlgo
computation forIntGraph
.Methods in com.jgalgo.alg that return VoronoiAlgo.Result Modifier and Type Method Description <V,E>
VoronoiAlgo.Result<V,E>VoronoiAlgo. computeVoronoiCells(Graph<V,E> g, Collection<V> sites, WeightFunction<E> w)
Compute the Voronoi cells of a graph with respect to a set of sites and an edge weight function.
-