Click or drag to resize

DijkstraPredecessor Property

Predecessors index for each vertex it specifies the previous vertex in the path from source to target.

The value -1 indicates that the vertex can not be reached from the source vertices, or that the algorithm has been manually stopped before reaching the vertix, or the vertex is a source vertex.

Namespace:  DHI.Mike1D.Generic.Graph
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public int[] Predecessor { get; }

Property Value

Type: Int32
See Also