Click or drag to resize

TopologicalSorterTVertex, TEdge Properties

The TopologicalSorterTVertex, TEdge generic type exposes the following members.

Properties
  NameDescription
Protected propertyAbortCrawl
Sets the abortCrawl flag which will abort the crawl of the graph.
(Inherited from DepthFirstSearchCrawlerTVertex, TEdge.)
Public propertySeeCycleCreatingEdgesAsNonExistend
Gets or sets a value indicating whether edges which create a cycle should be seen as real (true) or as edges which can be ignored and have no influence on the outcome (false, default). 'False' means that an exception is thrown when a cycle is detected. True means that the traversal is broken off at the re-visited vertex and continued using backtracking. Leave this property to false, unless cycles should be allowed.
Public propertySortResults
Gets or sets the sort results. This is one possible correct topological order of the graph passed into the constructor. Topological sorting doesn't guarantee that there is just 1 ordering, there can be many correct orderings.
Top
See Also