Click or drag to resize

DijkstraInitialize Method

Overload List
  NameDescription
Public methodInitialize
Initialize algorithm. Must be called before the Dijkstra algorithm is started
Public methodInitialize(Int32)
Initialize algorithm. Must be called before the Dijkstra algorithm is started.

Sets the sourceVertex as the source for the distance calculations.

Top
See Also