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

withGraphTheory:

withSpecialGraphs:

CChvatalGraph

CGraph 1: an undirected graph with 12 vertices and 24 edge(s)

(1)

ChromaticNumberC

4

(2)

GAutomorphismGroupC

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

(3)

GroupTheory:-GroupOrderG

8

(4)

DrawGraphC

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