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