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