Uses of Interface
com.jgalgo.alg.ShortestPathSingleSource.Result
-
Packages that use ShortestPathSingleSource.Result Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of ShortestPathSingleSource.Result in com.jgalgo.alg
Subinterfaces of ShortestPathSingleSource.Result in com.jgalgo.alg Modifier and Type Interface Description static interfaceShortestPathSingleSource.IResultA result object for theShortestPathSingleSourceproblem forIntGraph.Methods in com.jgalgo.alg that return ShortestPathSingleSource.Result Modifier and Type Method Description <V,E>
ShortestPathSingleSource.Result<V,E>ShortestPathSingleSource. computeShortestPaths(Graph<V,E> g, WeightFunction<E> w, V source)Compute the shortest paths from a source to any other vertex in a graph.
-