cycle_directed (367B)
1 # Directed cycles 2 3 A *directed_cycle* is a [cycle] in a [directed_graph], which respects the orientation of the [edges] 4 5 Two vertices u and v with an [edge] from u to v and another [edge] from v to u can then count as a directed cycle. Further,[self_loops] can arguably count as a cycle as well 6 7 Up: [cycle] 8 9 Aliases: directed cycle, directed cycles, cycles directed