DijkstraVisited Property

Array of visited vertices.

When no stopping criteria is set (using the Stop property), the non-visited nodes are not reachable from the source nodes.

If a stopping criteria is set, only nodes with the visited flag set to true has a shortest distance correctly calculated.

Definition

Namespace: DHI.Mike1D.Generic.Graph
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool[] Visited { get; }

Property Value

Boolean

See Also