graph_directed (260B)
1 # Graph directed 2 3 A [graph] where [edges] are [directed_edges] 4 5 - [directed_acyclic_graph] 6 - [graph_period] 7 - [underlying_undirected_graph] 8 9 Up: [graph] 10 11 See also: [graph_undirected], [directed_edge], [graph_oriented] 12 13 Aliases: directed graph, directed graphs