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

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

KneserGraph

  

construct Kneser graph

  

OddGraph

  

construct odd Kneser graph

 

Calling Sequence

Parameters

Description

Examples

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

withGraphTheory:withSpecialGraphs:

PKneserGraph5,2

PGraph 1: an undirected graph with 10 vertices and 15 edge(s)

(1)

NumberOfVerticesP

10

(2)

NumberOfEdgesP

15

(3)

ChromaticNumberP

3

(4)

DrawGraphP

See Also

SpecialGraphs