Scilab function

trans_closure - transitive closure

Calling Sequence

g1 = trans_closure(g)

Parameters

Description

trans_closure returns as a new graph list g1 the transitive closure of the graph g. This graph must be directed and connected. If <name> if the name of graph g, <name>_trans_closure is the name of the transitive closure.

Examples