DOCUMENTATION CENTER SEARCH
Combinatorica Package
>
Combinatorica
Package Symbol
Combinatorica
Tutorials »
|
CompleteGraph
Cycle
See Also »
|
Built-in Graphs
More About »
CirculantGraph
CirculantGraph[
n
,
l
]
constructs a circulant graph on
vertices, meaning the
vertex is adjacent to the
and
vertices, for each
in list
.
CirculantGraph[
n
,
l
]
returns the graph with
vertices in which each
is adjacent to
and
, where
must be an integer.
MORE INFORMATION
To use
CirculantGraph
, you first need to load the
Combinatorica
Package
using
Needs
["Combinatorica`"]
.
SEE ALSO
CompleteGraph
Cycle
TUTORIALS
Combinatorica
MORE ABOUT
Built-in Graphs
© 2008 Wolfram Research, Inc.