GraphTheory[SpecialGraphs]
KrackhardtKiteGraph
construct Krackhardt kite graph
Calling Sequence
Description
Examples
References
Compatibility
KrackhardtKiteGraph()
The KrackhardtKiteGraph command creates the Krackhardt kite graph.
The Krackhardt kite graph is an undirected graph with 10 vertices and 18 edges.
withGraphTheory:
withSpecialGraphs:
KG≔KrackhardtKiteGraph
KG≔Graph 1: an undirected graph with 10 vertices and 18 edge(s)
IsRegularKG
false
ChromaticNumberKG
4
"Krackhardt kite graph", Wikipedia. http://en.wikipedia.org/wiki/Wells_graph
The GraphTheory[SpecialGraphs][KrackhardtKiteGraph] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
SpecialGraphs
Download Help Document