Uses of Interface
com.jgalgo.ShortestPathAllPairs.Builder
-
Packages that use ShortestPathAllPairs.Builder Package Description com.jgalgo -
-
Uses of ShortestPathAllPairs.Builder in com.jgalgo
Methods in com.jgalgo 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.
-