Uses of Interface
com.jgalgo.alg.ShortestPathAllPairs.Builder
-
Packages that use ShortestPathAllPairs.Builder Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of ShortestPathAllPairs.Builder in com.jgalgo.alg
Methods in com.jgalgo.alg that return ShortestPathAllPairs.Builder Modifier and Type Method Description static ShortestPathAllPairs.Builder
ShortestPathAllPairs. newBuilder()
Create a new all pairs shortest paths algorithm builder.ShortestPathAllPairs.Builder
ShortestPathAllPairs.Builder. setCardinality(boolean cardinalityWeight)
Enable/disable the support for cardinality shortest paths only.
-