ChvatalGraph - 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]

  

ChvatalGraph

  

construct Chvatal graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

ChvatalGraph()

Description

• 

The ChvatalGraph() command constructs the Chvátal graph, a 4-regular graph with 12 vertices and 18 edges. Its chromatic number is 4.

• 

The Chvátal graph was first described by Václav Chvátal.

Examples

with(GraphTheory):

with(SpecialGraphs):

C := ChvatalGraph();

CGraph 1: an undirected graph with 12 vertices and 24 edges

(1)

ChromaticNumber(C);

4

(2)

G := AutomorphismGroup(C);

G1,32,114,85,67,129,10,1,2,12,83,4,7,115,9,10,6

(3)

GroupTheory:-GroupOrder(G);

8

(4)

DrawGraph(C);

References

  

"Chvátal graph", Wikipedia. http://en.wikipedia.org/wiki/Chvatal_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][ChvatalGraph] command was introduced in Maple 2017.

• 

For more information on Maple 2017 changes, see Updates in Maple 2017.

See Also

SpecialGraphs

 


Download Help Document