Uses of Class
org.episteme.core.mathematics.discrete.DijkstraShortestPath
Packages that use DijkstraShortestPath
-
Uses of DijkstraShortestPath in org.episteme.core.mathematics.discrete
Methods in org.episteme.core.mathematics.discrete that return DijkstraShortestPathModifier and TypeMethodDescriptionstatic <V> DijkstraShortestPath<V, Double> DijkstraShortestPath.ofDouble(WeightedGraph<V, Double> graph) Creates a new Dijkstra algorithm instance for Double weights.static <V> DijkstraShortestPath<V, Real> DijkstraShortestPath.ofReal(WeightedGraph<V, Real> graph) Creates a new Dijkstra algorithm instance for Real weights.