[Erlang Systems]

digraph_utils

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

components(Digraph) -> [Component]

condensation(Digraph) -> CondensedDigraph

cyclic_strong_components(Digraph) -> [StrongComponent]

is_acyclic(Digraph) -> bool()

loop_vertices(Digraph) -> Vertices

postorder(Digraph) -> Vertices

preorder(Digraph) -> Vertices

reachable(Vertices, Digraph) -> Vertices

reachable_neighbours(Vertices, Digraph) -> Vertices

reaching(Vertices, Digraph) -> Vertices

reaching_neighbours(Vertices, Digraph) -> Vertices

strong_components(Digraph) -> [StrongComponent]

subgraph(Digraph, Vertices [, Options]) -> Subgraph | {error, Reason}

topsort(Digraph) -> Vertices | false

See Also

AUTHORS


stdlib 1.10
Copyright © 1991-2001 Ericsson Utvecklings AB