DepthFirstSearchAllowCyclicGraph Property
Flag specifying whether cyclic graphs are allowed. Default is true.
If set to false, and the graph is cyclic, an exception will be thrown
during the search.
Namespace: DHI.Mike1D.Generic.GraphAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public bool AllowCyclicGraph { get; set; }
Property Value
Boolean