Uses of Interface
com.jgalgo.alg.shortestpath.VoronoiAlgo
Packages that use VoronoiAlgo
Package
Description
Algorithms for finding paths in graphs, such as shortest paths, iterating over all simple paths between two vertices,
computing the Voronoi cells given a set of sites, ect.
-
Uses of VoronoiAlgo in com.jgalgo.alg.shortestpath
Classes in com.jgalgo.alg.shortestpath that implement VoronoiAlgoModifier and TypeClassDescriptionclass
Abstract class for computing the Voronoi cells in a graph given a set of site vertices.class
Variant of Dijkstra algorithm that starts at multiple vertices and compute the Voronoi cells.Methods in com.jgalgo.alg.shortestpath that return VoronoiAlgoModifier and TypeMethodDescriptionstatic VoronoiAlgo
VoronoiAlgo.newInstance()
Create a new Voronoi cells algorithm object.