DijkstraShortestPathsAlgorithm

Package: ghidra.graph.algo
Type: class

9.0.2_PUBLIC

addedfield: graph
ghidra.graph.GImplicitDirectedGraph<V,E> graph
addedfield: maxDistance
double maxDistance
addedfield: metric
ghidra.graph.GEdgeWeightMetric<E> metric
addedfield: sources
java.util.Map<V,ghidra.graph.algo.DijkstraShortestPathsAlgorithm<V,E>.OneSourceToAll> sources

9.0.1_PUBLIC

introducedInitial version