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