BellmanFordShortestPathAlgorithm<TVertex, TEdge> Constructor (IAlgorithmComponent, IVertexAndEdgeListGraph<TVertex, TEdge>, Func<TEdge, Double>, IDistanceRelaxer) |
Namespace: QuickGraph.Algorithms.ShortestPath
public BellmanFordShortestPathAlgorithm( IAlgorithmComponent host, IVertexAndEdgeListGraph<TVertex, TEdge> visitedGraph, Func<TEdge, double> weights, IDistanceRelaxer distanceRelaxer )