MCPcopy Create free account
hub / github.com/google-deepmind/alphageometry / perm2

Function perm2

graph_utils.py:78–79  ·  view source on GitHub ↗
(elems)

Source from the content-addressed store, hash-verified

76
77
78def perm2(elems):
79 return list(_perm2(elems))
80
81
82def _all_4points(l1, l2):

Callers 1

_all_4pointsFunction · 0.70

Calls 1

_perm2Function · 0.85

Tested by

no test coverage detected