Click or drag to resize
TopologicalXHasOrder Property
Does the digraph have a topological order?

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool HasOrder { get; }

Return Value

Type: Boolean
true if the digraph has a topological order (or equivalently, if the digraph is a DAG), and false otherwise
See Also