Click or drag to resize

RankedShortestPathAlgorithmBaseTVertex, TEdge, TGraph Constructor

Namespace:  QuickGraph.Algorithms.RankedShortestPath
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected RankedShortestPathAlgorithmBase(
	IAlgorithmComponent host,
	TGraph visitedGraph,
	IDistanceRelaxer distanceRelaxer
)

Parameters

host
Type: QuickGraph.Algorithms.ServicesIAlgorithmComponent
visitedGraph
Type: TGraph
distanceRelaxer
Type: QuickGraph.AlgorithmsIDistanceRelaxer
See Also