digraph_utils

Functions


components(G) -> term()

strong_components(G) -> term()

cyclic_strong_components(G) -> term()

reachable(Vs, G) -> term()

reachable_neighbours(Vs, G) -> term()

reaching(Vs, G) -> term()

reaching_neighbours(Vs, G) -> term()

topsort(G) -> term()

is_acyclic(G) -> term()

loop_vertices(G) -> term()

subgraph(G, Vs) -> term()

subgraph(G, Vs, Opts) -> term()

condensation(G) -> term()

preorder(G) -> term()

postorder(G) -> term()

View Functions