Click or drag to resize

TopologicalSorterTVertex, TEdgeSeeCycleCreatingEdgesAsNonExistend Property

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.

Namespace:  SD.Tools.Algorithmia.Graphs.Algorithms
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public bool SeeCycleCreatingEdgesAsNonExistend { get; set; }

Property Value

Type: Boolean
See Also