Uses of Class
org.episteme.core.mathematics.discrete.ShortestPathResult
Packages that use ShortestPathResult
-
Uses of ShortestPathResult in org.episteme.core.mathematics.discrete
Methods in org.episteme.core.mathematics.discrete that return ShortestPathResultModifier and TypeMethodDescriptionFinds shortest path from source to goal using A* search.Computes shortest path from source to target.static <V,W> ShortestPathResult <V, W> ShortestPathResult.negativeCycle(V source, V target) Creates a negative cycle result.static <V,W> ShortestPathResult <V, W> ShortestPathResult.noPath(V source, V target) Creates a no-path result (unreachable).static <V,W> ShortestPathResult <V, W> Creates a successful path result.