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

Function pappus_graph

python/graphscope/nx/generators/small.py:341–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339
340@patch_docstring(nxa.pappus_graph)
341def pappus_graph():
342 G = LCF_graph(18, [5, 7, -7, 7, -7, -5], 3)
343 G.name = "Pappus Graph"
344 return G
345
346
347@patch_docstring(nxa.petersen_graph)

Callers

nothing calls this directly

Calls 1

LCF_graphFunction · 0.85

Tested by

no test coverage detected