SequenceGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory

  

SequenceGraph

  

construct graph with specified degree sequence

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

SequenceGraph(L)

Parameters

L

-

list

Description

• 

SequenceGraph(L) returns a graph with the specified degree sequence L, if such a graph exists. It raises an exception otherwise.

• 

To check if a graph with given degree sequence exists, use IsGraphicSequence.

Examples

(1)

(2)

(3)

(4)

References

  

Hakimi S., "On Realizability of a Set of Integers as Degrees of the Vertices of a Linear Graph." I, Journal of SIAM, 10(3) (Sept 1962), pp. 496-506

See Also

DegreeSequence

IsGraphicSequence

 


Download Help Document