GraphTheory[SpecialGraphs][KneserGraph]
GraphTheory[SpecialGraphs][OddGraph]
|
Calling Sequence
|
|
KneserGraph(n,k)
OddGraph(d)
|
|
Parameters
|
|
n, k, d
|
-
|
positive integers
|
|
|
|
|
Description
|
|
•
|
The KneserGraph(n,k) command returns the Kneser graph with parameters n, k.
|
•
|
The OddGraph(d) command returns a Kneser graph with parameters n=2*d+1, k=d.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
|
|
Download Help Document
Was this information helpful?