TopologicalXHasOrder Property |
Does the digraph have a topological order?
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool HasOrder { get; }
Return Value
Type:
Booleantrue if the digraph has a topological order (or equivalently,
if the digraph is a DAG), and
false otherwise
See Also