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

Function heawood_graph

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

Source from the content-addressed store, hash-verified

236
237@patch_docstring(nxa.heawood_graph)
238def heawood_graph(create_using=None):
239 G = LCF_graph(14, [5, -5], 7, create_using)
240 G.name = "Heawood Graph"
241 return G
242
243
244def hoffman_singleton_graph():

Callers

nothing calls this directly

Calls 1

LCF_graphFunction · 0.85

Tested by

no test coverage detected