Uses of Class
com.jgalgo.alg.shortestpath.VoronoiAlgoAbstract
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 VoronoiAlgoAbstract in com.jgalgo.alg.shortestpath
Modifier and TypeClassDescriptionclass
Variant of Dijkstra algorithm that starts at multiple vertices and compute the Voronoi cells.