# File lib/rgl/topsort.rb, line 67
67:     def acyclic?
68:       topsort_iterator.length == num_vertices
69:     end