Scilab function

successors - head nodes of outgoing arcs of a node

Calling Sequence

a = successors(i,g)

Parameters

Description

successors returns the row vector of the numbers of the head nodes of the outgoing arcs from node i for a directed graph g .

Examples

See Also