MCPcopy Create free account
hub / github.com/alibaba/GraphScope / dodecahedral_graph

Function dodecahedral_graph

python/graphscope/nx/generators/small.py:208–211  ·  view source on GitHub ↗
(create_using=None)

Source from the content-addressed store, hash-verified

206
207@patch_docstring(nxa.dodecahedral_graph)
208def dodecahedral_graph(create_using=None):
209 G = LCF_graph(20, [10, 7, 4, -4, -7, 10, -4, 7, -7, 4], 2, create_using)
210 G.name = "Dodecahedral Graph"
211 return G
212
213
214@patch_docstring(nxa.frucht_graph)

Callers

nothing calls this directly

Calls 1

LCF_graphFunction · 0.85

Tested by

no test coverage detected