C = isCyclic D
A digraph is cyclic if it contains a cycle, i.e. for some vertex v of D, by following the edges of D, one can return to v.
|
|
The source of this document is in Graphs.m2:4406:0.