GraphTheory
SequenceGraph
construct graph with specified degree sequence
Calling Sequence
Parameters
Description
Examples
SequenceGraph(L)
L
-
list
The SequenceGraph command returns a graph with the specified degree sequence given as input, if such a graph exists. It raises an exception otherwise. To check if a graph with given degree sequence exists, use IsGraphicSequence.
See Also
DegreeSequence
IsGraphicSequence
Download Help Document