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