Scilab function

find_path - finds a path between two nodes

Calling Sequence

p = find_path(i,j,g)

Parameters

Description

find_path returns a path p from node number i to node number j if one exists, and the empty vector [] otherwise.

Examples

See Also