Scilab function

load_graph - loads a graph

Calling Sequence

g = load_graph(name)

Parameters

Description

name is the name of a graph file which contains the ASCII description of a graph. Such a file must have the "graph" extension. name can be the name or the pathname of the file; if the "graph" extension is missing in name, it is assumed. load_graph returns the corresponding graph list.

Examples

See Also