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