graph_tool.collection.icosahedral_graph#

graph_tool.collection.icosahedral_graph()[source]#

Returns the Platonic Icosahedral graph.

Returns:
gGraph

Icosahedral graph with 12 nodes and 30 edges.

Notes

The icosahedral graph has 12 nodes and 30 edges. It is a Platonic graph whose nodes have the connectivity of the icosahedron. It is undirected, regular and Hamiltonian [icosahedral].

References