Uses of Interface
com.jgalgo.ShortestPathSingleSource.Result
-
Packages that use ShortestPathSingleSource.Result Package Description com.jgalgo -
-
Uses of ShortestPathSingleSource.Result in com.jgalgo
Methods in com.jgalgo that return ShortestPathSingleSource.Result Modifier and Type Method Description default ShortestPathSingleSource.ResultShortestPathSingleSource. computeCardinalityShortestPaths(Graph g, int source)Compute the cardinality shortest paths from a source to any other vertex in a graph.ShortestPathSingleSource.ResultShortestPathSingleSource. computeShortestPaths(Graph g, WeightFunction w, int source)Compute the shortest paths from a source to any other vertex in a graph.
-