Transitive closure
H = transclosure(G)
returns
the transitive
closure of graph H
= transclosure(G
)G
as a new graph, H
.
The nodes in H
are the same as those in G
,
but H
has additional edges. If there is a path
from node i
to node j
in G
,
then there is an edge between node i
and node j
in H
.
conncomp
| digraph
| predecessors
| successors
| transreduction