graph_tool.collection.dodecahedral_graph#

graph_tool.collection.dodecahedral_graph()[source]#

Returns the Platonic Dodecahedral graph.

Returns:
gGraph

Dodecahedral Graph with 20 nodes and 30 edges

Notes

The dodecahedral graph has 20 nodes and 30 edges. The skeleton of the dodecahedron forms a graph. It is one of 5 Platonic graphs [dodecahedral_wiki]. It can be described in LCF notation as \([10, 7, 4, -4, -7, 10, -4, 7, -7, 4]^2\) [dodecahedral].

References