networks(deprecated)/getlabel - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : networks(deprecated)/getlabel

networks

  

getlabel

  

gets the unique internal label of a graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

getlabel(G)

Parameters

G

-

graph or network

Description

• 

Important: The networks package has been deprecated.  Use the superseding package GraphTheory instead.

• 

Each graph has an internal label so that copies of the same graph can be distinguished from one another. This label is retrieved by using getlabel().

• 

This routine is normally loaded by using the command with(networks), but it may also be referenced by using the full name networks[getlabel](...).

Examples

Important: The networks package has been deprecated.  Use the superseding package GraphTheory instead.

withnetworks:

Gcycle4:

HduplicateG:

getlabelG

1

(1)

getlabelH

2

(2)

See Also

GraphTheory

networks(deprecated)[duplicate]