networks[new] - create a new graph
|
Calling Sequence
|
|
new(G)
G:=new()
|
|
Description
|
|
•
|
This routine creates a graph which has no vertices or edges. It is normally loaded via the command with(networks) but may also be referenced using the full name networks[new]().
|
|
|