Uses of Interface
com.jgalgo.alg.shortestpath.ShortestPathAllPairs.Builder
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 ShortestPathAllPairs.Builder in com.jgalgo.alg.shortestpath
Modifier and TypeMethodDescriptionstatic ShortestPathAllPairs.Builder
ShortestPathAllPairs.builder()
Create a new all pairs shortest paths algorithm builder.ShortestPathAllPairs.Builder.cardinality
(boolean cardinalityWeight) Enable/disable the support for cardinality shortest paths only.