MCPcopy Create free account
hub / github.com/Singular/Singular / constr_variations

Function constr_variations

Singular/dyn_modules/python/symm.py:43–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43def constr_variations():
44 return list(map(tuple,Cartesian(list(repeat(value_range,6)))))
45relation=EquivalenceRelation()
46for (a,b,c,d,e,f) in constr_variations():
47 relation[(a,b,c,d,e,f)]=(b,c,a,f,-d,-e)

Callers 1

symm.pyFile · 0.85

Calls 2

listClass · 0.85
mapFunction · 0.85

Tested by

no test coverage detected