GraphTheory
IsAcyclic
test if graph is acyclic
Calling Sequence
Parameters
Description
Examples
IsAcyclic(G)
G
-
directed graph
IsAcyclic returns true if the input has no directed cycle and false otherwise.
See Also
AcyclicPolynomial
CycleBasis
IsTree
Trail
Download Help Document