Uses of Interface
com.jgalgo.alg.shortestpath.VoronoiAlgo
-
Packages that use VoronoiAlgo Package Description com.jgalgo.alg.shortestpath 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 VoronoiAlgo Modifier and Type Class Description class
VoronoiAlgoAbstract
Abstract class for computing the Voronoi cells in a graph given a set of site vertices.class
VoronoiAlgoDijkstra
Variant of Dijkstra algorithm that starts at multiple vertices and compute the Voronoi cells.Methods in com.jgalgo.alg.shortestpath that return VoronoiAlgo Modifier and Type Method Description static VoronoiAlgo
VoronoiAlgo. newInstance()
Create a new Voronoi cells algorithm object.
-