Non-transitive dice: Difference between revisions

Content added Content deleted
(→‎{{header|Phix}}: omit rotations, stretch, progress)
Line 574: Line 574:
====
====
</pre>
</pre>
=== Stretch: length-3 combinations of six 6-sided dice ===
=== Stretch: length-3 combinations of 1..6 sided dice ===
Actually, given recent optimisations and that this power(462,6) takes about 30s, the previously dismissed power(924,6) is probably doable, and maybe even power(3003,6)...
Actually, given recent optimisations and that this power(462,6) takes about 30s, the previously dismissed power(924,6) is probably doable, and maybe even power(3003,6)...
<lang Phix>mx = 6
<lang Phix>mx = 6