AStarShortestPathAlgorithmTVertex, TEdge Constructor (IAlgorithmComponent, IVertexListGraphTVertex, TEdge, FuncTEdge, Double, FuncTVertex, Double, IDistanceRelaxer) |
Namespace: QuickGraph.Algorithms.ShortestPath
public AStarShortestPathAlgorithm( IAlgorithmComponent host, IVertexListGraph<TVertex, TEdge> visitedGraph, Func<TEdge, double> weights, Func<TVertex, double> costHeuristic, IDistanceRelaxer distanceRelaxer )