Click or drag to resize

TopologicalSort Properties

The TopologicalSort type exposes the following members.

Properties
  NameDescription
Public propertyFirstCircularReferenceVertex
First vertex which was found to have a circular reference.
Public propertyNumberOfCycles
Returns the number of cycles identified in the graph.

NumberOfCycles > 0 means that topological sort failed.

Public propertyOrder
Vertices sorted in topological order. The vector contains vertex indices.
Top
See Also