Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphageometry
/ _perm2
Function
_perm2
graph_utils.py:72–75 ·
view source on GitHub ↗
(elems)
Source
from the content-addressed store, hash-verified
70
71
72
def
_perm2(elems):
73
for
e1, e2 in comb2(elems):
74
yield
e1, e2
75
yield
e2, e1
76
77
78
def
perm2(elems):
Callers
1
perm2
Function · 0.85
Calls
1
comb2
Function · 0.70
Tested by
no test coverage detected