Uses of Interface
com.jgalgo.alg.shortestpath.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
Modifier 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.Modifier and TypeMethodDescriptionstatic VoronoiAlgo
VoronoiAlgo.newInstance()
Create a new Voronoi cells algorithm object.