cubing 0.22.0 → 0.22.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/README.md +4 -7
  2. package/dist/.DS_Store +0 -0
  3. package/dist/bin/order.js +16675 -0
  4. package/dist/bin/order.js.map +7 -0
  5. package/dist/bin/puzzle-geometry-bin.js +4 -4
  6. package/dist/bin/puzzle-geometry-bin.js.map +2 -2
  7. package/dist/bundle-global/cubing.bundle-global.js +469 -193
  8. package/dist/esm/{3d-3WQVOHX5.js → 3d-M7GBIT3X.js} +3 -3
  9. package/dist/esm/{3d-3WQVOHX5.js.map → 3d-M7GBIT3X.js.map} +0 -0
  10. package/dist/esm/bluetooth/index.js +8 -6
  11. package/dist/esm/bluetooth/index.js.map +3 -3
  12. package/dist/esm/{chunk-7KI3I3Y7.js → chunk-6BZSKSG7.js} +722 -733
  13. package/dist/esm/chunk-6BZSKSG7.js.map +7 -0
  14. package/dist/esm/{chunk-DLN5QS4V.js → chunk-GF76PWEV.js} +4 -2
  15. package/dist/esm/chunk-GF76PWEV.js.map +7 -0
  16. package/dist/esm/{chunk-HXKINJ7U.js → chunk-R3HRHYIW.js} +14 -2
  17. package/dist/esm/chunk-R3HRHYIW.js.map +7 -0
  18. package/dist/esm/esm-test-worker.js +2 -2
  19. package/dist/esm/esm-test-worker.js.map +2 -2
  20. package/dist/esm/{node-WEHVBEKP.js → node-HFBX5WHK.js} +2 -2
  21. package/dist/esm/{node-WEHVBEKP.js.map → node-HFBX5WHK.js.map} +1 -1
  22. package/dist/esm/{node-BSAQKO3G.js → node-SP4L2AKI.js} +2 -2
  23. package/dist/esm/{node-BSAQKO3G.js.map → node-SP4L2AKI.js.map} +1 -1
  24. package/dist/esm/puzzle-geometry/index.js +4 -4
  25. package/dist/esm/puzzle-geometry/index.js.map +2 -2
  26. package/dist/esm/puzzles/index.js +1 -1
  27. package/dist/esm/scramble/index.js +2 -2
  28. package/dist/esm/search/index.js +2 -2
  29. package/dist/esm/twisty/index.js +11 -7
  30. package/dist/esm/twisty/index.js.map +2 -2
  31. package/dist/esm/worker-inside-generated-string-RQYYANYQ.js +3107 -0
  32. package/dist/esm/worker-inside-generated-string-RQYYANYQ.js.map +7 -0
  33. package/dist/types/bluetooth/smart-puzzle/gan.d.ts.map +1 -1
  34. package/dist/types/cubing.bundle-global.exports.d.ts +25 -0
  35. package/dist/types/cubing.bundle-global.exports.d.ts.map +1 -0
  36. package/dist/types/puzzle-geometry/PuzzleGeometry.d.ts +2 -2
  37. package/dist/types/puzzle-geometry/PuzzleGeometry.d.ts.map +1 -1
  38. package/dist/types/puzzle-geometry/index.d.ts +1 -1
  39. package/dist/types/puzzle-geometry/index.d.ts.map +1 -1
  40. package/dist/types/puzzles/stickerings/cube-stickerings.d.ts.map +1 -1
  41. package/dist/types/search/inside/api.d.ts.map +1 -1
  42. package/dist/types/search/inside/solve/puzzles/4x4x4.d.ts +1 -1
  43. package/dist/types/search/inside/solve/puzzles/4x4x4.d.ts.map +1 -1
  44. package/dist/types/search/inside/solve/puzzles/fto.d.ts +6 -0
  45. package/dist/types/search/inside/solve/puzzles/fto.d.ts.map +1 -0
  46. package/dist/types/search/inside/solve/puzzles/fto.sgs.json.d.ts +5 -0
  47. package/dist/types/search/inside/solve/puzzles/fto.sgs.json.d.ts.map +1 -0
  48. package/dist/types/search/inside/solve/tremble.d.ts.map +1 -1
  49. package/dist/types/search/worker-inside-generated-string.d.ts +1 -1
  50. package/dist/types/search/worker-inside-generated-string.d.ts.map +1 -1
  51. package/dist/types/twisty/model/TwistyPlayerModel.d.ts.map +1 -1
  52. package/dist/types/twisty/model/props/puzzle/display/StickeringProp.d.ts +2 -0
  53. package/dist/types/twisty/model/props/puzzle/display/StickeringProp.d.ts.map +1 -1
  54. package/dist/types/twisty/model/props/puzzle/state/MovePressInputProp.d.ts +6 -1
  55. package/dist/types/twisty/model/props/puzzle/state/MovePressInputProp.d.ts.map +1 -1
  56. package/dist/types/{search/vendor → vendor}/comlink-everywhere/inside/index.d.ts +0 -0
  57. package/dist/types/vendor/comlink-everywhere/inside/index.d.ts.map +1 -0
  58. package/dist/types/{search/vendor → vendor}/comlink-everywhere/inside/node.d.ts +0 -0
  59. package/dist/types/vendor/comlink-everywhere/inside/node.d.ts.map +1 -0
  60. package/dist/types/{search/vendor → vendor}/comlink-everywhere/outside/index.d.ts +0 -0
  61. package/dist/types/vendor/comlink-everywhere/outside/index.d.ts.map +1 -0
  62. package/dist/types/{search/vendor → vendor}/comlink-everywhere/outside/node.d.ts +0 -0
  63. package/dist/types/vendor/comlink-everywhere/outside/node.d.ts.map +1 -0
  64. package/dist/types/{search/inside/solve/vendor → vendor}/cstimer/src/js/lib/mathlib.d.ts +0 -0
  65. package/dist/types/vendor/cstimer/src/js/lib/mathlib.d.ts.map +1 -0
  66. package/dist/types/{search/inside/solve/vendor → vendor}/cstimer/src/js/scramble/scramble_444.d.ts +1 -1
  67. package/dist/types/vendor/cstimer/src/js/scramble/scramble_444.d.ts.map +1 -0
  68. package/dist/types/{search/inside/solve/vendor → vendor}/min2phase/gwt.d.ts +0 -0
  69. package/dist/types/vendor/min2phase/gwt.d.ts.map +1 -0
  70. package/dist/types/{search/inside/solve/vendor → vendor}/random-uint-below/get-random-values.d.ts +0 -0
  71. package/dist/types/vendor/random-uint-below/get-random-values.d.ts.map +1 -0
  72. package/dist/types/{search/inside/solve/vendor → vendor}/random-uint-below/index.d.ts +1 -1
  73. package/dist/types/vendor/random-uint-below/index.d.ts.map +1 -0
  74. package/dist/types/{search/inside/solve/vendor → vendor}/random-uint-below/random-choice.d.ts +0 -0
  75. package/dist/types/vendor/random-uint-below/random-choice.d.ts.map +1 -0
  76. package/dist/types/{search/inside/solve/vendor/random-uint-below/random-int.d.ts → vendor/random-uint-below/random53BitValue.d.ts} +1 -1
  77. package/dist/types/vendor/random-uint-below/random53BitValue.d.ts.map +1 -0
  78. package/dist/types/{search/inside/solve/vendor → vendor}/sq12phase/scramble_sq1.d.ts +0 -0
  79. package/dist/types/vendor/sq12phase/scramble_sq1.d.ts.map +1 -0
  80. package/dist/types/{bluetooth/smart-puzzle → vendor/unsafe-raw-aes}/unsafe-raw-aes.d.ts +0 -0
  81. package/dist/types/vendor/unsafe-raw-aes/unsafe-raw-aes.d.ts.map +1 -0
  82. package/docs/.DS_Store +0 -0
  83. package/docs/cubing/.DS_Store +0 -0
  84. package/docs/cubing/index.html +67 -27
  85. package/docs/main.css +7 -6
  86. package/package.json +8 -9
  87. package/src/cubing/.DS_Store +0 -0
  88. package/src/cubing/bluetooth/smart-puzzle/gan.ts +4 -1
  89. package/src/cubing/cubing.bundle-global.exports.ts +25 -0
  90. package/src/cubing/cubing.bundle-global.ts +2 -26
  91. package/src/cubing/puzzle-geometry/PuzzleGeometry.ts +6 -2
  92. package/src/cubing/puzzle-geometry/index.ts +2 -2
  93. package/src/cubing/puzzles/.DS_Store +0 -0
  94. package/{dist/esm → src/cubing/puzzles/implementations}/.DS_Store +0 -0
  95. package/src/cubing/puzzles/stickerings/cube-stickerings.ts +18 -0
  96. package/src/cubing/puzzles/stickerings/global-custom-stickering-hack.ts +1 -1
  97. package/src/cubing/search/.DS_Store +0 -0
  98. package/src/cubing/search/esm-test-worker.js +1 -1
  99. package/src/cubing/search/inside/.DS_Store +0 -0
  100. package/src/cubing/search/inside/api.ts +3 -0
  101. package/src/cubing/search/inside/entry.js +1 -1
  102. package/src/cubing/search/inside/inside-worker.ts +1 -1
  103. package/src/cubing/search/inside/solve/.DS_Store +0 -0
  104. package/src/cubing/search/inside/solve/addOrientationSuffix.ts +1 -1
  105. package/src/cubing/search/inside/solve/puzzles/.DS_Store +0 -0
  106. package/src/cubing/search/inside/solve/puzzles/2x2x2.ts +1 -1
  107. package/src/cubing/search/inside/solve/puzzles/3x3x3/index.ts +2 -2
  108. package/src/cubing/search/inside/solve/puzzles/4x4x4.ts +2 -2
  109. package/src/cubing/search/inside/solve/puzzles/big-cubes.ts +1 -1
  110. package/src/cubing/search/inside/solve/puzzles/clock.ts +1 -1
  111. package/src/cubing/search/inside/solve/puzzles/{FTO.sgs → fto.sgs.json.ts} +116 -80
  112. package/src/cubing/search/inside/solve/puzzles/fto.ts +58 -0
  113. package/src/cubing/search/inside/solve/puzzles/sq1.ts +1 -1
  114. package/src/cubing/search/inside/solve/puzzles/wca-minx.ts +1 -1
  115. package/src/cubing/search/inside/solve/tremble.ts +2 -1
  116. package/src/cubing/search/inside/solve/vendor/.DS_Store +0 -0
  117. package/src/cubing/search/instantiator.ts +1 -1
  118. package/src/cubing/search/worker-inside-generated-string.js +1 -1
  119. package/src/cubing/twisty/.DS_Store +0 -0
  120. package/src/cubing/twisty/controllers/.DS_Store +0 -0
  121. package/src/cubing/twisty/heavy-code-imports/.DS_Store +0 -0
  122. package/src/cubing/twisty/model/.DS_Store +0 -0
  123. package/src/cubing/twisty/model/TwistyPlayerModel.ts +8 -6
  124. package/src/cubing/twisty/model/props/.DS_Store +0 -0
  125. package/src/cubing/twisty/model/props/puzzle/.DS_Store +0 -0
  126. package/src/cubing/twisty/model/props/puzzle/display/StickeringProp.ts +2 -0
  127. package/src/cubing/twisty/model/props/puzzle/state/MovePressInputProp.ts +6 -1
  128. package/src/cubing/twisty/old/.DS_Store +0 -0
  129. package/src/cubing/twisty/views/.DS_Store +0 -0
  130. package/src/cubing/twisty/views/3D/.DS_Store +0 -0
  131. package/src/cubing/twisty/views/node-custom-element-shims.ts +2 -2
  132. package/src/cubing/vendor/.DS_Store +0 -0
  133. package/src/cubing/vendor/comlink-everywhere/.DS_Store +0 -0
  134. package/src/cubing/{search/vendor → vendor}/comlink-everywhere/comlink-everywhere.webloc +0 -0
  135. package/src/cubing/{search/vendor → vendor}/comlink-everywhere/inside/index.d.ts +0 -0
  136. package/src/cubing/{search/vendor → vendor}/comlink-everywhere/inside/index.js +0 -0
  137. package/src/cubing/{search/vendor → vendor}/comlink-everywhere/inside/node.js +0 -0
  138. package/src/cubing/{search/vendor → vendor}/comlink-everywhere/outside/index.d.ts +0 -0
  139. package/src/cubing/{search/vendor → vendor}/comlink-everywhere/outside/index.js +0 -0
  140. package/src/cubing/{search/vendor → vendor}/comlink-everywhere/outside/node.js +0 -0
  141. package/src/cubing/vendor/cstimer/.DS_Store +0 -0
  142. package/src/cubing/{search/inside/solve/vendor → vendor}/cstimer/LICENSE +0 -0
  143. package/src/cubing/{search/inside/solve/vendor → vendor}/cstimer/src/js/lib/mathlib.ts +0 -0
  144. package/src/cubing/{search/inside/solve/vendor → vendor}/cstimer/src/js/scramble/scramble_444.ts +3 -3
  145. package/src/cubing/{search/inside/solve/vendor → vendor}/min2phase/gwt.d.ts +0 -0
  146. package/src/cubing/{search/inside/solve/vendor → vendor}/min2phase/gwt.js +0 -0
  147. package/src/cubing/vendor/random-uint-below/get-random-values.ts +23 -0
  148. package/src/cubing/{search/inside/solve/vendor → vendor}/random-uint-below/index.ts +2 -2
  149. package/src/cubing/{search/inside/solve/vendor → vendor}/random-uint-below/random-choice.ts +1 -1
  150. package/src/cubing/{search/inside/solve/vendor/random-uint-below/random-int.ts → vendor/random-uint-below/random53BitValue.ts} +0 -0
  151. package/src/cubing/{search/inside/solve/vendor → vendor}/sq12phase/scramble_sq1.js +0 -0
  152. package/src/cubing/{bluetooth/smart-puzzle → vendor/unsafe-raw-aes}/unsafe-raw-aes.ts +18 -20
  153. package/dist/esm/chunk-7KI3I3Y7.js.map +0 -7
  154. package/dist/esm/chunk-DLN5QS4V.js.map +0 -7
  155. package/dist/esm/chunk-HXKINJ7U.js.map +0 -7
  156. package/dist/esm/worker-inside-generated-string-ZA6E6672.js +0 -2831
  157. package/dist/esm/worker-inside-generated-string-ZA6E6672.js.map +0 -7
  158. package/dist/types/bluetooth/smart-puzzle/unsafe-raw-aes.d.ts.map +0 -1
  159. package/dist/types/search/inside/solve/vendor/cstimer/src/js/lib/mathlib.d.ts.map +0 -1
  160. package/dist/types/search/inside/solve/vendor/cstimer/src/js/scramble/scramble_444.d.ts.map +0 -1
  161. package/dist/types/search/inside/solve/vendor/min2phase/gwt.d.ts.map +0 -1
  162. package/dist/types/search/inside/solve/vendor/random-uint-below/get-random-values.d.ts.map +0 -1
  163. package/dist/types/search/inside/solve/vendor/random-uint-below/index.d.ts.map +0 -1
  164. package/dist/types/search/inside/solve/vendor/random-uint-below/random-choice.d.ts.map +0 -1
  165. package/dist/types/search/inside/solve/vendor/random-uint-below/random-int.d.ts.map +0 -1
  166. package/dist/types/search/inside/solve/vendor/sq12phase/scramble_sq1.d.ts.map +0 -1
  167. package/dist/types/search/vendor/comlink-everywhere/inside/index.d.ts.map +0 -1
  168. package/dist/types/search/vendor/comlink-everywhere/inside/node.d.ts.map +0 -1
  169. package/dist/types/search/vendor/comlink-everywhere/outside/index.d.ts.map +0 -1
  170. package/dist/types/search/vendor/comlink-everywhere/outside/node.d.ts.map +0 -1
  171. package/src/cubing/search/inside/solve/vendor/random-uint-below/get-random-values.ts +0 -38
@@ -1,2831 +0,0 @@
1
- import "./chunk-WO2AXYFE.js";
2
-
3
- // src/cubing/search/worker-inside-generated-string.js
4
- var workerSource = `var m1=Object.create;var wo=Object.defineProperty;var p1=Object.getOwnPropertyDescriptor;var d1=Object.getOwnPropertyNames;var L1=Object.getPrototypeOf,h1=Object.prototype.hasOwnProperty;var ca=e=>wo(e,"__esModule",{value:!0});var v=(e,t)=>()=>(e&&(t=e(e=0)),t);var Te=(e,t)=>{ca(e);for(var r in t)wo(e,r,{get:t[r],enumerable:!0})},R1=(e,t,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of d1(t))!h1.call(e,n)&&n!=="default"&&wo(e,n,{get:()=>t[n],enumerable:!(r=p1(t,n))||r.enumerable});return e},ga=e=>R1(ca(wo(e!=null?m1(L1(e)):{},"default",e&&e.__esModule&&"default"in e?{get:()=>e.default,enumerable:!0}:{value:e,enumerable:!0})),e);var ni=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)};var R=(e,t,r)=>(ni(e,t,"read from private field"),r?r.call(e):t.get(e)),de=(e,t,r)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,r)},ie=(e,t,r,n)=>(ni(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),oi=(e,t,r,n)=>({set _(o){ie(e,t,o,r)},get _(){return R(e,t,n)}}),ma=(e,t,r)=>(ni(e,t,"access private method"),r);var D=(e,t,r)=>new Promise((n,o)=>{var l=u=>{try{s(r.next(u))}catch(a){o(a)}},i=u=>{try{s(r.throw(u))}catch(a){o(a)}},s=u=>u.done?n(u.value):Promise.resolve(u.value).then(l,i);s((r=r.apply(e,t)).next())});var ya={};Te(ya,{default:()=>U1});function E1(e){let t=new WeakMap;return{postMessage:e.postMessage.bind(e),addEventListener:(r,n)=>{let o=l=>{"handleEvent"in n?n.handleEvent({data:l}):n({data:l})};e.on("message",o),t.set(n,o)},removeEventListener:(r,n)=>{let o=t.get(n);!o||(e.off("message",o),t.delete(n))},start:e.start&&e.start.bind(e)}}var U1,Da=v(()=>{U1=E1});var Fa={};Te(Fa,{port:()=>k1});function k1(){return D(this,null,function*(){let{parentPort:e}=yield import("worker_threads").catch();return(yield Promise.resolve().then(()=>(Da(),ya))).default(e)})}var Ba=v(()=>{});var C1,Uo,ke,Mt=v(()=>{C1=!1,Uo=class{is(t){return this instanceof t}as(t){return this instanceof t?this:null}},ke=class extends Uo{constructor(){super();C1&&Object.defineProperty(this,"_debugStr",{get:()=>this.toString()})}get log(){return console.log.bind(console,this,this.toString())}}});function xa(e,t=!0){if(!t)return e;switch(e){case 1:return-1;case-1:return 1}}function ai(e,t){return t===-1?Array.from(e).reverse():e}function va(e){return Array.from(e).reverse()}var j,dt=v(()=>{(function(r){r[r.Forwards=1]="Forwards",r[r.Backwards=-1]="Backwards"})(j||(j={}))});var Cn,Nr,Sa,ui=v(()=>{Cn=2147483647,Nr="2^31 - 1",Sa=-2147483648});var dr,at,fi=v(()=>{Pt();at=class{constructor(){de(this,dr,[])}push(t){R(this,dr).push(t)}experimentalPushAlg(t){for(let r of t.units())this.push(r)}experimentalNumUnits(){return R(this,dr).length}toAlg(){return new z(R(this,dr))}reset(){ie(this,dr,[])}};dr=new WeakMap});var Lr,hr,ko,ze,Mn=v(()=>{Pt();Mt();dt();ko=class extends ke{constructor(t,r){super();de(this,Lr,void 0);de(this,hr,void 0);ie(this,Lr,Yt(t)),ie(this,hr,Yt(r))}get A(){return R(this,Lr)}get B(){return R(this,hr)}isIdentical(t){let r=t.as(ko);return!!((r==null?void 0:r.A.isIdentical(this.A))&&(r==null?void 0:r.B.isIdentical(this.B)))}invert(){return new ko(R(this,hr),R(this,Lr))}*experimentalExpand(t=j.Forwards,r){r!=null||(r=1/0),r===0?yield t===j.Forwards?this:this.invert():t===j.Forwards?(yield*this.A.experimentalExpand(j.Forwards,r-1),yield*this.B.experimentalExpand(j.Forwards,r-1),yield*this.A.experimentalExpand(j.Backwards,r-1),yield*this.B.experimentalExpand(j.Backwards,r-1)):(yield*this.B.experimentalExpand(j.Forwards,r-1),yield*this.A.experimentalExpand(j.Forwards,r-1),yield*this.B.experimentalExpand(j.Backwards,r-1),yield*this.A.experimentalExpand(j.Backwards,r-1))}toString(){return\`[\${R(this,Lr).toString()}, \${R(this,hr).toString()}]\`}},ze=ko;Lr=new WeakMap,hr=new WeakMap});var Tr,_r,zo,Ce,Pn=v(()=>{Pt();Mt();dt();zo=class extends ke{constructor(t,r){super();de(this,Tr,void 0);de(this,_r,void 0);ie(this,Tr,Yt(t)),ie(this,_r,Yt(r))}get A(){return R(this,Tr)}get B(){return R(this,_r)}isIdentical(t){let r=t.as(zo);return!!((r==null?void 0:r.A.isIdentical(this.A))&&(r==null?void 0:r.B.isIdentical(this.B)))}invert(){return new zo(R(this,Tr),R(this,_r).invert())}*experimentalExpand(t,r){r!=null||(r=1/0),r===0?yield t===j.Forwards?this:this.invert():(yield*this.A.experimentalExpand(j.Forwards,r-1),yield*this.B.experimentalExpand(t,r-1),yield*this.A.experimentalExpand(j.Backwards,r-1))}toString(){return\`[\${this.A}: \${this.B}]\`}},Ce=zo;Tr=new WeakMap,_r=new WeakMap});var Zt,ci,Lt,In=v(()=>{Mt();dt();ci=class extends ke{constructor(t){super();de(this,Zt,void 0);if(t.includes(\`
5
- \`)||t.includes("\\r"))throw new Error("LineComment cannot contain newline");ie(this,Zt,t)}get text(){return R(this,Zt)}isIdentical(t){let r=t;return t.is(ci)&&R(this,Zt)===R(r,Zt)}invert(){return this}*experimentalExpand(t=j.Forwards,r=1/0){yield this}toString(){return\`//\${R(this,Zt)}\`}},Lt=ci;Zt=new WeakMap});var We,Gn=v(()=>{Mt();dt();We=class extends ke{toString(){return\`
6
- \`}isIdentical(t){return t.is(We)}invert(){return this}*experimentalExpand(t=j.Forwards,r=1/0){yield this}}});var Qe,Nn=v(()=>{Mt();dt();Qe=class extends ke{toString(){return"."}isIdentical(t){return t.is(Qe)}invert(){return this}*experimentalExpand(t=j.Forwards,r=1/0){yield this}}});function Co(e,t){return e?parseInt(e):t}function gi(e){return new Mo().parseAlg(e)}function Ea(e){return new Mo().parseMove(e)}function Ua(e){return new Mo().parseQuantumMove(e)}function qe(e,t,r){let n=e;return n.startCharIndex=t,n.endCharIndex=r,n}function ka(e,t){return"startCharIndex"in e&&(t.startCharIndex=e.startCharIndex),"endCharIndex"in e&&(t.endCharIndex=e.endCharIndex),t}var wa,M1,P1,I1,G1,N1,Ye,O,Mo,mi=v(()=>{Pt();fi();Mn();Pn();Po();In();It();Gn();Nn();wa=/^(\\d+)?('?)/,M1=/^[_\\dA-Za-z]/,P1=/^((([1-9]\\d*)-)?([1-9]\\d*))?([_A-Za-z]+)?/,I1=/^[^\\n]*/,G1=/^(-?\\d+), ?/,N1=/^(-?\\d+)\\)/;Mo=class{constructor(){de(this,Ye,"");de(this,O,0)}parseAlg(t){ie(this,Ye,t),ie(this,O,0);let r=this.parseAlgWithStopping([]);return this.mustBeAtEndOfInput(),r}parseMove(t){ie(this,Ye,t),ie(this,O,0);let r=this.parseMoveImpl();return this.mustBeAtEndOfInput(),r}parseQuantumMove(t){ie(this,Ye,t),ie(this,O,0);let r=this.parseQuantumMoveImpl();return this.mustBeAtEndOfInput(),r}mustBeAtEndOfInput(){if(R(this,O)!==R(this,Ye).length)throw new Error("parsing unexpectedly ended early")}parseAlgWithStopping(t){let r=R(this,O),n=R(this,O),o=new at,l=!1,i=s=>{if(l)throw new Error(\`Unexpected character at index \${s}. Are you missing a space?\`)};e:for(;R(this,O)<R(this,Ye).length;){let s=R(this,O);if(t.includes(R(this,Ye)[R(this,O)]))return qe(o.toAlg(),r,n);if(this.tryConsumeNext(" ")){l=!1,o.experimentalNumUnits()===0&&(r=R(this,O));continue e}else if(M1.test(R(this,Ye)[R(this,O)])){i(s);let u=this.parseMoveImpl();o.push(u),l=!0,n=R(this,O);continue e}else if(this.tryConsumeNext("(")){i(s);let u=this.tryRegex(G1);if(u){let a=u[1],f=R(this,O),c=this.parseRegex(N1),g=qe(new d(new G("U_SQ_"),parseInt(a)),s+1,s+1+a.length),m=qe(new d(new G("D_SQ_"),parseInt(c[1])),f,R(this,O)-1),L=qe(new z([g,m]),s+1,R(this,O)-1);o.push(qe(new nt(L),s,R(this,O))),l=!0,n=R(this,O);continue e}else{let a=this.parseAlgWithStopping([")"]);this.mustConsumeNext(")");let f=this.parseAmount();o.push(qe(new nt(a,f),s,R(this,O))),l=!0,n=R(this,O);continue e}}else if(this.tryConsumeNext("[")){i(s);let u=this.parseAlgWithStopping([",",":"]),a=this.popNext(),f=this.parseAlgWithStopping(["]"]);switch(this.mustConsumeNext("]"),a){case":":o.push(qe(new Ce(u,f),s,R(this,O))),l=!0,n=R(this,O);continue e;case",":o.push(qe(new ze(u,f),s,R(this,O))),l=!0,n=R(this,O);continue e;default:throw"unexpected parsing error"}}else if(this.tryConsumeNext(\`
7
- \`)){o.push(qe(new We,s,R(this,O))),l=!1,n=R(this,O);continue e}else if(this.tryConsumeNext("/"))if(this.tryConsumeNext("/")){i(s);let[u]=this.parseRegex(I1);o.push(qe(new Lt(u),s,R(this,O))),l=!1,n=R(this,O);continue e}else{o.push(qe(new d("_SLASH_"),s,R(this,O))),l=!0,n=R(this,O);continue e}else if(this.tryConsumeNext(".")){i(s),o.push(qe(new Qe,s,R(this,O))),l=!0,n=R(this,O);continue e}else throw new Error(\`Unexpected character: \${this.popNext()}\`)}if(R(this,O)!==R(this,Ye).length)throw new Error("did not finish parsing?");if(t.length>0)throw new Error("expected stopping");return qe(o.toAlg(),r,n)}parseQuantumMoveImpl(){let[,,,t,r,n]=this.parseRegex(P1);return new G(n,Co(r,void 0),Co(t,void 0))}parseMoveImpl(){let t=R(this,O);if(this.tryConsumeNext("/"))return qe(new d("_SLASH_"),t,R(this,O));let r=this.parseQuantumMoveImpl(),[n,o]=this.parseAmountAndTrackEmptyAbsAmount(),l=this.parseMoveSuffix();if(l){if(n<0)throw new Error("uh-oh");if((l==="++"||l==="--")&&n!==1)throw new Error("Pochmann ++ or -- moves cannot have an amount other than 1.");if((l==="++"||l==="--")&&!o)throw new Error("Pochmann ++ or -- moves cannot have an amount written as a number.");if((l==="+"||l==="-")&&o)throw new Error("Clock dial moves must have an amount written as a natural number followed by + or -.");l.startsWith("+")&&(r=r.modified({family:\`\${r.family}_\${l==="+"?"PLUS":"PLUSPLUS"}_\`})),l.startsWith("-")&&(r=r.modified({family:\`\${r.family}_\${l==="-"?"PLUS":"PLUSPLUS"}_\`}),n*=-1)}return qe(new d(r,n),t,R(this,O))}parseMoveSuffix(){return this.tryConsumeNext("+")?this.tryConsumeNext("+")?"++":"+":this.tryConsumeNext("-")?this.tryConsumeNext("-")?"--":"-":null}parseAmountAndTrackEmptyAbsAmount(){let t=R(this,O),[,r,n]=this.parseRegex(wa);if((r==null?void 0:r.startsWith("0"))&&r!=="0")throw new Error(\`Error at char index \${t}: An amount can only start with 0 if it's exactly the digit 0.\`);return[Co(r,1)*(n==="'"?-1:1),!r]}parseAmount(){let t=R(this,O),[,r,n]=this.parseRegex(wa);if((r==null?void 0:r.startsWith("0"))&&r!=="0")throw new Error(\`Error at char index \${t}: An amount number can only start with 0 if it's exactly the digit 0.\`);return Co(r,1)*(n==="'"?-1:1)}parseRegex(t){let r=t.exec(this.remaining());if(r===null)throw new Error("internal parsing error");return ie(this,O,R(this,O)+r[0].length),r}tryRegex(t){let r=t.exec(this.remaining());return r===null?null:(ie(this,O,R(this,O)+r[0].length),r)}remaining(){return R(this,Ye).slice(R(this,O))}popNext(){let t=R(this,Ye)[R(this,O)];return oi(this,O)._++,t}tryConsumeNext(t){return R(this,Ye)[R(this,O)]===t?(oi(this,O)._++,!0):!1}mustConsumeNext(t){let r=this.popNext();if(r!==t)throw new Error(\`expected \\\`\${t}\\\` while parsing, encountered \${r}\`);return r}};Ye=new WeakMap,O=new WeakMap});function Io(e){za.has(e)||(console.warn(e),za.add(e))}var za,pi=v(()=>{za=new Set});var Or,di=v(()=>{dt();ui();Or=class{constructor(t,r=1){if(this.quantum=t,this.amount=r,!Number.isInteger(this.amount)||this.amount<Sa||this.amount>Cn)throw new Error(\`Unit amount absolute value must be a non-negative integer from \${Nr} to \${Nr}.\`)}suffix(){let t="",r=Math.abs(this.amount);return r!==1&&(t+=r),this.amount<0&&(t+="'"),t}isIdentical(t){return this.quantum.isIdentical(t.quantum)&&this.amount===t.amount}*experimentalExpand(t,r){let n=Math.abs(this.amount),o=xa(t,this.amount<0);for(let l=0;l<n;l++)yield*this.quantum.experimentalExpand(o,r)}}});var Gt,Me,Pe,Go,G,ve,Wr,d,It=v(()=>{Mt();dt();ui();mi();pi();di();Go=class extends Uo{constructor(t,r,n){super();de(this,Gt,void 0);de(this,Me,void 0);de(this,Pe,void 0);if(ie(this,Gt,t),ie(this,Me,r!=null?r:null),ie(this,Pe,n!=null?n:null),Object.freeze(this),R(this,Me)!==null&&(!Number.isInteger(R(this,Me))||R(this,Me)<1||R(this,Me)>Cn))throw new Error(\`QuantumMove inner layer must be a positive integer below \${Nr}.\`);if(R(this,Pe)!==null&&(!Number.isInteger(R(this,Pe))||R(this,Pe)<1||R(this,Pe)>Cn))throw new Error(\`QuantumMove outer layer must be a positive integer below \${Nr}.\`);if(R(this,Pe)!==null&&R(this,Me)!==null&&R(this,Me)<=R(this,Pe))throw new Error("QuantumMove outer layer must be smaller than inner layer.");if(R(this,Pe)!==null&&R(this,Me)===null)throw new Error("QuantumMove with an outer layer must have an inner layer")}static fromString(t){return Ua(t)}modified(t){var r,n,o;return new Go((r=t.family)!=null?r:R(this,Gt),(n=t.innerLayer)!=null?n:R(this,Me),(o=t.outerLayer)!=null?o:R(this,Pe))}isIdentical(t){let r=t;return t.is(Go)&&R(this,Gt)===R(r,Gt)&&R(this,Me)===R(r,Me)&&R(this,Pe)===R(r,Pe)}get family(){return R(this,Gt)}get outerLayer(){return R(this,Pe)}get innerLayer(){return R(this,Me)}experimentalExpand(){throw new Error("experimentalExpand() cannot be called on a \`QuantumMove\` directly.")}toString(){let t=R(this,Gt);return R(this,Me)!==null&&(t=String(R(this,Me))+t,R(this,Pe)!==null&&(t=String(R(this,Pe))+"-"+t)),t}},G=Go;Gt=new WeakMap,Me=new WeakMap,Pe=new WeakMap;Wr=class extends ke{constructor(...t){super();de(this,ve,void 0);var r;if(typeof t[0]=="string")if((r=t[1])!=null?r:null){ie(this,ve,new Or(G.fromString(t[0]),t[1]));return}else return Wr.fromString(t[0]);ie(this,ve,new Or(t[0],t[1]))}isIdentical(t){let r=t.as(Wr);return!!r&&R(this,ve).isIdentical(R(r,ve))}invert(){return ka(this,new Wr(R(this,ve).quantum,-this.amount))}*experimentalExpand(t=j.Forwards){t===j.Forwards?yield this:yield this.modified({amount:-this.amount})}get quantum(){return R(this,ve).quantum}modified(t){var r;return new Wr(R(this,ve).quantum.modified(t),(r=t.amount)!=null?r:this.amount)}static fromString(t){return Ea(t)}get amount(){return R(this,ve).amount}get type(){return Io("deprecated: type"),"blockMove"}get family(){var t;return(t=R(this,ve).quantum.family)!=null?t:void 0}get outerLayer(){var t;return(t=R(this,ve).quantum.outerLayer)!=null?t:void 0}get innerLayer(){var t;return(t=R(this,ve).quantum.innerLayer)!=null?t:void 0}toString(){if(this.family==="_SLASH_")return"/";if(this.family.endsWith("_PLUS_"))return R(this,ve).quantum.toString().slice(0,-6)+Math.abs(this.amount)+(this.amount<0?"-":"+");if(this.family.endsWith("_PLUSPLUS_")){let t=Math.abs(this.amount);return R(this,ve).quantum.toString().slice(0,-10)+(t===1?"":t)+(this.amount<0?"--":"++")}return R(this,ve).quantum.toString()+R(this,ve).suffix()}},d=Wr;ve=new WeakMap});var Ca,Ma,Ze,No,nt,Po=v(()=>{Pt();Mt();dt();It();di();Ca=class{constructor(){this.quantumU_SQ_=null;this.quantumD_SQ_=null}format(t){let r=this.tuple(t);return r?\`(\${r.map(n=>n.amount).join(", ")})\`:null}tuple(t){var n,o;this.quantumU_SQ_||(this.quantumU_SQ_=new G("U_SQ_")),this.quantumD_SQ_||(this.quantumD_SQ_=new G("D_SQ_"));let r=t.alg;if(r.experimentalNumUnits()===2){let[l,i]=r.units();if(((n=l.as(d))==null?void 0:n.quantum.isIdentical(this.quantumU_SQ_))&&((o=i.as(d))==null?void 0:o.quantum.isIdentical(this.quantumD_SQ_))){if(t.amount!==1)throw new Error("Square-1 tuples cannot have an amount other than 1.");return[l,i]}}return null}},Ma=new Ca,No=class extends ke{constructor(t,r){super();de(this,Ze,void 0);let n=Yt(t);ie(this,Ze,new Or(n,r))}isIdentical(t){let r=t;return t.is(No)&&R(this,Ze).isIdentical(R(r,Ze))}get alg(){return R(this,Ze).quantum}get amount(){return R(this,Ze).amount}get experimentalRepetitionSuffix(){return R(this,Ze).suffix()}invert(){return new No(R(this,Ze).quantum,-R(this,Ze).amount)}*experimentalExpand(t=j.Forwards,r){r!=null||(r=1/0),r===0?yield t===j.Forwards?this:this.invert():yield*R(this,Ze).experimentalExpand(t,r-1)}static fromString(){throw new Error("unimplemented")}toString(){var t;return(t=Ma.format(this))!=null?t:\`(\${R(this,Ze).quantum.toString()})\${R(this,Ze).suffix()}\`}experimentalAsSquare1Tuple(){return Ma.tuple(this)}},nt=No;Ze=new WeakMap});var To=v(()=>{Po();In();Mn();Pn();It();Gn();Nn()});function ot(e,t){return e instanceof t}function Pa(e){return ot(e,nt)||ot(e,Lt)||ot(e,ze)||ot(e,Ce)||ot(e,d)||ot(e,We)||ot(e,Qe)}var Li=v(()=>{To()});function Ia(e,t,r){if(t.is(nt))return e.traverseGrouping(t,r);if(t.is(d))return e.traverseMove(t,r);if(t.is(ze))return e.traverseCommutator(t,r);if(t.is(Ce))return e.traverseConjugate(t,r);if(t.is(Qe))return e.traversePause(t,r);if(t.is(We))return e.traverseNewline(t,r);if(t.is(Lt))return e.traverseLineComment(t,r);throw new Error("unknown unit")}function Ga(e){if(e.is(nt)||e.is(d)||e.is(ze)||e.is(Ce)||e.is(Qe)||e.is(We)||e.is(Lt))return e;throw"internal error: expected unit"}var _o,Qr,Oo,T1,Ri,hi,Na,Ta,Ai=v(()=>{Po();Mn();It();Gn();Nn();Pn();In();_o=class{traverseUnit(t,r){return Ia(this,t,r)}traverseIntoUnit(t,r){return Ga(this.traverseUnit(t,r))}},Qr=class extends _o{traverseUnit(t){return Ia(this,t,void 0)}traverseIntoUnit(t){return Ga(this.traverseUnit(t))}},Ri=class extends _o{*traverseAlg(t,r){var a;if(r.depth===0){yield*t.units();return}let n=[],o=null,l=(a=r==null?void 0:r.collapseMoves)!=null?a:!0;function i(f,c){var L;let g=ma(L=Ri,Oo,T1).call(L,f,c,r);if(g===0)return!1;let m=new d(f.quantum,g);return n.push(m),o=m,!0}function s(f){l&&(o==null?void 0:o.is(d))&&f.is(d)&&o.quantum.isIdentical(f.quantum)?(n.pop(),i(o,f.amount)||(o=n.slice(-1)[0])):f.is(d)?i(f,0):(n.push(f),o=f)}let u={depth:r.depth?r.depth-1:null};for(let f of t.units())for(let c of this.traverseUnit(f,u))s(c);for(let f of n)yield f}*traverseGrouping(t,r){if(r.depth===0){yield t;return}let n={depth:r.depth?r.depth-1:null};yield new nt(this.traverseAlg(t.alg,n))}*traverseMove(t,r){yield t}*traverseCommutator(t,r){if(r.depth===0){yield t;return}let n={depth:r.depth?r.depth-1:null};yield new ze(this.traverseAlg(t.A,n),this.traverseAlg(t.B,n))}*traverseConjugate(t,r){if(r.depth===0){yield t;return}let n={depth:r.depth?r.depth-1:null};yield new Ce(this.traverseAlg(t.A,n),this.traverseAlg(t.B,n))}*traversePause(t,r){yield t}*traverseNewline(t,r){yield t}*traverseLineComment(t,r){yield t}},hi=Ri;Oo=new WeakSet,T1=function(t,r,n){let o=t.amount+r;if(n==null?void 0:n.quantumMoveOrder){let l=n.quantumMoveOrder(t.quantum),i=Math.floor(l/2)+1-l;o=(o%l+l-i)%l+i}return o},de(hi,Oo);Na=new hi,Ta=Na.traverseAlg.bind(Na)});function _a(e){if(!e)return[];if(ot(e,z))return e.units();if(typeof e=="string")return gi(e).units();let t=e;if(typeof t[Symbol.iterator]=="function")return t;throw"Invalid unit"}function Yt(e){return ot(e,z)?e:new z(e)}function _1(e,t){return e.is(We)||t.is(We)?"":e.is(Lt)&&!t.is(We)?\`
8
- \`:" "}var Xe,Rr,z,Pt=v(()=>{Mt();Li();dt();mi();Ai();In();It();Gn();pi();Rr=class extends ke{constructor(t){super();de(this,Xe,void 0);ie(this,Xe,Array.from(_a(t)));for(let r of R(this,Xe))if(!Pa(r))throw new Error("An alg can only contain units.")}isIdentical(t){let r=t;if(!t.is(Rr))return!1;let n=Array.from(R(this,Xe)),o=Array.from(R(r,Xe));if(n.length!==o.length)return!1;for(let l=0;l<n.length;l++)if(!n[l].isIdentical(o[l]))return!1;return!0}invert(){return new Rr(va(Array.from(R(this,Xe)).map(t=>t.invert())))}*experimentalExpand(t=j.Forwards,r){r!=null||(r=1/0);for(let n of ai(R(this,Xe),t))yield*n.experimentalExpand(t,r)}expand(t){var r;return new Rr(this.experimentalExpand(j.Forwards,(r=t==null?void 0:t.depth)!=null?r:1/0))}*experimentalLeafMoves(){for(let t of this.experimentalExpand())t.is(d)&&(yield t)}concat(t){return new Rr(Array.from(R(this,Xe)).concat(Array.from(_a(t))))}experimentalIsEmpty(){for(let t of R(this,Xe))return!1;return!0}static fromString(t){return gi(t)}*units(){for(let t of R(this,Xe))yield t}experimentalNumUnits(){return Array.from(R(this,Xe)).length}get type(){return Io("deprecated: type"),"sequence"}toString(){let t="",r=null;for(let n of R(this,Xe))r&&(t+=_1(r,n)),t+=n.toString(),r=n;return t}simplify(t){return new Rr(Ta(this,t!=null?t:{}))}},z=Rr;Xe=new WeakMap});var O1,Oa=v(()=>{Pt();To();Mn();Pn();It();Nn();O1={Sune:new z([new d("R",1),new d("U",1),new d("R",-1),new d("U",1),new d("R",1),new d("U",-2),new d("R",-1)]),AntiSune:new z([new d("R",1),new d("U",2),new d("R",-1),new d("U",-1),new d("R",1),new d("U",-1),new d("R",-1)]),SuneCommutator:new z([new ze(new z([new d("R",1),new d("U",1),new d("R",-2)]),new z([new Ce(new z([new d("R",1)]),new z([new d("U",1)]))]))]),Niklas:new z([new d("R",1),new d("U",-1),new d("L",-1),new d("U",1),new d("R",-1),new d("U",-1),new d("L",1),new d("U",1)]),EPerm:new z([new d("x",-1),new ze(new z([new Ce(new z([new d("R",1)]),new z([new d("U",-1)]))]),new z([new d("D",1)])),new ze(new z([new Ce(new z([new d("R",1)]),new z([new d("U",1)]))]),new z([new d("D",1)])),new d("x",1)]),FURURFCompact:new z([new Ce(new z([new d("F",1)]),new z([new ze(new z([new d("U",1)]),new z([new d("R",1)]))]))]),APermCompact:new z([new Ce(new z([new d("R",2)]),new z([new ze(new z([new d("F",2)]),new z([new d("R",-1),new d("B",-1),new d("R",1)]))]))]),FURURFMoves:new z([new d("F",1),new d("U",1),new d("R",1),new d("U",-1),new d("R",-1),new d("F",-1)]),TPerm:new z([new d("R",1),new d("U",1),new d("R",-1),new d("U",-1),new d("R",-1),new d("F",1),new d("R",2),new d("U",-1),new d("R",-1),new d("U",-1),new d("R",1),new d("U",1),new d("R",-1),new d("F",-1)]),HeadlightSwaps:new z([new Ce(new z([new d("F",1)]),new z([new nt(new z([new ze(new z([new d("R",1)]),new z([new d("U",1)]))]),3)]))]),TriplePause:new z([new Qe,new Qe,new Qe])}});var CL,Wa=v(()=>{It();CL={73:new d("R"),75:new d("R'"),87:new d("B"),79:new d("B'"),83:new d("D"),76:new d("D'"),68:new d("L"),69:new d("L'"),74:new d("U"),70:new d("U'"),72:new d("F"),71:new d("F'"),78:new d("x'"),67:new d("l"),82:new d("l'"),85:new d("r"),77:new d("r'"),88:new d("d"),188:new d("d'"),84:new d("x"),89:new d("x"),66:new d("x'"),186:new d("y"),59:new d("y"),65:new d("y'"),80:new d("z"),81:new d("z'"),90:new d("M'"),190:new d("M'")}});var Qa=v(()=>{});var qa=v(()=>{Pt()});var he=v(()=>{Pt();fi();Ai();Oa();Wa();To();It();Qa();qa();Li();dt()});function yi(e,t){if(t===qr)return!0;let r=t.permutation,n=r.length;for(let o=0;o<n;o++)if(r[o]!==o)return!1;if(e>1){let o=t.orientation;for(let l=0;l<n;l++)if(o[l]!==0)return!1}return qr=t,!0}function lt(e,t,r){let n={};for(let o in e.orbits){let l=e.orbits[o],i=t[o],s=r[o];if(yi(l.orientations,s))n[o]=i;else if(yi(l.orientations,i))n[o]=s;else{let u=new Array(l.numPieces);if(l.orientations===1){for(let a=0;a<l.numPieces;a++)u[a]=i.permutation[s.permutation[a]];n[o]={permutation:u,orientation:i.orientation}}else{let a=new Array(l.numPieces);for(let f=0;f<l.numPieces;f++)a[f]=(i.orientation[s.permutation[f]]+s.orientation[f])%l.orientations,u[f]=i.permutation[s.permutation[f]];n[o]={permutation:u,orientation:a}}}}return n}function jr(e,t,r){if(r<0)return jr(e,Nt(e,t),-r);if(r===0)return ht(e);if(r===1)return t;let n=t;r!==2&&(n=jr(e,t,Math.floor(r/2)));let o=lt(e,n,n);return r%2==0?o:lt(e,t,o)}function ht(e){let t={};for(let r in e.orbits){let n=e.orbits[r];if(!qr||qr.permutation.length!==n.numPieces){let o=new Array(n.numPieces),l=new Array(n.numPieces);for(let s=0;s<n.numPieces;s++)o[s]=s,l[s]=0;qr={permutation:o,orientation:l}}t[r]=qr}return t}function Nt(e,t){let r={};for(let n in e.orbits){let o=e.orbits[n],l=t[n];if(yi(o.orientations,l))r[n]=l;else if(o.orientations===1){let i=new Array(o.numPieces);for(let s=0;s<o.numPieces;s++)i[l.permutation[s]]=s;r[n]={permutation:i,orientation:l.orientation}}else{let i=new Array(o.numPieces),s=new Array(o.numPieces);for(let u=0;u<o.numPieces;u++){let a=l.permutation[u];i[a]=u,s[a]=(o.orientations-l.orientation[u]+o.orientations)%o.orientations}r[n]={permutation:i,orientation:s}}}return r}function Tn(e,t,r,n,o={}){let l=e.orbits[t],i=r[t],s=n[t];for(let u=0;u<l.numPieces;u++)if(!(o==null?void 0:o.ignoreOrientation)&&i.orientation[u]!==s.orientation[u]||!(o==null?void 0:o.ignorePermutation)&&i.permutation[u]!==s.permutation[u])return!1;return!0}function Wo(e,t,r){for(let n in e.orbits)if(!Tn(e,n,t,r))return!1;return!0}function Di(e,t,r){return Wo(e,lt(e,e.startPieces,t),lt(e,e.startPieces,r))}var qr,_n=v(()=>{});function Qo(e,t){let r=W1(e).lookupMove(t);if(!r)throw new Error("Unknown move: "+t.toString());return r}function W1(e){return e.moveNotation||(e.moveNotation=new ja(e)),e.moveNotation}var ja,Je,Fi=v(()=>{he();_n();ja=class{constructor(t){this.def=t;this.cache={}}lookupMove(t){let r=t.toString(),n=this.cache[r];if(n)return n;let o=t.quantum.toString();return n=this.def.moves[o],n?(n=jr(this.def,n,t.amount),this.cache[r]=n):(n=this.def.moves[t.toString()],n?this.cache[r]=n:(n=this.def.moves[t.invert().toString()],n&&(n=jr(this.def,n,-1),this.cache[r]=n))),n}},Je=class{constructor(t){this.definition=t;this.state=ht(t)}reset(){this.state=ht(this.definition)}serialize(){let t="";for(let r in this.definition.orbits)t+=r+\`
9
- \`,t+=this.state[r].permutation.join(" ")+\`
10
- \`,t+=this.state[r].orientation.join(" ")+\`
11
- \`;return t=t.slice(0,t.length-1),t}applyMove(t){this.state=lt(this.definition,this.state,Qo(this.definition,t))}applyAlg(t){for(let r of t.experimentalLeafMoves())this.applyMove(r)}}});var Ka=v(()=>{_n()});function Q1(e,t){function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r}function Bi(e,t,r,n){this.message=e,this.expected=t,this.found=r,this.location=n,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,Bi)}var Va=v(()=>{Q1(Bi,Error);Bi.buildMessage=function(e,t){var r={literal:function(a){return'"'+o(a.text)+'"'},class:function(a){var f=a.parts.map(function(c){return Array.isArray(c)?l(c[0])+"-"+l(c[1]):l(c)});return"["+(a.inverted?"^":"")+f+"]"},any:function(){return"any character"},end:function(){return"end of input"},other:function(a){return a.description}};function n(a){return a.charCodeAt(0).toString(16).toUpperCase()}function o(a){return a.replace(/\\\\/g,"\\\\\\\\").replace(/"/g,'\\\\"').replace(/\\0/g,"\\\\0").replace(/\\t/g,"\\\\t").replace(/\\n/g,"\\\\n").replace(/\\r/g,"\\\\r").replace(/[\\x00-\\x0F]/g,function(f){return"\\\\x0"+n(f)}).replace(/[\\x10-\\x1F\\x7F-\\x9F]/g,function(f){return"\\\\x"+n(f)})}function l(a){return a.replace(/\\\\/g,"\\\\\\\\").replace(/\\]/g,"\\\\]").replace(/\\^/g,"\\\\^").replace(/-/g,"\\\\-").replace(/\\0/g,"\\\\0").replace(/\\t/g,"\\\\t").replace(/\\n/g,"\\\\n").replace(/\\r/g,"\\\\r").replace(/[\\x00-\\x0F]/g,function(f){return"\\\\x0"+n(f)}).replace(/[\\x10-\\x1F\\x7F-\\x9F]/g,function(f){return"\\\\x"+n(f)})}function i(a){return r[a.type](a)}function s(a){var f=a.map(i),c,g;if(f.sort(),f.length>0){for(c=1,g=1;c<f.length;c++)f[c-1]!==f[c]&&(f[g]=f[c],g++);f.length=g}switch(f.length){case 1:return f[0];case 2:return f[0]+" or "+f[1];default:return f.slice(0,-1).join(", ")+", or "+f[f.length-1]}}function u(a){return a?'"'+o(a)+'"':"end of input"}return"Expected "+s(e)+" but "+u(t)+" found."}});var Ha=v(()=>{Va()});var Ya=v(()=>{Ha()});var Za=v(()=>{});var ue,bi=v(()=>{ue={name:"3x3x3",orbits:{EDGES:{numPieces:12,orientations:2},CORNERS:{numPieces:8,orientations:3},CENTERS:{numPieces:6,orientations:4}},startPieces:{EDGES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11],orientation:[0,0,0,0,0,0,0,0,0,0,0,0]},CORNERS:{permutation:[0,1,2,3,4,5,6,7],orientation:[0,0,0,0,0,0,0,0]},CENTERS:{permutation:[0,1,2,3,4,5],orientation:[0,0,0,0,0,0]}},moves:{U:{EDGES:{permutation:[1,2,3,0,4,5,6,7,8,9,10,11],orientation:[0,0,0,0,0,0,0,0,0,0,0,0]},CORNERS:{permutation:[1,2,3,0,4,5,6,7],orientation:[0,0,0,0,0,0,0,0]},CENTERS:{permutation:[0,1,2,3,4,5],orientation:[1,0,0,0,0,0]}},y:{EDGES:{permutation:[1,2,3,0,5,6,7,4,10,8,11,9],orientation:[0,0,0,0,0,0,0,0,1,1,1,1]},CORNERS:{permutation:[1,2,3,0,7,4,5,6],orientation:[0,0,0,0,0,0,0,0]},CENTERS:{permutation:[0,2,3,4,1,5],orientation:[1,0,0,0,0,3]}},x:{EDGES:{permutation:[4,8,0,9,6,10,2,11,5,7,1,3],orientation:[1,0,1,0,1,0,1,0,0,0,0,0]},CORNERS:{permutation:[4,0,3,5,7,6,2,1],orientation:[2,1,2,1,1,2,1,2]},CENTERS:{permutation:[2,1,5,3,0,4],orientation:[0,3,0,1,2,2]}},L:{EDGES:{permutation:[0,1,2,11,4,5,6,9,8,3,10,7],orientation:[0,0,0,0,0,0,0,0,0,0,0,0]},CORNERS:{permutation:[0,1,6,2,4,3,5,7],orientation:[0,0,2,1,0,2,1,0]},CENTERS:{permutation:[0,1,2,3,4,5],orientation:[0,1,0,0,0,0]}},F:{EDGES:{permutation:[9,1,2,3,8,5,6,7,0,4,10,11],orientation:[1,0,0,0,1,0,0,0,1,1,0,0]},CORNERS:{permutation:[3,1,2,5,0,4,6,7],orientation:[1,0,0,2,2,1,0,0]},CENTERS:{permutation:[0,1,2,3,4,5],orientation:[0,0,1,0,0,0]}},R:{EDGES:{permutation:[0,8,2,3,4,10,6,7,5,9,1,11],orientation:[0,0,0,0,0,0,0,0,0,0,0,0]},CORNERS:{permutation:[4,0,2,3,7,5,6,1],orientation:[2,1,0,0,1,0,0,2]},CENTERS:{permutation:[0,1,2,3,4,5],orientation:[0,0,0,1,0,0]}},B:{EDGES:{permutation:[0,1,10,3,4,5,11,7,8,9,6,2],orientation:[0,0,1,0,0,0,1,0,0,0,1,1]},CORNERS:{permutation:[0,7,1,3,4,5,2,6],orientation:[0,2,1,0,0,0,2,1]},CENTERS:{permutation:[0,1,2,3,4,5],orientation:[0,0,0,0,1,0]}},D:{EDGES:{permutation:[0,1,2,3,7,4,5,6,8,9,10,11],orientation:[0,0,0,0,0,0,0,0,0,0,0,0]},CORNERS:{permutation:[0,1,2,3,5,6,7,4],orientation:[0,0,0,0,0,0,0,0]},CENTERS:{permutation:[0,1,2,3,4,5],orientation:[0,0,0,0,0,1]}},z:{EDGES:{permutation:[9,3,11,7,8,1,10,5,0,4,2,6],orientation:[1,1,1,1,1,1,1,1,1,1,1,1]},CORNERS:{permutation:[3,2,6,5,0,4,7,1],orientation:[1,2,1,2,2,1,2,1]},CENTERS:{permutation:[1,5,2,0,4,3],orientation:[1,1,1,1,3,1]}},M:{EDGES:{permutation:[2,1,6,3,0,5,4,7,8,9,10,11],orientation:[1,0,1,0,1,0,1,0,0,0,0,0]},CORNERS:{permutation:[0,1,2,3,4,5,6,7],orientation:[0,0,0,0,0,0,0,0]},CENTERS:{permutation:[4,1,0,3,5,2],orientation:[2,0,0,0,2,0]}},E:{EDGES:{permutation:[0,1,2,3,4,5,6,7,9,11,8,10],orientation:[0,0,0,0,0,0,0,0,1,1,1,1]},CORNERS:{permutation:[0,1,2,3,4,5,6,7],orientation:[0,0,0,0,0,0,0,0]},CENTERS:{permutation:[0,4,1,2,3,5],orientation:[0,0,0,0,0,0]}},S:{EDGES:{permutation:[0,3,2,7,4,1,6,5,8,9,10,11],orientation:[0,1,0,1,0,1,0,1,0,0,0,0]},CORNERS:{permutation:[0,1,2,3,4,5,6,7],orientation:[0,0,0,0,0,0,0,0]},CENTERS:{permutation:[1,5,2,0,4,3],orientation:[1,1,0,1,0,1]}},u:{EDGES:{permutation:[1,2,3,0,4,5,6,7,10,8,11,9],orientation:[0,0,0,0,0,0,0,0,1,1,1,1]},CORNERS:{permutation:[1,2,3,0,4,5,6,7],orientation:[0,0,0,0,0,0,0,0]},CENTERS:{permutation:[0,2,3,4,1,5],orientation:[1,0,0,0,0,0]}},l:{EDGES:{permutation:[2,1,6,11,0,5,4,9,8,3,10,7],orientation:[1,0,1,0,1,0,1,0,0,0,0,0]},CORNERS:{permutation:[0,1,6,2,4,3,5,7],orientation:[0,0,2,1,0,2,1,0]},CENTERS:{permutation:[4,1,0,3,5,2],orientation:[2,1,0,0,2,0]}},f:{EDGES:{permutation:[9,3,2,7,8,1,6,5,0,4,10,11],orientation:[1,1,0,1,1,1,0,1,1,1,0,0]},CORNERS:{permutation:[3,1,2,5,0,4,6,7],orientation:[1,0,0,2,2,1,0,0]},CENTERS:{permutation:[1,5,2,0,4,3],orientation:[1,1,1,1,0,1]}},r:{EDGES:{permutation:[4,8,0,3,6,10,2,7,5,9,1,11],orientation:[1,0,1,0,1,0,1,0,0,0,0,0]},CORNERS:{permutation:[4,0,2,3,7,5,6,1],orientation:[2,1,0,0,1,0,0,2]},CENTERS:{permutation:[2,1,5,3,0,4],orientation:[0,0,0,1,2,2]}},b:{EDGES:{permutation:[0,5,10,1,4,7,11,3,8,9,6,2],orientation:[0,1,1,1,0,1,1,1,0,0,1,1]},CORNERS:{permutation:[0,7,1,3,4,5,2,6],orientation:[0,2,1,0,0,0,2,1]},CENTERS:{permutation:[3,0,2,5,4,1],orientation:[3,3,0,3,1,3]}},d:{EDGES:{permutation:[0,1,2,3,7,4,5,6,9,11,8,10],orientation:[0,0,0,0,0,0,0,0,1,1,1,1]},CORNERS:{permutation:[0,1,2,3,5,6,7,4],orientation:[0,0,0,0,0,0,0,0]},CENTERS:{permutation:[0,4,1,2,3,5],orientation:[0,0,0,0,0,1]}}}};ue.moves.Uw=ue.moves.u;ue.moves.Lw=ue.moves.l;ue.moves.Fw=ue.moves.f;ue.moves.Rw=ue.moves.r;ue.moves.Bw=ue.moves.b;ue.moves.Dw=ue.moves.d;ue.moves.Rv=ue.moves.x;ue.moves.Uv=ue.moves.y;ue.moves.Fv=ue.moves.z;ue.moves.Lv={EDGES:{permutation:[2,10,6,11,0,8,4,9,1,3,5,7],orientation:[1,0,1,0,1,0,1,0,0,0,0,0]},CORNERS:{permutation:[1,7,6,2,0,3,5,4],orientation:[2,1,2,1,1,2,1,2]},CENTERS:{permutation:[4,1,0,3,5,2],orientation:[2,1,0,3,2,0]}};ue.moves.Dv={EDGES:{permutation:[3,0,1,2,7,4,5,6,9,11,8,10],orientation:[0,0,0,0,0,0,0,0,1,1,1,1]},CORNERS:{permutation:[3,0,1,2,5,6,7,4],orientation:[0,0,0,0,0,0,0,0]},CENTERS:{permutation:[0,4,1,2,3,5],orientation:[3,0,0,0,0,1]}};ue.moves.Bv={EDGES:{permutation:[8,5,10,1,9,7,11,3,4,0,6,2],orientation:[1,1,1,1,1,1,1,1,1,1,1,1]},CORNERS:{permutation:[4,7,1,0,5,3,2,6],orientation:[1,2,1,2,2,1,2,1]},CENTERS:{permutation:[3,0,2,5,4,1],orientation:[3,3,3,3,1,3]}}});var Xa=v(()=>{});function Ja(e){let t=e.CENTERS.permutation[0],r=e.CENTERS.permutation[5],n=e.CENTERS.permutation[1],o=n;return t<n&&o--,r<n&&o--,[t,o]}var j1,xi=v(()=>{he();Rt();Rt();j1=new Array(6).fill(0).map(()=>new Array(6));{let e=new Je(ue),t=["","z","x","z'","x'","x2"].map(n=>z.fromString(n)),r=new z("y");for(let n of t){e.reset(),e.applyAlg(n);for(let o=0;o<4;o++){e.applyAlg(r);let[l,i]=Ja(e.state);j1[l][i]=Nt(ue,e.state)}}}});var vi=v(()=>{Xa();xi()});var e0=v(()=>{});var t0=v(()=>{vi();e0();xi();vi()});var r0=v(()=>{t0();bi();_n()});var Rt=v(()=>{Fi();Ka();_n();Ya();Za();bi();r0();Fi()});var n0=v(()=>{});function tc(e){switch(e){case E.Regular:return K1;case E.Dim:return J1;case E.Ignored:return V1;case E.OrientationStickers:return H1;case E.Invisible:return Y1;case E.IgnoreNonPrimary:return Z1;case E.PermuteNonPrimary:return X1;case E.Ignoriented:return $1;case E.OrientationWithoutPermutation:return ec}}var E,Kr,wt,Ie,Vr,qo,Ar,K1,V1,H1,Y1,Z1,X1,J1,$1,ec,On,Wn,Qn=v(()=>{he();he();Rt();(function(a){a.Regular="Regular",a.Dim="Dim",a.Ignored="Ignored",a.OrientationStickers="OrientationStickers",a.Invisible="Invisible",a.Ignoriented="Ignoriented",a.IgnoreNonPrimary="IgnoreNonPrimary",a.PermuteNonPrimary="PermuteNonPrimary",a.OrientationWithoutPermutation="OrientationWithoutPermutation"})(E||(E={}));Kr=class{constructor(t,r){this.stickerings=new Map;for(let[n,o]of Object.entries(t.orbits))this.stickerings.set(n,new Array(o.numPieces).fill(r))}},wt="regular",Ie="ignored",Vr="oriented",qo="invisible",Ar="dim",K1={facelets:[wt,wt,wt,wt,wt]},V1={facelets:[Ie,Ie,Ie,Ie,Ie]},H1={facelets:[Vr,Vr,Vr,Vr,Vr]},Y1={facelets:[qo,qo,qo,qo]},Z1={facelets:[wt,Ie,Ie,Ie,Ie]},X1={facelets:[Ar,wt,wt,wt,wt]},J1={facelets:[Ar,Ar,Ar,Ar,Ar]},$1={facelets:[Ar,Ie,Ie,Ie,Ie]},ec={facelets:[Vr,Ie,Ie,Ie,Ie]};On=class extends Kr{constructor(t){super(t,E.Regular)}set(t,r){for(let[n,o]of this.stickerings.entries())for(let l=0;l<o.length;l++)t.stickerings.get(n)[l]&&(o[l]=r);return this}toAppearance(){let t={orbits:{}};for(let[r,n]of this.stickerings.entries()){let o=[],l={pieces:o};t.orbits[r]=l;for(let i of n)o.push(tc(i))}return t}},Wn=class{constructor(t){this.def=t}and(t){let r=new Kr(this.def,!1);for(let[n,o]of Object.entries(this.def.orbits)){e:for(let l=0;l<o.numPieces;l++){r.stickerings.get(n)[l]=!0;for(let i of t)if(!i.stickerings.get(n)[l]){r.stickerings.get(n)[l]=!1;continue e}}}return r}or(t){let r=new Kr(this.def,!1);for(let[n,o]of Object.entries(this.def.orbits)){e:for(let l=0;l<o.numPieces;l++){r.stickerings.get(n)[l]=!1;for(let i of t)if(i.stickerings.get(n)[l]){r.stickerings.get(n)[l]=!0;continue e}}}return r}not(t){let r=new Kr(this.def,!1);for(let[n,o]of Object.entries(this.def.orbits))for(let l=0;l<o.numPieces;l++)r.stickerings.get(n)[l]=!t.stickerings.get(n)[l];return r}all(){return this.and(this.moves([]))}move(t){let r=Qo(this.def,ot(t,d)?t:d.fromString(t)),n=new Kr(this.def,!1);for(let[o,l]of Object.entries(this.def.orbits))for(let i=0;i<l.numPieces;i++)(r[o].permutation[i]!==i||r[o].orientation[i]!==0)&&(n.stickerings.get(o)[i]=!0);return n}moves(t){return t.map(r=>this.move(r))}}});function rc(e){(()=>D(this,null,function*(){o0=e;let t=Array.from(document.body.querySelectorAll("twisty-player"));console.log(\`Setting the custom stickering for \${t.length} players!\`);let r=[];for(let n of t)r.push((()=>D(this,null,function*(){let o=yield n.experimentalModel.stickeringProp.get();n.experimentalStickering=o==="experimental-global-custom-1"?"experimental-global-custom-2":"experimental-global-custom-1"}))());yield Promise.all(r),console.log("Success!")}))()}function l0(e,t){o0(e,t)}var o0,i0=v(()=>{Qn();o0=()=>{};typeof location!="undefined"&&new URL(location.href).searchParams.get("global-custom-stickerer")==="true"&&(window.setGlobalCustomStickerer=rc,window.PieceStickering=E,console.log("Global custom stickerer enabled! (using: global-custom-stickerer=true)"),console.log("Look here for inspiration:","https://github.com/cubing/cubing.js/blob/81b5cab3e27d8defb39dd1e0a10bc9e8ba894d26/src/cubing/puzzles/stickerings/cube-stickerings.ts#L67"))});function At(e,t){return D(this,null,function*(){let r=yield e.def(),n=new On(r),o=new Wn(r),l=()=>o.move("U"),i=()=>o.or(o.moves(["U","D"])),s=()=>o.not(i()),u=()=>o.or(o.moves(["L","R"])),a=()=>o.not(u()),f=()=>o.or(o.moves(["F","B"])),c=()=>o.not(f()),g=()=>o.not(l()),m=()=>o.and([l(),a(),c()]),L=()=>o.and([o.and(o.moves(["F","R"])),o.not(i())]),p=()=>o.and(o.moves(["D","R","F"])),y=()=>o.or([p(),L()]),F=()=>o.or([o.and([a(),s()]),o.and([a(),c()]),o.and([s(),c()])]),x=()=>o.or([o.and([a(),i(),f()]),o.and([s(),u(),f()]),o.and([c(),i(),u()])]),B=()=>o.not(o.or([F(),x()])),M=()=>o.or([a(),o.and([l(),x()])]);function k(){n.set(g(),E.Dim)}function K(){n.set(l(),E.PermuteNonPrimary),n.set(m(),E.Dim)}function te(){n.set(l(),E.IgnoreNonPrimary),n.set(m(),E.Regular)}function T(){n.set(l(),E.Ignoriented),n.set(m(),E.Dim)}switch(t){case"full":break;case"PLL":k(),K();break;case"CLS":k(),n.set(o.and(o.moves(["D","R","F"])),E.Regular),n.set(l(),E.Ignoriented),n.set(o.and([l(),B()]),E.IgnoreNonPrimary);break;case"OLL":k(),te();break;case"COLL":k(),K(),n.set(o.and([l(),B()]),E.Regular);break;case"OCLL":k(),T(),n.set(o.and([l(),B()]),E.IgnoreNonPrimary);break;case"CLL":k(),n.set(o.not(o.and([B(),l()])),E.Dim);break;case"ELL":k(),n.set(l(),E.Dim),n.set(o.and([l(),x()]),E.Regular);break;case"ELS":k(),te(),n.set(o.and([l(),B()]),E.Ignored),n.set(L(),E.Regular),n.set(p(),E.Ignored);break;case"LL":k();break;case"F2L":n.set(l(),E.Ignored);break;case"ZBLL":k(),n.set(l(),E.PermuteNonPrimary),n.set(m(),E.Dim),n.set(o.and([l(),B()]),E.Regular);break;case"ZBLS":k(),n.set(y(),E.Regular),te(),n.set(o.and([l(),B()]),E.Ignored);break;case"WVLS":case"VLS":k(),n.set(y(),E.Regular),te();break;case"LS":k(),n.set(y(),E.Regular),n.set(l(),E.Ignored),n.set(m(),E.Dim);break;case"EO":n.set(B(),E.Ignored),n.set(x(),E.OrientationWithoutPermutation);break;case"CMLL":n.set(g(),E.Dim),n.set(M(),E.Ignored),n.set(o.and([l(),B()]),E.Regular);break;case"L6E":n.set(o.not(M()),E.Dim);break;case"L6EO":n.set(o.not(M()),E.Dim),n.set(M(),E.OrientationWithoutPermutation),n.set(o.and([F(),i()]),E.OrientationStickers);break;case"Daisy":n.set(o.all(),E.Ignored),n.set(F(),E.Dim),n.set(o.and([o.move("D"),F()]),E.Regular),n.set(o.and([o.move("U"),x()]),E.IgnoreNonPrimary);break;case"Cross":n.set(o.all(),E.Ignored),n.set(F(),E.Dim),n.set(o.and([o.move("D"),F()]),E.Regular),n.set(o.and([o.move("D"),x()]),E.Regular);break;case"2x2x2":n.set(o.or(o.moves(["U","F","R"])),E.Ignored),n.set(o.and([o.or(o.moves(["U","F","R"])),F()]),E.Dim);break;case"2x2x3":n.set(o.all(),E.Dim),n.set(o.or(o.moves(["U","F","R"])),E.Ignored),n.set(o.and([o.or(o.moves(["U","F","R"])),F()]),E.Dim),n.set(o.and([o.move("F"),o.not(o.or(o.moves(["U","R"])))]),E.Regular);break;case"Void Cube":n.set(F(),E.Invisible);break;case"picture":case"invisible":n.set(o.all(),E.Invisible);break;case"centers-only":n.set(o.not(F()),E.Ignored);break;case"experimental-global-custom-1":case"experimental-global-custom-2":l0(n,o);break;default:console.warn(\`Unsupported stickering for \${e.id}: \${t}. Setting all pieces to dim.\`),n.set(o.and(o.moves([])),E.Dim)}return n.toAppearance()})}function Hr(){return D(this,null,function*(){return["full","PLL","CLS","OLL","COLL","OCLL","ELL","ELS","LL","F2L","ZBLL","ZBLS","WVLS","VLS","LS","EO","CMLL","L6E","L6EO","Daisy","Cross","2x2x2","2x2x3","Void Cube","picture","invisible","centers-only","experimental-global-custom-1","experimental-global-custom-2"]})}var Yr=v(()=>{Qn();i0()});var qn,s0=v(()=>{qn=class{constructor(t,r){this.facenames=t;this.prefixFree=!0;this.gripnames=[];r&&(this.gripnames=r);for(let n=0;this.prefixFree&&n<t.length;n++)for(let o=0;this.prefixFree&&o<t.length;o++)n!==o&&t[n].startsWith(t[o])&&(this.prefixFree=!1)}setGripNames(t){this.gripnames=t}splitByFaceNames(t){let r=[],n=0;for(;n<t.length;){n>0&&n<t.length&&t[n]==="_"&&n++;let o=-1;for(let l=0;l<this.facenames.length;l++)t.substr(n).startsWith(this.facenames[l])&&(o<0||this.facenames[l].length>this.facenames[o].length)&&(o=l);if(o>=0)r.push(o),n+=this.facenames[o].length;else throw new Error("Could not split "+t+" into face names.")}return r}joinByFaceIndices(t){let r="",n=[];for(let o=0;o<t.length;o++)n.push(r),n.push(this.facenames[t[o]]),this.prefixFree||(r="_");return n.join("")}spinmatch(t,r){if(t===r)return!0;try{let n=this.splitByFaceNames(t),o=this.splitByFaceNames(r);if(n.length!==o.length&&n.length<3)return!1;for(let l=0;l<n.length;l++){for(let s=0;s<l;s++)if(n[l]===n[s])return!1;let i=!1;for(let s=0;s<o.length;s++)if(n[l]===o[s]){i=!0;break}if(!i)return!1}return!0}catch(n){return!1}}unswizzle(t){(t.endsWith("v")||t.endsWith("w"))&&t[0]<="Z"&&(t=t.slice(0,t.length-1));let r=t.toUpperCase();for(let n=0;n<this.gripnames.length;n++){let o=this.gripnames[n];if(this.spinmatch(r,o))return o}return t}}});var Zr,a0=v(()=>{Zr=class{notationToInternal(t){return t}notationToExternal(t){return t}}});var jo,u0=v(()=>{he();jo=class{constructor(t,r){this.child=t;this.sw=r}notationToInternal(t){return t.family==="T"&&t.innerLayer===void 0&&t.outerLayer===void 0?new d(new G("FLRv",t.innerLayer,t.outerLayer),t.amount):this.child.notationToInternal(t)}notationToExternal(t){let r=t.family;return r.length>0&&r[r.length-1]==="v"&&(r=r.substring(0,r.length-1)),this.sw.spinmatch(r,"FLUR")?new d(new G("T",t.innerLayer,t.outerLayer),t.amount):this.child.notationToExternal(t)}}});var jn,f0=v(()=>{he();jn=class{constructor(t,r){this.internalNames=t;this.externalNames=r}convertString(t,r,n){let o="";(t.endsWith("v")||t.endsWith("v"))&&t<="_"&&(o=t.slice(t.length-1),t=t.slice(0,t.length-1));let l=t.toUpperCase(),i=!1;return t!==l&&(i=!0,t=l),t=n.joinByFaceIndices(r.splitByFaceNames(t)),i&&(t=t.toLowerCase()),t+o}convert(t,r,n){let o=t.family,l=this.convertString(o,r,n);return o===l?t:new d(new G(l,t.innerLayer,t.outerLayer),t.amount)}notationToInternal(t){return this.convert(t,this.externalNames,this.internalNames)}notationToExternal(t){return this.convert(t,this.internalNames,this.externalNames)}}});var Ko,c0=v(()=>{he();Ko=class{constructor(t){this.child=t}notationToInternal(t){if(t.innerLayer===void 0&&t.outerLayer===void 0){if(Math.abs(t.amount)===1){if(t.family==="R++")return new d(new G("L",3,2),-2*t.amount);if(t.family==="R--")return new d(new G("L",3,2),2*t.amount);if(t.family==="D++")return new d(new G("U",3,2),-2*t.amount);if(t.family==="D--")return new d(new G("U",3,2),2*t.amount);if(t.family==="R_PLUSPLUS_")return new d(new G("L",3,2),-2*t.amount);if(t.family==="D_PLUSPLUS_")return new d(new G("U",3,2),-2*t.amount)}if(t.family==="y")return new d("Uv",t.amount)}return this.child.notationToInternal(t)}notationToExternal(t){return t.family==="Uv"?new d(new G("y",t.innerLayer,t.outerLayer),t.amount):t.family==="Dv"?new d("y",-t.amount):this.child.notationToExternal(t)}}});var Vo,g0=v(()=>{he();Vo=class{constructor(t){this.slices=t}notationToInternal(t){let r=t.family;return!t.innerLayer&&!t.outerLayer&&(r==="x"?t=new d("Rv",t.amount):r==="y"?t=new d("Uv",t.amount):r==="z"&&(t=new d("Fv",t.amount)),(this.slices&1)==1&&(r==="E"?t=new d(new G("D",(this.slices+1)/2),t.amount):r==="M"?t=new d(new G("L",(this.slices+1)/2),t.amount):r==="S"&&(t=new d(new G("F",(this.slices+1)/2),t.amount))),this.slices>2&&(r==="e"?t=new d(new G("D",this.slices-1,2),t.amount):r==="m"?t=new d(new G("L",this.slices-1,2),t.amount):r==="s"&&(t=new d(new G("F",this.slices-1,2),t.amount)))),t}notationToExternal(t){let r=t.family;if(!t.innerLayer&&!t.outerLayer){if(r==="Rv")return new d("x",t.amount);if(r==="Uv")return new d("y",t.amount);if(r==="Fv")return new d("z",t.amount);if(r==="Lv")return new d("x",-t.amount);if(r==="Dv")return new d("y",-t.amount);if(r==="Bv")return new d("z",-t.amount)}return t}}});var nc,oc,m0,p0,d0,Kn,Ho,L0=v(()=>{he();nc={U:"frl",L:"fld",R:"fdr",B:"dlr",u:"FRL",l:"FLD",r:"FDR",b:"DLR",Uv:"FRLv",Lv:"FLDv",Rv:"FDRv",Bv:"DLRv",D:"D",F:"F",BL:"L",BR:"R"},oc={U:"FRL",L:"FLD",R:"FDR",B:"DLR",u:"frl",l:"fld",r:"fdr",b:"dlr",Uv:"FRLv",Lv:"FLDv",Rv:"FDRv",Bv:"DLRv",D:"D",F:"F",BL:"L",BR:"R",d:"d",f:"f",bl:"l",br:"r"},m0={U:"FRL",L:"FLD",R:"FDR",B:"DLR"},p0=new G("y"),d0=new G("Dv"),Kn=class{constructor(t){this.child=t;this.wcaHack=!1;this.map=nc}notationToInternal(t){if(this.wcaHack&&t.innerLayer===2&&t.outerLayer===null){let n=m0[t.family];if(n)return new d(new G(n,t.innerLayer,t.outerLayer),t.amount)}let r=this.map[t.family];return r?new d(new G(r,t.innerLayer,t.outerLayer),t.amount):p0.isIdentical(t.quantum)?new d(d0,-t.amount):null}notationToExternal(t){if(this.wcaHack&&t.innerLayer===2&&t.outerLayer===null){for(let[r,n]of Object.entries(m0))if(this.child.spinmatch(t.family,n))return new d(new G(r,t.innerLayer,t.outerLayer),t.amount)}for(let[r,n]of Object.entries(this.map))if(this.child.spinmatch(t.family,n))return new d(new G(r,t.innerLayer,t.outerLayer),t.amount);return d0.isIdentical(t.quantum)?new d(p0,-t.amount):null}},Ho=class extends Kn{constructor(t){super(t);this.map=oc}}});var h0,R0,A0,y0,D0,F0,B0,Yo,b0=v(()=>{he();h0={U:"UBL",UL:"ULF",F:"UFR",UR:"URB",B:"DBL",D:"DFR",L:"DLF",R:"DRB",Uv:"UBLv",ULv:"ULFv",Fv:"UFRv",URv:"URBv",Bv:"DBLv",Dv:"DFRv",Lv:"DLFv",Rv:"DRBv"},R0=new G("x"),A0=new G("Rv"),y0=new G("y"),D0=new G("Uv"),F0=new G("z"),B0=new G("Fv"),Yo=class{constructor(t){this.child=t}notationToInternal(t){if(t.innerLayer||t.outerLayer)return null;let r=h0[t.family];return r?new d(new G(r,t.outerLayer,t.innerLayer),t.amount):R0.isIdentical(t.quantum)?new d(A0,t.amount):y0.isIdentical(t.quantum)?new d(D0,t.amount):F0.isIdentical(t.quantum)?new d(B0,t.amount):null}notationToExternal(t){for(let[r,n]of Object.entries(h0))if(this.child.spinmatch(t.family,n))return new d(new G(r,t.innerLayer,t.outerLayer),t.amount);return A0.isIdentical(t.quantum)?new d(R0,t.amount):D0.isIdentical(t.quantum)?new d(y0,t.amount):B0.isIdentical(t.quantum)?new d(F0,t.amount):null}}});var Si=v(()=>{a0();u0();f0();c0();g0();L0();b0()});function x0(e){let t=0,r={};for(;t<e.length&&e[t][0]==="-";){let o=e[t++];if(o==="--rotations")r.addRotations=!0;else if(o==="--allmoves")r.allMoves=!0;else if(o==="--outerblockmoves")r.outerBlockMoves=!0;else if(o==="--vertexmoves")r.vertexMoves=!0;else if(o==="--nocorners")r.includeCornerOrbits=!1;else if(o==="--noedges")r.includeEdgeOrbits=!1;else if(o==="--noorientation")r.fixedOrientation=!0;else if(o==="--nocenters")r.includeCenterOrbits=!1;else if(o==="--omit")r.excludeOrbits=e[t].split(","),t++;else if(o==="--moves")r.moveList=e[t].split(","),t++;else if(o==="--optimize")r.optimizeOrbits=!0;else if(o==="--scramble")r.scrambleAmount=100;else if(o==="--fixcorner")r.fixedPieceType="v";else if(o==="--fixedge")r.fixedPieceType="e";else if(o==="--fixcenter")r.fixedPieceType="f";else if(o==="--orientcenters")r.orientCenters=!0;else if(o==="--puzzleorientation")r.puzzleOrientation=JSON.parse(e[t]),t++;else throw new Error("Bad option: "+o)}return{puzzleDescription:Vn(e.slice(t).join(" ")),options:r}}var wi,Ei=v(()=>{Ui();wi=class{constructor(t={}){this.verbosity=0;this.allMoves=!1;this.vertexMoves=!1;this.addRotations=!1;this.moveList=null;this.fixedOrientation=!1;this.fixedPieceType=null;this.orientCenters=!1;this.includeCornerOrbits=!0;this.includeCenterOrbits=!0;this.includeEdgeOrbits=!0;this.excludeOrbits=[];this.optimizeOrbits=!1;this.grayCorners=!1;this.grayCenters=!1;this.grayEdges=!1;this.puzzleOrientation=null;this.puzzleOrientations=null;this.scrambleAmount=0;Object.assign(this,t)}}});function Xt(e){if(!ki[e]){let t=Array(e);for(let r=0;r<e;r++)t[r]=0;ki[e]=t}return ki[e]}function Et(e){if(!zi[e]){let t=Array(e);for(let r=0;r<e;r++)t[r]=r;zi[e]=t}return zi[e]}function v0(e){return new ut(Et(e))}function S0(e){let t=1;for(;e>1;)t*=e,e--;return t}function lc(e,t){if(e>t){let r=e;e=t,t=r}for(;e>0;){let r=t%e;t=e,e=r}return t}function Ci(e,t){return e/lc(e,t)*t}var ki,zi,ut,Zo=v(()=>{ki=[],zi=[];ut=class{constructor(t){this.n=t.length,this.p=t}toString(){return"Perm["+this.p.join(" ")+"]"}mul(t){let r=Array(this.n);for(let n=0;n<this.n;n++)r[n]=t.p[this.p[n]];return new ut(r)}rmul(t){let r=Array(this.n);for(let n=0;n<this.n;n++)r[n]=this.p[t.p[n]];return new ut(r)}inv(){let t=Array(this.n);for(let r=0;r<this.n;r++)t[this.p[r]]=r;return new ut(t)}compareTo(t){for(let r=0;r<this.n;r++)if(this.p[r]!==t.p[r])return this.p[r]-t.p[r];return 0}toGap(){let t=new Array,r=new Array(this.n);for(let n=0;n<this.p.length;n++){if(r[n]||this.p[n]===n)continue;let o=new Array;for(let l=n;!r[l];l=this.p[l])o.push(1+l),r[l]=!0;t.push("("+o.join(",")+")")}return t.join("")}order(){let t=1,r=new Array(this.n);for(let n=0;n<this.p.length;n++){if(r[n]||this.p[n]===n)continue;let o=0;for(let l=n;!r[l];l=this.p[l])o++,r[l]=!0;t=Ci(t,o)}return t}}});function Mi(e,t){let r=d.fromString(t),n=e.notationToExternal(r);return n===null||r===n?t:n.toString()}function w0(e,t){let r=e.moveops.length;if(r>30)throw new Error("Canon info too big for bitmask");let n=[],o=[];for(let i=0;i<r;i++){let s=e.moveops[i];n.push(s.order());let u=0;for(let a=0;a<r;a++){if(a===i)continue;let f=e.moveops[a];s.mul(f).equal(f.mul(s))&&(u|=1<<a)}o.push(u)}let l={};l[0]=1;for(let i=0;i<100;i++){let s=0,u={},a=0;for(let f in l){let c=+f,g=l[c];s+=g,a++;for(let m=0;m<n.length;m++)if((c>>m&1)==0&&(c&o[m]&(1<<m)-1)==0){let L=c&o[m]|1<<m;u[L]===void 0&&(u[L]=0),u[L]+=(n[m]-1)*g}}t(\`\${i}: canonseq \${s} states \${a}\`),l=u}}var Hn,Xr,yt,Tt,Pi,Jt,Jr,Ii,E0=v(()=>{he();Si();Zo();Hn=class{constructor(t,r){this.size=t;this.mod=r}reassemblySize(){return S0(this.size)*Math.pow(this.mod,this.size)}};Xr=class{constructor(t,r,n,o,l){this.orbitnames=t;this.orbitdefs=r;this.solved=n;this.movenames=o;this.moveops=l}transformToKPuzzle(t){let r={};for(let n=0;n<this.orbitnames.length;n++)r[this.orbitnames[n]]=t.orbits[n].toKPuzzle();return r}static transformToKPuzzle(t,r){let n={};for(let o=0;o<t.length;o++)n[t[o]]=r.orbits[o].toKPuzzle();return n}toKsolve(t,r=new Zr){let n=[];n.push("Name "+t),n.push("");for(let o=0;o<this.orbitnames.length;o++)n.push(\`Set \${this.orbitnames[o]} \${this.orbitdefs[o].size} \${this.orbitdefs[o].mod}\`);n.push(""),n.push("Solved");for(let o=0;o<this.orbitnames.length;o++)this.solved.orbits[o].appendDefinition(n,this.orbitnames[o],!1,!1);n.push("End");for(let o=0;o<this.movenames.length;o++){n.push("");let l=Mi(r,this.movenames[o]),i=!1;l[l.length-1]==="'"&&(i=!0,l=l.substring(0,l.length-1)),n.push("Move "+l);for(let s=0;s<this.orbitnames.length;s++)i?this.moveops[o].orbits[s].inv().appendDefinition(n,this.orbitnames[s],!0):this.moveops[o].orbits[s].appendDefinition(n,this.orbitnames[s],!0);n.push("End")}return n}toKPuzzle(t){let r={},n={};for(let l=0;l<this.orbitnames.length;l++)r[this.orbitnames[l]]={numPieces:this.orbitdefs[l].size,orientations:this.orbitdefs[l].mod},n[this.orbitnames[l]]=this.solved.orbits[l].toKPuzzle();let o={};if(t)for(let l=0;l<this.movenames.length;l++)o[this.movenames[l]]=this.transformToKPuzzle(this.moveops[l]);return{name:"PG3D",orbits:r,startPieces:n,moves:o}}optimize(){let t=[],r=[],n=[],o=[];for(let l=0;l<this.moveops.length;l++)o.push([]);for(let l=0;l<this.orbitdefs.length;l++){let i=this.orbitdefs[l].mod,s=this.orbitdefs[l].size,u=new Ii(s),a=new Array(this.orbitdefs[l].size);for(let m=0;m<s;m++)a[m]=!1;for(let m=0;m<this.moveops.length;m++)for(let L=0;L<s;L++)(this.moveops[m].orbits[l].perm[L]!==L||this.moveops[m].orbits[l].ori[L]!==0)&&(a[L]=!0,u.union(L,this.moveops[m].orbits[l].perm[L]));let f=!0;if(i>1){f=!1;let m=new Ii(this.orbitdefs[l].size*i);for(let L=0;L<this.moveops.length;L++)for(let p=0;p<s;p++)if(this.moveops[L].orbits[l].perm[p]!==p||this.moveops[L].orbits[l].ori[p]!==0)for(let y=0;y<i;y++)m.union(p*i+y,this.moveops[L].orbits[l].perm[p]*i+(y+this.moveops[L].orbits[l].ori[p])%i);for(let L=0;!f&&L<s;L++)for(let p=1;p<i;p++)m.find(L*i)===m.find(L*i+p)&&(f=!0);for(let L=0;!f&&L<s;L++)for(let p=0;p<L;p++)this.solved.orbits[l].perm[L]===this.solved.orbits[l].perm[p]&&(f=!0)}let c=-1,g=!1;for(let m=0;m<this.orbitdefs[l].size;m++)if(a[m]){let L=u.find(m);c<0?c=L:c!==L&&(g=!0)}for(let m=0;m<this.orbitdefs[l].size;m++){if(!a[m]||u.find(m)!==m)continue;let p=[],y=[],F=0;for(let x=0;x<this.orbitdefs[l].size;x++)u.find(x)===m&&(p[F]=x,y[x]=F,F++);if(g?t.push(\`\${this.orbitnames[l]}_p\${m}\`):t.push(this.orbitnames[l]),f){r.push(new Hn(F,this.orbitdefs[l].mod)),n.push(this.solved.orbits[l].remapVS(p,F));for(let x=0;x<this.moveops.length;x++)o[x].push(this.moveops[x].orbits[l].remap(p,y,F))}else{r.push(new Hn(F,1)),n.push(this.solved.orbits[l].remapVS(p,F).killOri());for(let x=0;x<this.moveops.length;x++)o[x].push(this.moveops[x].orbits[l].remap(p,y,F).killOri())}}}return new Xr(t,r,new Jr(n),this.movenames,o.map(l=>new Jt(l)))}scramble(t){let r=[];for(let o=0;o<this.moveops.length;o++)r[o]=this.moveops[o];for(let o=0;o<r.length;o++){let l=Math.floor(Math.random()*r.length),i=r[o];r[o]=r[l],r[l]=i}t<r.length&&(t=r.length);for(let o=0;o<t;o++){let l=Math.floor(Math.random()*r.length),i=Math.floor(Math.random()*r.length),s=Math.floor(Math.random()*this.moveops.length);r[l]=r[l].mul(r[i]).mul(this.moveops[s]),Math.random()<.1&&(r[l]=r[l].mul(this.moveops[s]))}let n=r[0];for(let o=1;o<r.length;o++)n=n.mul(r[o]);this.solved=this.solved.mul(n)}reassemblySize(){let t=1;for(let r=0;r<this.orbitdefs.length;r++)t*=this.orbitdefs[r].reassemblySize();return t}},yt=class{constructor(t,r,n){this.perm=t;this.ori=r;this.orimod=n}static e(t,r){return new yt(Et(t),Xt(t),r)}mul(t){let r=this.perm.length,n=new Array(r);if(this.orimod===1){for(let o=0;o<r;o++)n[o]=this.perm[t.perm[o]];return new yt(n,this.ori,this.orimod)}else{let o=new Array(r);for(let l=0;l<r;l++)n[l]=this.perm[t.perm[l]],o[l]=(this.ori[t.perm[l]]+t.ori[l])%this.orimod;return new yt(n,o,this.orimod)}}inv(){let t=this.perm.length,r=new Array(t),n=new Array(t);for(let o=0;o<t;o++)r[this.perm[o]]=o,n[this.perm[o]]=(this.orimod-this.ori[o])%this.orimod;return new yt(r,n,this.orimod)}equal(t){let r=this.perm.length;for(let n=0;n<r;n++)if(this.perm[n]!==t.perm[n]||this.ori[n]!==t.ori[n])return!1;return!0}killOri(){let t=this.perm.length;for(let r=0;r<t;r++)this.ori[r]=0;return this.orimod=1,this}toPerm(){let t=this.orimod;if(t===1)return new ut(this.perm);let r=this.perm.length,n=new Array(r*t);for(let o=0;o<r;o++)for(let l=0;l<t;l++)n[o*t+l]=t*this.perm[o]+(this.ori[o]+l)%t;return new ut(n)}identicalPieces(){let t=[],r=this.perm.length,n=[];for(let o=0;o<r;o++){let l=this.perm[o];if(t[l]===void 0){let i=[o];t[l]=!0;for(let s=o+1;s<r;s++)this.perm[s]===l&&i.push(s);n.push(i)}}return n}order(){return this.toPerm().order()}isIdentity(){let t=this.perm.length;if(this.perm===Et(t)&&this.ori===Xt(t))return!0;for(let r=0;r<t;r++)if(this.perm[r]!==r||this.ori[r]!==0)return!1;return!0}zeroOris(){let t=this.perm.length;if(this.ori===Xt(t))return!0;for(let r=0;r<t;r++)if(this.ori[r]!==0)return!1;return!0}remap(t,r,n){let o=new Array(n),l=new Array(n);for(let i=0;i<n;i++)o[i]=r[this.perm[t[i]]],l[i]=this.ori[t[i]];return new yt(o,l,this.orimod)}remapVS(t,r){let n=new Array(r),o=new Array(r),l=0,i=[];for(let s=0;s<r;s++){let u=this.perm[t[s]];i[u]===void 0&&(i[u]=l++),n[s]=i[u],o[s]=this.ori[t[s]]}return new yt(n,o,this.orimod)}appendDefinition(t,r,n,o=!0){if(!(o&&this.isIdentity())&&(t.push(r),t.push(this.perm.map(l=>l+1).join(" ")),!this.zeroOris()))if(n){let l=new Array(this.ori.length);for(let i=0;i<l.length;i++)l[this.perm[i]]=this.ori[i];t.push(l.join(" "))}else t.push(this.ori.join(" "))}toKPuzzle(){let t=this.perm.length;return this.isIdentity()?(yt.kcache[t]||(yt.kcache[t]={permutation:Et(t),orientation:Xt(t)}),yt.kcache[t]):{permutation:this.perm,orientation:this.ori}}},Tt=yt;Tt.kcache=[];Pi=class{constructor(t){this.orbits=t}internalMul(t){let r=[];for(let n=0;n<this.orbits.length;n++)r.push(this.orbits[n].mul(t.orbits[n]));return r}internalInv(){let t=[];for(let r of this.orbits)t.push(r.inv());return t}equal(t){for(let r=0;r<this.orbits.length;r++)if(!this.orbits[r].equal(t.orbits[r]))return!1;return!0}killOri(){for(let t of this.orbits)t.killOri();return this}toPerm(){let t=new Array,r=0;for(let o of this.orbits){let l=o.toPerm();t.push(l),r+=l.n}let n=new Array(r);r=0;for(let o of t){for(let l=0;l<o.n;l++)n[r+l]=r+o.p[l];r+=o.n}return new ut(n)}identicalPieces(){let t=[],r=0;for(let n of this.orbits){let o=n.orimod,l=n.identicalPieces();for(let i=0;i<l.length;i++)t.push(l[i].map(s=>s*o+r));r+=o*n.perm.length}return t}order(){let t=1;for(let r of this.orbits)t=Ci(t,r.order());return t}},Jt=class extends Pi{constructor(t){super(t)}mul(t){return new Jt(this.internalMul(t))}mulScalar(t){if(t===0)return this.e();let r=this;for(t<0&&(r=r.inv(),t=-t);(t&1)==0;)r=r.mul(r),t>>=1;if(t===1)return r;let n=r,o=this.e();for(;t>0;)t&1&&(o=o.mul(n)),t>1&&(n=n.mul(n)),t>>=1;return o}inv(){return new Jt(this.internalInv())}e(){return new Jt(this.orbits.map(t=>Tt.e(t.perm.length,t.orimod)))}},Jr=class extends Pi{constructor(t){super(t)}mul(t){return new Jr(this.internalMul(t))}},Ii=class{constructor(t){this.n=t;this.heads=new Array(t);for(let r=0;r<t;r++)this.heads[r]=r}find(t){let r=this.heads[t];return this.heads[r]===r||(r=this.find(this.heads[r]),this.heads[t]=r),r}union(t,r){let n=this.find(t),o=this.find(r);n<o?this.heads[o]=n:n>o&&(this.heads[n]=o)}}});var Xo,U0=v(()=>{Xo={"2x2x2":"c f 0","3x3x3":"c f 0.333333333333333","4x4x4":"c f 0.5 f 0","5x5x5":"c f 0.6 f 0.2","6x6x6":"c f 0.666666666666667 f 0.333333333333333 f 0","7x7x7":"c f 0.714285714285714 f 0.428571428571429 f 0.142857142857143","8x8x8":"c f 0.75 f 0.5 f 0.25 f 0","9x9x9":"c f 0.777777777777778 f 0.555555555555556 f 0.333333333333333 f 0.111111111111111","10x10x10":"c f 0.8 f 0.6 f 0.4 f 0.2 f 0","11x11x11":"c f 0.818181818181818 f 0.636363636363636 f 0.454545454545455 f 0.272727272727273 f 0.0909090909090909","12x12x12":"c f 0.833333333333333 f 0.666666666666667 f 0.5 f 0.333333333333333 f 0.166666666666667 f 0","13x13x13":"c f 0.846153846153846 f 0.692307692307692 f 0.538461538461538 f 0.384615384615385 f 0.230769230769231 f 0.0769230769230769","20x20x20":"c f 0 f .1 f .2 f .3 f .4 f .5 f .6 f .7 f .8 f .9","30x30x30":"c f 0 f .066667 f .133333 f .2 f .266667 f .333333 f .4 f .466667 f .533333 f .6 f .666667 f .733333 f .8 f .866667 f .933333","40x40x40":"c f 0 f .05 f .1 f .15 f .2 f .25 f .3 f .35 f .4 f .45 f .5 f .55 f .6 f .65 f .7 f .75 f .8 f .85 f .9 f .95",skewb:"c v 0","master skewb":"c v 0.275","professor skewb":"c v 0 v 0.38","compy cube":"c v 0.915641442663986",helicopter:"c e 0.707106781186547","curvy copter":"c e 0.83",dino:"c v 0.577350269189626","little chop":"c e 0",pyramorphix:"t e 0",mastermorphix:"t e 0.346184634065199",pyraminx:"t v 0.333333333333333 v 1.66666666666667",tetraminx:"t v 0.333333333333333","master pyraminx":"t v 0 v 1 v 2","master tetraminx":"t v 0 v 1","professor pyraminx":"t v -0.2 v 0.6 v 1.4 v 2.2","professor tetraminx":"t v -0.2 v 0.6 v 1.4","Jing pyraminx":"t f 0","master pyramorphix":"t e 0.866025403784437",megaminx:"d f 0.7",gigaminx:"d f 0.64 f 0.82",teraminx:"d f 0.64 f 0.76 f 0.88",petaminx:"d f 0.64 f 0.73 f 0.82 f 0.91",examinx:"d f 0.64 f 0.712 f 0.784 f 0.856 f 0.928",zetaminx:"d f 0.64 f 0.7 f 0.76 f 0.82 f 0.88 f 0.94",yottaminx:"d f 0.64 f 0.6914 f 0.7429 f 0.7943 f 0.8457 f 0.8971 f 0.9486",pentultimate:"d f 0","master pentultimate":"d f 0.1","elite pentultimate":"d f 0 f 0.145905",starminx:"d v 0.937962370425399","starminx 2":"d f 0.23606797749979","pyraminx crystal":"d f 0.447213595499989",chopasaurus:"d v 0","big chop":"d e 0","skewb diamond":"o f 0",FTO:"o f 0.333333333333333","master FTO":"o f 0.5 f 0","Christopher's jewel":"o v 0.577350269189626",octastar:"o e 0","Trajber's octahedron":"o v 0.433012701892219","radio chop":"i f 0",icosamate:"i v 0","icosahedron 2":"i v 0.18759247376021","icosahedron 3":"i v 0.18759247376021 e 0","icosahedron static faces":"i v 0.84","icosahedron moving faces":"i v 0.73","Eitan's star":"i f 0.61803398874989","2x2x2 + dino":"c f 0 v 0.577350269189626","2x2x2 + little chop":"c f 0 e 0","dino + little chop":"c v 0.577350269189626 e 0","2x2x2 + dino + little chop":"c f 0 v 0.577350269189626 e 0","megaminx + chopasaurus":"d f 0.61803398875 v 0","starminx combo":"d f 0.23606797749979 v 0.937962370425399"}});function Jo(e){let t=new W(0,0,0,0);for(let r=0;r<e.length;r++)t=t.sum(e[r]);return t.smul(1/e.length)}function k0(e,t,r,n){let o=n[e].intersect3(n[t],n[r]);if(!o)return o;for(let l=0;l<n.length;l++)if(l!==e&&l!==t&&l!==r){let i=n[l].b*o.b+n[l].c*o.c+n[l].d*o.d;if(n[l].a>0&&i>n[l].a||n[l].a<0&&i<n[l].a)return!1}return o}var yr,W,$o=v(()=>{yr=1e-9;W=class{constructor(t,r,n,o){this.a=t;this.b=r;this.c=n;this.d=o}mul(t){return new W(this.a*t.a-this.b*t.b-this.c*t.c-this.d*t.d,this.a*t.b+this.b*t.a+this.c*t.d-this.d*t.c,this.a*t.c-this.b*t.d+this.c*t.a+this.d*t.b,this.a*t.d+this.b*t.c-this.c*t.b+this.d*t.a)}toString(){return\`Q[\${this.a},\${this.b},\${this.c},\${this.d}]\`}dist(t){return Math.hypot(this.a-t.a,this.b-t.b,this.c-t.c,this.d-t.d)}len(){return Math.hypot(this.a,this.b,this.c,this.d)}cross(t){return new W(0,this.c*t.d-this.d*t.c,this.d*t.b-this.b*t.d,this.b*t.c-this.c*t.b)}dot(t){return this.b*t.b+this.c*t.c+this.d*t.d}normalize(){let t=Math.sqrt(this.dot(this));return new W(this.a/t,this.b/t,this.c/t,this.d/t)}makenormal(){return new W(0,this.b,this.c,this.d).normalize()}normalizeplane(){let t=Math.hypot(this.b,this.c,this.d);return new W(this.a/t,this.b/t,this.c/t,this.d/t)}smul(t){return new W(this.a*t,this.b*t,this.c*t,this.d*t)}sum(t){return new W(this.a+t.a,this.b+t.b,this.c+t.c,this.d+t.d)}sub(t){return new W(this.a-t.a,this.b-t.b,this.c-t.c,this.d-t.d)}angle(){return 2*Math.acos(this.a)}invrot(){return new W(this.a,-this.b,-this.c,-this.d)}det3x3(t,r,n,o,l,i,s,u,a){return t*(l*a-i*u)+r*(i*s-o*a)+n*(o*u-l*s)}rotateplane(t){let r=t.mul(new W(0,this.b,this.c,this.d)).mul(t.invrot());return r.a=this.a,r}orthogonal(){let t=Math.abs(this.b),r=Math.abs(this.c),n=Math.abs(this.d);return t<r&&t<n?this.cross(new W(0,1,0,0)).normalize():r<t&&r<n?this.cross(new W(0,0,1,0)).normalize():this.cross(new W(0,0,0,1)).normalize()}pointrotation(t){let r=this.normalize();if(t=t.normalize(),r.sub(t).len()<yr)return new W(1,0,0,0);let n=r.sum(t);n.len()<yr?n=n.orthogonal():n=n.normalize();let o=r.cross(n);return o.a=r.dot(n),o}unproject(t){return this.sum(t.smul(-this.dot(t)/(this.len()*t.len())))}rotatepoint(t){return t.mul(this).mul(t.invrot())}rotateface(t){return t.map(r=>r.rotatepoint(this))}intersect3(t,r){let n=this.det3x3(this.b,this.c,this.d,t.b,t.c,t.d,r.b,r.c,r.d);return Math.abs(n)<yr?!1:new W(0,this.det3x3(this.a,this.c,this.d,t.a,t.c,t.d,r.a,r.c,r.d)/n,this.det3x3(this.b,this.a,this.d,t.b,t.a,t.d,r.b,r.a,r.d)/n,this.det3x3(this.b,this.c,this.a,t.b,t.c,t.a,r.b,r.c,r.a)/n)}side(t){return t>yr?1:t<-yr?-1:0}cutface(t){let r=this.a,n=0,o=null;for(let l=0;l<t.length;l++)n|=1<<this.side(t[l].dot(this)-r)+1;if((n&5)==5){o=[];let l=t.map(i=>this.side(i.dot(this)-r));for(let i=-1;i<=1;i+=2){let s=[];for(let u=0;u<t.length;u++){(l[u]===i||l[u]===0)&&s.push(t[u]);let a=(u+1)%t.length;if(l[u]+l[a]===0&&l[u]!==0){let f=t[u].dot(this)-r,c=t[a].dot(this)-r,g=f/(f-c),m=t[u].smul(1-g).sum(t[a].smul(g));s.push(m)}}o.push(s)}}return o}cutfaces(t){let r=[];for(let n=0;n<t.length;n++){let o=t[n],l=this.cutface(o);l?(r.push(l[0]),r.push(l[1])):r.push(o)}return r}faceside(t){let r=this.a;for(let n=0;n<t.length;n++){let o=this.side(t[n].dot(this)-r);if(o!==0)return o}throw new Error("Could not determine side of plane in faceside")}sameplane(t){let r=this.normalize(),n=t.normalize();return r.dist(n)<yr||r.dist(n.smul(-1))<yr}makecut(t){return new W(t,this.b,this.c,this.d)}}});function z0(){let e=Math.sqrt(.5);return[new W(e,e,0,0),new W(e,0,e,0)]}function C0(){return[new W(.5,.5,.5,.5),new W(.5,.5,.5,-.5)]}function M0(){let e=2*Math.PI/10,t=.5+.3*Math.sqrt(5),r=.5+.1*Math.sqrt(5),n=Math.sqrt(t*t+r*r);return t/=n,r/=n,[new W(Math.cos(e),t*Math.sin(e),r*Math.sin(e),0),new W(.5,.5,.5,.5)]}function P0(){let e=1/6+Math.sqrt(5)/6,t=2/3+Math.sqrt(5)/3,r=Math.sqrt(e*e+t*t);e/=r,t/=r;let n=2*Math.PI/6;return[new W(Math.cos(n),e*Math.sin(n),t*Math.sin(n),0),new W(Math.cos(n),-e*Math.sin(n),t*Math.sin(n),0)]}function I0(){let e=Math.sqrt(.5);return[new W(.5,.5,.5,.5),new W(e,0,0,e)]}function G0(e){let t=[new W(1,0,0,0)];for(let r=0;r<t.length;r++)for(let n=0;n<e.length;n++){let o=e[n].mul(t[r]),l=o.smul(-1),i=!1;for(let s=0;s<t.length;s++)if(o.dist(t[s])<el||l.dist(t[s])<el){i=!0;break}i||t.push(o)}return t}function Gi(e,t){let r=[],n=[];for(let o=0;o<t.length;o++){let l=e.rotateplane(t[o]),i=!1;for(let s=0;s<r.length;s++)if(l.dist(r[s])<el){i=!0;break}i||(r.push(l),n.push(t[o]))}return n}function Ni(e){let t=[];for(let r=1;r<e.length;r++)for(let n=r+1;n<e.length;n++){let o=k0(0,r,n,e);if(o){let l=!1;for(let i=0;i<t.length;i++)if(o.dist(t[i])<el){l=!0;break}l||t.push(o)}}for(;;){let r=!1;for(let n=0;n<t.length;n++){let o=(n+1)%t.length;if(e[0].dot(t[n].cross(t[o]))<0){let l=t[n];t[n]=t[o],t[o]=l,r=!0}}if(!r)break}return t}var el,N0=v(()=>{$o();el=1e-9});function tl(e,t){let r=e[0].p.length,n=v0(r),o=[],l=[],i=[],s=[],u=[];function a(m){for(let L=m.p.length-1;L>=0;L--){let p=m.p[L];if(p!==L){if(!o[L][p])return!1;m=m.mul(l[L][p])}}return!0}function f(m,L,p){s[m].push(L),u[m].push(p);for(let y=0;y<o[m].length;y++)o[m][y]&&c(m,o[m][y].mul(L),p+i[m][y])}function c(m,L,p){let y=L.p[m];if(!o[m][y]){o[m][y]=L,l[m][y]=L.inv(),i[m][y]=p;for(let x=0;x<s[m].length;x++)c(m,L.mul(s[m][x]),p+u[m][x]);return}let F=L.mul(l[m][y]);a(F)||f(m-1,F,p+i[m][y])}function g(){o=[],l=[],s=[],i=[],u=[];for(let p=0;p<r;p++)o.push([]),l.push([]),i.push([]),s.push([]),u.push([]),o[p][p]=n,l[p][p]=n,i[p][p]=0;let m=0,L=1;for(let p=0;p<e.length;p++){f(r-1,e[p],1),L=1;let y=0,F=0,x=[],B=new T0;for(let M=0;M<r;M++){let k=0,K=0;for(let T=0;T<r;T++)o[M][T]&&(k++,K+=i[M][T],M!==T&&m++);y+=s[M].length,L*=k,k>1&&B.multiply(k);let te=K/k;x.push(te),F+=te}t(\`\${p}: sz \${L} T \${y} sol \${F} none \${m} mults \${B.toString()}\`)}return L}return g()}var T0,Ti=v(()=>{Zo();T0=class{constructor(){this.mult=[]}multiply(t){for(let r=2;r*r<=t;r++)for(;t%r==0;)this.mult[r]!==void 0?this.mult[r]++:this.mult[r]=1,t/=r;t>1&&(this.mult[t]!==void 0?this.mult[t]++:this.mult[t]=1)}toString(){let t="";for(let r=0;r<this.mult.length;r++)this.mult[r]!==void 0&&(t!==""&&(t+="*"),t+=r,this.mult[r]>1&&(t+=\`^\${this.mult[r]}\`));return t}}});function _i(e){return e}function Oi(e){}function ic(e,t){let r=[];for(let n of e)for(let o of t)r.push(o.rotate(n));return r}function uc(){return{4:[["F","D","L","R"]],6:[["F","D","L","U","R"],["R","F","","B",""]],8:[["F","D","L","R"],["D","F","BR",""],["BR","D","","BB"],["BB","BR","U","BL"]],12:[["U","F","","","",""],["F","U","R","C","A","L"],["R","F","","","E",""],["E","R","","BF","",""],["BF","E","BR","BL","I","D"]],20:[["R","C","F","E"],["F","R","L","U"],["L","F","A",""],["E","R","G","I"],["I","E","S","H"],["S","I","J","B"],["B","S","K","D"],["K","B","M","O"],["O","K","P","N"],["P","O","Q",""]]}}function fc(){return{4:{F:"#00ff00",D:"#ffff00",L:"#ff0000",R:"#0000ff"},6:{U:"#ffffff",F:"#00ff00",R:"#ff0000",D:"#ffff00",B:"#0000ff",L:"#ff8000"},8:{U:"#ffffff",F:"#ff0000",R:"#00bb00",D:"#ffff00",BB:"#1122ff",L:"#9524c5",BL:"#ff8800",BR:"#aaaaaa"},12:{U:"#ffffff",F:"#006633",R:"#ff0000",C:"#ffffd0",A:"#3399ff",L:"#660099",E:"#ff66cc",BF:"#99ff00",BR:"#0000ff",BL:"#ffff00",I:"#ff6633",D:"#999999"},20:{R:"#db69f0",C:"#178fde",F:"#23238b",E:"#9cc726",L:"#2c212d",U:"#177fa7",A:"#e0de7f",G:"#2b57c0",I:"#41126b",S:"#4b8c28",H:"#7c098d",J:"#7fe7b4",B:"#85fb74",K:"#3f4bc3",D:"#0ff555",M:"#f1c2c8",O:"#58d340",P:"#c514f2",N:"#14494e",Q:"#8b1be1"}}}function cc(){return{4:["F","D","L","R"],6:["U","D","F","B","L","R"],8:["F","BB","D","U","BR","L","R","BL"],12:["L","E","F","BF","R","I","U","D","BR","A","BL","C"],20:["L","S","E","O","F","B","I","P","R","K","U","D","J","A","Q","H","G","N","M","C"]}}function gc(){return{4:[["FLR",[0,1,0]],["F",[0,0,1]]],6:[["U",[0,1,0]],["F",[0,0,1]]],8:[["U",[0,1,0]],["F",[0,0,1]]],12:[["U",[0,1,0]],["F",[0,0,1]]],20:[["GUQMJ",[0,1,0]],["F",[0,0,1]]]}}function rl(e,t){for(let r=0;r<e.length;r++)if(e[r][0].dist(t)<Be)return r;throw new Error("Element not found")}function _0(){return Xo}function O0(e){return Xo[e]}function Vn(e){let t=e.split(/ /).filter(Boolean);if(t.length%2==0)return null;let r=t[0];if(r!=="o"&&r!=="c"&&r!=="i"&&r!=="d"&&r!=="t")return null;let n=[];for(let o=1;o<t.length;o+=2){if(t[o]!=="f"&&t[o]!=="v"&&t[o]!=="e")return null;n.push({cutType:t[o],distance:parseFloat(t[o+1])})}return{shape:r,cuts:n}}function Wi(e,t={}){let r=Vn(e);if(r===null)throw new Error("Could not parse the puzzle description");let n=new ol(r,Object.assign({},{allMoves:!0},t));return n.allstickers(),n.genperms(),n}function en(e,t){return Wi(Xo[e],t)}function mc(e,t,r){let n=!1;r-t[1]<t[0]&&(e=[e[2],e[3],e[0],e[1]],t=[r-t[1],r-t[0]],n=!0);let o=e[0],l="";if(t[0]===0&&t[1]===r)o=o+"v";else if(t[0]===t[1])t[1]>0&&(l=String(t[1]+1));else if(t[0]===0)o=o.toLowerCase(),t[1]>1&&(l=String(t[1]+1));else throw\`We only support slice and outer block moves right now. \${t}\`;return[l+o,n]}function pc(e,t){let r=[],n=0;for(;n<e.length;){n>0&&n<e.length&&e[n]==="_"&&n++;let o="";for(let l of t)e.substr(n).startsWith(l[1])&&l[1].length>o.length&&(o=l[1]);if(o!=="")r.push(o),n+=o.length;else throw new Error("Could not split "+e+" into face names.")}return r}function nl(e,t){return[e.b/t,-e.c/t,e.d/t]}function Qi(e,t){let r=[],n=e.length;for(let o=0;o<n;o++){let l=nl(e.get(n-o-1),t);r[3*o]=l[0],r[3*o+1]=l[1],r[3*o+2]=l[2]}return r}var $r,Yn,Be,sc,ac,ol,W0,Ui=v(()=>{he();s0();Si();Ei();Zo();E0();U0();N0();$o();Ti();$r=class{constructor(t){this.coords=new Array(t.length*3);for(let r=0;r<t.length;r++)this.coords[3*r]=t[r].b,this.coords[3*r+1]=t[r].c,this.coords[3*r+2]=t[r].d;this.length=t.length}get(t){return new W(0,this.coords[3*t],this.coords[3*t+1],this.coords[3*t+2])}centermass(){let t=0,r=0,n=0;for(let o=0;o<this.length;o++)t+=this.coords[3*o],r+=this.coords[3*o+1],n+=this.coords[3*o+2];return new W(0,t/this.length,r/this.length,n/this.length)}rotate(t){let r=[];for(let n=0;n<this.length;n++)r.push(this.get(n).rotatepoint(t));return new $r(r)}rotateforward(){let t=[];for(let r=1;r<this.length;r++)t.push(this.get(r));return t.push(this.get(0)),new $r(t)}},Yn=class{constructor(t,r,n){this.face=t;this.left=r;this.right=n}split(t){var n,o;let r=t.cutface(this.face);return r!==null&&(this.left===void 0?(this.left=new Yn(r[0]),this.right=new Yn(r[1])):(this.left=(n=this.left)==null?void 0:n.split(t),this.right=(o=this.right)==null?void 0:o.split(t))),this}collect(t,r){var n,o,l,i;return this.left===void 0?t.push(new $r(this.face)):r?((n=this.left)==null||n.collect(t,!1),(o=this.right)==null||o.collect(t,!0)):((l=this.right)==null||l.collect(t,!1),(i=this.left)==null||i.collect(t,!0)),t}};Be=1e-9,sc="PuzzleGeometry 0.1 Copyright 2018 Tomas Rokicki.",ac=!1;ol=class{constructor(t,r){this.cmovesbyslice=[];this.duplicatedFaces=[];this.duplicatedCubies=[];this.fixedCubie=-1;this.net=[];this.colors=[];this.faceorder=[];this.faceprecedence=[];this.notationMapper=new Zr;this.addNotationMapper="";this.setReidOrder=!1;let n=_i("genperms");this.options=new wi(r),this.options.verbosity>0&&console.log(this.header("# ")),this.create(t),Oi(n)}create(t){let{shape:r,cuts:n}=t;this.moveplanes=[],this.moveplanes2=[],this.faces=[],this.cubies=[];let o=null;switch(r){case"c":o=z0();break;case"o":o=I0();break;case"i":o=P0();break;case"t":o=C0();break;case"d":o=M0();break;default:throw new Error("Bad shape argument: "+r)}this.rotations=G0(o),this.options.verbosity&&console.log("# Rotations: "+this.rotations.length);let l=o[0];this.baseplanerot=Gi(l,this.rotations);let i=this.baseplanerot.map(A=>l.rotateplane(A));this.baseplanes=i,this.baseFaceCount=i.length;let s=uc()[i.length];this.net=s,this.colors=fc()[i.length],this.faceorder=cc()[i.length],this.options.verbosity>0&&console.log("# Base planes: "+i.length);let u=Ni(i),a=new W(0,0,0,0);this.options.verbosity>0&&console.log("# Face vertices: "+u.length);let f=i[0].makenormal(),c=u[0].sum(u[1]).makenormal(),g=u[0].makenormal(),m=new W(1,f.b,f.c,f.d);this.options.verbosity>0&&console.log("# Boundary is "+m);let p=Gi(m,this.rotations).map(A=>m.rotateplane(A)),y=Ni(p);this.edgedistance=y[0].sum(y[1]).smul(.5).dist(a),this.vertexdistance=y[0].dist(a);let F=[],x=[],B=!1,M=!1,k=!1;for(let A of n){let U=null,_=0;switch(A.cutType){case"f":U=f,_=1,B=!0;break;case"v":U=g,_=this.vertexdistance,k=!0;break;case"e":U=c,_=this.edgedistance,M=!0;break;default:throw new Error("Bad cut argument: "+A.cutType)}F.push(U.makecut(A.distance)),x.push(A.distance<_)}this.options.addRotations&&(B||F.push(f.makecut(10)),k||F.push(g.makecut(10)),M||F.push(c.makecut(10))),this.basefaces=[];for(let A of this.baseplanerot){let U=A.rotateface(y);this.basefaces.push(new $r(U))}let K=[],te=[],T=[],re=[],b=y.length;function C(A,U,_){for(let Q of A)if(Q[0].dist(U)<Be){Q.push(_);return}A.push([U,_])}for(let A=0;A<this.baseplanerot.length;A++){let U=this.baseplanerot[A].rotateface(y);for(let _=0;_<U.length;_++){let Q=(_+1)%U.length,ne=U[_].sum(U[Q]).smul(.5);C(re,ne,A)}}let I=[];for(let A=0;A<this.baseplanerot.length;A++){let U=this.baseplanerot[A].rotateface(y),_=[];for(let Q=0;Q<U.length;Q++){let ne=(Q+1)%U.length,Ne=U[Q].sum(U[ne]).smul(.5),rt=re[rl(re,Ne)];if(A===rt[1])_.push(rt[2]);else if(A===rt[2])_.push(rt[1]);else throw new Error("Could not find edge")}I.push(_)}let S={},w=[];w.push(s[0][0]),S[s[0][0]]=0,w[I[0][0]]=s[0][1],S[s[0][1]]=I[0][0];for(let A of s){let U=A[0],_=S[U];if(_===void 0)throw new Error("Bad edge description; first edge not connected");let Q=-1;for(let ne=0;ne<I[_].length;ne++){let Ne=w[I[_][ne]];if(Ne!==void 0&&Ne===A[1]){Q=ne;break}}if(Q<0)throw new Error("First element of a net not known");for(let ne=2;ne<A.length;ne++){if(A[ne]==="")continue;let Ne=I[_][(ne+Q-1)%b],rt=w[Ne];if(rt!==void 0&&rt!==A[ne])throw new Error("Face mismatch in net");w[Ne]=A[ne],S[A[ne]]=Ne}}for(let A=0;A<w.length;A++){let U=!1;for(let _=0;_<this.faceorder.length;_++)if(w[A]===this.faceorder[_]){this.faceprecedence[A]=_,U=!0;break}if(!U)throw new Error("Could not find face "+w[A]+" in face order list "+this.faceorder)}for(let A=0;A<this.baseplanerot.length;A++){let U=this.baseplanerot[A].rotateface(y),_=m.rotateplane(this.baseplanerot[A]),Q=w[A];K.push([U,Q]),te.push([_,Q])}for(let A=0;A<this.baseplanerot.length;A++){let U=this.baseplanerot[A].rotateface(y),_=w[A];for(let Q=0;Q<U.length;Q++){let ne=(Q+1)%U.length,Ne=U[Q].sum(U[ne]).smul(.5),rt=(Q+2)%U.length,f1=U[ne].sum(U[rt]).smul(.5),c1=rl(re,Ne),g1=rl(re,f1);C(T,U[ne],[_,g1,c1])}}this.swizzler=new qn(K.map(A=>A[1]));let P=this.swizzler.prefixFree?"":"_";for(let A=0;A<re.length;A++){if(re[A].length!==3)throw new Error("Bad length in edge names "+re[A]);let U=w[re[A][1]],_=w[re[A][2]];this.faceprecedence[re[A][1]]<this.faceprecedence[re[A][2]]?U=U+P+_:U=_+P+U,re[A]=[re[A][0],U]}for(let A=0;A<T.length;A++){if(T[A].length<4)throw new Error("Bad length in vertex names");let U=1;for(let Q=2;Q<T[A].length;Q++)this.faceprecedence[S[T[A][Q][0]]]<this.faceprecedence[S[T[A][U][0]]]&&(U=Q);let _="";for(let Q=1;Q<T[A].length;Q++){Q===1?_=T[A][U][0]:_=_+P+T[A][U][0];for(let ne=1;ne<T[A].length;ne++)if(T[A][U][1]===T[A][ne][2]){U=ne;break}}T[A]=[T[A][0],_]}this.options.verbosity>1&&(console.log("# Face precedence list: "+this.faceorder.join(" ")),console.log("# Face names: "+K.map(A=>A[1]).join(" ")),console.log("# Edge names: "+re.map(A=>A[1]).join(" ")),console.log("# Vertex names: "+T.map(A=>A[1]).join(" ")));let q=[];for(let A of te)q.push([A[0].makenormal(),A[1],"f"]);for(let A of re)q.push([A[0].makenormal(),A[1],"e"]);for(let A of T)q.push([A[0].makenormal(),A[1],"v"]);this.facenames=K,this.faceplanes=te,this.edgenames=re,this.vertexnames=T,this.geonormals=q;let Y=q.map(A=>A[1]);this.swizzler.setGripNames(Y),this.options.verbosity>0&&console.log("# Distances: face "+1+" edge "+this.edgedistance+" vertex "+this.vertexdistance);for(let A=0;A<F.length;A++)for(let U of this.rotations){let _=F[A].rotateplane(U),Q=!1;for(let ne of this.moveplanes)if(_.sameplane(ne)){Q=!0;break}Q||(this.moveplanes.push(_),x[A]&&this.moveplanes2.push(_))}let ge=new Yn(y),pe=this.moveplanes2.slice(),De=31;for(let A=0;A<pe.length;A++){let U=A+Math.floor((pe.length-A)*(De/65536));ge=ge.split(pe[U]),pe[U]=pe[A],De=(De*1657+101)%65536}let Fe=ge.collect([],!0);this.faces=Fe,this.options.verbosity>0&&console.log("# Faces is now "+Fe.length),this.stickersperface=Fe.length;let St=[],Ue=Jo(y);for(let A of this.rotations){let U=A.rotateface(y);Ue.dist(Jo(U))<Be&&St.push(A)}let He=new Array(Fe.length),xe=[];for(let A=0;A<Fe.length;A++){let U=Fe[A].centermass();xe.push([Ue.dist(U),U,A])}xe.sort((A,U)=>A[0]-U[0]);for(let A=0;A<Fe.length;A++){let U=xe[A][2];if(!He[U]){He[U]=!0;for(let _ of St){let Q=Fe[U].rotate(_),ne=Q.centermass();for(let Ne=A+1;Ne<Fe.length&&!(xe[Ne][0]-xe[A][0]>Be);Ne++){let rt=xe[Ne][2];if(!He[rt]&&ne.dist(xe[Ne][1])<Be){He[rt]=!0,Fe[rt]=Q;break}}}}}this.shortedge=1e99;for(let A of Fe)for(let U=0;U<A.length;U++){let _=(U+1)%A.length,Q=A.get(U).dist(A.get(_));Q<this.shortedge&&(this.shortedge=Q)}this.options.verbosity>0&&console.log("# Short edge is "+this.shortedge),r==="c"&&B&&!M&&!k&&(this.addNotationMapper="NxNxNCubeMapper",this.setReidOrder=!0),r==="c"&&k&&!B&&!M&&(this.addNotationMapper="SkewbMapper"),r==="t"&&(k||B)&&!M&&(this.addNotationMapper="PyraminxOrTetraminxMapper"),r==="o"&&B&&(this.notationMapper=new jn(this.swizzler,new qn(["F","D","L","BL","R","U","BR","B"])),!M&&!k&&(this.addNotationMapper="FTOMapper")),r==="d"&&B&&(this.addNotationMapper="MegaminxMapper",this.notationMapper=new jn(this.swizzler,new qn(["U","F","L","BL","BR","R","FR","FL","DL","B","DR","D"])))}keyface(t){return this.keyface2(t.centermass())}keyface2(t){let r="",n=String.fromCharCode;for(let o of this.moveplanesets)if(o.length>0){let l=t.dot(o[0]),i=0,s=1;for(;s*2<=o.length;)s*=2;for(;s>0;s>>=1)i+s<=o.length&&l>o[i+s-1].a&&(i+=s);if(i<47)r=r+n(33+i);else if(i<47+47*47)r=r+n(33+47+Math.floor(i/47)-1)+n(33+i%47);else if(i<47+47*47+47*47*47)r=r+n(33+47+Math.floor((i-47)/(47*47)-1))+n(33+47+Math.floor((i-47)/47)%47)+n(33+i%47);else throw Error("Too many slices for cubie encoding")}return r}keyface3(t){let r=t.centermass(),n=[];for(let o of this.moveplanesets)if(o.length>0){let l=r.dot(o[0]),i=0,s=1;for(;s*2<=o.length;)s*=2;for(;s>0;s>>=1)i+s<=o.length&&l>o[i+s-1].a&&(i+=s);n.push(i)}return n}findface(t){let r=this.keyface2(t),n=this.facelisthash.get(r);if(n.length===1)return n[0];for(let o=0;o+1<n.length;o++){let l=this.facelisthash.get(r)[o];if(Math.abs(t.dist(this.facecentermass[l]))<Be)return l}return n[n.length-1]}project2d(t,r,n){let o=this.facenames[t][0],l=(r+1)%o.length,i=this.baseplanes[t],s=o[l].sub(o[r]),u=s.len();s=s.normalize();let a=s.cross(i).normalize(),f=n[1].sub(n[0]),c=f.len()/u;f=f.normalize();let g=f.b,m=f.c,L=s.smul(g).sub(a.smul(m)).smul(c),p=a.smul(g).sum(s.smul(m)).smul(c),y=new W(0,n[0].b-L.dot(o[r]),n[0].c-p.dot(o[r]),0);return[L,p,y]}allstickers(){let t=_i("allstickers");this.faces=ic(this.baseplanerot,this.faces),this.options.verbosity>0&&console.log("# Total stickers is now "+this.faces.length),this.facecentermass=new Array(this.faces.length);for(let b=0;b<this.faces.length;b++)this.facecentermass[b]=this.faces[b].centermass();let r=[],n=[];for(let b of this.moveplanes){let C=b.makenormal(),I=!1;for(let S of n)C.sameplane(S.makenormal())&&(I=!0);I||(n.push(C),r.push([]))}for(let b of this.moveplanes2){let C=b.makenormal();for(let I=0;I<n.length;I++)if(C.sameplane(n[I])){r[I].push(b);break}}for(let b=0;b<r.length;b++){let C=r[b].map(S=>S.normalizeplane()),I=n[b];for(let S=0;S<C.length;S++)C[S].makenormal().dist(I)>Be&&(C[S]=C[S].smul(-1));C.sort((S,w)=>S.a-w.a),r[b]=C}this.moveplanesets=r,this.moveplanenormals=n;let o=r.map(b=>b.length);this.options.verbosity>0&&console.log("# Move plane sets: "+o);let l=[];for(let b=0;b<r.length;b++)l.push([]);for(let b of this.rotations){if(Math.abs(Math.abs(b.a)-1)<Be)continue;let C=b.makenormal();for(let I=0;I<r.length;I++)if(C.sameplane(n[I])){l[I].push(b);break}}this.moverotations=l;for(let b=0;b<l.length;b++){let C=l[b],I=C[0].makenormal();for(let S=0;S<C.length;S++)I.dist(C[S].makenormal())>Be&&(C[S]=C[S].smul(-1));C.sort((S,w)=>S.angle()-w.angle()),l[b][0].dot(n[b])<0&&C.reverse()}let i=l.map(b=>1+b.length);this.movesetorders=i;let s=[],u="?";for(let b=0;b<r.length;b++){let C=n[b],I=null,S=null;for(let w of this.geonormals){let P=C.dot(w[0]);Math.abs(P-1)<Be?(S=[w[1],w[2]],u=w[2]):Math.abs(P+1)<Be&&(I=[w[1],w[2]],u=w[2])}if(S===null||I===null)throw new Error("Saw positive or negative sides as null");s.push([S[0],S[1],I[0],I[1],1+r[b].length]),this.addNotationMapper==="NxNxNCubeMapper"&&u==="f"&&(this.notationMapper=new Vo(1+r[b].length),this.addNotationMapper=""),this.addNotationMapper==="SkewbMapper"&&r[0].length===1&&(this.notationMapper=new Yo(this.swizzler),this.addNotationMapper=""),this.addNotationMapper==="PyraminxOrTetraminxMapper"&&(r[0].length===2&&r[0][0].a===.333333333333333&&r[0][1].a===1.66666666666667?(this.notationMapper=new Kn(this.swizzler),this.addNotationMapper=""):(this.notationMapper=new Ho(this.swizzler),this.addNotationMapper="")),this.addNotationMapper==="MegaminxMapper"&&u==="f"&&(1+r[b].length===3&&(this.notationMapper=new Ko(this.notationMapper)),this.addNotationMapper=""),this.addNotationMapper==="FTOMapper"&&u==="f"&&(1+r[b].length===3&&(this.notationMapper=new jo(this.notationMapper,this.swizzler)),this.addNotationMapper="")}this.movesetgeos=s;let a=new Map,f=this.faces;for(let b=0;b<f.length;b++){let C=f[b],I=this.keyface(C);if(!a.get(I))a.set(I,[b]);else{let S=a.get(I);if(S.push(b),S.length===this.baseFaceCount){this.options.verbosity>0&&console.log("# Splitting core.");for(let w=0;w<S.length;w++){let P=I+" "+w;a.set(P,[S[w]])}}}}this.facelisthash=a,this.options.verbosity>0&&console.log("# Cubies: "+a.size);let c=[],g=[],m=[];for(let b of a.values())if(b.length!==this.baseFaceCount){if(b.length>1){let C=b.map(P=>f[P].centermass()),I=Jo(C);for(let P=0;b.length>2;P++){let q=!1;for(let Y=0;Y<b.length;Y++){let ge=(Y+1)%b.length;if(I.dot(C[Y].cross(C[ge]))<0){let pe=C[Y];C[Y]=C[ge],C[ge]=pe;let De=b[Y];b[Y]=b[ge],b[ge]=De,q=!0}}if(!q)break;if(P>1e3)throw new Error("Bad epsilon math; too close to border")}let S=0,w=b[S];for(let P=1;P<b.length;P++){let q=b[P];this.faceprecedence[this.getfaceindex(q)]<this.faceprecedence[this.getfaceindex(w)]&&(S=P,w=q)}if(S!==0){let P=b.slice();for(let q=0;q<b.length;q++)b[q]=P[(S+q)%b.length]}}for(let C=0;C<b.length;C++){let I=b[C];g[I]=c.length,m[I]=C}c.push(b)}this.cubies=c,this.facetocubie=g,this.facetoord=m;let L=["?","CENTERS","EDGES","CORNERS","C4RNER","C5RNER"],p=[],y=[0,0,0,0,0,0],F=[],x=[],B=0,M=[],k=[],K=[],te=[],T=b=>c[b].map(C=>this.getfaceindex(C)).join(" "),re=[];for(let b=0;b<c.length;b++){if(x[b])continue;let C=c[b];if(C.length===0)continue;let I={},S=0;K.push(0),re.push([]);let w=C.length,P=y[w]++,q=L[w];(q===void 0||w===this.baseFaceCount)&&(q="CORE"),q=q+(P===0?"":P+1),p[B]=q,F[B]=w;let Y=[b],ge=0;for(x[b]=!0;ge<Y.length;){let pe=Y[ge++],De=T(pe);if((C.length>1||I[De]===void 0)&&(I[De]=S++),te[pe]=I[De],M[pe]=B,re[B].push(pe),k[pe]=K[B]++,Y.length<this.rotations.length){let Fe=this.facecentermass[c[pe][0]];for(let St of l){let Ue=this.facetocubie[this.findface(Fe.rotatepoint(St[0]))];x[Ue]||(Y.push(Ue),x[Ue]=!0)}}}B++}if(this.setReidOrder&&4<=this.stickersperface&&this.stickersperface<=9){let b=[["UF","UR","UB","UL","DF","DR","DB","DL","FR","FL","BR","BL"],["UFR","URB","UBL","ULF","DRF","DFL","DLB","DBR"],["U","L","F","R","B","D"]],C={};for(let I of b)for(let S=0;S<I.length;S++){let w=0;for(let P=0;P<I[S].length;P++)w|=1<<I[S].charCodeAt(P)-65;C[w]=S}for(let I of re)for(let S of I){let w=0;for(let P of c[S])w|=1<<this.facenames[this.getfaceindex(P)][1].charCodeAt(0)-65;k[S]=C[w]}}if(this.cubiesetnums=M,this.cubieordnums=k,this.cubiesetnames=p,this.cubieords=K,this.orbitoris=F,this.cubievaluemap=te,this.cubiesetcubies=re,this.options.fixedPieceType!==null){for(let b=0;b<c.length;b++)if(this.options.fixedPieceType==="v"&&c[b].length>2||this.options.fixedPieceType==="e"&&c[b].length===2||this.options.fixedPieceType==="f"&&c[b].length===1){this.fixedCubie=b;break}if(this.fixedCubie<0)throw new Error("Could not find a cubie of type "+this.options.fixedPieceType+" to fix.")}this.options.verbosity>0&&console.log("# Cubie orbit sizes "+K),Oi(t)}unswizzle(t){let r=this.notationMapper.notationToInternal(t);return r===null?"":this.swizzler.unswizzle(r.family)}stringToBlockMove(t){let r=RegExp("^(([0-9]+)-)?([0-9]+)?([^0-9]+)([0-9]+'?)?$"),n=t.match(r);if(n===null)throw new Error("Bad move passed "+t);let o=n[4],l,i;if(n[2]!==void 0){if(n[3]===void 0)throw new Error("Missing second number in range");l=parseInt(n[2],10)}n[3]!==void 0&&(i=parseInt(n[3],10));let s="1",u=1;return n[5]!==void 0&&(s=n[5],s[0]==="'"&&(s="-"+s.substring(1)),u=parseInt(s,10)),new d(new G(o,i,l),u)}parseMove(t){let r=this.notationMapper.notationToInternal(t);if(r===null)throw new Error("Bad move "+t.family);t=r;let n=t.family,o=!1;if(n.endsWith("v")&&n[0]<="Z"){if(t.innerLayer!==void 0||t.outerLayer!==void 0)throw new Error("Cannot use a prefix with full cube rotations");n=n.slice(0,-1),o=!0}n.endsWith("w")&&n[0]<="Z"&&(n=n.slice(0,-1).toLowerCase());let l,i=-1,s=this.swizzler.unswizzle(n),u=!1;for(let c=0;c<this.movesetgeos.length;c++){let g=this.movesetgeos[c];s===g[0]&&(u=!0,l=g,i=c),s===g[2]&&(u=!1,l=g,i=c)}let a=1,f=1;if(n.toUpperCase()!==n&&(f=2),l===void 0)throw new Error("Bad grip in move "+t.family);if(t.outerLayer!==void 0&&(a=t.outerLayer),t.innerLayer!==void 0&&(t.outerLayer===void 0?(f=t.innerLayer,n<="Z"?a=f:a=1):f=t.innerLayer),a--,f--,o&&(a=0,f=this.moveplanesets[i].length),a<0||a>this.moveplanesets[i].length||f<0||f>this.moveplanesets[i].length)throw new Error("Bad slice spec "+a+" "+f+" vs "+this.moveplanesets[i].length);if(!ac&&a===0&&f===this.moveplanesets[i].length&&!o)throw new Error("! full puzzle rotations must be specified with v suffix.");return[void 0,i,a,f,u,t.amount]}parsemove(t){let r=this.parseMove(this.stringToBlockMove(t));return r[0]=t,r}genperms(){let t=_i("genperms");if(this.cmovesbyslice.length>0)return;let r=[];if(this.options.orientCenters){for(let n=0;n<this.cubies.length;n++)if(this.cubies[n].length===1){let o=this.cubies[n][0],l=this.getfaceindex(o);if(this.basefaces[l].centermass().dist(this.facecentermass[o])<Be){let i=this.basefaces[l].length;for(let s=1;s<i;s++)this.cubies[n].push(this.cubies[n][s-1]);this.duplicatedFaces[o]=i,this.duplicatedCubies[n]=i,this.orbitoris[this.cubiesetnums[n]]=i}}}for(let n=0;n<this.moveplanesets.length;n++){let o=this.moveplanesets[n],l=[],i=[o.length+1,0],s=1;for(;s*2<=o.length;)s*=2;for(let f=0;f<this.faces.length;f++){let c=0;if(o.length>0){let g=this.facecentermass[f].dot(o[0]);for(let m=s;m>0;m>>=1)c+m<=o.length&&g>o[c+m-1].a&&(c+=m);c=o.length-c}for(l.push(c);i.length<=c;)i.push(0);i[c]++}let u=new Array(i.length);for(let f=0;f<i.length;f++)u[f]=[];let a=[];for(let f=0;f<this.faces.length;f++){if(l[f]<0)continue;let c=[this.facetocubie[f],this.facetoord[f]],g=this.facecentermass[f],m=g,L=f,p=l[L];for(;;){l[L]=-1;let y=g.rotatepoint(this.moverotations[n][0]);if(y.dist(m)<Be)break;L=this.findface(y),c.push(this.facetocubie[L],this.facetoord[L]),g=y}if(c.length>2&&this.options.orientCenters&&(this.cubies[c[0]].length===1||this.duplicatedCubies[c[0]]>1)&&this.facecentermass[f].dist(this.basefaces[this.getfaceindex(f)].centermass())<Be){let y=this.faces[this.cubies[c[0]][0]];for(let F=0;F<c.length;F+=2){let x=this.faces[this.cubies[c[F]][0]],B=-1;for(let M=0;M<y.length;M++)if(x.get(M).dist(y.get(0))<Be){B=M;break}if(B<0)throw new Error("Couldn't find rotation of center faces; ignoring for now.");c[F+1]=B,y=y.rotate(this.moverotations[n][0])}}if(c.length===2&&this.options.orientCenters)for(let y=1;y<this.movesetorders[n];y++)p===0?c.push(c[0],y):c.push(c[0],(this.movesetorders[n]-y)%this.movesetorders[n]);if(c.length>2&&!a[c[0]]){if(c.length!==2*this.movesetorders[n])throw new Error("Bad length in perm gen");for(let y of c)u[p].push(y)}for(let y=0;y<c.length;y+=2)a[c[y]]=!0}for(let f=0;f<u.length;f++)u[f]=u[f].slice();r.push(u)}if(this.cmovesbyslice=r,this.options.moveList){let n=[];for(let o of this.options.moveList)n.push(this.parsemove(o));this.parsedmovelist=n}this.facelisthash.clear(),this.facecentermass=[],Oi(t)}getboundarygeometry(){return{baseplanes:this.baseplanes,facenames:this.facenames,faceplanes:this.faceplanes,vertexnames:this.vertexnames,edgenames:this.edgenames,geonormals:this.geonormals}}getmovesets(t){let r=this.moveplanesets[t].length,n=[];if(this.parsedmovelist!==void 0)for(let o of this.parsedmovelist)o[1]===t&&(o[4]?n.push([o[2],o[3]]):n.push([r-o[3],r-o[2]]),n.push(o[5]));else if(this.options.vertexMoves&&!this.options.allMoves){let o=this.movesetgeos[t];if(o[1]!==o[3])for(let l=0;l<r;l++)o[1]!=="v"?(this.options.outerBlockMoves?n.push([l+1,r]):n.push([l+1]),n.push(1)):(this.options.outerBlockMoves?n.push([0,l]):n.push([l,l]),n.push(1))}else for(let o=0;o<=r;o++)!this.options.allMoves&&o+o===r||(this.options.outerBlockMoves?o+o>r?n.push([o,r]):n.push([0,o]):n.push([o,o]),n.push(1));if(this.fixedCubie>=0){let o=this.keyface3(this.faces[this.cubies[this.fixedCubie][0]])[t],l=[];for(let i=0;i<n.length;i+=2){let s=n[i];if(o>=s[0]&&o<=s[1])if(s[0]===0)s=[s[1]+1,r];else if(r===s[1])s=[0,s[0]-1];else throw Error("fixed cubie option would disconnect move");let u=!1;for(let a=0;a<l.length;a+=2)if(l[a][0]===s[0]&&l[a][1]===s[1]&&l[a+1]===n[i+1]){u=!0;break}u||(l.push(s),l.push(n[i+1]))}n=l}return n}graybyori(t){let r=this.cubies[t].length;return this.duplicatedCubies[t]&&(r=1),r===1&&(this.options.grayCenters||!this.options.includeCenterOrbits)||r===2&&(this.options.grayEdges||!this.options.includeEdgeOrbits)||r>2&&(this.options.grayCorners||!this.options.includeCornerOrbits)}skipbyori(t){let r=this.cubies[t].length;return this.duplicatedCubies[t]&&(r=1),r===1&&!this.options.includeCenterOrbits||r===2&&!this.options.includeEdgeOrbits||r>2&&!this.options.includeCornerOrbits}skipcubie(t){return this.skipbyori(t)}header(t){return t+sc+\`
12
- \`+t+\`
13
- \`}writegap(){let t=this.getOrbitsDef(!1),r=[],n=[];for(let l=0;l<t.moveops.length;l++){let i="M_"+Mi(this.notationMapper,t.movenames[l]),s=!1;i[i.length-1]==="'"&&(i=i.substring(0,i.length-1),s=!0),n.push(i),s?r.push(i+":="+t.moveops[l].toPerm().inv().toGap()+";"):r.push(i+":="+t.moveops[l].toPerm().toGap()+";")}r.push("Gen:=["),r.push(n.join(",")),r.push("];");let o=t.solved.identicalPieces();return r.push("ip:=["+o.map(l=>"["+l.map(i=>i+1).join(",")+"]").join(",")+"];"),r.push("# Size(Group(Gen));"),r.push("# Size(Stabilizer(Group(Gen), ip, OnTuplesSets));"),r.push(""),this.header("# ")+r.join(\`
14
- \`)}writeksolve(t="PuzzleGeometryPuzzle"){let r=this.getOrbitsDef(!1);return this.header("# ")+r.toKsolve(t,this.notationMapper).join(\`
15
- \`)}writekpuzzle(t=!0,r=!0){let n=this.getOrbitsDef(t,r),o=n.toKPuzzle(r);if(!o)throw new Error("Missing definition!");return o.moveNotation=new W0(this,n),o}getMoveFromBits(t,r,n,o,l,i){let s=[],u=[],a=[];for(let g of this.cubieords)u.push(Et(g)),a.push(Xt(g));for(let g=t[0];g<=t[1];g++){let m=o[g];for(let L=0;L<m.length;L+=2*i){let p=m.slice(L,L+2*i),y=this.cubiesetnums[p[0]];for(let B=0;B<p.length;B+=2)p[B]=this.cubieordnums[p[B]];let F=2,x=3;n&&(F=p.length-2,x=p.length-1),u[y]===Et(this.cubieords[y])&&(u[y]=u[y].slice(),this.orbitoris[y]>1&&!this.options.fixedOrientation&&(a[y]=a[y].slice()));for(let B=0;B<p.length;B+=2)u[y][p[(B+F)%p.length]]=p[B],this.orbitoris[y]>1&&!this.options.fixedOrientation&&(a[y][p[B]]=(p[(B+x)%p.length]-p[(B+1)%p.length]+2*this.orbitoris[y])%this.orbitoris[y])}}let f=new Tt(Et(24),Xt(24),1);for(let g=0;g<this.cubiesetnames.length;g++)if(!(l&&!l[g]))if(this.orbitoris[g]===1||this.options.fixedOrientation)u[g]===Et(f.perm.length)?(u[g]!==f.perm&&(f=new Tt(u[g],a[g],1)),s.push(f)):s.push(new Tt(u[g],a[g],1));else{let m=new Array(a[g].length);for(let L=0;L<u[g].length;L++)m[L]=a[g][u[g][L]];s.push(new Tt(u[g],m,this.orbitoris[g]))}let c=new Jt(s);return r!==1&&(c=c.mulScalar(r)),c}omitSet(t){for(let r of this.options.excludeOrbits)if(r===t)return!0;return!1}diffmvsets(t,r,n,o){for(let l=0;l<t.length;l+=2){let i=!1;for(let s=0;!i&&s<r.length;s+=2)o?t[l][0]+r[s][1]===n&&t[l][1]+r[s][0]===n&&t[l+1]===r[s+1]&&(i=!0):t[l][0]===r[s][0]&&t[l][1]===r[s][1]&&t[l+1]===r[s+1]&&(i=!0);if(!i)return!0}return!1}getOrbitsDef(t,r=!0){let n=[];if(t)for(let g=0;g<this.cubiesetnames.length;g++)n.push(1);let o=[],l=[],i=[],s=[];for(let g=0;g<this.moveplanesets.length;g++){let m=this.getmovesets(g);i.push(m),this.options.addRotations?s.push(1):s.push(0)}if(this.options.moveList&&this.options.addRotations){for(let g=0;g<this.moverotations.length;g++)s[g]=0;for(let g=0;g<this.moveplanesets.length;g++)for(let m=0;m<this.moverotations.length;m++){let L=this.moveplanenormals[g];for(let p=1;p*2<=this.movesetorders[m];p++){if(L=L.rotatepoint(this.moverotations[m][0]),s[m]&p)continue;let y=-1,F=!1;for(let B=0;B<this.moveplanenormals.length;B++)if(L.dist(this.moveplanenormals[B])<Be){y=B;break}else if(L.dist(this.moveplanenormals[B].smul(-1))<Be){y=B,F=!0;break}if(y<0)throw new Error("Could not find rotation");let x=i[y];(x.length!==i[g].length||this.moveplanesets[g].length!==this.moveplanesets[y].length||this.diffmvsets(x,i[g],this.moveplanesets[y].length,F))&&(s[m]|=p)}}for(let g=0;g<this.moverotations.length;g++)if(s[g]===0)s[g]=1;else if(s[g]===1)this.movesetorders[g]>3?s[g]=2:s[g]=0;else if(s[g]===3)s[g]=0;else throw new Error("Impossible addrot val")}for(let g=0;g<this.moveplanesets.length;g++)s[g]!==0&&(i[g].push([0,this.moveplanesets[g].length]),i[g].push(s[g]));for(let g=0;g<this.moveplanesets.length;g++){let m=i[g],L=this.movesetorders[g];for(let F=0;F<m.length;F+=2)for(let x=0;x<F;x+=2)if(m[F]===m[x]&&m[F+1]===m[x+1])throw new Error("Redundant moves in moveset.");let p=[];for(let F=0;F<m.length;F+=2)for(let x=m[F][0];x<=m[F][1];x++)p[x]=1;let y=this.cmovesbyslice[g];for(let F=0;F<y.length;F++){if(p[F]!==1)continue;let x=y[F];for(let B=0;B<x.length;B+=2*L){if(this.skipcubie(x[B]))continue;let M=this.cubiesetnums[x[B]];n[M]=1}}}for(let g=0;g<this.cubiesetnames.length;g++)if(!!n[g]){if(this.omitSet(this.cubiesetnames[g])){n[g]=0;continue}o.push(this.cubiesetnames[g]),l.push(new Hn(this.cubieords[g],this.options.fixedOrientation?1:this.orbitoris[g]))}let u=[];for(let g=0;g<this.cubiesetnames.length;g++){if(!n[g]||this.omitSet(this.cubiesetnames[g]))continue;let m=[],L=[];for(let p=0;p<this.cubieords[g];p++){if(t)m.push(p);else{let y=this.cubiesetcubies[g][p];m.push(this.cubievaluemap[y])}L.push(0)}u.push(new Tt(m,L,this.options.fixedOrientation?1:this.orbitoris[g]))}let a=[],f=[];if(r)for(let g=0;g<this.moveplanesets.length;g++){let L=this.moveplanesets[g].length,p=i[g],y=this.movesetgeos[g];for(let F=0;F<p.length;F+=2){let x=p[F],B=mc(y,x,L),M=B[0],k=B[1];p[F+1]===1?a.push(M):a.push(M+p[F+1]);let K=this.getMoveFromBits(x,p[F+1],k,this.cmovesbyslice[g],n,this.movesetorders[g]);f.push(K)}}let c=new Xr(o,l,new Jr(u),a,f);return this.options.optimizeOrbits&&(c=c.optimize()),this.options.scrambleAmount!==0&&c.scramble(this.options.scrambleAmount),c}getMovesAsPerms(){return this.getOrbitsDef(!1).moveops.map(t=>t.toPerm())}showcanon(t){w0(this.getOrbitsDef(!1),t)}getsolved(){let t=[];for(let r=0;r<this.baseFaceCount;r++)for(let n=0;n<this.stickersperface;n++)t.push(r);return new ut(t)}getOrientationRotation(t){let[r,[n,o,l]]=t[0],i=new W(0,n,-o,l),[s,[u,a,f]]=t[1],c=new W(0,u,-a,f),g=null,m=null,L=this.swizzler.unswizzle(r),p=this.swizzler.unswizzle(s);for(let B of this.geonormals)L===B[1]&&(g=B[0]),p===B[1]&&(m=B[0]);if(!g)throw new Error("Could not find feature "+r);if(!m)throw new Error("Could not find feature "+s);let y=g.pointrotation(i);return m.rotatepoint(y).unproject(i).pointrotation(c.unproject(i)).mul(y)}getInitial3DRotation(){let t=this.baseFaceCount,r=null;if(this.options.puzzleOrientation?r=this.options.puzzleOrientation:this.options.puzzleOrientations&&(r=this.options.puzzleOrientations[t]),r||(r=gc()[t]),!r)throw new Error("No default orientation?");return this.getOrientationRotation(r)}generate2dmapping(t=800,r=500,n=10,o=!1,l=.92){t-=2*n,r-=2*n;function i(S,w){let P=S[1][0]-S[0][0],q=S[1][1]-S[0][1],Y=2*Math.PI/w,ge=Math.cos(Y),pe=Math.sin(Y);for(let De=2;De<w;De++){let Fe=P*ge+q*pe;q=q*ge-P*pe,P=Fe,S.push([S[De-1][0]+P,S[De-1][1]+q])}}this.genperms();let a=this.getboundarygeometry().facenames[0][0].length,f=this.net;if(f===null)throw new Error("No net?");let c={},g=0,m=0,L=1,p=0;c[f[0][0]]=[[1,0],[0,0]],i(c[f[0][0]],a);for(let S of f){let w=S[0];if(!c[w])throw new Error("Bad edge description; first edge not connected.");for(let P=1;P<S.length;P++){let q=S[P];q===""||c[q]||(c[q]=[c[w][P%a],c[w][(P+a-1)%a]],i(c[q],a))}}for(let S in c){let w=c[S];for(let P of w)g=Math.min(g,P[0]),L=Math.max(L,P[0]),m=Math.min(m,P[1]),p=Math.max(p,P[1])}let y=Math.min(t/(L-g),r/(p-m)),F=.5*(t-y*(L+g)),x=.5*(r-y*(p+m)),B={},M=this.getboundarygeometry(),k={},K=[[y+F,x],[F,x]];k[f[0][0]]=K,i(k[f[0][0]],a),B[this.facenames[0][1]]=this.project2d(0,0,[new W(0,K[0][0],K[0][1],0),new W(0,K[1][0],K[1][1],0)]);let te=[];te[0]=0;for(let S of f){let w=S[0];if(!k[w])throw new Error("Bad edge description; first edge not connected.");let P=-1;for(let Y=0;Y<M.facenames.length;Y++)if(w===M.facenames[Y][1]){P=Y;break}if(P<0)throw new Error("Could not find first face name "+w);let q=M.facenames[P][0];for(let Y=1;Y<S.length;Y++){let ge=S[Y];if(ge===""||k[ge])continue;k[ge]=[k[w][Y%a],k[w][(Y+a-1)%a]],i(k[ge],a);let pe=te[P],De=q[(pe+Y)%a].sum(q[(pe+Y+a-1)%a]).smul(.5),Fe=rl(M.edgenames,De),St=M.edgenames[Fe][1],Ue=pc(St,this.facenames),He=Ue[w===Ue[0]?1:0],xe=-1;for(let U=0;U<M.facenames.length;U++)if(He===M.facenames[U][1]){xe=U;break}if(xe<0)throw new Error("Could not find second face name");let A=M.facenames[xe][0];for(let U=0;U<A.length;U++)if(A[U].sum(A[(U+1)%a]).smul(.5).dist(De)<=Be){let Q=k[w][(Y+a-1)%a],ne=k[w][Y%a];te[xe]=U,B[He]=this.project2d(xe,U,[new W(0,ne[0],ne[1],0),new W(0,Q[0],Q[1],0)]);break}}}let T=0,re=0,b=this.getInitial3DRotation();for(let S of this.faces){o&&(S=S.rotate(b));for(let w=0;w<S.length;w++)T=Math.max(T,Math.abs(S.get(w).b)),re=Math.max(re,Math.abs(S.get(w).c))}let C=Math.min(r/re/2,(t-n)/T/4);return(S,w)=>{if(o){w=w.rotatepoint(b);let P=.5*n+.25*t,q=this.baseplanes[S].rotateplane(b).d<0?1:-1;return[n+t*.5+q*(P-w.b*C),n+r*.5+w.c*C]}else{let P=B[this.facenames[S][1]];return[n+l*w.dot(P[0])+P[2].b,n+r-l*w.dot(P[1])-P[2].c]}}}generatesvg(t=800,r=500,n=10,o=!1){let l=this.generate2dmapping(t,r,n,o);function i(g,m,L){return'<polygon id="'+g+'" class="sticker" style="fill: '+L+'" points="'+m.map(p=>p[0]+" "+p[1]).join(" ")+\`"/>
16
- \`}let s=this.getsolved(),u=[],a=[];for(let g=0;g<this.baseFaceCount;g++)u[g]=this.colors[this.facenames[g][1]];for(let g=0;g<this.faces.length;g++){let m=this.faces[g],L=Math.floor(g/this.stickersperface),p=[];for(let y=0;y<m.length;y++)p.push(l(L,m.get(y)));a.push(p)}let f=[];for(let g=0;g<this.baseFaceCount;g++){f.push("<g>"),f.push("<title>"+this.facenames[g][1]+\`</title>
17
- \`);for(let m=0;m<this.stickersperface;m++){let L=g*this.stickersperface+m,p=this.facetocubie[L],y=this.facetoord[L],F=this.cubiesetnums[p],x=this.cubieordnums[p],B=this.graybyori(p)?"#808080":u[s.p[L]],M=this.cubiesetnames[F]+"-l"+x+"-o"+y;if(f.push(i(M,a[L],B)),this.duplicatedFaces[L])for(let k=1;k<this.duplicatedFaces[L];k++)M=this.cubiesetnames[F]+"-l"+x+"-o"+k,f.push(i(M,a[L],B))}f.push("</g>")}return\`<svg id="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 800 500">
18
- <style type="text/css"><![CDATA[.sticker { stroke: #000000; stroke-width: 1px; }]]></style>
19
- \`+f.join("")+"</svg>"}get3d(t){let r=[],n=this.getInitial3DRotation(),o=[],l=.52*this.basefaces[0].get(0).len();for(let a=0;a<this.basefaces.length;a++){let f=this.basefaces[a].rotate(n),c=this.facenames[a][1];o.push({coords:Qi(f,l),name:c})}for(let a=0;a<this.faces.length;a++){let f=Math.floor(a/this.stickersperface),c=this.facetocubie[a],g=this.facetoord[a],m=this.cubiesetnums[c],L=this.cubieordnums[c],p=this.graybyori(c)?"#808080":this.colors[this.facenames[f][1]];(t==null?void 0:t.stickerColors)&&(p=t.stickerColors[a]);let y=this.faces[a].rotate(n);r.push({coords:Qi(y,l),color:p,orbit:this.cubiesetnames[m],ord:L,ori:g,face:f});let F=y;if(this.duplicatedFaces[a]){let x=F.length/this.duplicatedFaces[a];for(let B=1;B<this.duplicatedFaces[a];B++){for(let M=0;M<x;M++)F=F.rotateforward();r.push({coords:Qi(F,l),color:p,orbit:this.cubiesetnames[m],ord:L,ori:B,face:f,isDup:!0})}}}let i=[];for(let a=0;a<this.movesetgeos.length;a++){let f=this.movesetgeos[a],c=this.movesetorders[a];for(let g of this.geonormals)f[0]===g[1]&&f[1]===g[2]&&(i.push({coordinates:nl(g[0].rotatepoint(n),1),quantumMove:new d(f[0]),order:c}),i.push({coordinates:nl(g[0].rotatepoint(n).smul(-1),1),quantumMove:new d(f[2]),order:c}))}let s=this.generate2dmapping(2880,2160,0,!1,1),u=function(){let a=n.invrot();return function(f,c){let g=new W(0,c[0]*l,-c[1]*l,c[2]*l);g=g.rotatepoint(a);let m=s(f,g);return m[0]/=2880,m[1]=1-m[1]/2160,m}}().bind(this);return{stickers:r,faces:o,axis:i,unswizzle:this.unswizzle.bind(this),notationMapper:this.notationMapper,textureMapper:{getuv:u}}}getGeoNormal(t){let r=this.getInitial3DRotation(),n=this.swizzler.unswizzle(t);for(let o of this.geonormals)if(n===o[1]){let l=nl(o[0].rotatepoint(r),1);return Math.abs(l[0])<Be&&Math.abs(l[2])<Be&&(l[0]=0,l[2]=1e-6),l}}getfaceindex(t){let r=this.stickersperface;return Math.floor(t/r)}textForTwizzleExplorer(){return\`Faces \${this.baseplanerot.length}
20
- Stickers per face \${this.stickersperface}
21
- Short edge \${this.shortedge}
22
- Cubies \${this.cubies.length}
23
- Edge distance \${this.edgedistance}
24
- Vertex distance \${this.vertexdistance}\`}writeSchreierSims(t){let n=this.getOrbitsDef(!1).reassemblySize();t(\`Reassembly size is \${n}\`);let o=tl(this.getMovesAsPerms(),t),l=n/o;t(\`Ratio is \${l}\`)}},W0=class{constructor(t,r){this.pg=t;this.cache={};this.orbitNames=r.orbitnames}lookupMove(t){let r=this.moveToKeyString(t);if(r in this.cache)return this.cache[r];let n=this.pg.parseMove(t);if(this.pg.parsedmovelist){let s=!1;for(let u of this.pg.parsedmovelist)u[1]===n[1]&&u[2]===n[2]&&u[3]===n[3]&&u[4]===n[4]&&(s=!0);if(!s)return}let o=[n[2],n[3]];if(!n[4]){let s=this.pg.moveplanesets[n[1]].length;o=[s-n[3],s-n[2]]}let l=this.pg.getMoveFromBits(o,n[5],!n[4],this.pg.cmovesbyslice[n[1]],void 0,this.pg.movesetorders[n[1]]),i=Xr.transformToKPuzzle(this.orbitNames,l);return this.cache[r]=i,i}moveToKeyString(t){let r="";return t.outerLayer&&(r=r+t.outerLayer+","),t.innerLayer&&(r=r+t.innerLayer+","),r=r+t.family+","+t.amount,r}}});var Q0={};Te(Q0,{PuzzleGeometry:()=>ol,Quat:()=>W,getPuzzleGeometryByDesc:()=>Wi,getPuzzleGeometryByName:()=>en,getpuzzle:()=>O0,getpuzzles:()=>_0,parseOptions:()=>x0,parsePuzzleDescription:()=>Vn,schreierSims:()=>tl});var ll=v(()=>{Ui();Ei();$o();Ti()});function ft(e){return D(this,null,function*(){return(yield Promise.resolve().then(()=>(ll(),Q0))).getPuzzleGeometryByName(e,{allMoves:!0,orientCenters:!0,addRotations:!0})})}function Zn(e){return D(this,null,function*(){return(yield ft(e)).writekpuzzle(!0)})}function Dr(e,t,r){let n={id:e,fullName:t,def:()=>D(this,null,function*(){return Zn(e)}),svg:()=>D(this,null,function*(){return(yield ft(e)).generatesvg()}),pg:()=>D(this,null,function*(){return ft(e)})};return(r==null?void 0:r.inventedBy)&&(n.inventedBy=r.inventedBy),(r==null?void 0:r.inventionYear)&&(n.inventionYear=r.inventionYear),n}function tn(e,t,r){let n=Dr(e,t,r);return n.appearance=At.bind(At,n),n.stickerings=Hr,n}var Fr=v(()=>{Yr()});var q0={};Te(q0,{cube2x2x2KPuzzle:()=>Ut});var Ut,j0=v(()=>{Ut={name:"2x2x2",orbits:{CORNERS:{numPieces:8,orientations:3}},startPieces:{CORNERS:{permutation:[0,1,2,3,4,5,6,7],orientation:[0,0,0,0,0,0,0,0]}},moves:{U:{CORNERS:{permutation:[1,2,3,0,4,5,6,7],orientation:[0,0,0,0,0,0,0,0]}},y:{CORNERS:{permutation:[1,2,3,0,7,4,5,6],orientation:[0,0,0,0,0,0,0,0]}},x:{CORNERS:{permutation:[4,0,3,5,7,6,2,1],orientation:[2,1,2,1,1,2,1,2]}},L:{CORNERS:{permutation:[0,1,6,2,4,3,5,7],orientation:[0,0,2,1,0,2,1,0]}},F:{CORNERS:{permutation:[3,1,2,5,0,4,6,7],orientation:[1,0,0,2,2,1,0,0]}},R:{CORNERS:{permutation:[4,0,2,3,7,5,6,1],orientation:[2,1,0,0,1,0,0,2]}},B:{CORNERS:{permutation:[0,7,1,3,4,5,2,6],orientation:[0,2,1,0,0,0,2,1]}},D:{CORNERS:{permutation:[0,1,2,3,5,6,7,4],orientation:[0,0,0,0,0,0,0,0]}},z:{CORNERS:{permutation:[3,2,6,5,0,4,7,1],orientation:[1,2,1,2,2,1,2,1]}}}};Ut.moves.Rv=Ut.moves.x;Ut.moves.Uv=Ut.moves.y;Ut.moves.Fv=Ut.moves.z;Ut.moves.Lv={CORNERS:{permutation:[1,7,6,2,0,3,5,4],orientation:[2,1,2,1,1,2,1,2]}};Ut.moves.Dv={CORNERS:{permutation:[3,0,1,2,5,6,7,4],orientation:[0,0,0,0,0,0,0,0]}};Ut.moves.Bv={CORNERS:{permutation:[4,7,1,0,5,3,2,6],orientation:[1,2,1,2,2,1,2,1]}}});var K0={};Te(K0,{default:()=>dc});var dc,V0=v(()=>{dc=\`<?xml version="1.0" encoding="UTF-8"?>
25
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
26
- "http://www.w3.org/TR/2001/REC-SVG-20050904/DTD/svg11.dtd">
27
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 520 394" preserveAspectRatio="xMidYMid meet">
28
- <title>2x2x2</title>
29
- <defs>
30
- <g id="sticker">
31
- <rect x="0" y="0" width="1" height="1" stroke="black" stroke-width="0.04px" />
32
- </g>
33
- </defs>
34
- <g id="puzzle" transform="translate(5, 5) scale(60)">
35
- <use id="CORNERS-l0-o0" xlink:href="#sticker" transform="translate(3.2, 1)" style="fill: white"/>
36
- <use id="CORNERS-l0-o1" xlink:href="#sticker" transform="translate(4.4, 2.2)" style="fill: red"/>
37
- <use id="CORNERS-l0-o2" xlink:href="#sticker" transform="translate(3.2, 2.2)" style="fill: limegreen"/>
38
-
39
- <use id="CORNERS-l1-o0" xlink:href="#sticker" transform="translate(3.2, 0)" style="fill: white"/>
40
- <use id="CORNERS-l1-o1" xlink:href="#sticker" transform="translate(6.6, 2.2)" style="fill: #26f"/>
41
- <use id="CORNERS-l1-o2" xlink:href="#sticker" transform="translate(5.4, 2.2)" style="fill: red"/>
42
-
43
- <use id="CORNERS-l2-o0" xlink:href="#sticker" transform="translate(2.2, 0)" style="fill: white"/>
44
- <use id="CORNERS-l2-o1" xlink:href="#sticker" transform="translate(0, 2.2)" style="fill: orange"/>
45
- <use id="CORNERS-l2-o2" xlink:href="#sticker" transform="translate(7.6, 2.2)" style="fill: #26f"/>
46
-
47
- <use id="CORNERS-l3-o0" xlink:href="#sticker" transform="translate(2.2, 1)" style="fill: white"/>
48
- <use id="CORNERS-l3-o1" xlink:href="#sticker" transform="translate(2.2, 2.2)" style="fill: limegreen"/>
49
- <use id="CORNERS-l3-o2" xlink:href="#sticker" transform="translate(1, 2.2)" style="fill: orange"/>
50
-
51
- <use id="CORNERS-l4-o0" xlink:href="#sticker" transform="translate(3.2, 4.4)" style="fill: yellow"/>
52
- <use id="CORNERS-l4-o1" xlink:href="#sticker" transform="translate(3.2, 3.2)" style="fill: limegreen"/>
53
- <use id="CORNERS-l4-o2" xlink:href="#sticker" transform="translate(4.4, 3.2)" style="fill: red"/>
54
-
55
- <use id="CORNERS-l5-o0" xlink:href="#sticker" transform="translate(2.2, 4.4)" style="fill: yellow"/>
56
- <use id="CORNERS-l5-o1" xlink:href="#sticker" transform="translate(1, 3.2)" style="fill: orange"/>
57
- <use id="CORNERS-l5-o2" xlink:href="#sticker" transform="translate(2.2, 3.2)" style="fill: limegreen"/>
58
-
59
- <use id="CORNERS-l6-o0" xlink:href="#sticker" transform="translate(2.2, 5.4)" style="fill: yellow"/>
60
- <use id="CORNERS-l6-o1" xlink:href="#sticker" transform="translate(7.6, 3.2)" style="fill: #26f"/>
61
- <use id="CORNERS-l6-o2" xlink:href="#sticker" transform="translate(0, 3.2)" style="fill: orange"/>
62
-
63
- <use id="CORNERS-l7-o0" xlink:href="#sticker" transform="translate(3.2, 5.4)" style="fill: yellow"/>
64
- <use id="CORNERS-l7-o1" xlink:href="#sticker" transform="translate(5.4, 3.2)" style="fill: red"/>
65
- <use id="CORNERS-l7-o2" xlink:href="#sticker" transform="translate(6.6, 3.2)" style="fill: #26f"/>
66
- </g>
67
-
68
- </svg>\`});var Xn,H0=v(()=>{Fr();Yr();Xn={id:"2x2x2",fullName:"2\\xD72\\xD72 Cube",def:()=>D(void 0,null,function*(){return(yield Promise.resolve().then(()=>(j0(),q0))).cube2x2x2KPuzzle}),svg:()=>D(void 0,null,function*(){return(yield Promise.resolve().then(()=>(V0(),K0))).default}),pg:()=>D(void 0,null,function*(){return ft("2x2x2")}),appearance:e=>At(Xn,e),stickerings:Hr}});var Y0={};Te(Y0,{default:()=>Lc});var Lc,Z0=v(()=>{Lc=\`<?xml version="1.0" encoding="UTF-8"?>
69
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
70
- "http://www.w3.org/TR/2001/REC-SVG-20050904/DTD/svg11.dtd">
71
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 518 392" preserveAspectRatio="xMidYMid meet">
72
- <title>3x3x3</title>
73
- <defs>
74
- <g id="sticker">
75
- <rect x="0" y="0" width="1" height="1" stroke="black" stroke-width="0.04px" />
76
- </g>
77
- </defs>
78
-
79
- <!-- 0 1 2 3 4 5 6 7 8 9 10 11 -->
80
- <!-- | | | | | | | | | | | |<- -->
81
- <!-- 0 - . . . -->
82
- <!-- 1 - . . . -->
83
- <!-- 2 - . . . -->
84
- <!-- 3 - . . . . . . . . . . . . -->
85
- <!-- 4 - . . . . . . . . . . . . -->
86
- <!-- 5 - . . . . . . . . . . . . -->
87
- <!-- 6 - . . . -->
88
- <!-- 7 - . . . -->
89
- <!-- 8 - . . . -->
90
-
91
- <g id="puzzle" transform="translate(5,5) scale(40)">
92
- <!-- CORNERS -->
93
- <use id="CORNERS-l0-o0" xlink:href="#sticker" transform="translate(5.3,2.1)" style="fill: white"/>
94
- <use id="CORNERS-l0-o1" xlink:href="#sticker" transform="translate(6.5,3.3)" style="fill: red"/>
95
- <use id="CORNERS-l0-o2" xlink:href="#sticker" transform="translate(5.3,3.3)" style="fill: limegreen"/>
96
-
97
- <use id="CORNERS-l1-o0" xlink:href="#sticker" transform="translate(5.3,0.1)" style="fill: white"/>
98
- <use id="CORNERS-l1-o1" xlink:href="#sticker" transform="translate(9.7,3.3)" style="fill: #26f"/>
99
- <use id="CORNERS-l1-o2" xlink:href="#sticker" transform="translate(8.5,3.3)" style="fill: red"/>
100
-
101
- <use id="CORNERS-l2-o0" xlink:href="#sticker" transform="translate(3.3,0.1)" style="fill: white"/>
102
- <use id="CORNERS-l2-o1" xlink:href="#sticker" transform="translate(0.1,3.3)" style="fill: orange"/>
103
- <use id="CORNERS-l2-o2" xlink:href="#sticker" transform="translate(11.7,3.3)" style="fill: #26f"/>
104
-
105
- <use id="CORNERS-l3-o0" xlink:href="#sticker" transform="translate(3.3,2.1)" style="fill: white"/>
106
- <use id="CORNERS-l3-o1" xlink:href="#sticker" transform="translate(3.3,3.3)" style="fill: limegreen"/>
107
- <use id="CORNERS-l3-o2" xlink:href="#sticker" transform="translate(2.1,3.3)" style="fill: orange"/>
108
-
109
- <use id="CORNERS-l4-o0" xlink:href="#sticker" transform="translate(5.3,6.5)" style="fill: yellow"/>
110
- <use id="CORNERS-l4-o1" xlink:href="#sticker" transform="translate(5.3,5.3)" style="fill: limegreen"/>
111
- <use id="CORNERS-l4-o2" xlink:href="#sticker" transform="translate(6.5,5.3)" style="fill: red"/>
112
-
113
- <use id="CORNERS-l5-o0" xlink:href="#sticker" transform="translate(3.3,6.5)" style="fill: yellow"/>
114
- <use id="CORNERS-l5-o1" xlink:href="#sticker" transform="translate(2.1,5.3)" style="fill: orange"/>
115
- <use id="CORNERS-l5-o2" xlink:href="#sticker" transform="translate(3.3,5.3)" style="fill: limegreen"/>
116
-
117
- <use id="CORNERS-l6-o0" xlink:href="#sticker" transform="translate(3.3,8.5)" style="fill: yellow"/>
118
- <use id="CORNERS-l6-o1" xlink:href="#sticker" transform="translate(11.7,5.3)" style="fill: #26f"/>
119
- <use id="CORNERS-l6-o2" xlink:href="#sticker" transform="translate(0.1,5.3)" style="fill: orange"/>
120
-
121
- <use id="CORNERS-l7-o0" xlink:href="#sticker" transform="translate(5.3,8.5)" style="fill: yellow"/>
122
- <use id="CORNERS-l7-o1" xlink:href="#sticker" transform="translate(8.5,5.3)" style="fill: red"/>
123
- <use id="CORNERS-l7-o2" xlink:href="#sticker" transform="translate(9.7,5.3)" style="fill: #26f"/>
124
-
125
- <!-- EDGES -->
126
- <use id="EDGES-l0-o0" xlink:href="#sticker" transform="translate(4.3,2.1)" style="fill: white"/>
127
- <use id="EDGES-l0-o1" xlink:href="#sticker" transform="translate(4.3,3.3)" style="fill: limegreen"/>
128
-
129
- <use id="EDGES-l1-o0" xlink:href="#sticker" transform="translate(5.3,1.1)" style="fill: white"/>
130
- <use id="EDGES-l1-o1" xlink:href="#sticker" transform="translate(7.5,3.3)" style="fill: red"/>
131
-
132
- <use id="EDGES-l2-o0" xlink:href="#sticker" transform="translate(4.3,0.1)" style="fill: white"/>
133
- <use id="EDGES-l2-o1" xlink:href="#sticker" transform="translate(10.7,3.3)" style="fill: #26f"/>
134
-
135
- <use id="EDGES-l3-o0" xlink:href="#sticker" transform="translate(3.3,1.1)" style="fill: white"/>
136
- <use id="EDGES-l3-o1" xlink:href="#sticker" transform="translate(1.1,3.3)" style="fill: orange"/>
137
-
138
- <use id="EDGES-l4-o0" xlink:href="#sticker" transform="translate(4.3,6.5)" style="fill: yellow"/>
139
- <use id="EDGES-l4-o1" xlink:href="#sticker" transform="translate(4.3,5.3)" style="fill: limegreen"/>
140
-
141
- <use id="EDGES-l5-o0" xlink:href="#sticker" transform="translate(5.3,7.5)" style="fill: yellow"/>
142
- <use id="EDGES-l5-o1" xlink:href="#sticker" transform="translate(7.5,5.3)" style="fill: red"/>
143
-
144
- <use id="EDGES-l6-o0" xlink:href="#sticker" transform="translate(4.3,8.5)" style="fill: yellow"/>
145
- <use id="EDGES-l6-o1" xlink:href="#sticker" transform="translate(10.7,5.3)" style="fill: #26f"/>
146
-
147
- <use id="EDGES-l7-o0" xlink:href="#sticker" transform="translate(3.3,7.5)" style="fill: yellow"/>
148
- <use id="EDGES-l7-o1" xlink:href="#sticker" transform="translate(1.1,5.3)" style="fill: orange"/>
149
-
150
- <use id="EDGES-l8-o0" xlink:href="#sticker" transform="translate(5.3,4.3)" style="fill: limegreen"/>
151
- <use id="EDGES-l8-o1" xlink:href="#sticker" transform="translate(6.5,4.3)" style="fill: red"/>
152
-
153
- <use id="EDGES-l9-o0" xlink:href="#sticker" transform="translate(3.3,4.3)" style="fill: limegreen"/>
154
- <use id="EDGES-l9-o1" xlink:href="#sticker" transform="translate(2.1,4.3)" style="fill: orange"/>
155
-
156
- <use id="EDGES-l10-o0" xlink:href="#sticker" transform="translate(9.7,4.3)" style="fill: #26f"/>
157
- <use id="EDGES-l10-o1" xlink:href="#sticker" transform="translate(8.5,4.3)" style="fill: red"/>
158
-
159
- <use id="EDGES-l11-o0" xlink:href="#sticker" transform="translate(11.7,4.3)" style="fill: #26f"/>
160
- <use id="EDGES-l11-o1" xlink:href="#sticker" transform="translate(0.1,4.3)" style="fill: orange"/>
161
-
162
- <!-- CENTERS -->
163
- <!-- TODO: Allow the same sticker to be reused for multiple orientations -->
164
- <use id="CENTERS-l0-o0" xlink:href="#sticker" transform="translate(4.3,1.1)" style="fill: white"/>
165
- <use id="CENTERS-l0-o1" xlink:href="#sticker" transform="translate(4.3,1.1)" style="fill: white"/>
166
- <use id="CENTERS-l0-o2" xlink:href="#sticker" transform="translate(4.3,1.1)" style="fill: white"/>
167
- <use id="CENTERS-l0-o3" xlink:href="#sticker" transform="translate(4.3,1.1)" style="fill: white"/>
168
-
169
- <use id="CENTERS-l1-o0" xlink:href="#sticker" transform="translate(1.1,4.3)" style="fill: orange"/>
170
- <use id="CENTERS-l1-o1" xlink:href="#sticker" transform="translate(1.1,4.3)" style="fill: orange"/>
171
- <use id="CENTERS-l1-o2" xlink:href="#sticker" transform="translate(1.1,4.3)" style="fill: orange"/>
172
- <use id="CENTERS-l1-o3" xlink:href="#sticker" transform="translate(1.1,4.3)" style="fill: orange"/>
173
-
174
- <use id="CENTERS-l2-o0" xlink:href="#sticker" transform="translate(4.3,4.3)" style="fill: limegreen"/>
175
- <use id="CENTERS-l2-o1" xlink:href="#sticker" transform="translate(4.3,4.3)" style="fill: limegreen"/>
176
- <use id="CENTERS-l2-o2" xlink:href="#sticker" transform="translate(4.3,4.3)" style="fill: limegreen"/>
177
- <use id="CENTERS-l2-o3" xlink:href="#sticker" transform="translate(4.3,4.3)" style="fill: limegreen"/>
178
-
179
- <use id="CENTERS-l3-o0" xlink:href="#sticker" transform="translate(7.5,4.3)" style="fill: red"/>
180
- <use id="CENTERS-l3-o1" xlink:href="#sticker" transform="translate(7.5,4.3)" style="fill: red"/>
181
- <use id="CENTERS-l3-o2" xlink:href="#sticker" transform="translate(7.5,4.3)" style="fill: red"/>
182
- <use id="CENTERS-l3-o3" xlink:href="#sticker" transform="translate(7.5,4.3)" style="fill: red"/>
183
-
184
- <use id="CENTERS-l4-o0" xlink:href="#sticker" transform="translate(10.7,4.3)" style="fill: #26f"/>
185
- <use id="CENTERS-l4-o1" xlink:href="#sticker" transform="translate(10.7,4.3)" style="fill: #26f"/>
186
- <use id="CENTERS-l4-o2" xlink:href="#sticker" transform="translate(10.7,4.3)" style="fill: #26f"/>
187
- <use id="CENTERS-l4-o3" xlink:href="#sticker" transform="translate(10.7,4.3)" style="fill: #26f"/>
188
-
189
- <use id="CENTERS-l5-o0" xlink:href="#sticker" transform="translate(4.3,7.5)" style="fill: yellow"/>
190
- <use id="CENTERS-l5-o1" xlink:href="#sticker" transform="translate(4.3,7.5)" style="fill: yellow"/>
191
- <use id="CENTERS-l5-o2" xlink:href="#sticker" transform="translate(4.3,7.5)" style="fill: yellow"/>
192
- <use id="CENTERS-l5-o3" xlink:href="#sticker" transform="translate(4.3,7.5)" style="fill: yellow"/>
193
- </g>
194
-
195
- </svg>\`});var X0={};Te(X0,{default:()=>hc});var hc,J0=v(()=>{hc=\`<?xml version="1.0" encoding="UTF-8"?>
196
- <svg width="288px" height="288px" viewBox="-16 -16 288 288" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
197
- <title>3x3x3 LL</title>
198
- <defs>
199
- <g id="sticker">
200
- <rect x="-10" y="-10" width="1" height="1" stroke="black" stroke-width="0.04px" />
201
- </g>
202
- </defs>
203
- <g id="3x3x3-LL" stroke="none" stroke-width="4" style="none" stroke-linejoin="round">
204
- <rect id="CENTERS-l0-o0" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
205
- <rect id="CENTERS-l0-o1" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
206
- <rect id="CENTERS-l0-o2" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
207
- <rect id="CENTERS-l0-o3" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
208
-
209
- <rect id="CORNERS-l0-o0" stroke="#000000" style="fill: white" x="160" y="160" width="64" height="64"></rect>
210
- <polygon id="CORNERS-l0-o1" stroke="#000000" style="fill: red" points="224 160 252 160 252 252 224 224"></polygon>
211
- <polygon id="CORNERS-l0-o2" stroke="#000000" style="fill: limegreen" transform="translate(206, 238) scale(1, -1) rotate(-90) translate(-206, -238) " points="192 192 220 192 220 284 192 256"></polygon>
212
- <rect id="CORNERS-l1-o0" stroke="#000000" style="fill: white" x="160" y="32" width="64" height="64"></rect>
213
- <polygon id="CORNERS-l1-o1" stroke="#000000" style="fill: #26f" transform="translate(206, 18) rotate(-90) translate(-206, -18) " points="192 -28 220 -28 220 64 192 36"></polygon>
214
- <polygon id="CORNERS-l1-o2" stroke="#000000" style="fill: red" transform="translate(238, 50) scale(1, -1) translate(-238, -50) " points="224 4 252 4 252 96 224 68"></polygon>
215
- <rect id="CORNERS-l2-o0" stroke="#000000" style="fill: white" x="32" y="32" width="64" height="64"></rect>
216
- <polygon id="CORNERS-l2-o1" stroke="#000000" style="fill: orange" transform="translate(18, 50) scale(-1, -1) translate(-18, -50) " points="4 4 32 4 32 96 4 68"></polygon>
217
- <polygon id="CORNERS-l2-o2" stroke="#000000" style="fill: #26f" transform="translate(50, 18) scale(1, -1) rotate(90) translate(-50, -18) " points="36 -28 64 -28 64 64 36 36"></polygon>
218
- <rect id="CORNERS-l3-o0" stroke="#000000" style="fill: white" x="32" y="160" width="64" height="64"></rect>
219
- <polygon id="CORNERS-l3-o1" stroke="#000000" style="fill: limegreen" transform="translate(50, 238) rotate(90) translate(-50, -238) " points="36 192 64 192 64 284 36 256"></polygon>
220
- <polygon id="CORNERS-l3-o2" stroke="#000000" style="fill: orange" transform="translate(18, 206) scale(-1, 1) translate(-18, -206) " points="4 160 32 160 32 252 4 224"></polygon>
221
-
222
- <rect id="EDGES-l0-o0" stroke="#000000" style="fill: white" x="96" y="160" width="64" height="64"></rect>
223
- <rect id="EDGES-l0-o1" stroke="#000000" style="fill: limegreen" transform="translate(128, 238) scale(1, -1) rotate(90) translate(-128, -238) " x="114" y="206" width="28" height="64"></rect>
224
- <rect id="EDGES-l1-o0" stroke="#000000" style="fill: white" x="160" y="96" width="64" height="64"></rect>
225
- <rect id="EDGES-l1-o1" stroke="#000000" style="fill: red" x="224" y="96" width="28" height="64"></rect>
226
- <rect id="EDGES-l2-o0" stroke="#000000" style="fill: white" x="96" y="32" width="64" height="64"></rect>
227
- <rect id="EDGES-l2-o1" stroke="#000000" style="fill: #26f" transform="translate(128, 18) scale(1, -1) rotate(90) translate(-128, -18) " x="114" y="-14" width="28" height="64"></rect>
228
- <rect id="EDGES-l3-o0" stroke="#000000" style="fill: white" x="32" y="96" width="64" height="64"></rect>
229
- <rect id="EDGES-l3-o1" stroke="#000000" style="fill: orange" x="4" y="96" width="28" height="64"></rect>
230
-
231
- </g>
232
- <g style="opacity: 0">
233
- <!-- CORNERS -->
234
- <use id="CORNERS-l4-o0" xlink:href="#sticker" style="fill: yellow"/>
235
- <use id="CORNERS-l4-o1" xlink:href="#sticker" style="fill: limegreen"/>
236
- <use id="CORNERS-l4-o2" xlink:href="#sticker" style="fill: red"/>
237
-
238
- <use id="CORNERS-l5-o0" xlink:href="#sticker" style="fill: yellow"/>
239
- <use id="CORNERS-l5-o1" xlink:href="#sticker" style="fill: orange"/>
240
- <use id="CORNERS-l5-o2" xlink:href="#sticker" style="fill: limegreen"/>
241
-
242
- <use id="CORNERS-l6-o0" xlink:href="#sticker" style="fill: yellow"/>
243
- <use id="CORNERS-l6-o1" xlink:href="#sticker" style="fill: #26f"/>
244
- <use id="CORNERS-l6-o2" xlink:href="#sticker" style="fill: orange"/>
245
-
246
- <use id="CORNERS-l7-o0" xlink:href="#sticker" style="fill: yellow"/>
247
- <use id="CORNERS-l7-o1" xlink:href="#sticker" style="fill: red"/>
248
- <use id="CORNERS-l7-o2" xlink:href="#sticker" style="fill: #26f"/>
249
-
250
- <!-- EDGES -->
251
- <use id="EDGES-l4-o0" xlink:href="#sticker" style="fill: yellow"/>
252
- <use id="EDGES-l4-o1" xlink:href="#sticker" style="fill: limegreen"/>
253
-
254
- <use id="EDGES-l5-o0" xlink:href="#sticker" style="fill: yellow"/>
255
- <use id="EDGES-l5-o1" xlink:href="#sticker" style="fill: red"/>
256
-
257
- <use id="EDGES-l6-o0" xlink:href="#sticker" style="fill: yellow"/>
258
- <use id="EDGES-l6-o1" xlink:href="#sticker" style="fill: #26f"/>
259
-
260
- <use id="EDGES-l7-o0" xlink:href="#sticker" style="fill: yellow"/>
261
- <use id="EDGES-l7-o1" xlink:href="#sticker" style="fill: orange"/>
262
-
263
- <use id="EDGES-l8-o0" xlink:href="#sticker" style="fill: limegreen"/>
264
- <use id="EDGES-l8-o1" xlink:href="#sticker" style="fill: red"/>
265
-
266
- <use id="EDGES-l9-o0" xlink:href="#sticker" style="fill: limegreen"/>
267
- <use id="EDGES-l9-o1" xlink:href="#sticker" style="fill: orange"/>
268
-
269
- <use id="EDGES-l10-o0" xlink:href="#sticker" style="fill: #26f"/>
270
- <use id="EDGES-l10-o1" xlink:href="#sticker" style="fill: red"/>
271
-
272
- <use id="EDGES-l11-o0" xlink:href="#sticker" style="fill: #26f"/>
273
- <use id="EDGES-l11-o1" xlink:href="#sticker" style="fill: orange"/>
274
-
275
- <!-- CENTERS -->
276
- <!-- TODO: Allow the same sticker to be reused for multiple orientations -->
277
- <use id="CENTERS-l1-o0" xlink:href="#sticker" style="fill: orange"/>
278
- <use id="CENTERS-l1-o1" xlink:href="#sticker" style="fill: orange"/>
279
- <use id="CENTERS-l1-o2" xlink:href="#sticker" style="fill: orange"/>
280
- <use id="CENTERS-l1-o3" xlink:href="#sticker" style="fill: orange"/>
281
-
282
- <use id="CENTERS-l2-o0" xlink:href="#sticker" style="fill: limegreen"/>
283
- <use id="CENTERS-l2-o1" xlink:href="#sticker" style="fill: limegreen"/>
284
- <use id="CENTERS-l2-o2" xlink:href="#sticker" style="fill: limegreen"/>
285
- <use id="CENTERS-l2-o3" xlink:href="#sticker" style="fill: limegreen"/>
286
-
287
- <use id="CENTERS-l3-o0" xlink:href="#sticker" style="fill: red"/>
288
- <use id="CENTERS-l3-o1" xlink:href="#sticker" style="fill: red"/>
289
- <use id="CENTERS-l3-o2" xlink:href="#sticker" style="fill: red"/>
290
- <use id="CENTERS-l3-o3" xlink:href="#sticker" style="fill: red"/>
291
-
292
- <use id="CENTERS-l4-o0" xlink:href="#sticker" style="fill: #26f"/>
293
- <use id="CENTERS-l4-o1" xlink:href="#sticker" style="fill: #26f"/>
294
- <use id="CENTERS-l4-o2" xlink:href="#sticker" style="fill: #26f"/>
295
- <use id="CENTERS-l4-o3" xlink:href="#sticker" style="fill: #26f"/>
296
-
297
- <use id="CENTERS-l5-o0" xlink:href="#sticker" style="fill: yellow"/>
298
- <use id="CENTERS-l5-o1" xlink:href="#sticker" style="fill: yellow"/>
299
- <use id="CENTERS-l5-o2" xlink:href="#sticker" style="fill: yellow"/>
300
- <use id="CENTERS-l5-o3" xlink:href="#sticker" style="fill: yellow"/>
301
- </g>
302
- </svg>\`});var qi,$0=v(()=>{Rt();Fr();Yr();qi={id:"3x3x3",fullName:"3\\xD73\\xD73 Cube",inventedBy:["Ern\\u0151 Rubik"],inventionYear:1974,def:()=>D(void 0,null,function*(){return ue}),svg:()=>D(void 0,null,function*(){return(yield Promise.resolve().then(()=>(Z0(),Y0))).default}),llSVG:()=>D(void 0,null,function*(){return(yield Promise.resolve().then(()=>(J0(),X0))).default}),pg:()=>D(void 0,null,function*(){return ft("3x3x3")}),appearance:e=>At(qi,e),stickerings:Hr}});var e2={};Te(e2,{clockKPuzzle:()=>Rc});var Rc,t2=v(()=>{Rc={name:"Clock",orbits:{DIALS:{numPieces:18,orientations:12},FACES:{numPieces:18,orientations:1},FRAME:{numPieces:1,orientations:2}},startPieces:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},moves:{UR_PLUS_:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,1,1,0,1,1,0,0,0,-1,0,0,0,0,0,0,0,0]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},DR_PLUS_:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,-1,0,0]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},DL_PLUS_:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,-1]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},UL_PLUS_:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[1,1,0,1,1,0,0,0,0,0,0,-1,0,0,0,0,0,0]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},U_PLUS_:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[1,1,1,1,1,1,0,0,0,-1,0,-1,0,0,0,0,0,0]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},R_PLUS_:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,1,1,0,1,1,0,1,1,-1,0,0,0,0,0,-1,0,0]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},D_PLUS_:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,-1,0,-1]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},L_PLUS_:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[1,1,0,1,1,0,1,1,0,0,0,-1,0,0,0,0,0,-1]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},ALL_PLUS_:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[1,1,1,1,1,1,1,1,1,-1,0,-1,0,0,0,-1,0,-1]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},y2:{DIALS:{permutation:[9,10,11,12,13,14,15,16,17,0,1,2,3,4,5,6,7,8],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FACES:{permutation:[9,10,11,12,13,14,15,16,17,0,1,2,3,4,5,6,7,8],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[1]}},UL:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},UR:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},DL:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}},DR:{DIALS:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FACES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},FRAME:{permutation:[0],orientation:[0]}}}}});var r2={};Te(r2,{default:()=>Ac});var Ac,n2=v(()=>{Ac=\`<?xml version="1.0" encoding="UTF-8"?>
303
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 480 240" preserveAspectRatio="xMidYMid meet">
304
- <title>clock</title>
305
- <defs>
306
- <g id="hand" transform="translate(-20, -20)">
307
- <path d="M19.9995197,2.22079449 L23.8791657,19.0203611 C23.9580836,19.3338406 24,19.6620253 24,20 C24,22.209139 22.209139,24 20,24 C17.790861,24 16,22.209139 16,20 C16,19.6620253 16.0419164,19.3338406 16.1208343,19.0203611 L19.9995197,2.22079449 Z"></path>
308
- </g>
309
- <g id="cardinal_hours" style="fill: #FFFFFF">
310
- <circle cx="0" cy="24" r="2"></circle>
311
- <circle cx="-24" cy="0" r="2"></circle>
312
- <circle cx="24" cy="0" r="2"></circle>
313
- <circle cx="0" cy="-24" r="2"></circle>
314
- </g>
315
- <g id="face_hours">
316
- <g>
317
- <use xlink:href="#cardinal_hours"/>
318
- </g>
319
- <g transform="rotate(30)">
320
- <use xlink:href="#cardinal_hours"/>
321
- </g>
322
- <g transform="rotate(60)">
323
- <use xlink:href="#cardinal_hours"/>
324
- </g>
325
- </g>
326
- <g id="pegs" stroke="#000000" style="fill: #FFD000">
327
- <circle id="PEG4" cx="90" cy="90" r="10"></circle>
328
- <circle id="PEG3" cx="30" cy="90" r="10"></circle>
329
- <circle id="PEG2" cx="90" cy="30" r="10"></circle>
330
- <circle id="PEG1" cx="30" cy="30" r="10"></circle>
331
- </g>
332
- <g id="frame" transform="translate(-24, -24)">
333
- <path stroke="#000000" d="M120,20 C137.495665,20 153.941932,24.4930026 168.247913,32.3881183 C171.855881,30.8514056 175.828512,30 180,30 C196.568542,30 210,43.4314575 210,60 C210,64.1714878 209.148594,68.1441192 207.610077,71.7536009 C215.506997,86.0580678 220,102.504335 220,120 C220,137.495665 215.506997,153.941932 207.611882,168.247913 C209.148594,171.855881 210,175.828512 210,180 C210,196.568542 196.568542,210 180,210 C175.828512,210 171.855881,209.148594 168.246399,207.610077 C153.941932,215.506997 137.495665,220 120,220 C102.504335,220 86.0580678,215.506997 71.7520869,207.611882 C68.1441192,209.148594 64.1714878,210 60,210 C43.4314575,210 30,196.568542 30,180 C30,175.828512 30.8514056,171.855881 32.3899234,168.246399 C24.4930026,153.941932 20,137.495665 20,120 C20,102.504335 24.4930026,86.0580678 32.3881183,71.7520869 C30.8514056,68.1441192 30,64.1714878 30,60 C30,43.4314575 43.4314575,30 60,30 C64.1714878,30 68.1441192,30.8514056 71.7536009,32.3899234 C86.0580678,24.4930026 102.504335,20 120,20 Z"></path>
334
- </g>
335
- </defs>
336
- <g>
337
- <g transform="translate(24, 24)">
338
- <use xlink:href="#frame" id="FRAME-l0-o0" style="fill: #0C5093"/>
339
- <use xlink:href="#pegs" transform="translate(36, 36)"/>
340
- <g transform="translate(36, 36)">
341
- <circle id="FACES-l0-o0" stroke="#000000" style="fill: #90B8DF" r="20"></circle>
342
- <use xlink:href="#face_hours"/>
343
- <g>
344
- <use id="DIALS-l0-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
345
- <use id="DIALS-l0-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
346
- <use id="DIALS-l0-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
347
- <use id="DIALS-l0-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
348
- <use id="DIALS-l0-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
349
- <use id="DIALS-l0-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
350
- <use id="DIALS-l0-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
351
- <use id="DIALS-l0-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
352
- <use id="DIALS-l0-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
353
- <use id="DIALS-l0-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
354
- <use id="DIALS-l0-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
355
- <use id="DIALS-l0-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
356
- </g>
357
- </g>
358
- <g transform="translate(96, 36)">
359
- <circle id="FACES-l1-o0" stroke="#000000" style="fill: #90B8DF" r="20"></circle>
360
- <use xlink:href="#face_hours"/>
361
- <g>
362
- <use id="DIALS-l1-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
363
- <use id="DIALS-l1-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
364
- <use id="DIALS-l1-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
365
- <use id="DIALS-l1-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
366
- <use id="DIALS-l1-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
367
- <use id="DIALS-l1-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
368
- <use id="DIALS-l1-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
369
- <use id="DIALS-l1-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
370
- <use id="DIALS-l1-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
371
- <use id="DIALS-l1-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
372
- <use id="DIALS-l1-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
373
- <use id="DIALS-l1-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
374
- </g>
375
- </g>
376
- <g transform="translate(156, 36)">
377
- <circle id="FACES-l2-o0" stroke="#000000" style="fill: #90B8DF" r="20"></circle>
378
- <use xlink:href="#face_hours"/>
379
- <g>
380
- <use id="DIALS-l2-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
381
- <use id="DIALS-l2-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
382
- <use id="DIALS-l2-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
383
- <use id="DIALS-l2-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
384
- <use id="DIALS-l2-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
385
- <use id="DIALS-l2-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
386
- <use id="DIALS-l2-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
387
- <use id="DIALS-l2-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
388
- <use id="DIALS-l2-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
389
- <use id="DIALS-l2-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
390
- <use id="DIALS-l2-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
391
- <use id="DIALS-l2-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
392
- </g>
393
- </g>
394
- <g transform="translate(36, 96)">
395
- <circle id="FACES-l3-o0" stroke="#000000" style="fill: #90B8DF" r="20"></circle>
396
- <use xlink:href="#face_hours"/>
397
- <g>
398
- <use id="DIALS-l3-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
399
- <use id="DIALS-l3-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
400
- <use id="DIALS-l3-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
401
- <use id="DIALS-l3-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
402
- <use id="DIALS-l3-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
403
- <use id="DIALS-l3-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
404
- <use id="DIALS-l3-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
405
- <use id="DIALS-l3-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
406
- <use id="DIALS-l3-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
407
- <use id="DIALS-l3-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
408
- <use id="DIALS-l3-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
409
- <use id="DIALS-l3-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
410
- </g>
411
- </g>
412
- <g transform="translate(96, 96)">
413
- <circle id="FACES-l4-o0" stroke="#000000" style="fill: #90B8DF" r="20"></circle>
414
- <use xlink:href="#face_hours"/>
415
- <g>
416
- <use id="DIALS-l4-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
417
- <use id="DIALS-l4-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
418
- <use id="DIALS-l4-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
419
- <use id="DIALS-l4-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
420
- <use id="DIALS-l4-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
421
- <use id="DIALS-l4-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
422
- <use id="DIALS-l4-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
423
- <use id="DIALS-l4-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
424
- <use id="DIALS-l4-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
425
- <use id="DIALS-l4-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
426
- <use id="DIALS-l4-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
427
- <use id="DIALS-l4-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
428
- </g>
429
- </g>
430
- <g transform="translate(156, 96)">
431
- <circle id="FACES-l5-o0" stroke="#000000" style="fill: #90B8DF" r="20"></circle>
432
- <use xlink:href="#face_hours"/>
433
- <g>
434
- <use id="DIALS-l5-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
435
- <use id="DIALS-l5-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
436
- <use id="DIALS-l5-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
437
- <use id="DIALS-l5-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
438
- <use id="DIALS-l5-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
439
- <use id="DIALS-l5-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
440
- <use id="DIALS-l5-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
441
- <use id="DIALS-l5-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
442
- <use id="DIALS-l5-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
443
- <use id="DIALS-l5-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
444
- <use id="DIALS-l5-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
445
- <use id="DIALS-l5-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
446
- </g>
447
- </g>
448
- <g transform="translate(36, 156)">
449
- <circle id="FACES-l6-o0" stroke="#000000" style="fill: #90B8DF" r="20"></circle>
450
- <use xlink:href="#face_hours"/>
451
- <g>
452
- <use id="DIALS-l6-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
453
- <use id="DIALS-l6-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
454
- <use id="DIALS-l6-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
455
- <use id="DIALS-l6-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
456
- <use id="DIALS-l6-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
457
- <use id="DIALS-l6-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
458
- <use id="DIALS-l6-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
459
- <use id="DIALS-l6-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
460
- <use id="DIALS-l6-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
461
- <use id="DIALS-l6-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
462
- <use id="DIALS-l6-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
463
- <use id="DIALS-l6-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
464
- </g>
465
- </g>
466
- <g transform="translate(96, 156)">
467
- <circle id="FACES-l7-o0" stroke="#000000" style="fill: #90B8DF" r="20"></circle>
468
- <use xlink:href="#face_hours"/>
469
- <g>
470
- <use id="DIALS-l7-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
471
- <use id="DIALS-l7-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
472
- <use id="DIALS-l7-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
473
- <use id="DIALS-l7-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
474
- <use id="DIALS-l7-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
475
- <use id="DIALS-l7-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
476
- <use id="DIALS-l7-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
477
- <use id="DIALS-l7-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
478
- <use id="DIALS-l7-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
479
- <use id="DIALS-l7-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
480
- <use id="DIALS-l7-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
481
- <use id="DIALS-l7-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
482
- </g>
483
- </g>
484
- <g transform="translate(156, 156)">
485
- <circle id="FACES-l8-o0" stroke="#000000" style="fill: #90B8DF" r="20"></circle>
486
- <use xlink:href="#face_hours"/>
487
- <g>
488
- <use id="DIALS-l8-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
489
- <use id="DIALS-l8-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
490
- <use id="DIALS-l8-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
491
- <use id="DIALS-l8-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
492
- <use id="DIALS-l8-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
493
- <use id="DIALS-l8-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
494
- <use id="DIALS-l8-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
495
- <use id="DIALS-l8-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
496
- <use id="DIALS-l8-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
497
- <use id="DIALS-l8-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
498
- <use id="DIALS-l8-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
499
- <use id="DIALS-l8-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
500
- </g>
501
- </g>
502
- </g>
503
- <g transform="translate(264, 24)">
504
- <use xlink:href="#frame" id="FRAME-l0-o1" style="fill: #90B8DF"/>
505
- <use xlink:href="#pegs" transform="translate(36, 36)"/>
506
- <g transform="translate(36, 36)">
507
- <circle id="FACES-l9-o0" stroke="#000000" style="fill: #0C5093" r="20"></circle>
508
- <use xlink:href="#face_hours"/>
509
- <g>
510
- <use id="DIALS-l9-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
511
- <use id="DIALS-l9-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
512
- <use id="DIALS-l9-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
513
- <use id="DIALS-l9-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
514
- <use id="DIALS-l9-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
515
- <use id="DIALS-l9-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
516
- <use id="DIALS-l9-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
517
- <use id="DIALS-l9-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
518
- <use id="DIALS-l9-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
519
- <use id="DIALS-l9-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
520
- <use id="DIALS-l9-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
521
- <use id="DIALS-l9-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
522
- </g>
523
- </g>
524
- <g transform="translate(96, 36)">
525
- <circle id="FACES-l10-o0" stroke="#000000" style="fill: #0C5093" r="20"></circle>
526
- <use xlink:href="#face_hours"/>
527
- <g>
528
- <use id="DIALS-l10-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
529
- <use id="DIALS-l10-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
530
- <use id="DIALS-l10-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
531
- <use id="DIALS-l10-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
532
- <use id="DIALS-l10-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
533
- <use id="DIALS-l10-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
534
- <use id="DIALS-l10-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
535
- <use id="DIALS-l10-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
536
- <use id="DIALS-l10-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
537
- <use id="DIALS-l10-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
538
- <use id="DIALS-l10-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
539
- <use id="DIALS-l10-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
540
- </g>
541
- </g>
542
- <g transform="translate(156, 36)">
543
- <circle id="FACES-l11-o0" stroke="#000000" style="fill: #0C5093" r="20"></circle>
544
- <use xlink:href="#face_hours"/>
545
- <g>
546
- <use id="DIALS-l11-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
547
- <use id="DIALS-l11-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
548
- <use id="DIALS-l11-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
549
- <use id="DIALS-l11-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
550
- <use id="DIALS-l11-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
551
- <use id="DIALS-l11-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
552
- <use id="DIALS-l11-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
553
- <use id="DIALS-l11-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
554
- <use id="DIALS-l11-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
555
- <use id="DIALS-l11-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
556
- <use id="DIALS-l11-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
557
- <use id="DIALS-l11-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
558
- </g>
559
- </g>
560
- <g transform="translate(36, 96)">
561
- <circle id="FACES-l12-o0" stroke="#000000" style="fill: #0C5093" r="20"></circle>
562
- <use xlink:href="#face_hours"/>
563
- <g>
564
- <use id="DIALS-l12-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
565
- <use id="DIALS-l12-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
566
- <use id="DIALS-l12-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
567
- <use id="DIALS-l12-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
568
- <use id="DIALS-l12-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
569
- <use id="DIALS-l12-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
570
- <use id="DIALS-l12-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
571
- <use id="DIALS-l12-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
572
- <use id="DIALS-l12-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
573
- <use id="DIALS-l12-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
574
- <use id="DIALS-l12-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
575
- <use id="DIALS-l12-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
576
- </g>
577
- </g>
578
- <g transform="translate(96, 96)">
579
- <circle id="FACES-l13-o0" stroke="#000000" style="fill: #0C5093" r="20"></circle>
580
- <use xlink:href="#face_hours"/>
581
- <g>
582
- <use id="DIALS-l13-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
583
- <use id="DIALS-l13-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
584
- <use id="DIALS-l13-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
585
- <use id="DIALS-l13-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
586
- <use id="DIALS-l13-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
587
- <use id="DIALS-l13-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
588
- <use id="DIALS-l13-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
589
- <use id="DIALS-l13-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
590
- <use id="DIALS-l13-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
591
- <use id="DIALS-l13-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
592
- <use id="DIALS-l13-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
593
- <use id="DIALS-l13-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
594
- </g>
595
- </g>
596
- <g transform="translate(156, 96)">
597
- <circle id="FACES-l14-o0" stroke="#000000" style="fill: #0C5093" r="20"></circle>
598
- <use xlink:href="#face_hours"/>
599
- <g>
600
- <use id="DIALS-l14-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
601
- <use id="DIALS-l14-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
602
- <use id="DIALS-l14-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
603
- <use id="DIALS-l14-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
604
- <use id="DIALS-l14-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
605
- <use id="DIALS-l14-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
606
- <use id="DIALS-l14-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
607
- <use id="DIALS-l14-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
608
- <use id="DIALS-l14-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
609
- <use id="DIALS-l14-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
610
- <use id="DIALS-l14-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
611
- <use id="DIALS-l14-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
612
- </g>
613
- </g>
614
- <g transform="translate(36, 156)">
615
- <circle id="FACES-l15-o0" stroke="#000000" style="fill: #0C5093" r="20"></circle>
616
- <use xlink:href="#face_hours"/>
617
- <g>
618
- <use id="DIALS-l15-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
619
- <use id="DIALS-l15-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
620
- <use id="DIALS-l15-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
621
- <use id="DIALS-l15-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
622
- <use id="DIALS-l15-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
623
- <use id="DIALS-l15-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
624
- <use id="DIALS-l15-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
625
- <use id="DIALS-l15-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
626
- <use id="DIALS-l15-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
627
- <use id="DIALS-l15-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
628
- <use id="DIALS-l15-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
629
- <use id="DIALS-l15-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
630
- </g>
631
- </g>
632
- <g transform="translate(96, 156)">
633
- <circle id="FACES-l16-o0" stroke="#000000" style="fill: #0C5093" r="20"></circle>
634
- <use xlink:href="#face_hours"/>
635
- <g>
636
- <use id="DIALS-l16-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
637
- <use id="DIALS-l16-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
638
- <use id="DIALS-l16-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
639
- <use id="DIALS-l16-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
640
- <use id="DIALS-l16-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
641
- <use id="DIALS-l16-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
642
- <use id="DIALS-l16-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
643
- <use id="DIALS-l16-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
644
- <use id="DIALS-l16-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
645
- <use id="DIALS-l16-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
646
- <use id="DIALS-l16-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
647
- <use id="DIALS-l16-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
648
- </g>
649
- </g>
650
- <g transform="translate(156, 156)">
651
- <circle id="FACES-l17-o0" stroke="#000000" style="fill: #0C5093" r="20"></circle>
652
- <use xlink:href="#face_hours"/>
653
- <g>
654
- <use id="DIALS-l17-o0" xlink:href="#hand" transform="rotate(0)" style="fill: #FFD000"/>
655
- <use id="DIALS-l17-o1" xlink:href="#hand" transform="rotate(30)" style="fill: #0000"/>
656
- <use id="DIALS-l17-o2" xlink:href="#hand" transform="rotate(60)" style="fill: #0000"/>
657
- <use id="DIALS-l17-o3" xlink:href="#hand" transform="rotate(90)" style="fill: #0000"/>
658
- <use id="DIALS-l17-o4" xlink:href="#hand" transform="rotate(120)" style="fill: #0000"/>
659
- <use id="DIALS-l17-o5" xlink:href="#hand" transform="rotate(150)" style="fill: #0000"/>
660
- <use id="DIALS-l17-o6" xlink:href="#hand" transform="rotate(180)" style="fill: #0000"/>
661
- <use id="DIALS-l17-o7" xlink:href="#hand" transform="rotate(210)" style="fill: #0000"/>
662
- <use id="DIALS-l17-o8" xlink:href="#hand" transform="rotate(240)" style="fill: #0000"/>
663
- <use id="DIALS-l17-o9" xlink:href="#hand" transform="rotate(270)" style="fill: #0000"/>
664
- <use id="DIALS-l17-o10" xlink:href="#hand" transform="rotate(300)" style="fill: #0000"/>
665
- <use id="DIALS-l17-o11" xlink:href="#hand" transform="rotate(330)" style="fill: #0000"/>
666
- </g>
667
- </g>
668
- </g>
669
- </g>
670
- </svg>\`});var o2,l2=v(()=>{o2={id:"clock",fullName:"Clock",inventedBy:["Christopher C. Wiggs","Christopher J. Taylor"],inventionYear:1988,def:()=>D(void 0,null,function*(){return(yield Promise.resolve().then(()=>(t2(),e2))).clockKPuzzle}),svg:()=>D(void 0,null,function*(){return(yield Promise.resolve().then(()=>(n2(),r2))).default})}});function i2(e,t){return D(this,null,function*(){let r=yield e.def(),n=new On(r),o=new Wn(r),l=()=>o.and([o.move("U"),o.not(o.or(o.moves(["F","BL","BR"])))]),i=()=>o.and([o.move("U"),o.not(o.move("F"))]),s=()=>o.or([i(),o.and([o.move("F"),o.not(o.or(o.moves(["U","BL","BR"])))])]),u=()=>o.not(o.or([o.and([o.move("U"),o.move("F")]),o.and([o.move("F"),o.move("BL")]),o.and([o.move("F"),o.move("BR")]),o.and([o.move("BL"),o.move("BR")])])),a=()=>o.not(o.or([o.and([o.move("F"),o.move("BL")]),o.and([o.move("F"),o.move("BR")]),o.and([o.move("BL"),o.move("BR")])]));switch(t){case"full":break;case"experimental-fto-fc":n.set(o.not(l()),E.Ignored);break;case"experimental-fto-f2t":n.set(o.not(i()),E.Ignored),n.set(l(),E.Dim);break;case"experimental-fto-sc":n.set(o.not(s()),E.Ignored),n.set(i(),E.Dim);break;case"experimental-fto-l2c":n.set(o.not(u()),E.Ignored),n.set(s(),E.Dim);break;case"experimental-fto-lbt":n.set(o.not(a()),E.Ignored),n.set(u(),E.Dim);break;case"experimental-fto-l3t":n.set(a(),E.Dim);break;default:console.warn(\`Unsupported stickering for \${e.id}: \${t}. Setting all pieces to dim.\`),n.set(o.and(o.moves([])),E.Dim)}return n.toAppearance()})}function s2(){return D(this,null,function*(){return["full","experimental-fto-fc","experimental-fto-f2t","experimental-fto-sc","experimental-fto-l2c","experimental-fto-lbt","experimental-fto-l3t"]})}var a2=v(()=>{Qn()});var ji,u2=v(()=>{Fr();a2();ji={id:"fto",fullName:"Face-Turning Octahedron",inventedBy:["Karl Rohrbach","David Pitcher"],inventionYear:1983,def:()=>D(void 0,null,function*(){return Zn("FTO")}),svg:()=>D(void 0,null,function*(){return(yield ft("FTO")).generatesvg()}),pg:()=>D(void 0,null,function*(){return ft("FTO")}),appearance:e=>i2(ji,e),stickerings:s2}});function f2(e,t){return D(this,null,function*(){switch(t){case"full":case"F2L":case"LL":return At(e,t);default:console.warn(\`Unsupported stickering for \${e.id}: \${t}. Setting all pieces to dim.\`)}return At(e,"full")})}function c2(){return D(this,null,function*(){return["full","F2L","LL"]})}var g2=v(()=>{Yr()});var Jn,m2=v(()=>{Fr();g2();Jn=Dr("megaminx","Megaminx",{inventionYear:1981});Jn.appearance=e=>f2(Jn,e);Jn.stickerings=c2});var p2={};Te(p2,{default:()=>yc});var yc,d2=v(()=>{yc=\`<?xml version="1.0" encoding="UTF-8"?>
671
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
672
- "http://www.w3.org/TR/2001/REC-SVG-20050904/DTD/svg11.dtd">
673
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-20 -20 546 480" preserveAspectRatio="xMidYMid meet">
674
- <defs>
675
- </defs>
676
- <title>pyraminx</title>
677
- <defs>
678
- <g id="stickerA" transform="scale(1, 0.577350269)">
679
- <path
680
- d="m 0,1.732050808 1,-1.732050808 1,1.732050808 z"
681
- stroke="black" stroke-width="0.04px" stroke-linecap="butt" stroke-linejoin="round"
682
- />
683
- </g>
684
- <g id="stickerV" transform="scale(1, 0.577350269)">
685
- <path
686
- d="m 0,0 1,1.732050808 1,-1.732050808 z"
687
- stroke="black" stroke-width="0.04px" stroke-linecap="butt" stroke-linejoin="round"
688
- />
689
- </g>
690
- </defs>
691
-
692
- <!-- 0 1 2 3 4 5 6 7 8 9 10 -->
693
- <!-- | | | | | | | | | | | -->
694
- <!-- 0 - L L L L L F R R R R R -->
695
- <!-- 1 - L L L F F F R R R -->
696
- <!-- 2 - L F F F F F R -->
697
- <!-- 3 - D D D D D -->
698
- <!-- 4 - D D D -->
699
- <!-- 5 - D -->
700
-
701
- <g id="puzzle" transform="translate(5, 5) scale(40, 69.28203232)">
702
- <!-- CORNERS -->
703
- <use id="CORNERS-l0-o0" xlink:href="#stickerV" transform="translate(5.2, 1.066666667)" style="fill: limegreen"/>
704
- <use id="CORNERS-l0-o1" xlink:href="#stickerA" transform="translate(3, 0)" style="fill: red"/>
705
- <use id="CORNERS-l0-o2" xlink:href="#stickerA" transform="translate(7.4, 0)" style="fill: blue"/>
706
-
707
- <use id="CORNERS-l3-o0" xlink:href="#stickerV" transform="translate(4.2, 2.066666667)" style="fill: limegreen"/>
708
- <use id="CORNERS-l3-o1" xlink:href="#stickerA" transform="translate(4.2, 3.2)" style="fill: yellow"/>
709
- <use id="CORNERS-l3-o2" xlink:href="#stickerA" transform="translate(2, 1)" style="fill: red"/>
710
-
711
- <use id="CORNERS-l2-o0" xlink:href="#stickerV" transform="translate(6.2, 2.066666667)" style="fill: limegreen"/>
712
- <use id="CORNERS-l2-o1" xlink:href="#stickerA" transform="translate(8.4, 1)" style="fill: blue"/>
713
- <use id="CORNERS-l2-o2" xlink:href="#stickerA" transform="translate(6.2, 3.2)" style="fill: yellow"/>
714
-
715
- <use id="CORNERS-l1-o1" xlink:href="#stickerA" transform="translate(9.4, 0)" style="fill: blue"/>
716
- <use id="CORNERS-l1-o2" xlink:href="#stickerA" transform="translate(1, 0)" style="fill: red"/>
717
- <use id="CORNERS-l1-o0" xlink:href="#stickerA" transform="translate(5.2, 4.2)" style="fill: yellow"/>
718
-
719
- <!-- "TIPS" -->
720
- <!-- CORNERS2 -->
721
- <use id="CORNERS2-l0-o0" xlink:href="#stickerA" transform="translate(5.2, 0.066666667)" style="fill: limegreen"/>
722
- <use id="CORNERS2-l0-o1" xlink:href="#stickerV" transform="translate(4, 0)" style="fill: red"/>
723
- <use id="CORNERS2-l0-o2" xlink:href="#stickerV" transform="translate(6.4, 0)" style="fill: blue"/>
724
-
725
- <use id="CORNERS2-l3-o0" xlink:href="#stickerA" transform="translate(3.2, 2.066666667)" style="fill: limegreen"/>
726
- <use id="CORNERS2-l3-o1" xlink:href="#stickerV" transform="translate(3.2, 3.2)" style="fill: yellow"/>
727
- <use id="CORNERS2-l3-o2" xlink:href="#stickerV" transform="translate(2, 2)" style="fill: red"/>
728
-
729
- <use id="CORNERS2-l2-o1" xlink:href="#stickerV" transform="translate(8.4, 2)" style="fill: blue"/>
730
- <use id="CORNERS2-l2-o2" xlink:href="#stickerV" transform="translate(7.2, 3.2)" style="fill: yellow"/>
731
- <use id="CORNERS2-l2-o0" xlink:href="#stickerA" transform="translate(7.2, 2.066666667)" style="fill: limegreen"/>
732
-
733
- <use id="CORNERS2-l1-o1" xlink:href="#stickerV" transform="translate(10.4,0)" style="fill: blue"/>
734
- <use id="CORNERS2-l1-o2" xlink:href="#stickerV" transform="translate(0, 0)" style="fill: red"/>
735
- <use id="CORNERS2-l1-o0" xlink:href="#stickerV" transform="translate(5.2, 5.2)" style="fill: yellow"/>
736
-
737
- <!-- EDGES -->
738
- <use id="EDGES-l0-o0" xlink:href="#stickerA" transform="translate(4.2, 1.066666667)" style="fill: limegreen"/>
739
- <use id="EDGES-l0-o1" xlink:href="#stickerV" transform="translate(3, 1)" style="fill: red"/>
740
-
741
- <use id="EDGES-l5-o0" xlink:href="#stickerA" transform="translate(6.2, 1.066666667)" style="fill: limegreen"/>
742
- <use id="EDGES-l5-o1" xlink:href="#stickerV" transform="translate(7.4, 1)" style="fill: blue"/>
743
-
744
- <use id="EDGES-l1-o1" xlink:href="#stickerV" transform="translate(8.4, 0)" style="fill: blue"/>
745
- <use id="EDGES-l1-o0" xlink:href="#stickerV" transform="translate(2, 0)" style="fill: red"/>
746
-
747
- <use id="EDGES-l2-o1" xlink:href="#stickerV" transform="translate(5.2, 3.2)" style="fill: yellow"/>
748
- <use id="EDGES-l2-o0" xlink:href="#stickerA" transform="translate(5.2, 2.066666667)" style="fill: limegreen"/>
749
-
750
- <use id="EDGES-l3-o0" xlink:href="#stickerV" transform="translate(6.2, 4.2)" style="fill: yellow"/>
751
- <use id="EDGES-l3-o1" xlink:href="#stickerV" transform="translate(9.4, 1)" style="fill: blue"/>
752
-
753
- <use id="EDGES-l4-o0" xlink:href="#stickerV" transform="translate(4.2, 4.2)" style="fill: yellow"/>
754
- <use id="EDGES-l4-o1" xlink:href="#stickerV" transform="translate(1, 1)" style="fill: red"/>
755
- </g>
756
-
757
- </svg>\`});var L2,h2=v(()=>{Fr();L2={id:"pyraminx",fullName:"Pyraminx",inventedBy:["Uwe Meffert"],inventionYear:1970,def:()=>D(void 0,null,function*(){return Zn("pyraminx")}),svg:()=>D(void 0,null,function*(){return(yield Promise.resolve().then(()=>(d2(),p2))).default}),pg:()=>D(void 0,null,function*(){return ft("pyraminx")})}});var R2={};Te(R2,{sq1HyperOrbitKPuzzle:()=>Dc});var Dc,A2=v(()=>{Dc={name:"Square-1",orbits:{WEDGES:{numPieces:24,orientations:9},EQUATOR:{numPieces:2,orientations:6}},startPieces:{WEDGES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},EQUATOR:{permutation:[0,1],orientation:[0,0]}},moves:{U_SQ_:{WEDGES:{permutation:[11,0,1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,22,23],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},EQUATOR:{permutation:[0,1],orientation:[0,0]}},D_SQ_:{WEDGES:{permutation:[0,1,2,3,4,5,6,7,8,9,10,11,23,12,13,14,15,16,17,18,19,20,21,22],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},EQUATOR:{permutation:[0,1],orientation:[0,0]}},_SLASH_:{WEDGES:{permutation:[0,1,2,3,4,5,12,13,14,15,16,17,6,7,8,9,10,11,18,19,20,21,22,23],orientation:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},EQUATOR:{permutation:[0,1],orientation:[0,3]}}}}});var y2={};Te(y2,{default:()=>Fc});var Fc,D2=v(()=>{Fc=\`<?xml version="1.0" encoding="UTF-8"?>
758
- <svg width="360px" height="552px" viewBox="0 0 360 552" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
759
- <!-- Generator: Sketch 59.1 (86144) - https://sketch.com -->
760
- <title>sq1-fancy</title>
761
- <desc>Created with Sketch.</desc>
762
- <!-- stroke="none" -->
763
- <g id="sq1-fancy" stroke="#888" stroke-width="0.25" fill="none" fill-rule="evenodd">
764
- <g id="EQUATOR" transform="translate(24.000000, 264.000000)">
765
- <rect id="EQUATOR-l1-o3" style="fill: red" x="168" y="0" width="24" height="24"></rect>
766
- <rect id="EQUATOR-l1-o4" style="fill: red" x="192" y="0" width="24" height="24"></rect>
767
- <rect id="EQUATOR-l1-o5" style="fill: limegreen" x="216" y="0" width="24" height="24"></rect>
768
- <rect id="EQUATOR-l1-o2" style="fill: limegreen" x="240" y="0" width="24" height="24"></rect>
769
- <rect id="EQUATOR-l1-o1" style="fill: limegreen" x="264" y="0" width="24" height="24"></rect>
770
- <rect id="EQUATOR-l1-o0" style="fill: orange" x="288" y="0" width="24" height="24"></rect>
771
- <rect id="EQUATOR-l0-o3" style="fill: orange" x="0" y="0" width="24" height="24"></rect>
772
- <rect id="EQUATOR-l0-o4" style="fill: orange" x="24" y="0" width="24" height="24"></rect>
773
- <rect id="EQUATOR-l0-o5" style="fill: limegreen" x="48" y="0" width="24" height="24"></rect>
774
- <rect id="EQUATOR-l0-o2" style="fill: limegreen" x="72" y="0" width="24" height="24"></rect>
775
- <rect id="EQUATOR-l0-o1" style="fill: limegreen" x="96" y="0" width="24" height="24"></rect>
776
- <rect id="EQUATOR-l0-o0" style="fill: red" x="120" y="0" width="24" height="24"></rect>
777
- </g>
778
- <g id="BOTTOM" transform="translate(41.000000, 257.000000)" stroke-linejoin="round">
779
- <g id="WEDGES-23" transform="translate(130.000000, 88.588457) rotate(120.000000) translate(-130.000000, -88.588457) translate(82.000000, 22.588457)">
780
- <polygon id="WEDGES-l23-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
781
- <polygon id="WEDGES-l23-o7" style="fill: red" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
782
- <polygon id="WEDGES-l23-o6" style="fill: red" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
783
- <polygon id="WEDGES-l23-o5" style="fill: red" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
784
- <polygon id="WEDGES-l23-o4" style="fill: red" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
785
- <polygon id="WEDGES-l23-o3" style="fill: white" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
786
- <polygon id="WEDGES-l23-o2" style="fill: white" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
787
- <polygon id="WEDGES-l23-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
788
- <polygon id="WEDGES-l23-o0" style="fill: red" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
789
- </g>
790
- <g id="WEDGES-22" transform="translate(97.157677, 115.157677) rotate(90.000000) translate(-97.157677, -115.157677) translate(49.157677, 49.157677)">
791
- <polygon id="WEDGES-l22-o8" style="fill: blue" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
792
- <polygon id="WEDGES-l22-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
793
- <polygon id="WEDGES-l22-o6" style="fill: blue" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
794
- <polygon id="WEDGES-l22-o5" style="fill: blue" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
795
- <polygon id="WEDGES-l22-o4" style="fill: white" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
796
- <polygon id="WEDGES-l22-o3" style="fill: blue" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
797
- <polygon id="WEDGES-l22-o2" style="fill: white" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
798
- <polygon id="WEDGES-l22-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
799
- <polygon id="WEDGES-l22-o0" style="fill: blue" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
800
- </g>
801
- <g id="WEDGES-21" transform="translate(82.000000, 154.588457) rotate(60.000000) translate(-82.000000, -154.588457) translate(34.000000, 88.588457)">
802
- <polygon id="WEDGES-l21-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
803
- <polygon id="WEDGES-l21-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
804
- <polygon id="WEDGES-l21-o6" style="fill: #D8D8D8" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
805
- <polygon id="WEDGES-l21-o5" style="fill: blue" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
806
- <polygon id="WEDGES-l21-o4" style="fill: blue" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
807
- <polygon id="WEDGES-l21-o3" style="fill: blue" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
808
- <polygon id="WEDGES-l21-o2" style="fill: blue" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
809
- <polygon id="WEDGES-l21-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
810
- <polygon id="WEDGES-l21-o0" style="fill: blue" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
811
- </g>
812
- <g id="WEDGES-20" transform="translate(88.588457, 196.315353) rotate(30.000000) translate(-88.588457, -196.315353) translate(40.588457, 130.315353)">
813
- <polygon id="WEDGES-l20-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
814
- <polygon id="WEDGES-l20-o7" style="fill: blue" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
815
- <polygon id="WEDGES-l20-o6" style="fill: blue" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
816
- <polygon id="WEDGES-l20-o5" style="fill: blue" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
817
- <polygon id="WEDGES-l20-o4" style="fill: blue" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
818
- <polygon id="WEDGES-l20-o3" style="fill: white" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
819
- <polygon id="WEDGES-l20-o2" style="fill: white" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
820
- <polygon id="WEDGES-l20-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
821
- <polygon id="WEDGES-l20-o0" style="fill: blue" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
822
- </g>
823
- <g id="WEDGES-19" transform="translate(67.157677, 163.157677)">
824
- <polygon id="WEDGES-l19-o8" style="fill: orange" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
825
- <polygon id="WEDGES-l19-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
826
- <polygon id="WEDGES-l19-o6" style="fill: orange" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
827
- <polygon id="WEDGES-l19-o5" style="fill: orange" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
828
- <polygon id="WEDGES-l19-o4" style="fill: white" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
829
- <polygon id="WEDGES-l19-o3" style="fill: orange" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
830
- <polygon id="WEDGES-l19-o2" style="fill: white" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
831
- <polygon id="WEDGES-l19-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
832
- <polygon id="WEDGES-l19-o0" style="fill: orange" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
833
- </g>
834
- <g id="WEDGES-18" transform="translate(154.588457, 244.315353) scale(-1, -1) rotate(150.000000) translate(-154.588457, -244.315353) translate(106.588457, 178.315353)">
835
- <polygon id="WEDGES-l18-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
836
- <polygon id="WEDGES-l18-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
837
- <polygon id="WEDGES-l18-o6" style="fill: #D8D8D8" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
838
- <polygon id="WEDGES-l18-o5" style="fill: orange" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
839
- <polygon id="WEDGES-l18-o4" style="fill: orange" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
840
- <polygon id="WEDGES-l18-o3" style="fill: orange" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
841
- <polygon id="WEDGES-l18-o2" style="fill: orange" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
842
- <polygon id="WEDGES-l18-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
843
- <polygon id="WEDGES-l18-o0" style="fill: orange" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
844
- </g>
845
- <g id="WEDGES-17" transform="translate(196.315353, 237.726896) scale(-1, -1) rotate(120.000000) translate(-196.315353, -237.726896) translate(148.315353, 171.726896)">
846
- <polygon id="WEDGES-l17-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
847
- <polygon id="WEDGES-l17-o7" style="fill: orange" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
848
- <polygon id="WEDGES-l17-o6" style="fill: orange" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
849
- <polygon id="WEDGES-l17-o5" style="fill: orange" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
850
- <polygon id="WEDGES-l17-o4" style="fill: orange" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
851
- <polygon id="WEDGES-l17-o3" style="fill: white" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
852
- <polygon id="WEDGES-l17-o2" style="fill: white" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
853
- <polygon id="WEDGES-l17-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
854
- <polygon id="WEDGES-l17-o0" style="fill: orange" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
855
- </g>
856
- <g id="WEDGES-16" transform="translate(229.157677, 211.157677) scale(-1, -1) rotate(90.000000) translate(-229.157677, -211.157677) translate(181.157677, 145.157677)">
857
- <polygon id="WEDGES-l16-o8" style="fill: limegreen" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
858
- <polygon id="WEDGES-l16-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
859
- <polygon id="WEDGES-l16-o6" style="fill: limegreen" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
860
- <polygon id="WEDGES-l16-o5" style="fill: limegreen" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
861
- <polygon id="WEDGES-l16-o4" style="fill: white" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
862
- <polygon id="WEDGES-l16-o3" style="fill: limegreen" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
863
- <polygon id="WEDGES-l16-o2" style="fill: white" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
864
- <polygon id="WEDGES-l16-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
865
- <polygon id="WEDGES-l16-o0" style="fill: limegreen" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
866
- </g>
867
- <g id="WEDGES-15" transform="translate(244.315353, 171.726896) scale(-1, -1) rotate(60.000000) translate(-244.315353, -171.726896) translate(196.315353, 105.726896)">
868
- <polygon id="WEDGES-l15-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
869
- <polygon id="WEDGES-l15-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
870
- <polygon id="WEDGES-l15-o6" style="fill: #D8D8D8" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
871
- <polygon id="WEDGES-l15-o5" style="fill: limegreen" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
872
- <polygon id="WEDGES-l15-o4" style="fill: limegreen" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
873
- <polygon id="WEDGES-l15-o3" style="fill: limegreen" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
874
- <polygon id="WEDGES-l15-o2" style="fill: limegreen" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
875
- <polygon id="WEDGES-l15-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
876
- <polygon id="WEDGES-l15-o0" style="fill: limegreen" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
877
- </g>
878
- <g id="WEDGES-14" transform="translate(237.726896, 130.000000) scale(-1, -1) rotate(30.000000) translate(-237.726896, -130.000000) translate(189.726896, 64.000000)">
879
- <polygon id="WEDGES-l14-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
880
- <polygon id="WEDGES-l14-o7" style="fill: limegreen" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
881
- <polygon id="WEDGES-l14-o6" style="fill: limegreen" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
882
- <polygon id="WEDGES-l14-o5" style="fill: limegreen" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
883
- <polygon id="WEDGES-l14-o4" style="fill: limegreen" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
884
- <polygon id="WEDGES-l14-o3" style="fill: white" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
885
- <polygon id="WEDGES-l14-o2" style="fill: white" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
886
- <polygon id="WEDGES-l14-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
887
- <polygon id="WEDGES-l14-o0" style="fill: limegreen" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
888
- </g>
889
- <g id="WEDGES-13" transform="translate(211.157677, 97.157677) scale(-1, -1) translate(-211.157677, -97.157677) translate(163.157677, 31.157677)">
890
- <polygon id="WEDGES-l13-o8" style="fill: red" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
891
- <polygon id="WEDGES-l13-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
892
- <polygon id="WEDGES-l13-o6" style="fill: red" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
893
- <polygon id="WEDGES-l13-o5" style="fill: red" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
894
- <polygon id="WEDGES-l13-o4" style="fill: white" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
895
- <polygon id="WEDGES-l13-o3" style="fill: red" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
896
- <polygon id="WEDGES-l13-o2" style="fill: white" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
897
- <polygon id="WEDGES-l13-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
898
- <polygon id="WEDGES-l13-o0" style="fill: red" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
899
- </g>
900
- <g id="WEDGES-12" transform="translate(171.726896, 82.000000) rotate(150.000000) translate(-171.726896, -82.000000) translate(123.726896, 16.000000)">
901
- <polygon id="WEDGES-l12-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
902
- <polygon id="WEDGES-l12-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
903
- <polygon id="WEDGES-l12-o6" style="fill: #D8D8D8" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
904
- <polygon id="WEDGES-l12-o5" style="fill: red" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
905
- <polygon id="WEDGES-l12-o4" style="fill: red" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
906
- <polygon id="WEDGES-l12-o3" style="fill: red" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
907
- <polygon id="WEDGES-l12-o2" style="fill: red" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
908
- <polygon id="WEDGES-l12-o1" style="fill: white" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
909
- <polygon id="WEDGES-l12-o0" style="fill: red" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
910
- </g>
911
- </g>
912
- <g id="TOP" transform="translate(41.000000, -31.000000)" stroke-linejoin="round">
913
- <g id="WEDGES-11" transform="translate(154.588457, 244.315353) scale(-1, -1) rotate(150.000000) translate(-154.588457, -244.315353) translate(106.588457, 178.315353)">
914
- <polygon id="WEDGES-l11-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
915
- <polygon id="WEDGES-l11-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
916
- <polygon id="WEDGES-l11-o6" style="fill: #D8D8D8" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
917
- <polygon id="WEDGES-l11-o5" style="fill: red" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
918
- <polygon id="WEDGES-l11-o4" style="fill: red" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
919
- <polygon id="WEDGES-l11-o3" style="fill: red" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
920
- <polygon id="WEDGES-l11-o2" style="fill: red" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
921
- <polygon id="WEDGES-l11-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
922
- <polygon id="WEDGES-l11-o0" style="fill: red" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
923
- </g>
924
- <g id="WEDGES-10" transform="translate(196.315353, 237.726896) scale(-1, -1) rotate(120.000000) translate(-196.315353, -237.726896) translate(148.315353, 171.726896)">
925
- <polygon id="WEDGES-l10-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
926
- <polygon id="WEDGES-l10-o7" style="fill: red" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
927
- <polygon id="WEDGES-l10-o6" style="fill: red" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
928
- <polygon id="WEDGES-l10-o5" style="fill: red" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
929
- <polygon id="WEDGES-l10-o4" style="fill: red" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
930
- <polygon id="WEDGES-l10-o3" style="fill: yellow" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
931
- <polygon id="WEDGES-l10-o2" style="fill: yellow" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
932
- <polygon id="WEDGES-l10-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
933
- <polygon id="WEDGES-l10-o0" style="fill: red" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
934
- </g>
935
- <g id="WEDGES-9" transform="translate(229.157677, 211.157677) scale(-1, -1) rotate(90.000000) translate(-229.157677, -211.157677) translate(181.157677, 145.157677)">
936
- <polygon id="WEDGES-l9-o8" style="fill: limegreen" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
937
- <polygon id="WEDGES-l9-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
938
- <polygon id="WEDGES-l9-o6" style="fill: limegreen" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
939
- <polygon id="WEDGES-l9-o5" style="fill: limegreen" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
940
- <polygon id="WEDGES-l9-o4" style="fill: yellow" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
941
- <polygon id="WEDGES-l9-o3" style="fill: limegreen" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
942
- <polygon id="WEDGES-l9-o2" style="fill: yellow" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
943
- <polygon id="WEDGES-l9-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
944
- <polygon id="WEDGES-l9-o0" style="fill: limegreen" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
945
- </g>
946
- <g id="WEDGES-8" transform="translate(244.315353, 171.726896) scale(-1, -1) rotate(60.000000) translate(-244.315353, -171.726896) translate(196.315353, 105.726896)">
947
- <polygon id="WEDGES-l8-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
948
- <polygon id="WEDGES-l8-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
949
- <polygon id="WEDGES-l8-o6" style="fill: #D8D8D8" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
950
- <polygon id="WEDGES-l8-o5" style="fill: limegreen" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
951
- <polygon id="WEDGES-l8-o4" style="fill: limegreen" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
952
- <polygon id="WEDGES-l8-o3" style="fill: limegreen" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
953
- <polygon id="WEDGES-l8-o2" style="fill: limegreen" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
954
- <polygon id="WEDGES-l8-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
955
- <polygon id="WEDGES-l8-o0" style="fill: limegreen" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
956
- </g>
957
- <g id="WEDGES-7" transform="translate(237.726896, 130.000000) scale(-1, -1) rotate(30.000000) translate(-237.726896, -130.000000) translate(189.726896, 64.000000)">
958
- <polygon id="WEDGES-l7-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
959
- <polygon id="WEDGES-l7-o7" style="fill: limegreen" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
960
- <polygon id="WEDGES-l7-o6" style="fill: limegreen" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
961
- <polygon id="WEDGES-l7-o5" style="fill: limegreen" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
962
- <polygon id="WEDGES-l7-o4" style="fill: limegreen" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
963
- <polygon id="WEDGES-l7-o3" style="fill: yellow" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
964
- <polygon id="WEDGES-l7-o2" style="fill: yellow" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
965
- <polygon id="WEDGES-l7-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
966
- <polygon id="WEDGES-l7-o0" style="fill: limegreen" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
967
- </g>
968
- <g id="WEDGES-6" transform="translate(211.157677, 97.157677) scale(-1, -1) translate(-211.157677, -97.157677) translate(163.157677, 31.157677)">
969
- <polygon id="WEDGES-l6-o8" style="fill: orange" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
970
- <polygon id="WEDGES-l6-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
971
- <polygon id="WEDGES-l6-o6" style="fill: orange" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
972
- <polygon id="WEDGES-l6-o5" style="fill: orange" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
973
- <polygon id="WEDGES-l6-o4" style="fill: yellow" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
974
- <polygon id="WEDGES-l6-o3" style="fill: orange" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
975
- <polygon id="WEDGES-l6-o2" style="fill: yellow" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
976
- <polygon id="WEDGES-l6-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
977
- <polygon id="WEDGES-l6-o0" style="fill: orange" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
978
- </g>
979
- <g id="WEDGES-5" transform="translate(171.726896, 82.000000) rotate(150.000000) translate(-171.726896, -82.000000) translate(123.726896, 16.000000)">
980
- <polygon id="WEDGES-l5-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
981
- <polygon id="WEDGES-l5-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
982
- <polygon id="WEDGES-l5-o6" style="fill: #D8D8D8" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
983
- <polygon id="WEDGES-l5-o5" style="fill: orange" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
984
- <polygon id="WEDGES-l5-o4" style="fill: orange" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
985
- <polygon id="WEDGES-l5-o3" style="fill: orange" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
986
- <polygon id="WEDGES-l5-o2" style="fill: orange" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
987
- <polygon id="WEDGES-l5-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
988
- <polygon id="WEDGES-l5-o0" style="fill: orange" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
989
- </g>
990
- <g id="WEDGES-4" transform="translate(130.000000, 88.588457) rotate(120.000000) translate(-130.000000, -88.588457) translate(82.000000, 22.588457)">
991
- <polygon id="WEDGES-l4-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
992
- <polygon id="WEDGES-l4-o7" style="fill: orange" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
993
- <polygon id="WEDGES-l4-o6" style="fill: orange" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
994
- <polygon id="WEDGES-l4-o5" style="fill: orange" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
995
- <polygon id="WEDGES-l4-o4" style="fill: orange" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
996
- <polygon id="WEDGES-l4-o3" style="fill: yellow" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
997
- <polygon id="WEDGES-l4-o2" style="fill: yellow" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
998
- <polygon id="WEDGES-l4-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
999
- <polygon id="WEDGES-l4-o0" style="fill: orange" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
1000
- </g>
1001
- <g id="WEDGES-3" transform="translate(97.157677, 115.157677) rotate(90.000000) translate(-97.157677, -115.157677) translate(49.157677, 49.157677)">
1002
- <polygon id="WEDGES-l3-o8" style="fill: blue" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
1003
- <polygon id="WEDGES-l3-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
1004
- <polygon id="WEDGES-l3-o6" style="fill: blue" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
1005
- <polygon id="WEDGES-l3-o5" style="fill: blue" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
1006
- <polygon id="WEDGES-l3-o4" style="fill: yellow" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
1007
- <polygon id="WEDGES-l3-o3" style="fill: blue" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
1008
- <polygon id="WEDGES-l3-o2" style="fill: yellow" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
1009
- <polygon id="WEDGES-l3-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
1010
- <polygon id="WEDGES-l3-o0" style="fill: blue" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
1011
- </g>
1012
- <g id="WEDGES-2" transform="translate(82.000000, 154.588457) rotate(60.000000) translate(-82.000000, -154.588457) translate(34.000000, 88.588457)">
1013
- <polygon id="WEDGES-l2-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
1014
- <polygon id="WEDGES-l2-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
1015
- <polygon id="WEDGES-l2-o6" style="fill: #D8D8D8" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
1016
- <polygon id="WEDGES-l2-o5" style="fill: blue" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
1017
- <polygon id="WEDGES-l2-o4" style="fill: blue" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
1018
- <polygon id="WEDGES-l2-o3" style="fill: blue" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
1019
- <polygon id="WEDGES-l2-o2" style="fill: blue" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
1020
- <polygon id="WEDGES-l2-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
1021
- <polygon id="WEDGES-l2-o0" style="fill: blue" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
1022
- </g>
1023
- <g id="WEDGES-1" transform="translate(88.588457, 196.315353) rotate(30.000000) translate(-88.588457, -196.315353) translate(40.588457, 130.315353)">
1024
- <polygon id="WEDGES-l1-o8" style="fill: #D8D8D8" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
1025
- <polygon id="WEDGES-l1-o7" style="fill: blue" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
1026
- <polygon id="WEDGES-l1-o6" style="fill: blue" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
1027
- <polygon id="WEDGES-l1-o5" style="fill: blue" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
1028
- <polygon id="WEDGES-l1-o4" style="fill: blue" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
1029
- <polygon id="WEDGES-l1-o3" style="fill: yellow" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
1030
- <polygon id="WEDGES-l1-o2" style="fill: yellow" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
1031
- <polygon id="WEDGES-l1-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
1032
- <polygon id="WEDGES-l1-o0" style="fill: blue" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
1033
- </g>
1034
- <g id="WEDGES-0" transform="translate(67.157677, 163.157677)">
1035
- <polygon id="WEDGES-l0-o8" style="fill: red" points="25.723 70.277 40.574 95.999 -2.27373675e-13 96"></polygon>
1036
- <polygon id="WEDGES-l0-o7" style="fill: #D8D8D8" points="70.2768775 96 60.8615612 131.138439 40.5741225 95.9988775"></polygon>
1037
- <polygon id="WEDGES-l0-o6" style="fill: red" points="70.2768775 96 40.574 95.999 25.7231225 70.2768775"></polygon>
1038
- <polygon id="WEDGES-l0-o5" style="fill: red" points="48.0001225 47.9995 68.287 47.9995 78.4307806 65.5692194"></polygon>
1039
- <polygon id="WEDGES-l0-o4" style="fill: yellow" points="60.8615 35.1385 68.287 47.9995 48 48"></polygon>
1040
- <polygon id="WEDGES-l0-o3" style="fill: red" points="83.1384388 48 78.4307806 65.5692194 68.2870612 47.9994388"></polygon>
1041
- <polygon id="WEDGES-l0-o2" style="fill: yellow" points="83.1384388 48 68.287 47.9995 60.8615612 35.1384388"></polygon>
1042
- <polygon id="WEDGES-l0-o1" style="fill: yellow" points="96 0 83.1384388 48 60.8615612 35.1384388"></polygon>
1043
- <polygon id="WEDGES-l0-o0" style="fill: red" points="70.2768775 96 25.7231225 70.2768775 48.0001225 47.9995 78.4307806 65.5692194"></polygon>
1044
- </g>
1045
- </g>
1046
- <g id="DIAGONALS" transform="translate(168.861561, 1.019238)" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
1047
- <line x1="0" y1="287.842323" x2="70.2768775" y2="550.119201" id="BOTTOM"></line>
1048
- <line x1="0.15767665" y1="262.276878" x2="70.4345542" y2="2.27488928e-16" id="TOP"></line>
1049
- </g>
1050
- </g>
1051
- </svg>\`});var F2,B2=v(()=>{F2={id:"square1",fullName:"Square-1",inventedBy:["Karel Hr\\u0161el","Vojtech Kopsk\\xFD"],inventionYear:1990,def:()=>D(void 0,null,function*(){return(yield Promise.resolve().then(()=>(A2(),R2))).sq1HyperOrbitKPuzzle}),svg:()=>D(void 0,null,function*(){return(yield Promise.resolve().then(()=>(D2(),y2))).default})}});var kt,rn=v(()=>{n0();Rt();Yr();Fr();H0();$0();l2();u2();m2();h2();B2();Qn();kt={"3x3x3":qi,"2x2x2":Xn,"4x4x4":tn("4x4x4","4\\xD74\\xD74 Cube"),"5x5x5":tn("5x5x5","5\\xD75\\xD75 Cube"),"6x6x6":tn("6x6x6","6\\xD76\\xD76 Cube"),"7x7x7":tn("7x7x7","7\\xD77\\xD77 Cube"),"40x40x40":tn("40x40x40","40\\xD740\\xD740 Cube"),clock:o2,megaminx:Jn,pyraminx:L2,skewb:Dr("skewb","Skewb",{inventedBy:["Tony Durham"]}),square1:F2,fto:ji,gigaminx:Dr("gigaminx","Gigaminx",{inventedBy:["Tyler Fox"],inventionYear:2006}),master_tetraminx:Dr("master tetraminx","Master Tetraminx",{inventedBy:["Katsuhiko Okamoto"],inventionYear:2002})}});function $t(e,t){let r=[],n=[];for(let f of t.split(\`
1052
- \`)){let c=f.split(" ");if(!f.startsWith("SetOrder ")){if(f.startsWith("Alg ")){let g=z.fromString(f.substring(4)),m=new Je(e);m.reset(),m.applyAlg(g),n.push({alg:g,transformation:m.state})}else if(f.startsWith("SubgroupSizes "))for(let g=1;g<c.length;g++)r.push(parseInt(c[g]))}}let o={ordering:new Array(r.length)},l=[],i=0;l.push(0);let s=z.fromString(""),u=ht(e);for(let f=0;f<r.length;f++)i+=r[f],l.push(i),n.splice(i-1,0,{alg:s,transformation:u});if(n.length!==i)throw Error(\`Bad sgs; expected \${i-r.length} algs but saw \${n.length-r.length}\`);let a={};for(let f in e.orbits){let c=e.orbits[f];a[f]=new Array(c.numPieces).fill(!1)}for(let f=r.length-1;f>=0;f--){let c=[];for(let m=l[f];m<l[f+1];m++){let L=n[m].transformation;for(let p in e.orbits){let y=e.orbits[p];for(let F=0;F<y.numPieces;F++)(L[p].permutation[F]!==F||L[p].orientation[F]!==0)&&(a[p][F]||(c.push({orbitName:p,permutationIdx:F}),a[p][F]=!0))}}let g={};for(let m=l[f];m<l[f+1];m++){let L=Nt(e,n[m].transformation),p="";for(let y=0;y<c.length;y++){let F=c[y];p=\`\${p} \${L[F.orbitName].permutation[F.permutationIdx]} \${L[F.orbitName].orientation[F.permutationIdx]}\`}g[p]=n[m],n[m].alg=n[m].alg.invert(),n[m].transformation=Nt(e,n[m].transformation)}o.ordering[f]={pieceOrdering:c,lookup:g}}return o}var $n=v(()=>{he();Rt()});var M2={};Te(M2,{cachedData222:()=>Pc,data222:()=>C2});function Pc(){return D(this,null,function*(){return Hi!=null?Hi:Hi=C2()})}function C2(){return D(this,null,function*(){return $t(yield Xn.def(),\`SubgroupSizes 24 21 18 15 12 9 6
1053
-
1054
- Alg F
1055
- Alg F2
1056
- Alg F'
1057
- Alg D
1058
- Alg D2
1059
- Alg D'
1060
- Alg L
1061
- Alg L2
1062
- Alg L'
1063
- Alg F U
1064
- Alg F U2
1065
- Alg F U'
1066
- Alg F L
1067
- Alg F L2
1068
- Alg F L'
1069
- Alg F2 U
1070
- Alg F2 U'
1071
- Alg F2 R
1072
- Alg F2 R'
1073
- Alg F' D
1074
- Alg F' D'
1075
- Alg F' R
1076
- Alg F' R'
1077
- Alg B
1078
- Alg B2
1079
- Alg B'
1080
- Alg B R
1081
- Alg B R2
1082
- Alg B R'
1083
- Alg B2 U
1084
- Alg B2 U2
1085
- Alg B2 U'
1086
- Alg B2 R
1087
- Alg B2 R2
1088
- Alg B2 R'
1089
- Alg B' U
1090
- Alg B' U'
1091
- Alg F D' F'
1092
- Alg F2 L F2
1093
- Alg B R' B2
1094
- Alg B R' U2
1095
- Alg B2 U R'
1096
- Alg B2 R B'
1097
- Alg R
1098
- Alg R2
1099
- Alg R'
1100
- Alg R2 U
1101
- Alg R2 U2
1102
- Alg R2 U'
1103
- Alg R' U
1104
- Alg R' U2
1105
- Alg R' U'
1106
- Alg F R F'
1107
- Alg F R2 F'
1108
- Alg L2 D' L2
1109
- Alg L' B L
1110
- Alg R2 U' R
1111
- Alg R' U R2
1112
- Alg R' U R'
1113
- Alg F R F' U2
1114
- Alg F' U F
1115
- Alg F' U2 F
1116
- Alg F' U' F
1117
- Alg L F L'
1118
- Alg L F2 L'
1119
- Alg L F' L'
1120
- Alg F' D R D'
1121
- Alg F' U2 F U'
1122
- Alg F D2 B D2 F'
1123
- Alg F2 D' L2 D F2
1124
- Alg F2 L F L' F
1125
- Alg L' F2 L' F2 L
1126
- Alg F L' U' L2 F L'
1127
- Alg F2 L F L' U2 F
1128
- Alg U
1129
- Alg U2
1130
- Alg U'
1131
- Alg F2 D2 B D2 F2
1132
- Alg F2 D2 B' D2 F2
1133
- Alg L2 D2 R D2 L2
1134
- Alg L2 D2 R' D2 L2
1135
- Alg F2 D2 B D2 F2 U
1136
- Alg F2 D2 B D2 F2 U'
1137
- Alg U F2 D2 B D2 F2
1138
- Alg U F2 D2 B' D2 F2
1139
- Alg F D B D' R' F' U
1140
- Alg F' D L F U B' L'
1141
- Alg F' L' F U L U L'
1142
- Alg D' L F D R' U' F'
1143
- Alg L F L' U' F' U' F
1144
- Alg L D' F' L' U' R F
1145
- Alg F D F U F' L' F' R'
1146
- Alg F2 D' F L F2 D F' R'
1147
- Alg F D' F L' D F R2 U2 F' U'
1148
- Alg F D' L D' L F D2 L2 B' R'
1149
- Alg F L' D F R2 D2 L D F' U2
1150
- Alg F L' D F2 D' L F L2 F2 U
1151
- Alg F D F' D L2 F R' F' D' B2 U'\`)})}var Hi,P2=v(()=>{rn();$n();Hi=null});var Tf={};Te(Tf,{cachedMegaminxDefWithoutMO:()=>Jl,cachedSGSDataMegaminx:()=>Zm,sgsDataMegaminx:()=>Nf});function Ym(){return D(this,null,function*(){return en("megaminx",{allMoves:!0,addRotations:!0}).writekpuzzle(!0)})}function Jl(){return D(this,null,function*(){return Ks!=null?Ks:Ks=Ym()})}function Zm(){return D(this,null,function*(){return Vs!=null?Vs:Vs=Nf()})}function Nf(){return D(this,null,function*(){return $t(yield Jl(),\`SubgroupSizes 12 5 60 58 60 56 54 57 52 50 54 48 46 51 44 42 48 40 45 38 36 42 34 32 39 30 36 28 26 33 24 30 22 20 27 18 24 16 14 21 12 18 10 15 8 6 2 12 9 3
1152
-
1153
- Alg Rv
1154
- Alg Rv2
1155
- Alg Rv2'
1156
- Alg Rv'
1157
- Alg Lv'
1158
- Alg Lv2
1159
- Alg Lv2'
1160
- Alg Fv
1161
- Alg Fv'
1162
- Alg BRv2
1163
- Alg Lv2 Rv'
1164
-
1165
- Alg Uv
1166
- Alg Uv2
1167
- Alg Uv2'
1168
- Alg Uv'
1169
-
1170
- Alg D
1171
- Alg D2
1172
- Alg D2'
1173
- Alg D'
1174
- Alg B
1175
- Alg B2
1176
- Alg B2'
1177
- Alg B'
1178
- Alg D DL
1179
- Alg D DL2
1180
- Alg D DL2'
1181
- Alg D DL'
1182
- Alg D2 FL
1183
- Alg D2 FL2
1184
- Alg D2 FL2'
1185
- Alg D2 FL'
1186
- Alg D2' FR
1187
- Alg D2' FR2
1188
- Alg D2' FR2'
1189
- Alg D2' FR'
1190
- Alg D' DR
1191
- Alg D' DR2
1192
- Alg D' DR2'
1193
- Alg D' DR'
1194
- Alg B DR
1195
- Alg B DR2'
1196
- Alg B DR'
1197
- Alg B2 BR2
1198
- Alg B2 BR2'
1199
- Alg B2 BR'
1200
- Alg B2' BL
1201
- Alg B2' BL2
1202
- Alg B2' BL2'
1203
- Alg B' DL
1204
- Alg B' DL2
1205
- Alg B' DL'
1206
- Alg D DL B
1207
- Alg D DL B2'
1208
- Alg D DL B'
1209
- Alg D DL2' L
1210
- Alg D DL2' L2
1211
- Alg D DL2' L2'
1212
- Alg D DL' FL
1213
- Alg D DL' FL2
1214
- Alg D DL' FL'
1215
- Alg D2 FL2' F
1216
- Alg D2 FL2' F2
1217
- Alg D2 FL2' F2'
1218
- Alg D2 FL' FR
1219
- Alg D2 FL' FR2
1220
- Alg D2 FL' FR'
1221
- Alg D2' FR2' R
1222
- Alg D2' FR2' R2
1223
- Alg D2' FR2' R2'
1224
- Alg B DR2' R2'
1225
- Alg B DR' BR2
1226
- Alg B2 BR' BL
1227
- Alg B2' BL2' L
1228
- Alg D DL2' L2' F
1229
- Alg DL
1230
- Alg DL2
1231
- Alg DL2'
1232
- Alg DL'
1233
- Alg DL BL
1234
- Alg DL BL2
1235
- Alg DL BL2'
1236
- Alg DL BL'
1237
- Alg DL2 L
1238
- Alg DL2 L2
1239
- Alg DL2 L2'
1240
- Alg DL2 L'
1241
- Alg DL2' FL
1242
- Alg DL2' FL2
1243
- Alg DL2' FL2'
1244
- Alg DL2' FL'
1245
- Alg D B D'
1246
- Alg D B2 D'
1247
- Alg D B2' D'
1248
- Alg D B' D'
1249
- Alg D2 B D2'
1250
- Alg D2 DL' D2'
1251
- Alg D2' DL' D2
1252
- Alg D' B D
1253
- Alg D' DL' D
1254
- Alg B2 DR2 B2'
1255
- Alg B2 DR2' B2'
1256
- Alg B2 DR' B2'
1257
- Alg B2' BR B2
1258
- Alg B2' BR2 B2
1259
- Alg B2' BR2' B2
1260
- Alg B' BL B
1261
- Alg B' BL2 B
1262
- Alg B' BL' B
1263
- Alg DL BL2' U
1264
- Alg DL BL2' U2
1265
- Alg DL BL2' U2'
1266
- Alg DL BL' L
1267
- Alg DL BL' L2
1268
- Alg DL BL' L'
1269
- Alg DL2 L2' F
1270
- Alg DL2 L2' F2
1271
- Alg DL2 L2' F2'
1272
- Alg DL2 L' FL
1273
- Alg DL2 L' FL2
1274
- Alg DL2 L' FL'
1275
- Alg DL2' FL2' FR
1276
- Alg DL2' FL2' FR2
1277
- Alg DL2' FL2' FR2'
1278
- Alg D B D' DR2
1279
- Alg D B D' DR'
1280
- Alg D2 B D2' FR2'
1281
- Alg D' B D DL
1282
- Alg B2 DR' B2' BR
1283
- Alg B2 DR' B2' BR'
1284
- Alg B2' BR2' B2 U
1285
- Alg DL BL2' U2' F
1286
- Alg D FL D'
1287
- Alg D FL2 D'
1288
- Alg D FL2' D'
1289
- Alg D FL' D'
1290
- Alg D2 FR D2'
1291
- Alg D2 FR2 D2'
1292
- Alg D2 FR2' D2'
1293
- Alg D2' DR D2
1294
- Alg D2' DR2 D2
1295
- Alg D2' DR2' D2
1296
- Alg DL2 BL DL2'
1297
- Alg DL2 BL2 DL2'
1298
- Alg DL2 BL2' DL2'
1299
- Alg DL2 BL' DL2'
1300
- Alg DL2' L2 DL2
1301
- Alg DL2' L2' DL2
1302
- Alg DL' FL2 DL
1303
- Alg DL' FL' DL
1304
- Alg D FL D' FL2'
1305
- Alg D FL L D'
1306
- Alg D FL L2 D'
1307
- Alg D FL L2' D'
1308
- Alg D FL2 F D'
1309
- Alg D FL2 F2 D'
1310
- Alg D FL2 F2' D'
1311
- Alg D FL2 L D'
1312
- Alg D FL2 L2 D'
1313
- Alg D FL2' D' FR
1314
- Alg D FL2' D' FR2
1315
- Alg D FL2' D' FR2'
1316
- Alg D FL2' F D'
1317
- Alg D FL2' F2' D'
1318
- Alg D FL2' FR2' D'
1319
- Alg D FL2' FR' D'
1320
- Alg D FL' D' FL
1321
- Alg D FL' FR D'
1322
- Alg D2 FR D2' FR2'
1323
- Alg D2 FR2 R D2'
1324
- Alg D2 FR2 R2 D2'
1325
- Alg D2 FR2 R2' D2'
1326
- Alg D2 FR2' D2' DR
1327
- Alg D2 FR2' D2' DR2
1328
- Alg D2 FR2' D2' DR2'
1329
- Alg D2 FR2' D2' DR'
1330
- Alg D2 FR2' R2' D2'
1331
- Alg D2 FR' DR2' D2'
1332
- Alg D2' DR D2 DR2'
1333
- Alg D2' DR2 BR D2
1334
- Alg D2' DR2 BR2' D2
1335
- Alg D2' DR2' BR2' D2
1336
- Alg D2' DR2' BR' D2
1337
- Alg DL2 BL2 DL2' BL'
1338
- Alg DL2 BL2 DL2' BR'
1339
- Alg DL2 BL' DL2' L'
1340
- Alg DL2' L2 DL2 BL2
1341
- Alg D FL L2 BL2 D'
1342
- Alg D FL L' FL2' D'
1343
- Alg D FL2 L FL' D'
1344
- Alg D FL2' D' FR2 DR2'
1345
- Alg B DL B'
1346
- Alg B DL2 B'
1347
- Alg B DL2' B'
1348
- Alg B DL' B'
1349
- Alg B2 D B2'
1350
- Alg B2 D2 B2'
1351
- Alg B2 D2' B2'
1352
- Alg B2 D' B2'
1353
- Alg B2 DL B2'
1354
- Alg B2' D' B2
1355
- Alg B2' DL B2
1356
- Alg B' D' B
1357
- Alg B DL B' BL
1358
- Alg B DL B' BL2
1359
- Alg B DL B' BL2'
1360
- Alg B DL B' BL'
1361
- Alg B DL2 B' BL2
1362
- Alg B DL2 B' BL2'
1363
- Alg B DL2 B' BL'
1364
- Alg B DL2' L2 B'
1365
- Alg B DL2' L2' B'
1366
- Alg B DL2' L' B'
1367
- Alg B DL' FL B'
1368
- Alg B DL' FL2 B'
1369
- Alg B DL' FL2' B'
1370
- Alg B DL' FL' B'
1371
- Alg B2 D FL B2'
1372
- Alg B2 D FL2' B2'
1373
- Alg B2 D FL' B2'
1374
- Alg B2 D2 FR2 B2'
1375
- Alg B2 D2 FR2' B2'
1376
- Alg B2 D2 FR' B2'
1377
- Alg B2 D2' B2' DR
1378
- Alg B2 D2' B2' DR2
1379
- Alg B2 D2' B2' DR2'
1380
- Alg B2 DL B2' BR
1381
- Alg B2 DL B2' BR2
1382
- Alg B2 DL B2' BR2'
1383
- Alg B2' D' B2 BR2
1384
- Alg B2' D' B2 BR2'
1385
- Alg B' D' B DR
1386
- Alg B' D' B DR2'
1387
- Alg D FL' D FR D2'
1388
- Alg D DL FL DL' D'
1389
- Alg D2' FR DR FR' D2
1390
- Alg B DL B D B2'
1391
- Alg B DL B D2' B2'
1392
- Alg B DL B' BL2 U2
1393
- Alg B DL B' BL2 U2'
1394
- Alg B DL B' BL2 U'
1395
- Alg B DL2 B' BL2' U2
1396
- Alg B DL2 B' BL2' U2'
1397
- Alg B DL2 B' BL' L2
1398
- Alg B DL2' L2' B' F2
1399
- Alg B2 D FL2' B2' F2'
1400
- Alg DR
1401
- Alg DR2
1402
- Alg DR2'
1403
- Alg DR'
1404
- Alg DR2 FR
1405
- Alg DR2 FR2
1406
- Alg DR2 FR2'
1407
- Alg DR2 FR'
1408
- Alg DR2' R
1409
- Alg DR2' R2
1410
- Alg DR2' R2'
1411
- Alg DR2' R'
1412
- Alg DR' BR
1413
- Alg DR' BR2
1414
- Alg DR' BR2'
1415
- Alg DR' BR'
1416
- Alg D DR D'
1417
- Alg D2 DR D2'
1418
- Alg B BR B'
1419
- Alg B BR2' B'
1420
- Alg B BR' B'
1421
- Alg B2 BL2 B2'
1422
- Alg B2 BL2' B2'
1423
- Alg B2 BL' B2'
1424
- Alg DR2 FR2 FL2
1425
- Alg DR2 FR2 FL2'
1426
- Alg DR2 FR2 FL'
1427
- Alg DR2 FR2' F
1428
- Alg DR2 FR2' F2
1429
- Alg DR2 FR2' F2'
1430
- Alg DR2 FR' R
1431
- Alg DR2 FR' R2
1432
- Alg DR2 FR' R'
1433
- Alg DR2' R FR
1434
- Alg DR2' R FR2'
1435
- Alg DR2' R FR'
1436
- Alg DR2' R2' U
1437
- Alg DR2' R2' U2
1438
- Alg DR2' R2' U2'
1439
- Alg DR2' R' BR2'
1440
- Alg DR' BR2' BL'
1441
- Alg D DR2 FR D'
1442
- Alg B BR B' DR
1443
- Alg B BR B' DR2
1444
- Alg B BR2' B' U2'
1445
- Alg B BR' B' BL2
1446
- Alg B BR' B' BL2'
1447
- Alg B BR' B' BL'
1448
- Alg B2 BL2' L' B2'
1449
- Alg DR2 FR2 FL' F
1450
- Alg DR2 FR2' F FL2'
1451
- Alg DR2 FR2' F FL'
1452
- Alg B BR2' U2' L2' B'
1453
- Alg D2' FL D2
1454
- Alg D2' FL2 D2
1455
- Alg D2' FL2' D2
1456
- Alg D2' FL' D2
1457
- Alg D' FR2 D
1458
- Alg D' FR2' D
1459
- Alg D' FR' D
1460
- Alg DR FR DR'
1461
- Alg DR FR2' DR'
1462
- Alg DR FR' DR'
1463
- Alg DR2 R2 DR2'
1464
- Alg DR2 R2' DR2'
1465
- Alg DR2' BR DR2
1466
- Alg DR2' BR2 DR2
1467
- Alg DR2' BR2' DR2
1468
- Alg D DR2 D' DR2'
1469
- Alg D DR2' D' DR2
1470
- Alg D2' FL D2 FR'
1471
- Alg D2' FL2 D2 FL2'
1472
- Alg D2' FL2 D2 FL'
1473
- Alg D2' FL2 L D2
1474
- Alg D2' FL2 L2 D2
1475
- Alg D2' FL2 L2' D2
1476
- Alg D2' FL2 L' D2
1477
- Alg D2' FL2' F D2
1478
- Alg D2' FL2' F2 D2
1479
- Alg D2' FL2' F2' D2
1480
- Alg D2' FL2' L D2
1481
- Alg D2' FL2' L2 D2
1482
- Alg D2' FL2' L2' D2
1483
- Alg D2' FL2' L' D2
1484
- Alg D2' FL' F D2
1485
- Alg D2' FL' F2' D2
1486
- Alg D' FR FL' D
1487
- Alg D' FR2 D FR'
1488
- Alg D' FR2 D FL2
1489
- Alg D' FR2 D FL2'
1490
- Alg D' FR2 FL D
1491
- Alg D' FR2' R2' D
1492
- Alg D' FR' R2' D
1493
- Alg DR2 R2 DR2' U2'
1494
- Alg DR2 R2' DR2' BR
1495
- Alg DR2 R2' DR2' BR2
1496
- Alg DR2 R2' DR2' BR2'
1497
- Alg DR2 R2' DR2' BR'
1498
- Alg DR2 R' BR2' DR2'
1499
- Alg DR2' BR DR2 BR2'
1500
- Alg DR2' BR2 BL DR2
1501
- Alg DR2' BR2 BL2' DR2
1502
- Alg DR2' BR2' BL' DR2
1503
- Alg D B2' BL2' B2 D'
1504
- Alg D2 B2 DL2 B2' D2'
1505
- Alg D2' FL2 L' FL2 D2
1506
- Alg D2' FL2' L D2 FL'
1507
- Alg D2' FL2' L FL2' D2
1508
- Alg D2' FL2' L2' BL2 D2
1509
- Alg B2' DR B2
1510
- Alg B2' DR2 B2
1511
- Alg B2' DR2' B2
1512
- Alg B2' DR' B2
1513
- Alg B' DR' B
1514
- Alg B2' DR FR B2
1515
- Alg B2' DR FR2 B2
1516
- Alg B2' DR FR2' B2
1517
- Alg B2' DR FR' B2
1518
- Alg B2' DR2 R B2
1519
- Alg B2' DR2 R2 B2
1520
- Alg B2' DR2 R2' B2
1521
- Alg B2' DR2 R' B2
1522
- Alg B2' DR2' B2 BR
1523
- Alg B2' DR2' B2 BR2
1524
- Alg B2' DR2' B2 BR2'
1525
- Alg B2' DR2' B2 BR'
1526
- Alg B2' DR' B2 BL2
1527
- Alg B2' DR' B2 BL2'
1528
- Alg B2' DR' B2 BL'
1529
- Alg B' DR2' BR' B
1530
- Alg B' DR' B BR
1531
- Alg B' DR' B BR2'
1532
- Alg B' DR' B BR'
1533
- Alg D2' FR2' FL FR2 D2
1534
- Alg D2' FR2' FL2 FR2 D2
1535
- Alg D2' FR2' FL2' FR2 D2
1536
- Alg D' DR2' FR DR2 D
1537
- Alg D' DR2' FR2 DR2 D
1538
- Alg D' DR' FR' DR D
1539
- Alg D' FR D' FL' D2
1540
- Alg B2 D2 DL2 D2' B2'
1541
- Alg B2 D2 DL2' D2' B2'
1542
- Alg B2 D2 DL' D2' B2'
1543
- Alg B2 D' FR' D B2'
1544
- Alg B2 DL D2' DL' B2'
1545
- Alg B2 DL D' DL' B2'
1546
- Alg B2' DR FR2' B2 F2
1547
- Alg B2' DR FR2' B2 F2'
1548
- Alg B2' DR FR' R B2
1549
- Alg B2' DR FR' R2 B2
1550
- Alg B2' DR2 R2' B2 U
1551
- Alg B2' DR2 R2' B2 U2
1552
- Alg B2' DR2 R2' B2 U2'
1553
- Alg B2' DR' B2 BL2 U'
1554
- Alg B' DR2' BR' B BL2'
1555
- Alg DR D FR D' DR'
1556
- Alg DL2' B D B' DL2
1557
- Alg D2' FR2' FL2' FR2 F D2
1558
- Alg D' DR2' FR DR2 D FL2'
1559
- Alg B2 D B D' DR B2
1560
- Alg FR
1561
- Alg FR2
1562
- Alg FR2'
1563
- Alg FR'
1564
- Alg FR2 FL
1565
- Alg FR2 FL2
1566
- Alg FR2 FL2'
1567
- Alg FR2 FL'
1568
- Alg FR2' F
1569
- Alg FR2' F2
1570
- Alg FR2' F2'
1571
- Alg FR2' F'
1572
- Alg FR' R
1573
- Alg FR' R2
1574
- Alg FR' R2'
1575
- Alg FR' R'
1576
- Alg D FR D'
1577
- Alg DR R DR'
1578
- Alg DR R2' DR'
1579
- Alg DR R' DR'
1580
- Alg DR2 BR2 DR2'
1581
- Alg DR2 BR2' DR2'
1582
- Alg DR2 BR' DR2'
1583
- Alg FR2 FL2' L
1584
- Alg FR2 FL2' L2
1585
- Alg FR2 FL2' L2'
1586
- Alg FR2 FL' F
1587
- Alg FR2 FL' F2
1588
- Alg FR2 FL' F'
1589
- Alg FR2' F FL
1590
- Alg FR2' F FL2'
1591
- Alg FR2' F FL'
1592
- Alg FR2' F2' U
1593
- Alg FR2' F2' U2
1594
- Alg FR2' F2' U2'
1595
- Alg FR2' F' R2'
1596
- Alg FR' R2' BR'
1597
- Alg DR R DR' FR
1598
- Alg DR R DR' FR2
1599
- Alg DR R2' DR' U2'
1600
- Alg DR R' DR' BR2
1601
- Alg DR R' DR' BR2'
1602
- Alg DR R' DR' BR'
1603
- Alg DR2 BR2' BL2' DR2'
1604
- Alg DR2 BR2' BL' DR2'
1605
- Alg FR2 FL' F L2
1606
- Alg FR2 FL' F L2'
1607
- Alg B' DR2 BR' DR2' B
1608
- Alg DR R2' U2' BL2 DR'
1609
- Alg D' FL D
1610
- Alg D' FL2 D
1611
- Alg D' FL2' D
1612
- Alg D' FL' D
1613
- Alg FR FL FR'
1614
- Alg FR FL2 FR'
1615
- Alg FR FL2' FR'
1616
- Alg FR FL' FR'
1617
- Alg FR2 F2 FR2'
1618
- Alg FR2 F2' FR2'
1619
- Alg FR2' R FR2
1620
- Alg FR2' R2 FR2
1621
- Alg FR2' R2' FR2
1622
- Alg D FR2 D' FR2'
1623
- Alg D FR2' D' FR2
1624
- Alg D' FL D FL'
1625
- Alg D' FL2 D FL'
1626
- Alg D' FL2 L D
1627
- Alg D' FL2 L2 D
1628
- Alg D' FL2 L2' D
1629
- Alg D' FL2 L' D
1630
- Alg D' FL2' F2' D
1631
- Alg D' FL2' L2 D
1632
- Alg D' FL2' L2' D
1633
- Alg D' FL2' L' D
1634
- Alg D' FL' F2' D
1635
- Alg FR FL2' F' FR'
1636
- Alg FR FL2' FR' L
1637
- Alg FR FL2' FR' L2
1638
- Alg FR FL2' FR' L2'
1639
- Alg FR2 F2 FR2' U2
1640
- Alg FR2 F2 FR2' U2'
1641
- Alg FR2 F2' FR2' U2'
1642
- Alg FR2 F2' FR2' R
1643
- Alg FR2 F2' FR2' R2
1644
- Alg FR2 F2' FR2' R2'
1645
- Alg FR2 F2' FR2' R'
1646
- Alg FR2 F' R2' FR2'
1647
- Alg FR2' R FR2 R2'
1648
- Alg FR2' R2 BR FR2
1649
- Alg FR2' R2 BR2 FR2
1650
- Alg FR2' R2 BR2' FR2
1651
- Alg FR2' R2' BR2' FR2
1652
- Alg FR2' R2' BR' FR2
1653
- Alg D DR2' BR2' DR2 D'
1654
- Alg D FR2' D' FR2 FL2
1655
- Alg D2' B DL B' D2
1656
- Alg D2' B2' D' B2 D2'
1657
- Alg D' FL2 L BL D
1658
- Alg D' FL2 L' FL2 D
1659
- Alg D' FL2' F2' R' D
1660
- Alg D' FL2' L FL2' D
1661
- Alg D' FL2' L2' BL2 D
1662
- Alg DR2' FR DR2
1663
- Alg DR2' FR2 DR2
1664
- Alg DR2' FR2' DR2
1665
- Alg DR2' FR' DR2
1666
- Alg DR' FR' DR
1667
- Alg DR2' FR FL DR2
1668
- Alg DR2' FR FL2 DR2
1669
- Alg DR2' FR FL2' DR2
1670
- Alg DR2' FR FL' DR2
1671
- Alg DR2' FR2 DR2 F
1672
- Alg DR2' FR2 DR2 F2
1673
- Alg DR2' FR2 DR2 F2'
1674
- Alg DR2' FR2 DR2 F'
1675
- Alg DR2' FR2' DR2 R
1676
- Alg DR2' FR2' DR2 R2
1677
- Alg DR2' FR2' DR2 R2'
1678
- Alg DR2' FR2' DR2 R'
1679
- Alg DR2' FR' DR2 BR2
1680
- Alg DR2' FR' DR2 BR2'
1681
- Alg DR2' FR' DR2 BR'
1682
- Alg DR' FR2' R' DR
1683
- Alg DR' FR' DR R
1684
- Alg DR' FR' DR R2'
1685
- Alg DR' FR' DR R'
1686
- Alg D' FR2' FL FR2 D
1687
- Alg D' FR2' FL2 FR2 D
1688
- Alg D' FR' FL' FR D
1689
- Alg B2' DR2 FR' DR2' B2
1690
- Alg B' DR2 FR' DR2' B
1691
- Alg DR2 D' FL' D DR2'
1692
- Alg DR2' FR FL2' DR2 L
1693
- Alg DR2' FR FL2' DR2 L2
1694
- Alg DR2' FR FL2' DR2 L2'
1695
- Alg DR2' FR FL' DR2 F
1696
- Alg DR2' FR FL' DR2 F2
1697
- Alg DR2' FR2 F FL2 DR2
1698
- Alg DR2' FR2 DR2 F2' U
1699
- Alg DR2' FR2 DR2 F2' U2
1700
- Alg DR2' FR2 DR2 F2' U2'
1701
- Alg DR2' FR' DR2 BR2 U'
1702
- Alg DR2' FR' DR2 BR2' BL2'
1703
- Alg DR' FR2' R' DR BR2'
1704
- Alg D' FR2' FL2 FR2 L D
1705
- Alg D' FR2' FL2 FR2 L2 D
1706
- Alg B2' DR2' FR2' R' DR2 B2
1707
- Alg DR2 D DR D' FR DR2
1708
- Alg DR2' FR' DR2 BR2 U' BL2
1709
- Alg FL
1710
- Alg FL2
1711
- Alg FL2'
1712
- Alg FL'
1713
- Alg FL L
1714
- Alg FL L2
1715
- Alg FL L2'
1716
- Alg FL L'
1717
- Alg FL2 F
1718
- Alg FL2 F2
1719
- Alg FL2 F2'
1720
- Alg FL2 F'
1721
- Alg FR2' FL2' FR2
1722
- Alg FR' FL2' FR
1723
- Alg FL L2 BL
1724
- Alg FL L2 BL2
1725
- Alg FL L2 BL2'
1726
- Alg FL L2 BL'
1727
- Alg FL L2' U
1728
- Alg FL L2' U2
1729
- Alg FL L2' U2'
1730
- Alg FL L' F
1731
- Alg FL L' F2
1732
- Alg FL L' F'
1733
- Alg FL2 F L
1734
- Alg FL2 F L2
1735
- Alg FL2 F L2'
1736
- Alg FL2 F L'
1737
- Alg FL2 F2' R
1738
- Alg FL2 F2' R2
1739
- Alg FL2 F2' R2'
1740
- Alg FR' FL2 F' FR
1741
- Alg FL L2 BL2' BR
1742
- Alg FL L2 BL2' BR2
1743
- Alg FL L2 BL' U
1744
- Alg FL L2' U BL2
1745
- Alg FL L2' U BL2'
1746
- Alg FL L2' U BL'
1747
- Alg FL L2' U2' R
1748
- Alg FL L2' U2' R2
1749
- Alg FL L' F' FL
1750
- Alg FL L' F' FL2
1751
- Alg FL L' F' FL2'
1752
- Alg B DL2' BL DL2 B'
1753
- Alg FL L2 BL' U BR2'
1754
- Alg FL2 L FL2'
1755
- Alg FL2 L2 FL2'
1756
- Alg FL2 L2' FL2'
1757
- Alg FL2 L' FL2'
1758
- Alg FL2' F2 FL2
1759
- Alg FL2' F2' FL2
1760
- Alg FL2' F' FL2
1761
- Alg FR2' FL' FR2 FL
1762
- Alg FL2 L2 FL2' L2'
1763
- Alg FL2 L2 FL2' L'
1764
- Alg FL2 L2 FL2' BL
1765
- Alg FL2 L2 FL2' BL2
1766
- Alg FL2 L2 FL2' BL2'
1767
- Alg FL2 L2 FL2' BL'
1768
- Alg FL2 L2' FL2' U
1769
- Alg FL2 L2' FL2' U2
1770
- Alg FL2 L2' FL2' U2'
1771
- Alg FL2 L2' FL2' BL
1772
- Alg FL2 L2' FL2' BL2
1773
- Alg FL2 L2' FL2' BL2'
1774
- Alg FL2 L2' FL2' BL'
1775
- Alg FL2 L' FL2' U
1776
- Alg FL2 L' FL2' U2'
1777
- Alg FL2 L' FL2' F
1778
- Alg FL2 L' FL2' F2
1779
- Alg FL2 L' FL2' F2'
1780
- Alg FL2 L' FL2' F'
1781
- Alg FL2' F L FL2
1782
- Alg FL2' F L' FL2
1783
- Alg FL2' F2 L FL2
1784
- Alg FL2' F2 L2 FL2
1785
- Alg FL2' F2 L2' FL2
1786
- Alg FL2' F2 FL2 F'
1787
- Alg FL2' F2 FL2 L2
1788
- Alg FL2' F2' R FL2
1789
- Alg FL2' F2' R2 FL2
1790
- Alg FL2' F2' R2' FL2
1791
- Alg FL2' F' R2' FL2
1792
- Alg FL2' F' R' FL2
1793
- Alg FL' FR2' FL FR2
1794
- Alg D DR2' FR2' DR2 D'
1795
- Alg D FR2' R' FR2 D'
1796
- Alg D' DL2 BL2 DL2' D
1797
- Alg B2 D2' B D2 B2
1798
- Alg DR2 D2 DR D2' DR2
1799
- Alg FR2 D FR D' FR2
1800
- Alg FL2 L2 BL' L2 FL2'
1801
- Alg FL2 L2 FL2' BL2 BR
1802
- Alg FL2 L2' BL L2' FL2'
1803
- Alg FL2 L2' FL2' BL L'
1804
- Alg DL FL DL'
1805
- Alg DL FL2 DL'
1806
- Alg DL FL2' DL'
1807
- Alg DL FL' DL'
1808
- Alg DL2 FL DL2'
1809
- Alg DL FL DL' L
1810
- Alg DL FL DL' L2
1811
- Alg DL FL DL' L2'
1812
- Alg DL FL DL' L'
1813
- Alg DL FL2 L DL'
1814
- Alg DL FL2 L2 DL'
1815
- Alg DL FL2 L2' DL'
1816
- Alg DL FL2 L' DL'
1817
- Alg DL FL2 DL' L
1818
- Alg DL FL2' DL' F2
1819
- Alg DL FL2' DL' F2'
1820
- Alg DL FL2' DL' F'
1821
- Alg DL2 FL DL2' BL
1822
- Alg DL2 FL DL2' BL2
1823
- Alg DL2 FL DL2' BL2'
1824
- Alg B DL2' FL DL2 B'
1825
- Alg B2 DL2' FL DL2 B2'
1826
- Alg FL2 F2 L' F2' FL2'
1827
- Alg FL2 F2' L' F2 FL2'
1828
- Alg FL2 F' L' F FL2'
1829
- Alg FL2' FR2' FL FR2 FL2
1830
- Alg FL2' FR' F' FR FL2
1831
- Alg DL FL DL' L BL2'
1832
- Alg DL FL DL' L BL'
1833
- Alg DL FL DL' L2 U2
1834
- Alg DL FL DL' L2 U2'
1835
- Alg DL FL2 L2' DL' U2
1836
- Alg DL FL2 L2' DL' U2'
1837
- Alg DL FL2 L' DL' F'
1838
- Alg DL FL2' DL' F2' R2
1839
- Alg DL FL2' DL' F2' R2'
1840
- Alg DL2 FL DL2' BL2 BR2
1841
- Alg B DL2 FL DL2' BL B'
1842
- Alg FL2 F2' L' F2 R2 FL2'
1843
- Alg FL2 F2' L' F2 R2' FL2'
1844
- Alg FL2' FR' F FR L FL2
1845
- Alg DL FL DL' L BL2' BR2
1846
- Alg DL FL2 L DL FL' DL2'
1847
- Alg FR F FR'
1848
- Alg FR F2 FR'
1849
- Alg FR F2' FR'
1850
- Alg FR F' FR'
1851
- Alg FR2 R FR2'
1852
- Alg FR2 R2 FR2'
1853
- Alg FR2 R2' FR2'
1854
- Alg FR2 R' FR2'
1855
- Alg FL2' L FL2
1856
- Alg FL2' L2 FL2
1857
- Alg FL2' L2' FL2
1858
- Alg FL' F FL
1859
- Alg FL' F2 FL
1860
- Alg FL' F' FL
1861
- Alg FR F FR' F'
1862
- Alg FR F2 FR' L
1863
- Alg FR F2' FR' U
1864
- Alg FR F2' FR' U2
1865
- Alg FR F2' FR' U2'
1866
- Alg FR F' FR' R
1867
- Alg FR F' FR' R2
1868
- Alg FR F' FR' R2'
1869
- Alg FR F' FR' R'
1870
- Alg FR2 R FR2' F2
1871
- Alg FR2 R FR2' R'
1872
- Alg FR2 R2' BR FR2'
1873
- Alg FR2 R2' BR2 FR2'
1874
- Alg FR2 R2' BR2' FR2'
1875
- Alg FR2 R2' BR' FR2'
1876
- Alg FL2' L2 FL2 BL
1877
- Alg FL2' L2 FL2 BL2
1878
- Alg FL2' L2' FL2 U
1879
- Alg FL' F L2 FL
1880
- Alg FL' F L2' FL
1881
- Alg FL' F FL L
1882
- Alg DR' FR2 R' FR2' DR
1883
- Alg FR F2' U2' BR FR'
1884
- Alg FR F2' U2' BR2 FR'
1885
- Alg FR F' FR R' FR2'
1886
- Alg FL2' L2' FL2 U BL2
1887
- Alg FL2' L2' FL2 U BL2'
1888
- Alg FR F L F' FR'
1889
- Alg FR F L2 F' FR'
1890
- Alg FR F L2' F' FR'
1891
- Alg FR F L' F' FR'
1892
- Alg FR F2 U F2' FR'
1893
- Alg FR F2 U2 F2' FR'
1894
- Alg FR F2 U2' F2' FR'
1895
- Alg FR F2' R F2 FR'
1896
- Alg FR F2' R2 F2 FR'
1897
- Alg FR F2' R2' F2 FR'
1898
- Alg FR FL' L FL FR'
1899
- Alg FR FL' L2 FL FR'
1900
- Alg FR FL' L' FL FR'
1901
- Alg FR2 F2' L F2 FR2'
1902
- Alg FR2 F2' L2 F2 FR2'
1903
- Alg FR2 F' U2 F FR2'
1904
- Alg FR2 F' U2' F FR2'
1905
- Alg FR2 R U R' FR2'
1906
- Alg FR2 R U' R' FR2'
1907
- Alg FR2 R2 BR2 R2' FR2'
1908
- Alg FR2 R2 BR2' R2' FR2'
1909
- Alg FR2' DR BR DR' FR2
1910
- Alg FR2' R2' U R2 FR2
1911
- Alg FR2' R2' U2 R2 FR2
1912
- Alg FR2' R' BR2 R FR2
1913
- Alg FR2' R' BR2' R FR2
1914
- Alg FR2' R' BR' R FR2
1915
- Alg FL2 L BL L' FL2'
1916
- Alg FL2 L2 U2' L2' FL2'
1917
- Alg FL2 DL' BL2 DL FL2'
1918
- Alg FL2' F2 R2' F2' FL2
1919
- Alg FL2' L2' BL2 L2 FL2
1920
- Alg FL' F2 L F2' FL
1921
- Alg FL' F2 L2 F2' FL
1922
- Alg FL' F' R' F FL
1923
- Alg FL' FR R' FR' FL
1924
- Alg FR F L2' F' FR' BL
1925
- Alg FR F L2' F' FR' BL2
1926
- Alg FR F L' F' FR' F'
1927
- Alg FR F2 U2 BR2 F2' FR'
1928
- Alg FR F2 U2 BR2' F2' FR'
1929
- Alg FR F2' R F2 R2' FR'
1930
- Alg FR F2' R2' F2 FR' R'
1931
- Alg FR FL' L FL FR' F'
1932
- Alg FR2 F' U2 F FR2' L2'
1933
- Alg FR F L2 BL' L2 F' FR'
1934
- Alg FR F L2' F U' F2' FR'
1935
- Alg R
1936
- Alg R2
1937
- Alg R2'
1938
- Alg R'
1939
- Alg R2 F
1940
- Alg R2 F2
1941
- Alg R2 F2'
1942
- Alg R2 F'
1943
- Alg R2' U
1944
- Alg R2' U2
1945
- Alg R2' U2'
1946
- Alg R2' U'
1947
- Alg R' BR
1948
- Alg R' BR2
1949
- Alg R' BR2'
1950
- Alg R' BR'
1951
- Alg DR BR DR'
1952
- Alg DR BR2' DR'
1953
- Alg DR BR' DR'
1954
- Alg FR R FR'
1955
- Alg R2 F2' L
1956
- Alg R2 F2' L2
1957
- Alg R2 F2' L2'
1958
- Alg R2 F' U
1959
- Alg R2 F' U2
1960
- Alg R2 F' U'
1961
- Alg R2' U F
1962
- Alg R2' U F2'
1963
- Alg R2' U F'
1964
- Alg R2' U2' BL
1965
- Alg R2' U2' BL2
1966
- Alg R2' U2' BL2'
1967
- Alg R2' U' BR2'
1968
- Alg DR BR DR' R
1969
- Alg DR BR DR' R2
1970
- Alg DR BR2' BL2' DR'
1971
- Alg DR BR2' BL' DR'
1972
- Alg R2 F' U L2
1973
- Alg R2 F' U L2'
1974
- Alg FR' F FR
1975
- Alg FR' F2 FR
1976
- Alg FR' F2' FR
1977
- Alg FR' F' FR
1978
- Alg R F R'
1979
- Alg R F2 R'
1980
- Alg R F2' R'
1981
- Alg R F' R'
1982
- Alg R2 U2 R2'
1983
- Alg R2 U2' R2'
1984
- Alg R2' BR R2
1985
- Alg R2' BR2 R2
1986
- Alg R2' BR2' R2
1987
- Alg FR R2 FR' R2'
1988
- Alg FR R2' FR' R2
1989
- Alg FR' F FR F'
1990
- Alg FR' F2 FR F'
1991
- Alg FR' F2 FR L
1992
- Alg FR' F2 FR L2
1993
- Alg FR' F2 FR L2'
1994
- Alg FR' F2 FR L'
1995
- Alg FR' F2' FR U2'
1996
- Alg FR' F2' FR L2
1997
- Alg FR' F2' FR L2'
1998
- Alg FR' F2' FR L'
1999
- Alg FR' F' FR U2'
2000
- Alg R F2' U' R'
2001
- Alg R F2' R' L
2002
- Alg R F2' R' L2
2003
- Alg R F2' R' L2'
2004
- Alg R2 U2 R2' BL2
2005
- Alg R2 U2 R2' BL2'
2006
- Alg R2 U2' BR R2'
2007
- Alg R2 U2' BR2 R2'
2008
- Alg R2 U2' R2' BL2'
2009
- Alg R2 U2' R2' BR2'
2010
- Alg R2 U2' R2' BR'
2011
- Alg R2 U' BR2' R2'
2012
- Alg R2' BR R2 BR2'
2013
- Alg DR BR2 BL2' BR2' DR'
2014
- Alg FR R2' FR' R2 F2
2015
- Alg FR' F2 L' F2 FR
2016
- Alg FR' F2' U2' BR' FR
2017
- Alg FR' F2' L F2' FR
2018
- Alg DR' R DR
2019
- Alg DR' R2 DR
2020
- Alg DR' R2' DR
2021
- Alg DR' R' DR
2022
- Alg DR' R DR F
2023
- Alg DR' R DR F2
2024
- Alg DR' R DR F2'
2025
- Alg DR' R DR F'
2026
- Alg DR' R2 DR U
2027
- Alg DR' R2 DR U2
2028
- Alg DR' R2 DR U2'
2029
- Alg DR' R2 DR U'
2030
- Alg DR' R2' DR BR
2031
- Alg DR' R2' DR BR2
2032
- Alg DR' R2' DR BR2'
2033
- Alg DR' R2' DR BR'
2034
- Alg DR' R' DR BR
2035
- Alg DR' R' DR BR2'
2036
- Alg DR' R' DR BR'
2037
- Alg B2' DR2' R' DR2 B2
2038
- Alg DR2' FR' F FR DR2
2039
- Alg DR2' FR' F2 FR DR2
2040
- Alg DR2' FR' F' FR DR2
2041
- Alg DR' R DR F2' L
2042
- Alg DR' R DR F2' L2
2043
- Alg DR' R DR F2' L2'
2044
- Alg DR' R DR F' U
2045
- Alg DR' R DR F' U2
2046
- Alg DR' R DR F' U'
2047
- Alg DR' R2 U2' BL DR
2048
- Alg DR' R2 U2' BL2 DR
2049
- Alg DR' R2 U2' BL2' DR
2050
- Alg DR' R2 DR U F2
2051
- Alg DR' R' DR BR2' BL2'
2052
- Alg DR2' FR' F2 FR DR2 L
2053
- Alg DR2' FR' F2 FR DR2 L2
2054
- Alg DR' FR' F' FR R' DR
2055
- Alg BR
2056
- Alg BR2
2057
- Alg BR2'
2058
- Alg BR'
2059
- Alg BR2' U
2060
- Alg BR2' U2
2061
- Alg BR2' U2'
2062
- Alg BR2' U'
2063
- Alg BR' BL
2064
- Alg BR' BL2
2065
- Alg BR' BL2'
2066
- Alg BR' BL'
2067
- Alg B BL B'
2068
- Alg B BL2' B'
2069
- Alg B BL' B'
2070
- Alg BR2' U2 F
2071
- Alg BR2' U2 F2
2072
- Alg BR2' U2 F2'
2073
- Alg BR2' U2 F'
2074
- Alg BR2' U2' L
2075
- Alg BR2' U2' L2
2076
- Alg BR2' U2' L2'
2077
- Alg BR2' U' BL2'
2078
- Alg BR' BL U
2079
- Alg BR' BL U2
2080
- Alg BR' BL U2'
2081
- Alg BR' BL U'
2082
- Alg B BL B' BR
2083
- Alg B BL B' BR2
2084
- Alg B BL B' BR2'
2085
- Alg B BL2' L2' B'
2086
- Alg B BL2' L' B'
2087
- Alg BR2' U2' L F2
2088
- Alg BR2' U2' L F2'
2089
- Alg BR2' U2' L F'
2090
- Alg BR2 U BR2'
2091
- Alg BR2 U2 BR2'
2092
- Alg BR2 U2' BR2'
2093
- Alg BR2 U' BR2'
2094
- Alg BR2' BL BR2
2095
- Alg BR2' BL2 BR2
2096
- Alg BR2' BL2' BR2
2097
- Alg BR R BR' R'
2098
- Alg BR2 U BR2' U2'
2099
- Alg BR2 U BR2' U'
2100
- Alg BR2 U BR2' F
2101
- Alg BR2 U BR2' F2
2102
- Alg BR2 U BR2' F2'
2103
- Alg BR2 U BR2' F'
2104
- Alg BR2 U2 BR2' F
2105
- Alg BR2 U2 BR2' F2
2106
- Alg BR2 U2 BR2' F2'
2107
- Alg BR2 U2 BR2' F'
2108
- Alg BR2 U2 BR2' L
2109
- Alg BR2 U2 BR2' L2
2110
- Alg BR2 U2 BR2' L2'
2111
- Alg BR2 U2' BL BR2'
2112
- Alg BR2 U2' BL2 BR2'
2113
- Alg BR2 U2' BL' BR2'
2114
- Alg BR2 U2' BR2' L
2115
- Alg BR2 U2' BR2' L2'
2116
- Alg BR2 U2' BR2' BL2'
2117
- Alg BR2 U2' BR2' BL'
2118
- Alg BR2 U' BL BR2'
2119
- Alg BR2 U' BL2' BR2'
2120
- Alg BR2 U' BL' BR2'
2121
- Alg BR2' BL BR2 U2
2122
- Alg BR2' BL BR2 U2'
2123
- Alg BR2' BL BR2 BL2'
2124
- Alg BR2' BL BR2 BL'
2125
- Alg B BL2 L2' BL2' B'
2126
- Alg DR' R2 F R2' DR
2127
- Alg BR2 U F' U2' BR2'
2128
- Alg BR2 U BR2' U2' BL'
2129
- Alg BR2 U2 F U' BR2'
2130
- Alg BR2 U2 BR2' L F2'
2131
- Alg B' BR B
2132
- Alg B' BR2 B
2133
- Alg B' BR2' B
2134
- Alg B' BR' B
2135
- Alg B' BR2 B U
2136
- Alg B' BR2 B U2
2137
- Alg B' BR2 B U2'
2138
- Alg B' BR2 B U'
2139
- Alg B' BR2' B BL
2140
- Alg B' BR2' B BL2
2141
- Alg B' BR2' B BL2'
2142
- Alg B' BR2' B BL'
2143
- Alg B' BR' B BL
2144
- Alg B' BR' B BL2'
2145
- Alg B' BR' B BL'
2146
- Alg B' BR2 U2' L B
2147
- Alg B' BR2 U2' L2 B
2148
- Alg B' BR2 U2' L2' B
2149
- Alg B' BR2 B U2 F
2150
- Alg B' BR2 B U2 F2
2151
- Alg B' BR2 B U2 F2'
2152
- Alg B' BR2 B U2 F'
2153
- Alg B' BR2' B BL U
2154
- Alg B' BR2' B BL U2
2155
- Alg B' BR2' B BL U2'
2156
- Alg B' BR2' B BL U'
2157
- Alg B' BR' B BL2' L2'
2158
- Alg B' BR' B BL2' L'
2159
- Alg BR2 R U R' BR2'
2160
- Alg B' BR2 U2' L B F2'
2161
- Alg B' BR2 U2' L B F'
2162
- Alg B' BR' B BR2 BL BR2'
2163
- Alg B' BR2 U R BR' R' B
2164
- Alg BR U BR'
2165
- Alg BR U2 BR'
2166
- Alg BR U2' BR'
2167
- Alg BR U' BR'
2168
- Alg BR2 BL BR2'
2169
- Alg BR2 BL2 BR2'
2170
- Alg BR2 BL2' BR2'
2171
- Alg BR2 BL' BR2'
2172
- Alg R2' F R2
2173
- Alg R2' F2 R2
2174
- Alg R2' F2' R2
2175
- Alg R' U R
2176
- Alg R' U2 R
2177
- Alg R' U' R
2178
- Alg BR U BR' U'
2179
- Alg BR U2 BR' F
2180
- Alg BR U2' BR' L
2181
- Alg BR U2' BR' L2
2182
- Alg BR U2' BR' L2'
2183
- Alg BR U' BL BR'
2184
- Alg BR U' BL2 BR'
2185
- Alg BR U' BL2' BR'
2186
- Alg BR U' BR' BL'
2187
- Alg BR2 BL BR2' U2
2188
- Alg BR2 BL BR2' BL'
2189
- Alg R2' F2' R2 L
2190
- Alg R2' F2' R2 L2
2191
- Alg R' U F2 R
2192
- Alg R' U F2' R
2193
- Alg R' U R F
2194
- Alg BR U' BR BL' BR2'
2195
- Alg BR U F U' BR'
2196
- Alg BR U F2 U' BR'
2197
- Alg BR U F2' U' BR'
2198
- Alg BR U F' U' BR'
2199
- Alg BR U2 L U2' BR'
2200
- Alg BR U2 L2 U2' BR'
2201
- Alg BR U2 L2' U2' BR'
2202
- Alg BR U2' BL U2 BR'
2203
- Alg BR U2' BL2 U2 BR'
2204
- Alg BR U2' BL2' U2 BR'
2205
- Alg BR R' F R BR'
2206
- Alg BR R' F2 R BR'
2207
- Alg BR R' F' R BR'
2208
- Alg BR2 U2' F U2 BR2'
2209
- Alg BR2 U2' F2 U2 BR2'
2210
- Alg BR2 U' L2 U BR2'
2211
- Alg BR2 U' L2' U BR2'
2212
- Alg BR2 BL L BL' BR2'
2213
- Alg BR2 BL L' BL' BR2'
2214
- Alg BR2' BL2' L BL2 BR2
2215
- Alg BR2' BL2' L2 BL2 BR2
2216
- Alg R2 F2 L F2' R2'
2217
- Alg R2 F2 L2 F2' R2'
2218
- Alg R2 F2 L2' F2' R2'
2219
- Alg R2' U2 BL2' U2' R2
2220
- Alg R' U2 F U2' R
2221
- Alg R' U2 F2 U2' R
2222
- Alg R' U' BL' U R
2223
- Alg R' BR BL' BR' R
2224
- Alg BR U F' U' BR' U'
2225
- Alg BR U2 L' BL2 U2' BR'
2226
- Alg BR U2' BL U2 BL2' BR'
2227
- Alg BR U2' BL2' U2 BR' BL'
2228
- Alg BR R' F R BR' U'
2229
- Alg BR2 U' L2 U BR2' F2'
2230
- Alg BR2 U' L2 U BR2' F'
2231
- Alg BR U F2' U L' U2' BR'
2232
- Alg BR U F2' L' F U' BR'
2233
- Alg F
2234
- Alg F2
2235
- Alg F2'
2236
- Alg F'
2237
- Alg F L
2238
- Alg F L2
2239
- Alg F L2'
2240
- Alg F L'
2241
- Alg F2 U
2242
- Alg F2 U2
2243
- Alg F2 U2'
2244
- Alg F2 U'
2245
- Alg F L2' BL
2246
- Alg F L2' BL2
2247
- Alg F L2' BL2'
2248
- Alg F L' U
2249
- Alg F L' U2
2250
- Alg F L' U2'
2251
- Alg F L' U'
2252
- Alg F2 U L
2253
- Alg F2 U L2
2254
- Alg F2 U L2'
2255
- Alg F2 U L'
2256
- Alg F L' U BL2
2257
- Alg F L' U BL2'
2258
- Alg F L' U BL'
2259
- Alg F L' U' F
2260
- Alg F L' U' F2
2261
- Alg F L' U' F2'
2262
- Alg F2 L F2'
2263
- Alg F2 L2 F2'
2264
- Alg F2 L2' F2'
2265
- Alg F2 L' F2'
2266
- Alg F2' U2 F2
2267
- Alg F2' U2' F2
2268
- Alg F2' U' F2
2269
- Alg F2 L2 F2' L2'
2270
- Alg F2 L2 F2' L'
2271
- Alg F2 L2' BL F2'
2272
- Alg F2 L2' BL2 F2'
2273
- Alg F2 L2' BL2' F2'
2274
- Alg F2 L' F2' U
2275
- Alg F2 L' F2' U2
2276
- Alg F2 L' F2' U2'
2277
- Alg F2 L' F2' U'
2278
- Alg F2 L' BL F2'
2279
- Alg F2 L' BL2 F2'
2280
- Alg F2 L' BL2' F2'
2281
- Alg F2' U L F2
2282
- Alg F2' U L2 F2
2283
- Alg F2' U L' F2
2284
- Alg F2' U2 F2 U2'
2285
- Alg F2' U2 F2 U'
2286
- Alg F2' U2 F2 L2
2287
- Alg F2' U2 F2 L2'
2288
- Alg F2' U2 F2 L'
2289
- Alg F2' U2 L F2
2290
- Alg F' R' F R
2291
- Alg F L2 BL L2' F'
2292
- Alg F L2 BL2 L2' F'
2293
- Alg F2 L2 F2' L2' U2'
2294
- Alg F2 L2' BL' L F2'
2295
- Alg F2 L' F U2' F2
2296
- Alg F2 L' F' U' F'
2297
- Alg FL F FL'
2298
- Alg FL F2 FL'
2299
- Alg FL F2' FL'
2300
- Alg FL F' FL'
2301
- Alg FL F FL' L
2302
- Alg FL F FL' L2
2303
- Alg FL F FL' L2'
2304
- Alg FL F FL' L'
2305
- Alg FL F2 FL' L
2306
- Alg FL F2 FL' L2
2307
- Alg FL F2 FL' L2'
2308
- Alg FL F2 FL' L'
2309
- Alg FL F2' FL' U2
2310
- Alg FL F2' FL' U2'
2311
- Alg FL F2' FL' U'
2312
- Alg F2 U2 L' U2' F2'
2313
- Alg F2 U2' L' U2 F2'
2314
- Alg F2 U' L' U F2'
2315
- Alg FL F FL' L2 BL
2316
- Alg FL F FL' L2 BL2
2317
- Alg FL F FL' L2 BL2'
2318
- Alg FL F2 FL' L2' BL
2319
- Alg FL F2 FL' L2' BL2
2320
- Alg FL F2 FL' L2' BL2'
2321
- Alg FL F2 FL' L' U'
2322
- Alg FL F FL' F2' L' F2
2323
- Alg F2 U F U L U2' F2'
2324
- Alg F2' L F2
2325
- Alg F2' L2 F2
2326
- Alg F2' L2' F2
2327
- Alg F2' L' F2
2328
- Alg F' U F
2329
- Alg F' U2 F
2330
- Alg F' U2' F
2331
- Alg F' U' F
2332
- Alg R U R'
2333
- Alg R U2' R'
2334
- Alg R U' R'
2335
- Alg F R' F' R
2336
- Alg F2' L F2 L'
2337
- Alg F2' L2' BL F2
2338
- Alg F2' L2' BL2 F2
2339
- Alg F2' L2' BL2' F2
2340
- Alg F' U F U'
2341
- Alg F' U F L
2342
- Alg F' U F L2
2343
- Alg F' U F L2'
2344
- Alg F' U F L'
2345
- Alg R U2' R' BL2
2346
- Alg R U2' R' BL2'
2347
- Alg R U2' R' BL'
2348
- Alg F2' L' F U' F
2349
- Alg F2 L2 BL L2' F2'
2350
- Alg F2 L2 BL2 L2' F2'
2351
- Alg F2 L2 BL2' L2' F2'
2352
- Alg F2 L2 BL' L2' F2'
2353
- Alg F2' U BL U' F2
2354
- Alg F2' U BL' U' F2
2355
- Alg F2' L' BL L F2
2356
- Alg F2' L' BL2 L F2
2357
- Alg F2' L' BL2' L F2
2358
- Alg F2' L' BL' L F2
2359
- Alg F' U2 L U2' F
2360
- Alg F' U2 L2 U2' F
2361
- Alg F' U2 L2' U2' F
2362
- Alg F' U2' BL2 U2 F
2363
- Alg R U L U' R'
2364
- Alg R U L' U' R'
2365
- Alg R F' L F R'
2366
- Alg R2 U2' L2 U2 R2'
2367
- Alg R2 U' BL2 U R2'
2368
- Alg R2 U' BL2' U R2'
2369
- Alg R2 U' BL' U R2'
2370
- Alg R2 BR BL' BR' R2'
2371
- Alg F2 L2 BL2' L2' F2' U2
2372
- Alg F2' U BL U' F2 L
2373
- Alg F2' U BL' U' F2 L2
2374
- Alg F2' U BL' U' F2 L2'
2375
- Alg F2' L' BL L F2 U2
2376
- Alg F2' L' BL L F2 U2'
2377
- Alg F2' L' BL' L F2 U
2378
- Alg F2' L' BL' L F2 U2
2379
- Alg F' U2 L' U BL2' U2 F
2380
- Alg F' U2' BL L' BL2' U2 F
2381
- Alg U
2382
- Alg U2
2383
- Alg U2'
2384
- Alg U'
2385
- Alg U L
2386
- Alg U L2
2387
- Alg U L2'
2388
- Alg U L'
2389
- Alg U2 BL
2390
- Alg U2 BL2
2391
- Alg U2 BL2'
2392
- Alg U2 BL'
2393
- Alg U L' BL
2394
- Alg U L' BL2
2395
- Alg U L' BL2'
2396
- Alg U L' BL'
2397
- Alg U2 BL L
2398
- Alg U2 BL L2
2399
- Alg U2 BL L2'
2400
- Alg U2 BL L'
2401
- Alg U F' L F
2402
- Alg U L' BL' U
2403
- Alg U L' BL' U2
2404
- Alg U2 L U2'
2405
- Alg U2 L2 U2'
2406
- Alg U2 L2' U2'
2407
- Alg U2 L' U2'
2408
- Alg U2' BL2 U2
2409
- Alg U2' BL2' U2
2410
- Alg U2' BL' U2
2411
- Alg U2 L2 U2' L2'
2412
- Alg U2 L2 U2' L'
2413
- Alg U2 L' U2' BL
2414
- Alg U2 L' U2' BL2
2415
- Alg U2 L' U2' BL2'
2416
- Alg U2 L' U2' BL'
2417
- Alg U2' BL L U2
2418
- Alg U2' BL L2 U2
2419
- Alg U2' BL L2' U2
2420
- Alg U2' BL L' U2
2421
- Alg U2' BL2 U2 L2
2422
- Alg U2' BL2 U2 L2'
2423
- Alg U2' BL2 U2 L'
2424
- Alg U2' BL2 U2 BL2'
2425
- Alg U2' BL2 U2 BL'
2426
- Alg U2' BL2 L U2
2427
- Alg U' BR' U BR
2428
- Alg U2 L' U BL2' U2
2429
- Alg U2 L2' U2' L2 BL2
2430
- Alg U2 L2' U2' L2 BL2'
2431
- Alg U2 L' U' BL' U'
2432
- Alg U2' BL2 U' L U2'
2433
- Alg F U F'
2434
- Alg F U2 F'
2435
- Alg F U2' F'
2436
- Alg F U' F'
2437
- Alg F U F' L
2438
- Alg F U F' L2
2439
- Alg F U F' L2'
2440
- Alg F U F' L'
2441
- Alg F U2 F' L
2442
- Alg F U2 F' L2
2443
- Alg F U2 F' L2'
2444
- Alg F U2 F' L'
2445
- Alg F U2' BL2 F'
2446
- Alg F U2' BL2' F'
2447
- Alg F U2' BL' F'
2448
- Alg U2 BL2 L' BL2' U2'
2449
- Alg U2 BL' L' BL U2'
2450
- Alg U2 BL2' L' BL2 U2'
2451
- Alg F U2 F' L' BL'
2452
- Alg F U F' U2' L' U2
2453
- Alg U2 L U2 L2' U' BL' U2
2454
- Alg U2' L U2
2455
- Alg U2' L2 U2
2456
- Alg U2' L2' U2
2457
- Alg U2' L' U2
2458
- Alg U' BL U
2459
- Alg U' BL2 U
2460
- Alg U' BL2' U
2461
- Alg U' BL' U
2462
- Alg BR BL BR'
2463
- Alg BR BL2' BR'
2464
- Alg BR BL' BR'
2465
- Alg U BR' U' BR
2466
- Alg U2' L U2 L'
2467
- Alg U' BL U L
2468
- Alg U' BL U L2
2469
- Alg U' BL U L2'
2470
- Alg U' BL U L'
2471
- Alg U' BL U BL'
2472
- Alg U2' L' U BL' U
2473
- Alg U' BL2 L BL2' U
2474
- Alg U' BL2 L2 BL2' U
2475
- Alg U' BL2 L2' BL2' U
2476
- Alg U' BL2 L' BL2' U
2477
- Alg BR U' L U BR'
2478
- Alg BR U' L2 U BR'
2479
- Alg BR U' L2' U BR'
2480
- Alg BR U' L' U BR'
2481
- Alg BR BL L BL' BR'
2482
- Alg BR BL L' BL' BR'
2483
- Alg BR2 BL2' L BL2 BR2'
2484
- Alg BR2 BL2' L2 BL2 BR2'
2485
- Alg U2' L BL2' L' BL2 U2
2486
- Alg U2' L2 F' L2' F U2
2487
- Alg U2' L' DL L DL' U2
2488
- Alg U2' BL2' L BL2 L' U2
2489
- Alg U2' BL2' L2 BL2 L2' U2
2490
- Alg U' BL2 L BL2' U BL
2491
- Alg U' BL2 L2 BL2' U L
2492
- Alg U' BL2 L2 BL2' U BL2'
2493
- Alg U' BL2 L2 BL2' U BL'
2494
- Alg U' BL2 L2 BL2' L2' U
2495
- Alg BR BL L' BL' BR' BL2'
2496
- Alg BR BL L' BL' BR' BL'
2497
- Alg U' BL U BL U' L2' BL2' U
2498
- Alg U' BL2 U' L2 U L' BL2' U
2499
- Alg L
2500
- Alg L2
2501
- Alg L2'
2502
- Alg L'
2503
- Alg L' BL
2504
- Alg L' BL2
2505
- Alg L' BL2'
2506
- Alg L' BL'
2507
- Alg U BL U'
2508
- Alg U BL2 U'
2509
- Alg U BL2' U'
2510
- Alg U BL' U'
2511
- Alg U BL U' L
2512
- Alg U BL U' L2
2513
- Alg U BL U' L2'
2514
- Alg U BL U' L'
2515
- Alg U BL U' BL'
2516
- Alg L2' BL L2
2517
- Alg L2' BL2 L2
2518
- Alg L2' BL2' L2
2519
- Alg L2' BL' L2
2520
- Alg L2 DL L2' DL'
2521
- Alg L2' BL L2 BL2'
2522
- Alg L2' BL L2 BL'
2523
- Alg F' L2 BL L2' F
2524
- Alg F' L2 BL2 L2' F
2525
- Alg F' L2 BL2' L2' F
2526
- Alg F' L2 BL' L2' F
2527
- Alg L2 DL L' DL' L'
2528
- Alg L2' U BL2' U' L2
2529
- Alg L2' BL L2' BL2' L'
2530
- Alg L2' BL L' BL2' L2'
2531
- Alg L2' DL L' DL' L2
2532
- Alg L' U' L' U L2
2533
- Alg U L' DL L DL' U'
2534
- Alg F' L2 BL L2' BL2' F
2535
- Alg L2 DL' BL DL2 L2' DL'
2536
- Alg L2' U BL2' U' BL L2
2537
- Alg L2' BL' U BL' U' L2
2538
- Alg L2' BL' L2 U' L' U
2539
- Alg U' L U
2540
- Alg U' L2 U
2541
- Alg U' L2' U
2542
- Alg U' L' U
2543
- Alg U' L2' U BL
2544
- Alg U' L2' U BL2
2545
- Alg U' L2' U BL2'
2546
- Alg U' L2' U BL'
2547
- Alg U' L' U BL
2548
- Alg U' L' U BL2
2549
- Alg U' L' U BL2'
2550
- Alg U' L' U BL'
2551
- Alg U' L' U L BL L'
2552
- Alg U' L' U L2 BL L2'
2553
- Alg U' L' U BL U' L2 U
2554
- Alg L2 BL L2'
2555
- Alg L2 BL2 L2'
2556
- Alg L2 BL2' L2'
2557
- Alg L2 BL' L2'
2558
- Alg L2 BL L2' BL'
2559
- Alg L DL L' DL'
2560
- Alg DL L DL' L'
2561
- Alg L U' L2 U L2
2562
- Alg L DL' BL DL L'
2563
- Alg L DL' BL2 DL L'
2564
- Alg L DL' BL' DL L'
2565
- Alg DL L DL' L' BL'
2566
- Alg L2 BL L' DL L' DL'
2567
- Alg FL' L BL L' FL
2568
- Alg FL' L BL2 L' FL
2569
- Alg FL' L BL2' L' FL
2570
- Alg FL' L BL' L' FL
2571
- Alg FL' DL' BL DL FL
2572
- Alg FL' DL' BL2 DL FL
2573
- Alg FL' DL' BL2' DL FL
2574
- Alg FL' DL' BL' DL FL
2575
- Alg L2 BL2' U BL2 U' L2'
2576
- Alg FL' L BL L' FL BL2'
2577
- Alg FL' L BL' L' FL BL
2578
- Alg U' F U BL U' F' U
2579
- Alg U' F U BL2 U' F' U
2580
- Alg U' F U BL2' U' F' U
2581
- Alg F' FL2' DL' BL' DL FL2 F
2582
- Alg L2' BL2 L2' BL' L2 BL' L2
2583
- Alg DL L DL2' BL' DL2 L' DL'
2584
- Alg DL2 FL2' DL2 BL' DL2' FL2 DL2'
2585
- Alg FL' L U BL2' U' BL L' FL
2586
- Alg FL' L2 U' L' U BL2 L' FL
2587
- Alg L BL L'
2588
- Alg L BL2 L'
2589
- Alg L BL2' L'
2590
- Alg L BL' L'
2591
- Alg DL' BL DL
2592
- Alg DL' BL2 DL
2593
- Alg DL' BL2' DL
2594
- Alg DL' BL' DL
2595
- Alg L BL L' BL'
2596
- Alg L' DL L DL'
2597
- Alg L BL2 L' DL' BL' DL
2598
- Alg L U BL2' U' BL2 L'
2599
- Alg L BL2' U BL2 U' L'
2600
- Alg DL' B' BL2 B BL2' DL
2601
- Alg DL' BL2 B' BL2' B DL
2602
- Alg U BL2' DL2' BL2 U' BL2' DL2
2603
- Alg B' BL2 L2 BL2' B BL2 L2'
2604
- Alg L U BL2' U' BL2 L' BL2'
2605
- Alg L U BL2' U' BL2 L' BL'
2606
- Alg L BL B BL' L' BL B'
2607
- Alg L BL2' U BL2 U' L' BL2
2608
- Alg L BL' U BL2 U' BL L'
2609
- Alg L BL' U BL2' U' BL L'
2610
- Alg L BL' U BL' U' BL L'
2611
- Alg L2 BL2 L2' BL' L2 BL' L2'
2612
- Alg DL' BL B' BL2' B BL' DL
2613
- Alg L BL2' L U2 BR' U' BR U' L2'
2614
- Alg L BL2' L BL L' BL L BL2' L2'
2615
- Alg BL
2616
- Alg BL2
2617
- Alg BL2'
2618
- Alg BL'
2619
- Alg U BR BL2 BR' BL2' U'
2620
- Alg B BL DL BL' DL' B'
2621
- Alg L' BL2' DL' BL2 DL L
2622
- Alg BR B BL B' BL' BR'
2623
- Alg U BR BL2 BR' BL2' U' BL2
2624
- Alg U BL BR BL' BR' U'
2625
- Alg U BR BL BR' BL' U'
2626
- Alg U' L' BL2' L BL2 U
2627
- Alg B' BR' BL2' BR BL2 B
2628
- Alg L BL2 U BL2' U' L'
2629
- Alg BR B BL2 B' BL2' BR'
2630
- Alg U BL2 U' BL' U BL' U'
2631
- Alg B BL DL BL DL' BL2' B'
2632
- Alg B BL2 DL BL' DL' BL' B'
2633
- Alg B' BL' B BL2' B' BL2' B
2634
- Alg U BL U' BL2 U BL2 U' BL2
2635
- Alg U BR2 B' BR2' U' BR B BR'
2636
- Alg BL2 BR B DL' B DL B2' BR'
2637
- Alg B BL2' B2' BR B BR' B BL2 B'
2638
- Alg U' BL' L' BL L U BL
2639
- Alg B' BL2 B BL B' BL2 B
2640
- Alg B' BL2' B BL' B' BL2' B
2641
- Alg B' BL' BR' BL' BR BL2 B
2642
- Alg B' BL2' BR' BL BR BL B
2643
- Alg U' BL' L' BL' L BL2 U BL'
2644
- Alg L' BL' L' DL L DL' BL L BL
2645
- Alg L U BL U' BL' L'
2646
- Alg L BL U BL' U' L'
2647
- Alg BR' U' BL' U BL BR
2648
- Alg L U2 BR' U' BR U' L'
2649
- Alg U BL U2' L U L2' BL L BL2'
2650
- Alg U' L2 F' L' F2 U' F' U2 L'
2651
- Alg U BR' U' L U BR U' L'
2652
- Alg U BR B BR' U' BR B' BR'
2653
- Alg U' L U BR' U' L' U BR
2654
- Alg B DL' B' BR B DL B' BR'
2655
- Alg L' DL' B DL L DL' B' DL
2656
- Alg BR B BR' U BR B' BR' U'
2657
- Alg BR B DL' B' BR' B DL B'
2658
- Alg U BR2' U2 L2 U2' BR2 U2 L2' U2
2659
- Alg U2' L2 U2' BR2' U2 L2' U2' BR2 U'
2660
- Alg U BL' B' BL U' L U2 BL' B BL U2' L'
2661
- Alg U BR' U' L F' L2' U BR U' L2 F L'
2662
- Alg U BR U' L U BR' U' L'
2663
- Alg U' BL2 B BL2' U BL2 B' BL2'
2664
- Alg L U BR U' L' U BR' U'
2665
- Alg L BL2' B' BL2 L' BL2' B BL2
2666
- Alg U BR' U2 L2 U2' BR U2 L2' U2
2667
- Alg L' BL2 L2' F' L2 BL2' L2' F L2'
2668
- Alg U BL2' U R U' BL2 U' L U2 R' U2' L'
2669
- Alg U BR U' L2 F L' U BR' U' L F' L2'
2670
- Alg U L' BL2 L' FL' L BL2' L U' L2' FL L2
2671
- Alg U BR2' U R' U2' L U2 R U' BR2 U' L'\`)})}var Ks,Vs,Hs=v(()=>{ll();$n();Ks=null;Vs=null});var Qf={};Te(Qf,{sgsDataPyraminx:()=>Wf,sgsDataPyraminxFixedOrientation:()=>Zs});function Wf(){return D(this,null,function*(){return Ys!=null?Ys:Ys=$m()})}function Zs(){return D(this,null,function*(){return{ordering:(yield Wf()).ordering.slice(2)}})}function $m(){return D(this,null,function*(){return $t(yield kt.pyraminx.def(),\`SubgroupSizes 12 9 12 3 10 3 8 6 2 3 3 3 3
2672
-
2673
- Alg B
2674
- Alg B'
2675
- Alg y
2676
- Alg B y
2677
- Alg B' y
2678
- Alg y'
2679
- Alg B y'
2680
- Alg B' y'
2681
- Alg BR'
2682
- Alg B BR'
2683
- Alg B' BR'
2684
-
2685
- Alg L
2686
- Alg L'
2687
- Alg L F
2688
- Alg L' F
2689
- Alg F
2690
- Alg L F'
2691
- Alg L' F'
2692
- Alg F'
2693
-
2694
- Alg L B' U L' B
2695
- Alg L U L'
2696
- Alg L U' L'
2697
- Alg L U L' U'
2698
- Alg B' U B
2699
- Alg B' U' B
2700
- Alg B' U' B U
2701
- Alg L U' L' R
2702
- Alg L U' L' R'
2703
- Alg L' R' L
2704
- Alg L' R' L R
2705
-
2706
- Alg R
2707
- Alg R'
2708
-
2709
- Alg R' U R
2710
- Alg R' U' R
2711
- Alg R' U R U'
2712
- Alg B U B'
2713
- Alg B U' B'
2714
- Alg R B' R' B
2715
- Alg L R L' R U' R
2716
- Alg R L R' L'
2717
- Alg L' R' U R L
2718
-
2719
- Alg U
2720
- Alg U'
2721
-
2722
- Alg R U R' U'
2723
- Alg U R U' R'
2724
- Alg L' U' L U
2725
- Alg U' L' U L
2726
- Alg U L R' L' R U'
2727
- Alg U' R' L R L' U
2728
- Alg L' U' L U' R U' R'
2729
-
2730
- Alg R U' R' U
2731
- Alg L' U L U'
2732
- Alg U' R U R'
2733
- Alg U L' U' L
2734
- Alg L R' L' R L' U L U'
2735
-
2736
- Alg L' U L U' L R' L' R
2737
-
2738
- Alg b
2739
- Alg b'
2740
-
2741
- Alg l
2742
- Alg l'
2743
-
2744
- Alg r
2745
- Alg r'
2746
-
2747
- Alg u
2748
- Alg u'\`)})}var Ys,Xs=v(()=>{rn();$n();Ys=null});var Vf={};Te(Vf,{sgsDataSkewb:()=>Kf,sgsDataSkewbFixedCorner:()=>ta,skewbDefWithoutMOCached:()=>$l});function np(){return D(this,null,function*(){return en("skewb",{allMoves:!0,addRotations:!0}).writekpuzzle(!0)})}function $l(){return D(this,null,function*(){return $s!=null?$s:$s=np()})}function Kf(){return D(this,null,function*(){return ea!=null?ea:ea=op()})}function ta(){return D(this,null,function*(){return{ordering:(yield Kf()).ordering.slice(1)}})}function op(){return D(this,null,function*(){return $t(yield $l(),\`SubgroupSizes 24 6 5 12 9 3 4 9 3 3
2749
-
2750
- Alg y
2751
- Alg y2
2752
- Alg y'
2753
- Alg F
2754
- Alg F'
2755
- Alg y U
2756
- Alg y U'
2757
- Alg y L
2758
- Alg y L'
2759
- Alg y F
2760
- Alg y F'
2761
- Alg y2 U
2762
- Alg y2 U'
2763
- Alg y2 B
2764
- Alg y2 B'
2765
- Alg y' U
2766
- Alg y' F'
2767
- Alg y U L'
2768
- Alg y U B
2769
- Alg y2 U B
2770
- Alg y2 U B'
2771
- Alg y2 U' B
2772
- Alg y2 U' B'
2773
-
2774
- Alg U
2775
- Alg U'
2776
- Alg U L
2777
- Alg U L'
2778
- Alg U' R'
2779
-
2780
- Alg R
2781
- Alg R'
2782
- Alg R B
2783
- Alg R' L'
2784
-
2785
- Alg U B' U
2786
- Alg U' L U
2787
- Alg U' L' U
2788
- Alg U' B U'
2789
- Alg R L R'
2790
- Alg R B' R
2791
- Alg U B L U'
2792
- Alg U B' U B'
2793
- Alg U B' L' U
2794
- Alg U' L B U'
2795
- Alg R' B L' R'
2796
-
2797
- Alg L
2798
- Alg L'
2799
- Alg L B
2800
- Alg L B'
2801
- Alg L B L
2802
- Alg L B L'
2803
- Alg L B' L
2804
- Alg L B' L'
2805
-
2806
- Alg B
2807
- Alg B'
2808
-
2809
- Alg L' B L
2810
- Alg L' B' L
2811
- Alg R' L' B L R
2812
-
2813
- Alg B L' B L B'
2814
- Alg B L' B' L B'
2815
- Alg U L U B U' L' U'
2816
- Alg R L R' B' R L' R'
2817
- Alg U B' R L R' B' U B
2818
- Alg U' B U L U' B' U L'
2819
- Alg L U' B U L' U' B' U
2820
- Alg R B' U R B L U' B
2821
-
2822
- Alg U L U' B' U L' U' B
2823
- Alg U' B L U L B' U' L'
2824
-
2825
- Alg U R' U' L B R' B' R
2826
- Alg R' U' R U B' U' B L\`)})}var $s,ea,ra=v(()=>{ll();$n();$s=null;ea=null});var pa=Symbol("Comlink.proxy"),A1=Symbol("Comlink.endpoint"),y1=Symbol("Comlink.releaseProxy"),li=Symbol("Comlink.thrown"),da=e=>typeof e=="object"&&e!==null||typeof e=="function",D1={canHandle:e=>da(e)&&e[pa],serialize(e){let{port1:t,port2:r}=new MessageChannel;return zn(e,t),[r,[r]]},deserialize(e){return e.start(),b1(e)}},F1={canHandle:e=>da(e)&&li in e,serialize({value:e}){let t;return e instanceof Error?t={isError:!0,value:{message:e.message,name:e.name,stack:e.stack}}:t={isError:!1,value:e},[t,[]]},deserialize(e){throw e.isError?Object.assign(new Error(e.value.message),e.value):e.value}},La=new Map([["proxy",D1],["throw",F1]]);function zn(e,t=self){t.addEventListener("message",function r(n){if(!n||!n.data)return;let{id:o,type:l,path:i}=Object.assign({path:[]},n.data),s=(n.data.argumentList||[]).map(pr),u;try{let a=i.slice(0,-1).reduce((c,g)=>c[g],e),f=i.reduce((c,g)=>c[g],e);switch(l){case"GET":u=f;break;case"SET":a[i.slice(-1)[0]]=pr(n.data.value),u=!0;break;case"APPLY":u=f.apply(a,s);break;case"CONSTRUCT":{let c=new f(...s);u=S1(c)}break;case"ENDPOINT":{let{port1:c,port2:g}=new MessageChannel;zn(e,g),u=v1(c,[c])}break;case"RELEASE":u=void 0;break;default:return}}catch(a){u={value:a,[li]:0}}Promise.resolve(u).catch(a=>({value:a,[li]:0})).then(a=>{let[f,c]=si(a);t.postMessage(Object.assign(Object.assign({},f),{id:o}),c),l==="RELEASE"&&(t.removeEventListener("message",r),ha(t))})}),t.start&&t.start()}function B1(e){return e.constructor.name==="MessagePort"}function ha(e){B1(e)&&e.close()}function b1(e,t){return ii(e,[],t)}function Eo(e){if(e)throw new Error("Proxy has been released and is not useable")}function ii(e,t=[],r=function(){}){let n=!1,o=new Proxy(r,{get(l,i){if(Eo(n),i===y1)return()=>Gr(e,{type:"RELEASE",path:t.map(s=>s.toString())}).then(()=>{ha(e),n=!0});if(i==="then"){if(t.length===0)return{then:()=>o};let s=Gr(e,{type:"GET",path:t.map(u=>u.toString())}).then(pr);return s.then.bind(s)}return ii(e,[...t,i])},set(l,i,s){Eo(n);let[u,a]=si(s);return Gr(e,{type:"SET",path:[...t,i].map(f=>f.toString()),value:u},a).then(pr)},apply(l,i,s){Eo(n);let u=t[t.length-1];if(u===A1)return Gr(e,{type:"ENDPOINT"}).then(pr);if(u==="bind")return ii(e,t.slice(0,-1));let[a,f]=Ra(s);return Gr(e,{type:"APPLY",path:t.map(c=>c.toString()),argumentList:a},f).then(pr)},construct(l,i){Eo(n);let[s,u]=Ra(i);return Gr(e,{type:"CONSTRUCT",path:t.map(a=>a.toString()),argumentList:s},u).then(pr)}});return o}function x1(e){return Array.prototype.concat.apply([],e)}function Ra(e){let t=e.map(si);return[t.map(r=>r[0]),x1(t.map(r=>r[1]))]}var Aa=new WeakMap;function v1(e,t){return Aa.set(e,t),e}function S1(e){return Object.assign(e,{[pa]:!0})}function si(e){for(let[t,r]of La)if(r.canHandle(e)){let[n,o]=r.serialize(e);return[{type:"HANDLER",name:t,value:n},o]}return[{type:"RAW",value:e},Aa.get(e)||[]]}function pr(e){switch(e.type){case"HANDLER":return La.get(e.name).deserialize(e.value);case"RAW":return e.value}}function Gr(e,t,r){return new Promise(n=>{let o=w1();e.addEventListener("message",function l(i){!i.data||!i.data.id||i.data.id!==o||(e.removeEventListener("message",l),n(i.data))}),e.start&&e.start(),e.postMessage(Object.assign({id:o},t),r)})}function w1(){return new Array(4).fill(0).map(()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16)).join("-")}var z1=typeof globalThis.Worker=="undefined"&&typeof globalThis.WorkerNavigator=="undefined";function ba(e){z1?(()=>D(this,null,function*(){let{port:t}=yield Promise.resolve().then(()=>(Ba(),Fa));zn(e,yield t())}))():zn(e)}Rt();rn();var b2=!1;function x2(e){b2=e}function ct(){if(!b2)throw new Error("Must be called from inside a worker, to avoid impct on page performance. Try importing from the top level of \`cubing/solve\`?")}var Ki=null;function v2(){return D(this,null,function*(){if(typeof crypto!="undefined"&&typeof crypto.getRandomValues!="undefined")return crypto.getRandomValues.bind(crypto);{let t=yield Ki!=null?Ki:Ki=import("crypto");return r=>{if(!(r instanceof Uint32Array))throw new Error("The getRandomValues() shim only takes unsigned 32-bit int arrays");let n=t.randomBytes(r.length*4),o=[];for(let l=0;l<r.length;l++)o.push((n[l*4+0]<<24)+(n[l*4+1]<<16)+(n[l*4+2]<<8)+(n[l*4+3]<<0));r.set(o)}}})}var S2=9007199254740992,Bc=2097152,bc=2048;function xc(e){let t=new Uint32Array(2);e(t);let r=t[0],n=t[1];return Math.floor(r*Bc)+Math.floor(n/bc)}function vc(e){if(typeof e!="number"||e<0||Math.floor(e)!==e)throw new Error("randomInt.below() not called with a positive integer value.");if(e>S2)throw new Error(\`Called randomInt.below() with max == \${e}, which is larger than Javascript can handle with integer precision.\`)}function it(){return D(this,null,function*(){let e=yield v2(),t=r=>{vc(r);let n=xc(e),o=Math.floor(S2/r)*r;return n<o?n%r:t(r)};return t})}function _t(){return D(this,null,function*(){let e=yield it();return t=>t[e(t.length)]})}var Sc=it();function w2(e){return D(this,null,function*(){for(let t=1;t<e.length;t++){let r=(yield Sc)(t);[e[t],e[r]]=[e[r],e[t]]}})}he();Rt();he();var E2=class extends Qr{constructor(t){super();this.metric=t}traverseAlg(t){let r=0;for(let n of t.units())r+=this.traverseUnit(n);return r}traverseGrouping(t){let r=t.alg;return this.traverseAlg(r)*Math.abs(t.amount)}traverseMove(t){return this.metric(t)}traverseCommutator(t){return 2*(this.traverseAlg(t.A)+this.traverseAlg(t.B))}traverseConjugate(t){return 2*this.traverseAlg(t.A)+this.traverseAlg(t.B)}traversePause(t){return 0}traverseNewline(t){return 0}traverseLineComment(t){return 0}};function wc(e){return"A"<=e&&e<="Z"}function Ec(e){let t=e.family;return wc(t[0])&&t[t.length-1]==="v"||t==="x"||t==="y"||t==="z"||t==="T"?0:1}var U2=new E2(Ec),Vi=U2.traverseAlg.bind(U2);he();var k2=class extends Qr{traverseAlg(t){let r=0;for(let n of t.units())r+=this.traverseUnit(n);return r}traverseGrouping(t){return this.traverseAlg(t.alg)*Math.abs(t.amount)}traverseMove(t){return 1}traverseCommutator(t){return 2*(this.traverseAlg(t.A)+this.traverseAlg(t.B))}traverseConjugate(t){return 2*this.traverseAlg(t.A)+this.traverseAlg(t.B)}traversePause(t){return 1}traverseNewline(t){return 0}traverseLineComment(t){return 0}},z2=new k2,Uc=z2.traverseAlg.bind(z2);var kc=2,zc=!0,Cc=!1;function Mc(e,t){let r=[],n=new Je(e);return t.forEach(function(o){let l=new d(o);if(l.amount!==1)throw new Error("SGS cannot handle def moves with an amount other than 1 yet.");n.reset();for(let i=1;n.applyMove(l),!Di(e,n.state,ht(e));i++)r.push({move:l.modified({amount:i}),transformation:n.state})}),r}var Ot=class{constructor(t,r,n){this.def=t;this.sgs=r;this.searchMoves=Mc(this.def,n!=null?n:Object.keys(this.def.moves))}solve(o){return D(this,arguments,function*(t,r=kc,n){let l=null,i=1e6,s=(u,a,f)=>{if(a===0){let c=this.sgsPhaseSolve(u,i);if(!c)return;let g=f.concat(c).simplify({collapseMoves:!0,quantumMoveOrder:n}),m=Vi(g);(l===null||m<i)&&(Cc&&(console.log(\`New best (\${m} moves): \${g.toString()}\`),console.log(\`Tremble moves are: \${f.toString()}\`)),l=g,i=m);return}for(let c of this.searchMoves)s(lt(this.def,u,c.transformation),a-1,f.concat([c.move]))};for(let u=0;u<=r;u++)s(t,u,new z);if(l===null)throw new Error("SGS search failed.");return l})}sgsPhaseSolve(t,r){let n=new at,o=t;for(let l of this.sgs.ordering){let i=l.pieceOrdering,s="",u=Nt(this.def,o);for(let f=0;f<i.length;f++){let c=i[f],g=c.orbitName,m=c.permutationIdx;s+=\` \${u[g].permutation[m]} \${u[g].orientation[m]}\`}let a=l.lookup[s];if(!a)throw new Error("Missing algorithm in sgs or esgs?");if(n.experimentalPushAlg(a.alg),n.experimentalNumUnits()>=r)return null;if(o=lt(this.def,o,a.transformation),zc)for(let f=0;f<i.length;f++){let c=i[f],g=c.orbitName,m=c.permutationIdx;if(o[g].permutation[m]!==m||o[g].orientation[m]!==0)throw new Error("bad SGS :-(")}}return n.toAlg()}};function il(e,t){return D(this,null,function*(){let r=yield _t(),n=ht(e);for(let o of t.ordering){let l=r(Object.values(o.lookup));n=lt(e,n,l.transformation)}return n})}var Ic=3,I2=null;function G2(){return D(this,null,function*(){return I2||(I2=(()=>D(this,null,function*(){let e=yield(yield Promise.resolve().then(()=>(P2(),M2))).cachedData222();return new Ot(yield kt["2x2x2"].def(),e,"URFLBD".split(""))}))())})}function N2(){return D(this,null,function*(){yield G2()})}function Yi(e){return D(this,null,function*(){return ct(),yield(yield G2()).solve(e,Ic,()=>4)})}function Gc(e,t,r,n){return D(this,null,function*(){let o=yield it();yield w2(r[t].permutation);let l=e.orbits[t],i=r[t].orientation,s=0;for(let u=0;u<l.numPieces;u++){let a=o(l.orientations);i[u]=a,s+=a}n&&"orientationSum"in n&&(i[0]=((i[0]+n.orientationSum-s)%l.orientations+l.orientations)%l.orientations)})}function Nc(){return D(this,null,function*(){let e=yield kt["2x2x2"].def(),t=Object.assign({},e),r=new Je(t),n=JSON.parse(JSON.stringify(r.state));return yield Gc(t,"CORNERS",n,{orientationSum:0}),n})}function T2(){return D(this,null,function*(){return yield Yi(yield Nc())})}he();Rt();rn();he();function nn(e,t){return D(this,null,function*(){let r=new at;r.experimentalPushAlg(e);for(let n of t){let o=(yield _t())(n);o!==null&&r.push(d.fromString(o))}return r.toAlg()})}var se={3:1},je=4194303,er=1048575,Tc=524288,Ge=65535,Re={11:1,3:1},Se={17:1,3:1},Zi=14540032,eo=286331153,le={10:1,3:1},V,sl={};function _2(){}function _c(e){function t(){}return t.prototype=e||{},new t}function Oc(e){return e instanceof Array?e[0]:null}function to(e,t,r){var n=sl,o=Wc,l=Oc,i=n[e],s=l(i);i&&!s?V=i:(V=n[e]=t?o(t):{},V.castableTypeMap$=r,V.constructor=V,!t&&(V.typeMarker$=_2));for(var u=3;u<arguments.length;++u)arguments[u].prototype=V;s&&(V.___clazz$=s)}function Wc(e){var t=sl;return _c(t[e])}function Qc(){}to(1,null,{},Qc);function al(e){return e<<24>>24}function Xi(){this.typeName=null,this.simpleName=null,this.packageName=null,this.compoundName=null,this.canonicalName=null,this.typeId=null,this.arrayLiterals=null}function Ji(e,t){var r;return r=new Xi,r.packageName=e,r.compoundName=t,r}function tr(e,t,r){var n;return n=Ji(e,t),Kc(r,n),n}function qc(e,t){var r;return r=Ji(e,t),r.modifiers=2,r}function ul(e,t){var r;return r=Ji("",e),r.typeId=t,r.modifiers=1,r}function O2(e,t){var r=e.arrayLiterals=e.arrayLiterals||[];return r[t]||(r[t]=e.createClassLiteralForArray(t))}function jc(e){if(e.isPrimitive())return null;var t=e.typeId,r=sl[t];return r}function Kc(e,t){if(!!e){t.typeId=e;var r=jc(t);if(!r){sl[e]=[t];return}r.___clazz$=t}}to(79,1,{},Xi);V.createClassLiteralForArray=function(t){var r;return r=new Xi,r.modifiers=4,t>1?r.componentType=O2(this,t-1):r.componentType=this,r};V.isPrimitive=function(){return(this.modifiers&1)!=0};function J(e,t){return O2(e,t)}function Z(e,t,r,n,o,l){var i;return i=Q2(o,n),$(J(e,l),t,r,o,i),i}function Ke(e,t,r,n,o,l){return W2(e,t,r,n,o,0,l)}function W2(e,t,r,n,o,l,i){var s,u,a,f,c;if(f=o[l],a=l==i-1,s=a?n:0,c=Q2(s,f),$(J(e,i-l),t[l],r[l],s,c),!a)for(++l,u=0;u<f;++u)c[u]=W2(e,t,r,n,o,l,i);return c}function $(e,t,r,n,o){return o.___clazz$=e,o.castableTypeMap$=t,o.typeMarker$=_2,o.__elementTypeId$=r,o.__elementTypeCategory$=n,o}function Q2(e,t){var r=new Array(t),n;switch(e){case 6:n={l:0,m:0,h:0};break;case 7:n=0;break;case 8:n=!1;break;default:return r}for(var o=0;o<t;++o)r[o]=n;return r}function q2(e){var t,r,n;return t=e&je,r=e>>22&je,n=e<0?er:0,Vc(t,r,n)}function Vc(e,t,r){return{l:e,m:t,h:r}}function Hc(e,t){var r,n,o;return r=e.l+t.l,n=e.m+t.m+(r>>22),o=e.h+t.h+(n>>22),{l:r&je,m:n&je,h:o&er}}function zt(e,t){return{l:e.l&t.l,m:e.m&t.m,h:e.h&t.h}}function $i(e){var t,r;return e>-129&&e<128?(t=e+128,cl==null&&(cl=Z(vg,se,293,256,0,1)),r=cl[t],!r&&(r=cl[t]=q2(e)),r):q2(e)}function j2(e,t){var r,n;return r=e.h>>19,n=t.h>>19,r==0?n!=0||e.h>t.h||e.h==t.h&&e.m>t.m||e.h==t.h&&e.m==t.m&&e.l>=t.l:!(n==0||e.h<t.h||e.h==t.h&&e.m<t.m||e.h==t.h&&e.m==t.m&&e.l<t.l)}function es(e,t){return e.l!=t.l||e.m!=t.m||e.h!=t.h}function ts(e,t){return{l:e.l|t.l,m:e.m|t.m,h:e.h|t.h}}function fl(e,t){var r,n,o;return t&=63,t<22?(r=e.l<<t,n=e.m<<t|e.l>>22-t,o=e.h<<t|e.m>>22-t):t<44?(r=0,n=e.l<<t-22,o=e.m<<t-22|e.l>>44-t):(r=0,n=0,o=e.l<<t-44),{l:r&je,m:n&je,h:o&er}}function Br(e,t){var r,n,o,l,i;return t&=63,r=e.h,n=(r&Tc)!=0,n&&(r|=-1048576),t<22?(i=r>>t,l=e.m>>t|r<<22-t,o=e.l>>t|e.m<<22-t):t<44?(i=n?er:0,l=r>>t-22,o=e.m>>t-22|r<<44-t):(i=n?er:0,l=n?je:0,o=r>>t-44),{l:o&je,m:l&je,h:i&er}}function K2(e,t){var r,n,o;return r=e.l-t.l,n=e.m-t.m+(r>>22),o=e.h-t.h+(n>>22),{l:r&je,m:n&je,h:o&er}}function br(e){return e.l|e.m<<22}var cl;function Yc(e){this.string=e}function rr(e,t){return e>t?e:t}function rs(e,t){return e<t?e:t}function Zc(e,t){return e.indexOf(t)}function Xc(e){return Jc(e,0,e.length)}function Jc(e,t,r){for(var n="",o=t;o<r;){var l=Math.min(o+1e4,r);n+=String.fromCharCode.apply(null,e.slice(o,l)),o=l}return n}function $c(e){return String.fromCharCode(e&Ge)}var eg=tr("java.lang","String",2);function V2(e){return e.string+=" ",e}function H2(e,t){return e.string+=t,e}function tg(){Yc.call(this,"")}function gl(e,t){var r;if(e===t)return!0;if(e.length!=t.length)return!1;for(r=0;r<e.length;++r)if(e[r]!=t[r])return!1;return!0}var Y2=!1;function xr(){Y2||(Y2=!0,or=Ke(Ae,[se,Re],[11,0],7,[495,18],2),cn=Ke(Ae,[se,Re],[11,0],7,[324,18],2),an=Ke(Ae,[se,Re],[11,0],7,[336,18],2),nr=Ke(Ae,[se,Re],[11,0],7,[495,8],2),dl=Z(we,Se,0,20048,7,1),pl=Z(we,Se,0,20791,7,1),fn=Z(we,Se,0,82945,7,1),on=Ke(Ae,[se,Re],[11,0],7,[2768,10],2),sn=Ke(Ae,[se,Re],[11,0],7,[2768,10],2),un=Ke(Ae,[se,Re],[11,0],7,[24,10],2),oo=Ke(Ae,[se,Re],[11,0],7,[24,16],2),vr=Ke(Ae,[se,Re],[11,0],7,[140,16],2),ml=Z(we,Se,0,8305,7,1),ln=Z(we,Se,0,48441,7,1))}function rg(e,t,r){return e.slice_0=or[t.slice_0][r],e.flip=an[t.flip][(X(),wr)[r<<3|t.fsym]],e.fsym=e.flip&7^t.fsym,e.flip>>=3,e.twist=cn[t.twist][wr[r<<3|t.tsym]],e.tsym=e.twist&7^t.tsym,e.twist>>=3,e.prun=rr(rr($e(dl,e.twist*495+nr[e.slice_0][e.tsym]),$e(pl,e.flip*495+nr[e.slice_0][e.fsym])),$e(fn,e.twist<<11|sr[e.flip<<3|e.fsym^e.tsym])),e.prun}function ng(e,t,r){return r=(X(),so)[3][r],e.flipc=an[t.flipc>>3][wr[r<<3|t.flipc&7]]^t.flipc&7,e.twistc=cn[t.twistc>>3][wr[r<<3|t.twistc&7]]^t.twistc&7,$e(fn,e.twistc>>3<<11|sr[e.flipc^e.twistc&7])}function Z2(e,t,r){var n;return e.twist=(X(),ao)[Al(t)],e.flip=Sr[Rl(t)],e.tsym=e.twist&7,e.twist=e.twist>>3,e.prun=$e(fn,e.twist<<11|sr[e.flip^e.tsym]),e.prun>r||(e.fsym=e.flip&7,e.flip=e.flip>>3,e.slice_0=494-pn(t.ea,8,!0),e.prun=rr(e.prun,rr($e(dl,e.twist*495+nr[e.slice_0][e.tsym]),$e(pl,e.flip*495+nr[e.slice_0][e.fsym]))),e.prun>r)?!1:(n=new fe,lo(t,1,n),io(t,1,n),e.twistc=ao[Al(n)],e.flipc=Sr[Rl(n)],e.prun=rr(e.prun,$e(fn,e.twistc>>3<<11|sr[e.flipc^e.twistc&7])),e.prun<=r)}function ro(){xr()}function $e(e,t){return xr(),e[t>>3]>>(t<<2)&15}function X2(e){xr(),!(Ll==2||Ll==1&&!e)&&(Ll==0&&(Lg(),og(),ig(),ag(),lg(),X(),as(2048,us,Sr,ou=Z(Ae,Re,0,336,7,1),0),as(2187,ms,ao,gs=Z(Ae,Re,0,324,7,1),1),sg(),ug(),fg()),no(ml,un,oo,on,(X(),cs),584244,e),no(ln,ns,vr,sn,cs,514084,e),no(dl,or,nr,cn,gs,431619,e),no(pl,or,nr,an,ou,431619,e),no(fn,null,null,cn,gs,103939,e),Ll=e?2:1)}function og(){var e,t,r,n;for(e=new fe,t=new fe,r=0;r<2768;r++)for(mg(e,(X(),gn)[r]),n=0;n<10;n++)lr(e,ce[(_e(),Ft)[n]],t),on[r][n]=Fl(Qt[tt(t.ca,8,!1)])&Ge}function lg(){var e,t,r,n,o;for(e=new fe,t=new fe,ns=Ke(Ae,[se,Re],[11,0],7,[140,10],2),r=0;r<140;r++){for(mu(e.ca,r%70,0,!1),o=0;o<10;o++)lr(e,(X(),ce)[(_e(),Ft)[o]],t),ns[r][o]=pn(t.ca,0,!1)+70*(165>>o&1^~~(r/70))&Ge;for(n=0;n<16;n++)lo(e,(X(),et)[0][n],t),vr[r][n]=pn(t.ca,0,!1)+70*~~(r/70)&Ge}}function ig(){var e,t,r,n;for(e=new fe,t=new fe,r=0;r<2768;r++)for(tu(e,(X(),gn)[r]),n=0;n<10;n++)gt(e,ce[(_e(),Ft)[n]],t),sn[r][n]=Qt[tt(t.ea,8,!0)]}function sg(){var e,t,r,n;for(e=new fe,t=new fe,r=0;r<336;r++)for(is(e,(X(),us)[r]),n=0;n<18;n++)gt(e,ce[n],t),an[r][n]=Sr[Rl(t)]}function ag(){var e,t,r,n,o;for(e=new fe,t=new fe,r=0;r<24;r++){for(Er(e.ea,r,12,!0),o=0;o<10;o++)gt(e,(X(),ce)[(_e(),Ft)[o]],t),un[r][o]=tt(t.ea,12,!0)%24&Ge;for(n=0;n<16;n++)io(e,(X(),et)[0][n],t),oo[r][n]=tt(t.ea,12,!0)%24&Ge}}function no(e,t,r,n,o,l,i){var s,u,a,f,c,g,m,L,p,y,F,x,B,M,k,K,te,T,re,b,C,I,S,w,P,q,Y,ge,pe,De,Fe,St,Ue,He,xe,A;if(B=l&15,F=(l>>4&1)==1?Zi:0,a=(l>>5&1)==1,s=l>>8&15,f=l>>12&15,c=l>>16&15,y=i?f:c,x=(1<<B)-1,u=t==null,L=u?2048:t.length,p=L*n.length,m=a?10:18,g=m==10?66:599186,k=(e[p>>3]>>(p<<2)&15)-1,k==-1){for(T=0;T<~~(p/8)+1;T++)e[T]=eo;e[0]^=1,k=0}for(;k<y;){for(P=(k+1)*eo^-1,re=0;re<e.length;re++)xe=e[re]^P,xe&=xe>>1,e[re]+=xe&xe>>2&eo;for(I=k>s,De=I?k+2:k,pe=De*eo,M=I?k:k+2,++k,A=k^k+1,He=0,T=0;T<p;++T,He>>=4){if((T&7)==0&&(He=e[T>>3],((He^pe)-eo&~(He^pe)&-2004318072)==0)){T+=7;continue}if((He&15)==De)for(Y=T%L,Fe=~~(T/L),K=0,te=0,u&&(K=(X(),Sr)[Y],te=K&7,K>>=3),w=0;w<m;w++){if(Ue=n[Fe][w],u?ge=(X(),sr)[an[K][wr[w<<3|te]]^te^Ue&x]:ge=r[t[Y][w]][Ue&x],Ue>>=B,b=Ue*L+ge,q=e[b>>3]>>(b<<2)&15,q!=M){q<k-1&&(w+=g>>w&3);continue}if(I){e[T>>3]^=A<<(T<<2);break}for(e[b>>3]^=A<<(b<<2),S=1,St=o[Ue];(St>>=1)!=0;S++)(St&1)==1&&(C=Ue*L,u?C+=(X(),sr)[Sr[ge]^S]:C+=r[ge][S^F>>(S<<1)&3],(e[C>>3]>>(C<<2)&15)==M&&(e[C>>3]^=A<<(C<<2)))}}}}function ug(){var e,t,r,n;for(e=new fe,t=new fe,r=0;r<324;r++)for(ss(e,(X(),ms)[r]),n=0;n<18;n++)lr(e,ce[n],t),cn[r][n]=ao[Al(t)]}function fg(){var e,t,r,n,o,l,i,s;for(e=new fe,t=new fe,n=0;n<495;n++){for(mu(e.ea,494-n,8,!0),l=0;l<18;l+=3)gt(e,(X(),ce)[l],t),or[n][l]=494-pn(t.ea,8,!0)&Ge;for(o=0;o<16;o+=2)io(e,(X(),et)[0][o],t),nr[n][o>>1]=494-pn(t.ea,8,!0)&Ge}for(r=0;r<495;r++)for(o=0;o<18;o+=3)for(s=or[r][o],i=1;i<3;i++)s=or[s][o],or[r][o+i]=s&Ge}to(31,1,{31:1},ro);V.flip=0;V.flipc=0;V.fsym=0;V.prun=0;V.slice_0=0;V.tsym=0;V.twist=0;V.twistc=0;var vr,ns,on,ln,sn,an,ml,oo,un,fn,cn,nr,pl,or,dl,Ll=0,hl=tr("org.cubing.min2phase.client","CoordCube",31),J2=!1;function X(){J2||(J2=!0,Wt=Z(uo,se,7,16,0,1),ce=Z(uo,se,7,18,0,1),bl=Z(Sg,se,0,18,6,1),lu=Z(we,Se,0,48,7,1),qt=Ke(we,[se,Se],[17,0],7,[16,16],2),et=Ke(we,[se,Se],[17,0],7,[16,16],2),so=Ke(we,[se,Se],[17,0],7,[16,18],2),wr=Z(we,Se,0,144,7,1),ar=Ke(we,[se,Se],[17,0],7,[16,18],2),us=Z(Ae,Re,0,336,7,1),ms=Z(Ae,Re,0,324,7,1),gn=Z(Ae,Re,0,2768,7,1),mn=Z(ee,le,0,2768,7,1),fs=Z(Ae,Re,0,2768,7,1),Bl=Z(ee,le,0,24,7,1),Sr=Z(Ae,Re,0,2048,7,1),ao=Z(Ae,Re,0,2187,7,1),Qt=Z(Ae,Re,0,40320,7,1),sr=Z(Ae,Re,0,2688,7,1),ps=new Dt(2531,1373,67026819,1367),ds=new Dt(2089,1906,322752913,2040),xl=$(J(ee,2),se,10,0,[$(J(ee,1),le,0,7,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]),$(J(ee,1),le,0,7,[6,7,8,0,1,2,3,4,5,15,16,17,9,10,11,12,13,14]),$(J(ee,1),le,0,7,[3,4,5,6,7,8,0,1,2,12,13,14,15,16,17,9,10,11]),$(J(ee,1),le,0,7,[2,1,0,5,4,3,8,7,6,11,10,9,14,13,12,17,16,15]),$(J(ee,1),le,0,7,[8,7,6,2,1,0,5,4,3,17,16,15,11,10,9,14,13,12]),$(J(ee,1),le,0,7,[5,4,3,8,7,6,2,1,0,14,13,12,17,16,15,11,10,9])]),dg(),hg())}function os(e){e.ca=$(J(ee,1),le,0,7,[0,1,2,3,4,5,6,7]),e.ea=$(J(ee,1),le,0,7,[0,2,4,6,8,10,12,14,16,18,20,22])}function $2(e){!e.temps&&(e.temps=new fe),lr(ds,e,e.temps),lr(e.temps,ps,e),gt(ds,e,e.temps),gt(e.temps,ps,e)}function ls(e,t){var r,n;for(n=0;n<8;n++)e.ca[n]=t.ca[n];for(r=0;r<12;r++)e.ea[r]=t.ea[r]}function cg(e){return Fl(Qt[tt(e.ca,8,!1)])}function gg(e){return Qt[tt(e.ea,8,!0)]}function Rl(e){var t,r;for(r=0,t=0;t<11;t++)r=r<<1|e.ea[t]&1;return r}function Al(e){var t,r;for(r=0,t=0;t<7;t++)r+=(r<<1)+(e.ca[t]>>3);return r}function yl(e){var t,r;for(!e.temps&&(e.temps=new fe),r=0;r<12;r++)e.temps.ea[e.ea[r]>>1]=(r<<1|e.ea[r]&1)<<24>>24;for(t=0;t<8;t++)e.temps.ca[e.ca[t]&7]=(t|32>>(e.ca[t]>>3)&24)<<24>>24;ls(e,e.temps)}function eu(e){var t,r,n,o,l,i,s;for(t=new ru(e),o=new fe,r=Fl(Qt[tt(t.ca,8,!1)])>>4,i={l:0,m:0,h:0},s=0;s<6;s++){if(n=Fl(Qt[tt(t.ca,8,!1)])>>4,r==n)for(l=0;l<16;l++)lo(t,et[0][l],o),gl(o.ca,e.ca)&&(io(t,et[0][l],o),gl(o.ea,e.ea)&&(i=ts(i,fl({l:1,m:0,h:0},(s<<4|l)<48?s<<4|l:48))));$2(t),s%3==2&&yl(t)}return i}function mg(e,t){Er(e.ca,t,8,!1)}function tu(e,t){Er(e.ea,t,8,!0)}function is(e,t){var r,n,o;for(n=0,r=10;r>=0;--r,t>>=1)n^=o=t&1,e.ea[r]=(e.ea[r]&-2|o)<<24>>24;e.ea[11]=(e.ea[11]&-2|n)<<24>>24}function ss(e,t){var r,n,o;for(n=15,r=6;r>=0;--r,t=~~(t/3))n-=o=t%3,e.ca[r]=(e.ca[r]&7|o<<3)<<24>>24;e.ca[7]=(e.ca[7]&7|n%3<<3)<<24>>24}function pg(e){var t,r,n,o,l;for(l=0,o=0,n=0;n<12;n++)o|=1<<(e.ea[n]>>1),l^=e.ea[n]&1;if(o!=4095)return-2;if(l!=0)return-3;for(r=0,l=0,t=0;t<8;t++)r|=1<<(e.ca[t]&7),l+=e.ca[t]>>3;return r!=255?-4:l%3!=0?-5:(hs(tt(e.ea,12,!0),12)^hs(tt(e.ca,8,!1),8))!=0?-6:0}function lo(e,t,r){X();var n,o,l,i,s,u;for(u=Wt[et[0][t]],s=Wt[t],n=0;n<8;n++)l=u.ca[e.ca[s.ca[n]&7]&7]>>3,i=e.ca[s.ca[n]&7]>>3,o=l<3?i:(3-i)%3,r.ca[n]=(u.ca[e.ca[s.ca[n]&7]&7]&7|o<<3)<<24>>24}function lr(e,t,r){X();var n,o,l;for(n=0;n<8;n++)o=e.ca[t.ca[n]&7]>>3,l=t.ca[n]>>3,r.ca[n]=(e.ca[t.ca[n]&7]&7|(o+l)%3<<3)<<24>>24}function Dl(e,t,r){var n,o,l,i;for(n=0;n<8;n++)l=e.ca[t.ca[n]&7]>>3,i=t.ca[n]>>3,o=l+(l<3?i:6-i),o=o%3+(l<3==i<3?0:3),r.ca[n]=(e.ca[t.ca[n]&7]&7|o<<3)<<24>>24}function fe(){X(),os(this)}function Dt(e,t,r,n){os(this),Er(this.ca,e,8,!1),ss(this,t),Er(this.ea,r,12,!0),is(this,n)}function ru(e){os(this),ls(this,e)}function Fl(e){return X(),e^Zi>>((e&15)<<1)&3}function io(e,t,r){X();var n,o,l;for(l=Wt[et[0][t]],o=Wt[t],n=0;n<12;n++)r.ea[n]=(l.ea[e.ea[o.ea[n]>>1]>>1]^e.ea[o.ea[n]>>1]&1^o.ea[n]&1)<<24>>24}function gt(e,t,r){X();var n;for(n=0;n<12;n++)r.ea[n]=(e.ea[t.ea[n]>>1]^t.ea[n]&1)<<24>>24}function ir(e,t,r){X();var n;return n=fs[e],r&&(n=n^Zi>>((n&15)<<1)&3),n&65520|qt[n&15][t]}function nu(){return X(),0}function dg(){var e,t;for(ce[0]=new Dt(15120,0,119750400,0),ce[3]=new Dt(21021,1494,323403417,0),ce[6]=new Dt(8064,1236,29441808,550),ce[9]=new Dt(9,0,5880,0),ce[12]=new Dt(1230,412,2949660,0),ce[15]=new Dt(224,137,328552,137),e=0;e<18;e+=3)for(t=0;t<2;t++)ce[e+t+1]=new fe,gt(ce[e+t],ce[e],ce[e+t+1]),lr(ce[e+t],ce[e],ce[e+t+1])}function Lg(){X();var e,t,r;for(as(40320,gn,Qt,cs=Z(Ae,Re,0,2768,7,1),2),e=new fe,r=0;r<2768;r++)tu(e,gn[r]),mn[r]=pn(e.ea,0,!0)+hs(gn[r],8)*70<<24>>24,yl(e),fs[r]=Qt[tt(e.ea,8,!0)];for(t=0;t<24;t++)Er(e.ea,t,12,!0),yl(e),Bl[t]=tt(e.ea,12,!0)%24<<24>>24}function hg(){var e,t,r,n,o,l,i,s,u,a,f,c,g,m,L,p;for(e=new fe,t=new fe,r=new Dt(28783,0,259268407,0),p=new Dt(15138,0,119765538,7),c=new Dt(5167,0,83473207,0),o=0;o<8;o++)c.ca[o]=al(c.ca[o]|24);for(l=0;l<16;l++)Wt[l]=new ru(e),Dl(e,p,t),gt(e,p,t),L=t,t=e,e=L,l%4==3&&(Dl(L,c,t),gt(L,c,t),L=t,t=e,e=L),l%8==7&&(Dl(L,r,t),gt(L,r,t),L=t,t=e,e=L);for(i=0;i<16;i++)for(u=0;u<16;u++)for(Dl(Wt[i],Wt[u],e),f=0;f<16;f++)if(gl(Wt[f].ca,e.ca)){qt[i][u]=f,et[f][u]=i;break}for(a=0;a<18;a++)for(m=0;m<16;m++){for(lo(ce[a],et[0][m],e),g=0;g<18;g++)if(gl(ce[g].ca,e.ca)){so[m][a]=g,ar[m][(_e(),dn)[a]]=dn[g];break}m%2==0&&(wr[a<<3|m>>1]=so[m][a])}for(n=0;n<18;n++)for(bl[n]=eu(ce[n]),s=n,m=0;m<48;m++)so[m%16][s]<n&&(lu[m]|=1<<n),m%16==15&&(s=xl[2][s])}function as(e,t,r,n,o){X();var l,i,s,u,a,f,c,g,m;for(l=new fe,s=new fe,i=0,a=0,m=o>=2?1:2,f=o!=1,u=0;u<e;u++)if(r[u]==0){switch(o){case 0:is(l,u);break;case 1:ss(l,u);break;case 2:Er(l.ea,u,8,!0)}for(c=0;c<16;c+=m){switch(f?io(l,c,s):lo(l,c,s),o){case 0:a=Rl(s);break;case 1:a=Al(s);break;case 2:a=tt(s.ea,8,!0)}o==0&&(sr[i<<3|c>>1]=a&Ge),a==u&&(n[i]=(n[i]|1<<~~(c/m))&Ge),g=~~((i<<4|c)/m),r[a]=g&Ge}t[i++]=u&Ge}return i}var Wt,Qt,gn,Sr,us,sr,Bl,mn,fs,wr,so,ar,qt,et,ou,cs,gs,ao,ms,lu,ce,bl,ps,ds,xl,uo=tr("org.cubing.min2phase.client","CubieCube",7);function Rg(e,t,r,n,o,l,i,s){var u,a,f,c,g;if(c=rr($e((xr(),ln),(i>>4)*140+vr[(X(),mn)[s>>4]&255][et[i&15][s&15]]),rr($e(ln,n*140+vr[mn[t]&255][et[o][r]]),$e(ml,t*24+oo[l][r]))),c>e.maxDep2)return c-e.maxDep2;for(u=e.maxDep2;u>=c&&(g=au(e,n,o,t,r,l,u,e.depth1,10),!(g<0));u--){for(u-=g,e.solLen=0,e.solution=new Lu,xg(e.solution,e.verbose,e.urfIdx,e.depth1),f=0;f<e.depth1+u;f++)pu(e.solution,e.move[f]);for(a=e.preMoveLen-1;a>=0;a--)pu(e.solution,e.preMoves[a]);e.solLen=e.solution.length_0}return u!=e.maxDep2?(e.maxDep2=rs(fu,e.solLen-e.length1-1),j2(e.probe,e.probeMin)?0:1):1}function Ag(e){var t,r,n,o,l,i,s,u,a,f,c,g,m,L,p;if(e.isRec=!1,j2(e.probe,e.solution?e.probeMin:e.probeMax))return 0;for(e.probe=Hc(e.probe,{l:1,m:0,h:0}),n=e.valid1;n<e.depth1;n++)lr(e.phase1Cubie[n],(X(),ce)[e.move[n]],e.phase1Cubie[n+1]),gt(e.phase1Cubie[n],ce[e.move[n]],e.phase1Cubie[n+1]);for(e.valid1=e.depth1,s=cg(e.phase1Cubie[e.depth1]),u=s&15,s>>=4,a=gg(e.phase1Cubie[e.depth1]),f=a&15,a>>=4,c=tt(e.phase1Cubie[e.depth1].ea,12,!0)%24,r=ir(a,f,!1),t=ir(s,u,!0),o=e.depth1==0?-1:e.move[e.depth1-1],l=e.preMoveLen==0?-1:e.preMoves[e.preMoveLen-1],p=0,L=(e.preMoveLen==0?1:2)*(e.depth1==0?1:2),g=0,m=(1<<L)-1;g<L;g++){if((m>>g&1)!=0){if(m&=~(1<<g),p=Rg(e,s,u,a,f,c,r,t),p==0||p>2)break;p==2&&(m&=4<<g)}if(m==0)break;(g&1)==0&&e.depth1>0?(i=(_e(),dn)[~~(o/3)*3+1],e.move[e.depth1-1]=Ft[i]*2-e.move[e.depth1-1],c=(xr(),un)[c][i],s=on[s][(X(),ar)[u][i]],u=qt[s&15][u],s>>=4,a=sn[a][ar[f][i]],f=qt[a&15][f],a>>=4,t=ir(s,u,!0),r=ir(a,f,!1)):e.preMoveLen>0&&(i=(_e(),dn)[~~(l/3)*3+1],e.preMoves[e.preMoveLen-1]=Ft[i]*2-e.preMoves[e.preMoveLen-1],c=(X(),Bl)[(xr(),un)[Bl[c]][i]],s=on[t>>4][ar[t&15][i]],t=s&-16|qt[s&15][t&15],s=ir(t>>4,t&15,!0),u=s&15,s>>=4,a=sn[r>>4][ar[r&15][i]],r=a&-16|qt[a&15][r&15],a=ir(r>>4,r&15,!1),f=a&15,a>>=4)}return e.depth1>0&&(e.move[e.depth1-1]=o),e.preMoveLen>0&&(e.preMoves[e.preMoveLen-1]=l),p==0?0:2}function yg(e){var t;for(e.conjMask=0,e.selfSym=eu(e.cc),e.conjMask|=es(zt(Br(e.selfSym,16),{l:Ge,m:0,h:0}),{l:0,m:0,h:0})?18:0,e.conjMask|=es(zt(Br(e.selfSym,32),{l:Ge,m:0,h:0}),{l:0,m:0,h:0})?36:0,e.conjMask|=es(zt(Br(e.selfSym,48),{l:Ge,m:0,h:0}),{l:0,m:0,h:0})?56:0,e.selfSym=zt(e.selfSym,{l:je,m:je,h:15}),e.maxPreMoves=e.conjMask>7?0:20,t=0;t<6;t++)ls(e.urfCubieCube[t],e.cc),Z2(e.urfCoordCube[t],e.urfCubieCube[t],20),$2(e.cc),t%3==2&&yl(e.cc)}function iu(e,t,r,n,o){var l,i,s,u,a,f;if(t.prun==0&&n<5)return e.allowShorter||n==0?(e.depth1-=n,a=Ag(e),e.depth1+=n,a):1;for(f=nu($i(r)),l=0;l<18;l+=3)if(!(l==o||l==o-9)){for(s=0;s<3;s++)if(i=l+s,!(e.isRec&&i!=e.move[e.depth1-n]||f!=0&&(f&1<<i)!=0)){if(u=rg(e.nodeUD[n],t,i),u>n)break;if(u==n)continue;if(u=ng(e.nodeUD[n],t,i),u>n)break;if(u==n)continue;if(e.move[e.depth1-n]=i,e.valid1=rs(e.valid1,e.depth1-n),a=iu(e,e.nodeUD[n],r&br((X(),bl)[i]),n-1,l),a==0)return 0;if(a>=2)break}}return 1}function su(e,t,r,n,o){var l,i,s;if(e.preMoveLen=e.maxPreMoves-t,(e.isRec?e.depth1==e.length1-e.preMoveLen:e.preMoveLen==0||(225207>>r&1)==0)&&(e.depth1=e.length1-e.preMoveLen,e.phase1Cubie[0]=n,e.allowShorter=e.depth1==Ls&&e.preMoveLen!=0,Z2(e.nodeUD[e.depth1+1],n,e.depth1)&&iu(e,e.nodeUD[e.depth1+1],o,e.depth1,-1)==0))return 0;if(t==0||e.preMoveLen+Ls>=e.length1)return 1;for(s=nu($i(o)),(t==1||e.preMoveLen+1+Ls>=e.length1)&&(s|=225207),r=~~(r/3)*3,l=0;l<18;l++){if(l==r||l==r-9||l==r+9){l+=2;continue}if(!(e.isRec&&l!=e.preMoves[e.maxPreMoves-t]||(s&1<<l)!=0)&&(lr((X(),ce)[l],n,e.preMoveCubes[t]),gt(ce[l],n,e.preMoveCubes[t]),e.preMoves[e.maxPreMoves-t]=l,i=su(e,t-1,l,e.preMoveCubes[t],o&br(bl[l])),i==0))return 0}return 1}function au(e,t,r,n,o,l,i,s,u){var a,f,c,g,m,L,p,y,F,x,B;if(t==0&&n==0&&l==0)return i;for(F=(_e(),fo)[u],p=0;p<10;p++){if((F>>p&1)!=0){p+=66>>p&3;continue}if(y=(xr(),un)[l][p],f=on[n][(X(),ar)[o][p]],c=qt[f&15][o],f>>=4,m=sn[t][ar[r][p]],L=qt[m&15][r],m>>=4,g=ir(m,L,!1),a=ir(f,c,!0),x=$e(ln,(g>>4)*140+vr[mn[a>>4]&255][et[g&15][a&15]]),x>i+1)return i-x+1;if(x>=i){p+=66>>p&3&i-x;continue}if(x=rr($e(ml,f*24+oo[y][c]),$e(ln,m*140+vr[mn[f]&255][et[L][c]])),x>=i){p+=66>>p&3&i-x;continue}if(B=au(e,m,L,f,c,y,i-1,s+1,p),B>=0)return e.move[s]=Ft[p],B;if(B<-2)break;B<-1&&(p+=66>>p&3)}return-1}function Dg(e){for(e.length1=e.isRec?e.length1:0;e.length1<e.solLen;e.length1++)for(e.maxDep2=rs(fu,e.solLen-e.length1-1),e.urfIdx=e.isRec?e.urfIdx:0;e.urfIdx<6;e.urfIdx++)if((e.conjMask&1<<e.urfIdx)==0&&su(e,e.maxPreMoves,-30,e.urfCubieCube[e.urfIdx],br(zt(e.selfSym,{l:Ge,m:0,h:0})))==0)return e.solution?du(e.solution):"Error 8";return e.solution?du(e.solution):"Error 7"}function Fg(e,t){var r;return r=Bg(e,t),r!=0?"Error "+(r<0?-r:r):(e.solLen=22,e.probe={l:0,m:0,h:0},e.probeMax={l:3531008,m:23,h:0},e.probeMin={l:0,m:0,h:0},e.verbose=0,e.solution=null,e.isRec=!1,X2(!1),yg(e),Dg(e))}function Bg(e,t){var r,n,o,l;for(n=0,o=Z(ee,le,0,54,7,1),r=Xc($(J(Ae,1),Re,0,7,[t.charCodeAt(4),t.charCodeAt(13),t.charCodeAt(22),t.charCodeAt(31),t.charCodeAt(40),t.charCodeAt(49)])),l=0;l<54;l++){if(o[l]=Zc(r,$c(t.charCodeAt(l)))<<24>>24,o[l]==-1)return-1;n+=1<<(o[l]<<2)}return n!=10066329?-1:(bg(o,e.cc),pg(e.cc))}function uu(){var e,t,r;for(this.move=Z(we,Se,0,31,7,1),this.nodeUD=Z(hl,se,31,21,0,1),this.nodeRL=Z(hl,se,31,21,0,1),this.nodeFB=Z(hl,se,31,21,0,1),this.cc=new fe,this.urfCubieCube=Z(uo,se,7,6,0,1),this.urfCoordCube=Z(hl,se,31,6,0,1),this.phase1Cubie=Z(uo,se,7,21,0,1),this.preMoveCubes=Z(uo,se,7,21,0,1),this.preMoves=Z(we,Se,0,20,7,1),t=0;t<21;t++)this.nodeUD[t]=new ro,this.nodeRL[t]=new ro,this.nodeFB[t]=new ro,this.phase1Cubie[t]=new fe;for(r=0;r<6;r++)this.urfCubieCube[r]=new fe,this.urfCoordCube[r]=new ro;for(e=0;e<20;e++)this.preMoveCubes[e+1]=new fe}to(72,1,{},uu);V.allowShorter=!1;V.conjMask=0;V.depth1=0;V.isRec=!1;V.length1=0;V.maxDep2=0;V.maxPreMoves=0;V.preMoveLen=0;V.probe={l:0,m:0,h:0};V.probeMax={l:0,m:0,h:0};V.probeMin={l:0,m:0,h:0};V.selfSym={l:0,m:0,h:0};V.solLen=0;V.urfIdx=0;V.valid1=0;V.verbose=0;var fu=12,Ls=7,cu=!1;function _e(){if(!cu){cu=!0;var e,t,r,n,o,l;for(Ur=$(J(ee,2),se,10,0,[$(J(ee,1),le,0,7,[8,9,20]),$(J(ee,1),le,0,7,[6,18,38]),$(J(ee,1),le,0,7,[0,36,47]),$(J(ee,1),le,0,7,[2,45,11]),$(J(ee,1),le,0,7,[29,26,15]),$(J(ee,1),le,0,7,[27,44,24]),$(J(ee,1),le,0,7,[33,53,42]),$(J(ee,1),le,0,7,[35,17,51])]),Kt=$(J(ee,2),se,10,0,[$(J(ee,1),le,0,7,[5,10]),$(J(ee,1),le,0,7,[7,19]),$(J(ee,1),le,0,7,[3,37]),$(J(ee,1),le,0,7,[1,46]),$(J(ee,1),le,0,7,[32,16]),$(J(ee,1),le,0,7,[28,25]),$(J(ee,1),le,0,7,[30,43]),$(J(ee,1),le,0,7,[34,52]),$(J(ee,1),le,0,7,[23,12]),$(J(ee,1),le,0,7,[21,41]),$(J(ee,1),le,0,7,[50,39]),$(J(ee,1),le,0,7,[48,14])]),jt=Ke(we,[se,Se],[17,0],7,[13,13],2),Rs=$(J(eg,1),se,2,4,["U ","U2","U'","R ","R2","R'","F ","F2","F'","D ","D2","D'","L ","L2","L'","B ","B2","B'"]),Ft=$(J(we,1),Se,0,7,[0,1,2,4,7,9,10,11,13,16,3,5,6,8,12,14,15,17]),dn=Z(we,Se,0,18,7,1),fo=Z(we,Se,0,11,7,1),t=0;t<18;t++)dn[Ft[t]]=t;for(r=0;r<10;r++)for(n=~~(Ft[r]/3),fo[r]=0,o=0;o<10;o++)l=~~(Ft[o]/3),fo[r]|=(n==l||n%3==l%3&&n>=l?1:0)<<o;for(fo[10]=0,e=0;e<13;e++)for(jt[e][0]=jt[e][e]=1,o=1;o<e;o++)jt[e][o]=jt[e-1][o-1]+jt[e-1][o]}}function pn(e,t,r){_e();var n,o,l,i,s;for(n=e.length-1,l=0,s=4,o=n;o>=0;o--)i=gu(e[o],r),(i&12)==t&&(l+=jt[o][s--]);return l}function hs(e,t){_e();var r,n;for(n=0,r=t-2;r>=0;r--)n^=e%(t-r),e=~~(e/(t-r));return n&1}function tt(e,t,r){_e();var n,o,l,i;for(o=0,i={l:1323536,m:2777561,h:1043915},n=0;n<t-1;n++)l=gu(e[n],r)<<2,o=(t-n)*o+br(zt(Br(i,l),{l:15,m:0,h:0})),i=K2(i,fl({l:1118480,m:279620,h:69905},l));return o}function gu(e,t){return t?e>>1:e&7}function mu(e,t,r,n){_e();var o,l,i,s;for(o=e.length-1,s=4,l=o,i=o;i>=0;i--)t>=jt[i][s]?(t-=jt[i][s--],e[i]=vl(e[i],s|r,n)):((l&12)==r&&(l-=4),e[i]=vl(e[i],l--,n))}function Er(e,t,r,n){_e();var o,l,i,s,u,a;for(a={l:1323536,m:2777561,h:1043915},o={l:0,m:0,h:0},s=2;s<=r;s++)o=ts(fl(o,4),$i(t%s)),t=~~(t/s);for(l=0;l<r-1;l++)u=(br(o)&15)<<2,o=Br(o,4),e[l]=vl(e[l],br(zt(Br(a,u),{l:15,m:0,h:0})),n),i=K2(fl({l:1,m:0,h:0},u),{l:1,m:0,h:0}),a=ts(zt(a,i),zt(Br(a,4),{l:~i.l&je,m:~i.m&je,h:~i.h&er}));e[r-1]=vl(e[r-1],br(zt(a,{l:15,m:0,h:0})),n)}function vl(e,t,r){return(r?t<<1|e&1:t|e&-8)<<24>>24}function bg(e,t){_e();var r,n,o,l,i,s,u,a;for(l=0;l<8;l++)t.ca[l]=0;for(i=0;i<12;i++)t.ea[i]=0;for(s=0;s<8;s++){for(a=0;a<3&&!(e[Ur[s][a]]==0||e[Ur[s][a]]==3);a++);for(r=e[Ur[s][(a+1)%3]],n=e[Ur[s][(a+2)%3]],u=0;u<8;u++)if(r==~~(Ur[u][1]/9)&&n==~~(Ur[u][2]/9)){t.ca[s]=al(a%3<<3|u);break}}for(o=0;o<12;o++)for(u=0;u<12;u++){if(e[Kt[o][0]]==~~(Kt[u][0]/9)&&e[Kt[o][1]]==~~(Kt[u][1]/9)){t.ea[o]=al(u<<1);break}if(e[Kt[o][0]]==~~(Kt[u][1]/9)&&e[Kt[o][1]]==~~(Kt[u][0]/9)){t.ea[o]=al(u<<1|1);break}}}var jt,fo,Ur,Kt,Rs,dn,Ft;function pu(e,t){var r,n,o;if(e.length_0==0){e.moves[e.length_0++]=t;return}if(r=~~(t/3),n=~~(e.moves[e.length_0-1]/3),r==n){o=(t%3+e.moves[e.length_0-1]%3+1)%4,o==3?--e.length_0:e.moves[e.length_0-1]=r*3+o;return}if(e.length_0>1&&r%3==n%3&&r==~~(e.moves[e.length_0-2]/3)){o=(t%3+e.moves[e.length_0-2]%3+1)%4,o==3?(e.moves[e.length_0-2]=e.moves[e.length_0-1],--e.length_0):e.moves[e.length_0-2]=r*3+o;return}e.moves[e.length_0++]=t}function xg(e,t,r,n){e.verbose=t,e.urfIdx=r,e.depth1=n}function du(e){var t,r,n;if(r=new tg,n=(e.verbose&2)!=0?(e.urfIdx+3)%6:e.urfIdx,n<3)for(t=0;t<e.length_0;t++)(e.verbose&1)!=0&&t==e.depth1&&(r.string+=". "),V2(H2(r,(_e(),Rs)[(X(),xl)[n][e.moves[t]]]));else for(t=e.length_0-1;t>=0;t--)V2(H2(r,(_e(),Rs)[(X(),xl)[n][e.moves[t]]])),(e.verbose&1)!=0&&t==e.depth1&&(r.string+=". ");return r.string}function Lu(){this.moves=Z(we,Se,0,31,7,1)}to(150,1,{},Lu);V.depth1=0;V.length_0=0;V.urfIdx=0;V.verbose=0;var we=ul("int","I");tr("com.google.gwt.lang","CollapsedPropertyHolder",252);tr("com.google.gwt.lang","JavaClassHierarchySetupUtil",254);var vg=tr("com.google.gwt.lang","LongLibBase/LongEmul",null);tr("com.google.gwt.lang","ModuleUtils",257);var ee=ul("byte","B"),Sg=ul("long","J"),Ae=ul("char","C");tr("com.google.gwt.user.client.rpc","XsrfToken",null),qc("java.util","Map/Entry");var hu=function(){X2(!1)},Ru=function(e){return Fg(new uu,e)};var wg="UF UR UB UL DF DR DB DL FR FL BR BL".split(" "),Eg="UFR URB UBL ULF DRF DFL DLB DBR".split(" "),Ug="U L F R B D".split(" "),kg=[[1,2,0],[0,2,0],[1,1,0],[0,3,0],[2,0,0],[0,1,0],[1,3,0],[0,0,0],[1,0,0],[1,0,2],[0,1,1],[1,1,1],[0,8,1],[2,3,0],[0,10,1],[1,4,1],[0,5,1],[1,7,2],[1,3,2],[0,0,1],[1,0,1],[0,9,0],[2,2,0],[0,8,0],[1,5,1],[0,4,1],[1,4,2],[1,5,0],[0,4,0],[1,4,0],[0,7,0],[2,5,0],[0,5,0],[1,6,0],[0,6,0],[1,7,0],[1,2,2],[0,3,1],[1,3,1],[0,11,1],[2,1,0],[0,9,1],[1,6,1],[0,7,1],[1,5,2],[1,1,2],[0,2,1],[1,2,1],[0,10,0],[2,4,0],[0,11,0],[1,7,1],[0,6,1],[1,6,2]];function Au(e,t){return e.slice(t)+e.slice(0,t)}function zg(e){let t=[[],[]];for(let r=0;r<6;r++)if(e.CENTERS.permutation[r]!==r)throw new Error("non-oriented puzzles are not supported");for(let r=0;r<12;r++)t[0].push(Au(wg[e.EDGES.permutation[r]],e.EDGES.orientation[r]));for(let r=0;r<8;r++)t[1].push(Au(Eg[e.CORNERS.permutation[r]],e.CORNERS.orientation[r]));return t.push(Ug),t}function yu(e){let t=zg(e);return kg.map(([r,n,o])=>t[r][n][o]).join("")}he();Rt();function Du(e,t,r){for(let n in e.orbits)if(!Tn(e,n,t,r,{ignoreOrientation:n==="CENTERS"}))return!1;return!0}function Fu(e,t){let r=new Je(e);if(Du(e,r.state,t))return!1;for(let n of"ULFRBD")for(let o=1;o<4;o++)if(r.reset(),r.applyMove(new d(n,o)),Du(e,r.state,t))return!1;return!0}var Bu=[["R U'","R2 B","D2 B2","D' L B'","R' U'","B","D B2","R' B","L' U","L2 B'","B2","D L B'","L U","B'","U'","R B","D' B2","L B'","U2","U L' B'","","U' L' B'","U","L' B'"],["F2 L2","F' L'","R' F L2","D' L2","F L2","F2 L'","R' F' L'","R2 F L2","R2 F2 L'","L2","F L'","D' L","D2 L2","R2 F' L'","D L","","L2 F L'","L F' L2","L F L'","F' L2","L'","D L2","D F L'","L"],["R B U2 B'","R2 B U' B'","F2 B U B'","F B2 L' B2","B2 L B2","B U' B'","R2 B U2 B'","R' B U' B'","B2 L' B2","F B U B'","B2 U' B2","B' L B","L F' B D' B'","B' U' B2 D B'","B U2 B'","R B U' B'","B2 L2 B2","D' B' L B","B U B'","F' B2 L' B2","","B2 L' B' U' B'"],["U F2 L2 U'","F' U L' U'","F2 U L' U'","U F L2 U'","U2 B2 U2","R' U' B U","D2 U L U'","D U2 B' U2","U L2 U'","F U L' U'","D U L U'","U2 B' U2","","U2 B' U' L' U'","U2 L' U2","U' B U","U L U'","D' U2 B' U2","U L' U'","U2 B U2"],["R' D' F2","F'","F2","D R F'","R D' F2","R2 F'","D' F2","R F'","F2 R' D' F2","F","D2 F2","D' R F'","R2 D' F2","R' F'","D F2","D2 R F'","","F R' D' F2"],["R' D2 F' D F","R F2 R2 F2","R2 F' D2 F","F' R2 D2 F","L D' L'","D F' D2 F","F2 R2 F2","R F' D2 F","F' R2 D' F","F' R' D2 F","F2 R' F2","L D L'","F' R D' F","F2 R F2","F' D2 F","","L D2 R D' L'","F' D2 F' R F2","D2 R2 F2 R2 F2","D F' D' F","F' D F"],["U F2 U'","R U F' U'","D R U F2 U'","U F U'","R2 U F2 U'","R' U F' U'","R U F2 U'","R2 U F' U'","","U L D L' F U'","F2 D' R D F2","D2 U F U'","R' U F2 U'","U F' U'","F2 D2 R D2 F2","D U F U'"],["R2","R' B' D B","D R'","F' R2 F","","R B' D B","R'","B' D B","D' R'","D2 F' R2 F","R","R2 B' D B","D2 R'","B' D' B"],["R2 D' R2","F' R' F R","R D' R2 D R'","D2 R2 D2 R2","R' D' F' R F","U F D F' U'","","R2 D2 B R' B' R'","R' F D' F2 R F","R2 D R2","F2 U F U' F","R' D F' R F","D R2 D2 R2","U F D' F' U'","D R' D2 F' R F","R2 D2 R2","U F D2 F' U'","R' D2 F' R F"],["B R B'","F D F' B R2 B'","D B R2 B'","D2 B R' B'","B R2 B'","D B R' B'","D' B R2 B'","B R' B'","","B R2 B' D B R' B'","D2 B R2 B'","D' B R' B'"],["","R' D R F D2 F'","R' D R","D F D' F'","R F' R' F","F D' F'","R' D' R","F D2 F'","R' D2 R","F D F'"],["","F2 D2 R F' R' D2 F' D2 F'","F2 D2 F' D' F D' F' D2 F'","F2 D F2 D F2 D2 F2","D2 F L D2 L' D2 F'","D F D2 L D2 L' F'","R' D B' D2 B D' R","R' D2 B' D2 B R","F D2 F' D F D F'","F D' L D2 L' D F'","B D' F D B' D' F'","F D2 L D2 L' F'","F D' L D L' D F'","F L D2 L' D2 F'","R' B' D2 B D2 R"],["D'","F L D L' D' F'","D2","L B D B' D' L'","D","B' L' D' L D B","","D F L D L' D' F'"],["F' D2 F D F' D F","F' D' R' D R F","F' R' D' R D F","B D R D' R' B'","","D B' D' L' D L B"],["D F D F' D F D2 F'","F' U2 B' R' B U2 F' L F' L' F'","","D2 L D L2 F L F2 D F"],["L B' L' F L B L' F'","F2 U F' D2 F U' F' D2 F'","D' F' D B D' F D B'","F L2 F R2 F' L2 F R2 F2","D B D' F' D B' D' F","R F L F' R' F L' F'","","D2 B L' U2 L B' D2 B L' U2 L B'","D2 F R' U2 R F' D2 F R' U2 R F'","R F L' F' R' F L F'","D F D' B' D F' D' B","L2 F2 L' B2 L F2 L' B2 L'"],["L B R' B' L' B R B'","R' B R F' R' B' R F","L D2 L U L' D2 L U' L2","","D2 B' D2 F D' L2 F L2 F' D2 B D' F'","D2 F' R' F R2 B' D2 B D2 R' F D2 F'","L B L' F L B' L' F'","F' D2 F' U' F D2 F' U F2","D' B' D F D' B D F'"],["","D2 F' L U2 L' F D2 F' L U2 L' F","D2 B' R U2 R' B D2 B' R U2 R' B"]];function bu(){return D(this,null,function*(){let e=yield kt["3x3x3"].def(),t=new Je(e);for(let r of Bu)t.applyAlg(z.fromString((yield _t())(r)));return Fu(e,t.state)?t.state:bu()})}function As(e){return D(this,null,function*(){return ct(),z.fromString(Ru(yu(e)))})}function Ln(){return D(this,null,function*(){return As(yield bu())})}function xu(){return D(this,null,function*(){hu()})}var Cg=[[null,"Rw","Rw2","Rw'","Fw","Fw'"],[null,"Dw","Dw2","Dw'"]];function vu(){return D(this,null,function*(){return nn(yield Ln(),Cg)})}var Su=new z("R' U' F");function wu(){return D(this,null,function*(){let e=new at,t=yield Ln();return e.experimentalPushAlg(Su),e.experimentalPushAlg(t),e.experimentalPushAlg(Su),e.toAlg()})}he();var me=[],ys=[1];for(let e=0;e<32;++e){me[e]=[];for(let t=0;t<32;++t)me[e][t]=0}for(let e=0;e<32;++e){me[e][0]=me[e][e]=1,ys[e+1]=ys[e]*(e+1);for(let t=1;t<e;++t)me[e][t]=me[e-1][t-1]+me[e-1][t]}function ae(e,...t){let r=t.length,n=e[t[r-1]];for(let o=r;o>0;o--)e[t[o]]=e[t[o-1]];return e[t[0]]=n,ae}function Eu(e,t,r,n){r=(r||8)-1;let o=1985229328,l=0;n!=null||(n=0),n<0&&(t<<=1);for(let i=0;i<r;++i){let s=ys[r-i],u=~~(t/s);l^=u,t%=s,u<<=2,e[i]=o>>u&7;let a=(1<<u)-1;o=(o&a)+(o>>4&~a)}return n<0&&(l&1)!=0?(e[r]=e[r-1],e[r-1]=o&7):e[r]=o&7,e}function N(e,t){let r=new Array(e);if(t!==void 0)for(let n=0;n<e;n++)r[n]=new Array(t);return r}var H,co={},Mg={},Uu=0,Ds=30,ku=21,Pg=22,Ig=23,zu=24,Gg=25,Ng=34,Tg=26,Fs=40;function _g(e){return new co[e]}function st(e,t,r,...n){let o=co[e];o&&!o.___clazz$?H=o.prototype:(!o&&(o=co[e]=function(){}),H=o.prototype=t<0?{}:_g(t),H.castableTypeMap$=r);for(let l of n)l.prototype=H;o.___clazz$&&(H.___clazz$=o.___clazz$,o.___clazz$=null)}function ur(e){let t={};for(let r=0,n=e.length;r<n;++r)t[e[r]]=1;return t}st(1,-1,Mg);H.value=null;function Cu(){}function Og(e,t){let r=Mu(0,t);return Pu(e.___clazz$,e.castableTypeMap$,e.queryId$,r),r}function Mu(e,t){let r=new Array(t);if(e===3)for(let n=0;n<t;++n){let o={m:0,l:0,h:0};o.l=o.m=o.h=0,r[n]=o}else if(e>0){let n=[null,0,!1][e];for(let o=0;o<t;++o)r[o]=n}return r}function Bs(e,t,r,n,o){let l=Mu(o,n);return Pu(e,t,r,l),l}function Pu(e,t,r,n){return Gu(),Qg(n,bs,xs),n.___clazz$=e,n.castableTypeMap$=t,n.queryId$=r,n}function Sl(e,t,r){return e[t]=r}st(73,1,{},Cu);H.queryId$=0;var Iu=!1;function Gu(){Iu||(Iu=!0,bs=[],xs=[],Wg(new Cu,bs,xs))}function Wg(e,t,r){let n=0,o;for(let l in e)(o=e[l])&&(t[n]=l,r[n]=o,++n)}function Qg(e,t,r){Gu();for(let n=0,o=t.length;n<o;++n)e[t[n]]=r[n]}var bs,xs;function qg(e,t){return e.castableTypeMap$&&!!e.castableTypeMap$[t]}function jg(e,t){return e!==null&&qg(e,t)}var Nu=!1;function Kg(){if(Nu)return!1;Nu=!0,zl=N(15582,36),Cl=N(15582),bt=N(15582),An=N(48,48),xt=N(48,36),Rn=N(48),ws=N(48)}function vs(e){e.ct=N(24)}function Tu(e,t){let r,n;if(jg(t,ku)){for(r=t,n=0;n<24;++n)if(e.ct[n]!==r.ct[n])return!1;return!0}return!1}function wl(e){let t,r,n;for(r=0,n=8,t=23;t>=0;--t)e.ct[t]===1&&(r+=me[t][n--]);return r}function El(e){let t,r;if(hn!==null)return hn[wl(e)];for(r=0;r<48;++r){if(t=Jg(wl(e)),t!==-1)return t*64+r;oe(e,0),r%2==1&&oe(e,1),r%8==7&&oe(e,2),r%16==15&&oe(e,3)}}function Bt(e,t){let r=t%3;switch(t=~~(t/3),t){case 0:h(e.ct,0,1,2,3,r);break;case 1:h(e.ct,16,17,18,19,r);break;case 2:h(e.ct,8,9,10,11,r);break;case 3:h(e.ct,4,5,6,7,r);break;case 4:h(e.ct,20,21,22,23,r);break;case 5:h(e.ct,12,13,14,15,r);break;case 6:h(e.ct,0,1,2,3,r),h(e.ct,8,20,12,16,r),h(e.ct,9,21,13,17,r);break;case 7:h(e.ct,16,17,18,19,r),h(e.ct,1,15,5,9,r),h(e.ct,2,12,6,10,r);break;case 8:h(e.ct,8,9,10,11,r),h(e.ct,2,19,4,21,r),h(e.ct,3,16,5,22,r);break;case 9:h(e.ct,4,5,6,7,r),h(e.ct,10,18,14,22,r),h(e.ct,11,19,15,23,r);break;case 10:h(e.ct,20,21,22,23,r),h(e.ct,0,8,4,14,r),h(e.ct,3,11,7,13,r);break;case 11:h(e.ct,12,13,14,15,r),h(e.ct,1,20,7,18,r),h(e.ct,0,23,6,17,r)}}function oe(e,t){switch(t){case 0:Bt(e,19),Bt(e,28);break;case 1:Bt(e,21),Bt(e,32);break;case 2:h(e.ct,0,3,1,2,1),h(e.ct,8,11,9,10,1),h(e.ct,4,7,5,6,1),h(e.ct,12,15,13,14,1),h(e.ct,16,19,21,22,1),h(e.ct,17,18,20,23,1);break;case 3:Bt(e,18),Bt(e,29),Bt(e,24),Bt(e,35)}}function _u(e,t){let r;for(r=0;r<t;++r)oe(e,0),r%2==1&&oe(e,1),r%8==7&&oe(e,2),r%16==15&&oe(e,3)}function Ss(e,t){let r,n;for(n=8,r=23;r>=0;--r)e.ct[r]=0,t>=me[r][n]&&(t-=me[r][n--],e.ct[r]=1)}function Ul(e,t){let r;for(r=0;r<24;++r)e.ct[r]=t.ct[r]}function go(){let e;for(vs(this),e=0;e<8;++e)this.ct[e]=1;for(e=8;e<24;++e)this.ct[e]=0}function kl(e,t){let r;for(vs(this),r=0;r<24;++r)this.ct[r]=~~(e.ct[r]/2)===t?1:0}function mo(e){let t;for(vs(this),t=0;t<24;++t)this.ct[t]=e[t]}function Vg(){let e,t,r=new go,n=new go;for(e=0;e<15582;++e)for(Ss(n,Cl[e]),t=0;t<36;++t)Ul(r,n),Bt(r,t),zl[e][t]=El(r)}function Hg(){let e,t,r,n,o,l,i,s;for(Xl(bt),bt[0]=0,t=0,r=1;r!==15582;)for(l=t>4,s=l?-1:t,e=l?t:-1,++t,n=0;n<15582;++n)if(bt[n]===s){for(i=0;i<27;++i)if(o=~~zl[n][i]>>>6,bt[o]===e)if(++r,l){bt[n]=t;break}else bt[o]=t}}function Yg(e){let t,r,n,o=new mo(e.ct);for(n=0;n<48;++n){for(t=!0,r=0;r<24;++r)if(o.ct[r]!==~~(r/4)){t=!1;break}if(t)return n;oe(o,0),n%2==1&&oe(o,1),n%8==7&&oe(o,2),n%16==15&&oe(o,3)}return-1}function Zg(){let e,t,r,n=new go;for(e=0;e<24;++e)n.ct[e]=e;let o=new mo(n.ct),l=new mo(n.ct),i=new mo(n.ct);for(e=0;e<48;++e){for(t=0;t<48;++t){for(r=0;r<48;++r)Tu(n,o)&&(An[e][t]=r,r===0&&(Rn[e]=t)),oe(o,0),r%2==1&&oe(o,1),r%8==7&&oe(o,2),r%16==15&&oe(o,3);oe(n,0),t%2==1&&oe(n,1),t%8==7&&oe(n,2),t%16==15&&oe(n,3)}oe(n,0),e%2==1&&oe(n,1),e%8==7&&oe(n,2),e%16==15&&oe(n,3)}for(e=0;e<48;++e)for(Ul(n,l),_u(n,Rn[e]),t=0;t<36;++t)for(Ul(o,n),Bt(o,t),_u(o,e),r=0;r<36;++r)if(Ul(i,l),Bt(i,r),Tu(i,o)){xt[e][t]=r;break}for(Ss(n,0),e=0;e<48;++e)ws[Rn[e]]=wl(n),oe(n,0),e%2==1&&oe(n,1),e%8==7&&oe(n,2),e%16==15&&oe(n,3)}function Xg(){let e,t,r,n,o=new go,l=N(22984);for(t=0;t<22984;t++)l[t]=0;for(e=0,t=0;t<735471;++t)if((l[~~t>>>5]&1<<(t&31))==0){for(Ss(o,t),n=0;n<48;++n)r=wl(o),l[~~r>>>5]|=1<<(r&31),hn!==null&&(hn[r]=e<<6|Rn[n]),oe(o,0),n%2==1&&oe(o,1),n%8==7&&oe(o,2),n%16==15&&oe(o,3);Cl[e++]=t}}function Jg(e){let t=Tm(Cl,e);return t>=0?t:-1}st(153,1,ur([ku]),go,kl,mo);var bt,zl,ws,hn=null,Cl,Rn,xt,An,Ou=!1;function $g(){Ou||(Ou=!0,Gl=N(70,28),Il=N(6435,28),Vu=N(70,16),ju=N(6435,16),Ve=N(450450),Ku=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0])}function Ml(e){let t,r,n;for(r=0,n=8,t=14;t>=0;--t)e.ct[t]!==e.ct[15]&&(r+=me[t][n--]);return r}function Pl(e){let t,r,n;for(r=0,n=4,t=6;t>=0;--t)e.rl[t]!==e.rl[7]&&(r+=me[t][n--]);return r*2+e.parity}function yn(e,t){e.parity^=Ku[t];let r=t%3;switch(t=~~(t/3),t){case 0:h(e.ct,0,1,2,3,r);break;case 1:h(e.rl,0,1,2,3,r);break;case 2:h(e.ct,8,9,10,11,r);break;case 3:h(e.ct,4,5,6,7,r);break;case 4:h(e.rl,4,5,6,7,r);break;case 5:h(e.ct,12,13,14,15,r);break;case 6:h(e.ct,0,1,2,3,r),h(e.rl,0,5,4,1,r),h(e.ct,8,9,12,13,r);break;case 7:h(e.rl,0,1,2,3,r),h(e.ct,1,15,5,9,r),h(e.ct,2,12,6,10,r);break;case 8:h(e.ct,8,9,10,11,r),h(e.rl,0,3,6,5,r),h(e.ct,3,2,5,4,r);break;case 9:h(e.ct,4,5,6,7,r),h(e.rl,3,2,7,6,r),h(e.ct,11,10,15,14,r);break;case 10:h(e.rl,4,5,6,7,r),h(e.ct,0,8,4,14,r),h(e.ct,3,11,7,13,r);break;case 11:h(e.ct,12,13,14,15,r),h(e.rl,1,4,7,2,r),h(e.ct,1,0,7,6,r)}}function Dn(e,t){switch(t){case 0:yn(e,19),yn(e,28);break;case 1:yn(e,21),yn(e,32);break;case 2:h(e.ct,0,3,1,2,1),h(e.ct,8,11,9,10,1),h(e.ct,4,7,5,6,1),h(e.ct,12,15,13,14,1),h(e.rl,0,3,5,6,1),h(e.rl,1,2,4,7,1)}}function Wu(e,t,r){let n;for(n=0;n<16;++n)e.ct[n]=~~(t.ct[n]/2);for(n=0;n<8;++n)e.rl[n]=t.ct[n+16];e.parity=r}function Qu(e,t){let r,n;for(n=8,e.ct[15]=0,r=14;r>=0;--r)t>=me[r][n]?(t-=me[r][n--],e.ct[r]=1):e.ct[r]=0}function qu(e,t){let r,n;for(e.parity=t&1,t>>>=1,n=4,e.rl[7]=0,r=6;r>=0;--r)t>=me[r][n]?(t-=me[r][n--],e.rl[r]=1):e.rl[r]=0}function Es(){this.rl=N(8),this.ct=N(16)}function em(){let e,t,r,n,o,l,i,s,u,a,f=new Es;for(o=0;o<70;++o)for(s=0;s<28;++s)qu(f,o),yn(f,zr[s]),Gl[o][s]=Pl(f);for(o=0;o<70;++o)for(qu(f,o),i=0;i<16;++i)Vu[o][i]=Pl(f),Dn(f,0),i%2==1&&Dn(f,1),i%8==7&&Dn(f,2);for(o=0;o<6435;++o)for(Qu(f,o),i=0;i<16;++i)ju[o][i]=Ml(f)&65535,Dn(f,0),i%2==1&&Dn(f,1),i%8==7&&Dn(f,2);for(o=0;o<6435;++o)for(s=0;s<28;++s)Qu(f,o),yn(f,zr[s]),Il[o][s]=Ml(f)&65535;for(Xl(Ve),Ve[0]=Ve[18]=Ve[28]=Ve[46]=Ve[54]=Ve[56]=0,r=0,n=6;n!==450450;){let c=r>6,g=c?-1:r,m=c?r:-1;for(++r,o=0;o<450450;++o)if(Ve[o]===g){for(e=~~(o/70),u=o%70,s=0;s<23;++s)if(t=Il[e][s],a=Gl[u][s],l=t*70+a,Ve[l]===m)if(++n,c){Ve[o]=r;break}else Ve[l]=r}}}st(154,1,{},Es);H.parity=0;var Il,Ve,ju,Ku,Gl,Vu,Hu=!1;function tm(){Hu||(Hu=!0,po=N(29400,20),Zu=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1],fr=N(29400),zs=[0,9,14,23,27,28,41,42,46,55,60,69],Cs=N(70))}function Us(e){let t,r,n,o;for(r=0,o=4,t=6;t>=0;--t)e.ud[t]!==e.ud[7]&&(r+=me[t][o--]);for(r*=35,o=4,t=6;t>=0;--t)e.fb[t]!==e.fb[7]&&(r+=me[t][o--]);r*=12;let l=e.fb[7]^e.ud[7];for(n=0,o=4,t=7;t>=0;--t)e.rl[t]!==l&&(n+=me[t][o--]);return e.parity+2*(r+Cs[n])}function rm(e,t){switch(e.parity^=Zu[t],t){case 0:case 1:case 2:h(e.ud,0,1,2,3,t%3);break;case 3:h(e.rl,0,1,2,3,1);break;case 4:case 5:case 6:h(e.fb,0,1,2,3,(t-1)%3);break;case 7:case 8:case 9:h(e.ud,4,5,6,7,(t-1)%3);break;case 10:h(e.rl,4,5,6,7,1);break;case 11:case 12:case 13:h(e.fb,4,5,6,7,(t+1)%3);break;case 14:h(e.ud,0,1,2,3,1),h(e.rl,0,5,4,1,1),h(e.fb,0,5,4,1,1);break;case 15:h(e.rl,0,1,2,3,1),h(e.fb,1,4,7,2,1),h(e.ud,1,6,5,2,1);break;case 16:h(e.fb,0,1,2,3,1),h(e.ud,3,2,5,4,1),h(e.rl,0,3,6,5,1);break;case 17:h(e.ud,4,5,6,7,1),h(e.rl,3,2,7,6,1),h(e.fb,3,2,7,6,1);break;case 18:h(e.rl,4,5,6,7,1),h(e.fb,0,3,6,5,1),h(e.ud,0,3,4,7,1);break;case 19:h(e.fb,4,5,6,7,1),h(e.ud,0,7,6,1,1),h(e.rl,1,4,7,2,1)}}function Yu(e,t,r){let n,o=(t.ct[0]>t.ct[8]?1:0)^(t.ct[8]>t.ct[16]?1:0)^(t.ct[0]>t.ct[16]?1:0)?1:0;for(n=0;n<8;++n)e.ud[n]=t.ct[n]&1^1,e.fb[n]=t.ct[n+8]&1^1,e.rl[n]=t.ct[n+16]&1^1^o;e.parity=o^r}function nm(e,t){let r,n,o,l;for(e.parity=t&1,t>>>=1,o=zs[t%12],t=~~(t/12),l=4,r=7;r>=0;--r)e.rl[r]=0,o>=me[r][l]&&(o-=me[r][l--],e.rl[r]=1);for(n=t%35,t=~~(t/35),l=4,e.fb[7]=0,r=6;r>=0;--r)n>=me[r][l]?(n-=me[r][l--],e.fb[r]=1):e.fb[r]=0;for(l=4,e.ud[7]=0,r=6;r>=0;--r)t>=me[r][l]?(t-=me[r][l--],e.ud[r]=1):e.ud[r]=0}function ks(){this.ud=N(8),this.rl=N(8),this.fb=N(8)}function om(){let e,t,r,n;for(r=0;r<12;++r)Cs[zs[r]]=r;let o=new ks;for(r=0;r<29400;++r)for(n=0;n<20;++n)nm(o,r),rm(o,n),po[r][n]=Us(o)&65535;for(Xl(fr),fr[0]=0,e=0,t=1;t!==29400;){for(r=0;r<29400;++r)if(fr[r]===e)for(n=0;n<17;++n)fr[po[r][n]]===-1&&(fr[po[r][n]]=e+1,++t);++e}}st(155,1,{},ks);H.parity=0;var po,Zu,fr,zs,Cs;function lm(e,t){let r;for(r=0;r<24;++r)e.ct[r]=t.ct[r]}function im(e,t){let r=t%3;switch(t=~~(t/3),t){case 0:h(e.ct,0,1,2,3,r);break;case 1:h(e.ct,16,17,18,19,r);break;case 2:h(e.ct,8,9,10,11,r);break;case 3:h(e.ct,4,5,6,7,r);break;case 4:h(e.ct,20,21,22,23,r);break;case 5:h(e.ct,12,13,14,15,r);break;case 6:h(e.ct,0,1,2,3,r),h(e.ct,8,20,12,16,r),h(e.ct,9,21,13,17,r);break;case 7:h(e.ct,16,17,18,19,r),h(e.ct,1,15,5,9,r),h(e.ct,2,12,6,10,r);break;case 8:h(e.ct,8,9,10,11,r),h(e.ct,2,19,4,21,r),h(e.ct,3,16,5,22,r);break;case 9:h(e.ct,4,5,6,7,r),h(e.ct,10,18,14,22,r),h(e.ct,11,19,15,23,r);break;case 10:h(e.ct,20,21,22,23,r),h(e.ct,0,8,4,14,r),h(e.ct,3,11,7,13,r);break;case 11:h(e.ct,12,13,14,15,r),h(e.ct,1,20,7,18,r),h(e.ct,0,23,6,17,r)}}function Ms(){let e;for(this.ct=N(24),e=0;e<24;++e)this.ct[e]=~~(e/4)}function Xu(e){let t,r,n;for(Ms.call(this),t=0;t<23;++t)n=t+e(24-t),this.ct[n]!==this.ct[t]&&(r=this.ct[t],this.ct[t]=this.ct[n],this.ct[n]=r)}st(156,1,{},Ms,Xu);var Ju=!1;function sm(){Ju||(Ju=!0,mt=N(18),fm())}function $u(e){e.cp=[0,1,2,3,4,5,6,7],e.co=[0,0,0,0,0,0,0,0]}function ef(e,t){let r;for(r=0;r<8;++r)e.cp[r]=t.cp[r],e.co[r]=t.co[r]}function am(e,t){!e.temps&&(e.temps=new Nl),tf(e,mt[t],e.temps),ef(e,e.temps)}function um(e,t){let r,n;for(n=0,r=6;r>=0;--r)n+=e.co[r]=t%3,t=~~(t/3);e.co[7]=(15-n)%3}function tf(e,t,r){let n,o,l,i;for(n=0;n<8;++n)r.cp[n]=e.cp[t.cp[n]],l=e.co[t.cp[n]],i=t.co[n],o=l,o=o+(l<3?i:6-i),o=o%3,(l>=3?1:0)^(i>=3?1:0)&&(o=o+3),r.co[n]=o}function Nl(){$u(this)}function cr(e,t){$u(this),Eu(this.cp,e),um(this,t)}function rf(e){cr.call(this,e(40320),e(2187))}function fm(){let e,t;for(mt[0]=new cr(15120,0),mt[3]=new cr(21021,1494),mt[6]=new cr(8064,1236),mt[9]=new cr(9,0),mt[12]=new cr(1230,412),mt[15]=new cr(224,137),e=0;e<18;e+=3)for(t=0;t<2;++t)mt[e+t+1]=new Nl,tf(mt[e+t],mt[e],mt[e+t+1])}st(157,1,ur([Pg]),Nl,cr,rf);H.temps=null;var mt,nf=!1;function cm(){nf||(nf=!0,vt=N(1937880),Wl=N(1538),Ql=N(1538),vn=N(11880),ff=[0,1,6,3,4,5,2,7],Ns=N(160,12),Ts=N(160,12),Gs=[1,1,1,3,12,60,360,2520,20160,181440,1814400,19958400,239500800],Is=[0,2,4,6,1,3,7,5,8,9,10,11])}function Fn(e,t,r,n,o){let l=e.edgeo[o];e.edgeo[o]=e.edge[n],e.edge[n]=e.edgeo[r],e.edgeo[r]=e.edge[t],e.edge[t]=l}function Bn(e,t){let r,n,o,l,i;for(e.isStd||af(e),n=0,i=1985229328,l=47768,r=0;r<t;++r)o=e.edge[r]<<2,n*=12-r,o>=32?(n+=l>>o-32&15,l-=4368<<o-32):(n+=i>>o&15,l-=4369,i-=286331152<<o);return n}function of(e){let t,r=Bn(e,4);t=vn[r];let n=t&7;t>>=3,_l(e,n);let o=Bn(e,10)%20160;return t*20160+o}function Tl(e,t){switch(e.isStd=!1,t){case 0:ae(e.edge,0,4,1,5),ae(e.edgeo,0,4,1,5);break;case 1:Le(e.edge,0,4,1,5),Le(e.edgeo,0,4,1,5);break;case 2:ae(e.edge,0,5,1,4),ae(e.edgeo,0,5,1,4);break;case 3:Le(e.edge,5,10,6,11),Le(e.edgeo,5,10,6,11);break;case 4:ae(e.edge,0,11,3,8),ae(e.edgeo,0,11,3,8);break;case 5:Le(e.edge,0,11,3,8),Le(e.edgeo,0,11,3,8);break;case 6:ae(e.edge,0,8,3,11),ae(e.edgeo,0,8,3,11);break;case 7:ae(e.edge,2,7,3,6),ae(e.edgeo,2,7,3,6);break;case 8:Le(e.edge,2,7,3,6),Le(e.edgeo,2,7,3,6);break;case 9:ae(e.edge,2,6,3,7),ae(e.edgeo,2,6,3,7);break;case 10:Le(e.edge,4,8,7,9),Le(e.edgeo,4,8,7,9);break;case 11:ae(e.edge,1,9,2,10),ae(e.edgeo,1,9,2,10);break;case 12:Le(e.edge,1,9,2,10),Le(e.edgeo,1,9,2,10);break;case 13:ae(e.edge,1,10,2,9),ae(e.edgeo,1,10,2,9);break;case 14:Le(e.edge,0,4,1,5),Le(e.edgeo,0,4,1,5),ae(e.edge,9,11),ae(e.edgeo,8,10);break;case 15:Le(e.edge,5,10,6,11),Le(e.edgeo,5,10,6,11),ae(e.edge,1,3),ae(e.edgeo,0,2);break;case 16:Le(e.edge,0,11,3,8),Le(e.edgeo,0,11,3,8),ae(e.edge,5,7),ae(e.edgeo,4,6);break;case 17:Le(e.edge,2,7,3,6),Le(e.edgeo,2,7,3,6),ae(e.edge,8,10),ae(e.edgeo,9,11);break;case 18:Le(e.edge,4,8,7,9),Le(e.edgeo,4,8,7,9),ae(e.edge,0,2),ae(e.edgeo,1,3);break;case 19:Le(e.edge,1,9,2,10),Le(e.edgeo,1,9,2,10),ae(e.edge,4,6),ae(e.edgeo,5,7)}}function bn(e,t){switch(e.isStd=!1,t){case 0:Tl(e,14),Tl(e,17);break;case 1:Fn(e,11,5,10,6),Fn(e,5,10,6,11),Fn(e,1,2,3,0),Fn(e,4,9,7,8),Fn(e,8,4,9,7),Fn(e,0,1,2,3);break;case 2:pt(e,4,5),pt(e,5,4),pt(e,11,8),pt(e,8,11),pt(e,7,6),pt(e,6,7),pt(e,9,10),pt(e,10,9),pt(e,1,1),pt(e,0,0),pt(e,3,3),pt(e,2,2)}}function _l(e,t){for(;t>=2;)t-=2,bn(e,1),bn(e,2);t!==0&&bn(e,0)}function Lo(e,t){let r,n,o,l,i,s;for(i=1985229328,s=47768,o=0,r=0;r<11;++r)if(n=Gs[11-r],l=~~(t/n),t=t%n,o^=l,l<<=2,l>=32){l=l-32,e.edge[r]=s>>l&15;let u=(1<<l)-1;s=(s&u)+(s>>4&~u)}else{e.edge[r]=i>>l&15;let u=(1<<l)-1;i=(i&u)+(i>>>4&~u)+(s<<28),s=s>>4}for((o&1)==0?e.edge[11]=i:(e.edge[11]=e.edge[10],e.edge[10]=i),r=0;r<12;++r)e.edgeo[r]=r;e.isStd=!0}function lf(e,t){let r;for(r=0;r<12;++r)e.edge[r]=t.edge[r],e.edgeo[r]=t.edgeo[r];e.isStd=t.isStd}function sf(e,t){let r,n,o,l;for(e.temp===null&&(e.temp=N(12)),r=0;r<12;++r)e.temp[r]=r,e.edge[r]=t.ep[Is[r]+12]%12;for(n=1,r=0;r<12;++r)for(;e.edge[r]!==r;)l=e.edge[r],e.edge[r]=e.edge[l],e.edge[l]=l,o=e.temp[r],e.temp[r]=e.temp[l],e.temp[l]=o,n^=1;for(r=0;r<12;++r)e.edge[r]=e.temp[t.ep[Is[r]]%12];return n}function af(e){let t;for(e.temp===null&&(e.temp=N(12)),t=0;t<12;++t)e.temp[e.edgeo[t]]=t;for(t=0;t<12;++t)e.edge[t]=e.temp[e.edge[t]],e.edgeo[t]=t;e.isStd=!0}function Le(e,t,r,n,o){let l;l=e[t],e[t]=e[n],e[n]=l,l=e[r],e[r]=e[o],e[o]=l}function pt(e,t,r){let n=e.edge[t];e.edge[t]=e.edgeo[r],e.edgeo[r]=n}function Vt(){this.edge=N(12),this.edgeo=N(12)}function gm(){let e,t,r,n,o,l,i,s,u,a,f,c,g,m,L,p,y,F,x,B,M,k,K=new Vt,te=new Vt,T=new Vt;for(Xl(vt),s=0,Ol=1,Ps(vt,0,0);Ol!==31006080&&(L=s>9,i=s%3,l=(s+1)%3,a=L?3:i,e=L?i:3,!(s>=9));){for(c=0;c<31006080;c+=16)if(k=vt[~~c>>4],!(!L&&k===-1)){for(f=c,u=c+16;f<u;++f,k>>=2)if((k&3)===a){for(x=~~(f/20160),t=Wl[x],n=f%20160,Lo(K,t*20160+n),y=0;y<17;++y)if(r=xn(K.edge,y<<3,4),B=vn[r],M=B&7,B>>=3,o=xn(K.edge,y<<3|M,10)%20160,g=B*20160+o,ho(vt,g)===e){if(Ps(vt,L?f:g,l),++Ol,L)break;if(F=Ql[B],F!==1)for(lf(te,K),Tl(te,y),_l(te,M),p=1;(F=~~F>>1&65535)!=0;++p)(F&1)==1&&(lf(T,te),_l(T,p),m=B*20160+Bn(T,10)%20160,ho(vt,m)===e&&(Ps(vt,m,l),++Ol))}}}++s}}function ho(e,t){return e[t>>4]>>((t&15)<<1)&3}function xn(e,t,r){let n,o,l,i,s,u=Ts[t],a=Ns[t];for(o=0,s=1985229328,i=47768,n=0;n<r;++n)l=u[e[a[n]]]<<2,o*=12-n,l>=32?(o+=i>>l-32&15,i-=4368<<l-32):(o+=s>>l&15,i-=4369,s-=286331152<<l);return o}function uf(e){let t,r,n,o,l,i,s,u,a,f,c,g=new Vt;if(i=0,l=ho(vt,e),l===3)return 10;for(;e!==0;)for(l===0?l=2:--l,a=~~(e/20160),t=Wl[a],n=e%20160,Lo(g,t*20160+n),u=0;u<17;++u)if(r=xn(g.edge,u<<3,4),f=vn[r],c=f&7,f>>=3,o=xn(g.edge,u<<3|c,10)%20160,s=f*20160+o,ho(vt,s)===l){++i,e=s;break}return i}function mm(e,t){let r=ho(vt,e);return r===3?10:(1227133513<<r>>t&3)+t-1}function pm(){let e,t,r,n=new Vt;for(t=0;t<20;++t)for(r=0;r<8;++r){for(Lo(n,0),Tl(n,t),_l(n,r),e=0;e<12;++e)Ns[t<<3|r][e]=n.edge[e];for(af(n),e=0;e<12;++e)Ts[t<<3|r][e]=n.temp[e]}}function dm(){let e,t,r,n,o=new Vt,l=N(1485);for(t=0;t<1485;t++)l[t]=0;for(e=0,t=0;t<11880;++t)if((l[~~t>>>3]&1<<(t&7))==0){for(Lo(o,t*Gs[8]),n=0;n<8;++n)r=Bn(o,4),r===t&&(Ql[e]=(Ql[e]|1<<n)&65535),l[~~r>>3]=l[~~r>>3]|1<<(r&7),vn[r]=e<<3|ff[n],bn(o,0),n%2==1&&(bn(o,1),bn(o,2));Wl[e++]=t}}function Ps(e,t,r){e[t>>4]^=(3^r)<<((t&15)<<1)}st(158,1,ur([Ig]),Vt);H.isStd=!0;H.temp=null;var Is,Ol=0,vt,Gs,Ns,Ts,vn,Wl,ff,Ql,cf=!1;function Lm(){cf||(cf=!0)}function hm(e){let t,r,n;for(t=0,n=!1,r=0;r<12;++r)t|=1<<e.ep[r],n=n!==e.ep[r]>=12;return t&=~~t>>12,t===0&&!n}function Rm(e,t){let r;for(r=0;r<24;++r)e.ep[r]=t.ep[r]}function Am(e,t){let r=t%3;switch(t=~~(t/3),t){case 0:h(e.ep,0,1,2,3,r),h(e.ep,12,13,14,15,r);break;case 1:h(e.ep,11,15,10,19,r),h(e.ep,23,3,22,7,r);break;case 2:h(e.ep,0,11,6,8,r),h(e.ep,12,23,18,20,r);break;case 3:h(e.ep,4,5,6,7,r),h(e.ep,16,17,18,19,r);break;case 4:h(e.ep,1,20,5,21,r),h(e.ep,13,8,17,9,r);break;case 5:h(e.ep,2,9,4,10,r),h(e.ep,14,21,16,22,r);break;case 6:h(e.ep,0,1,2,3,r),h(e.ep,12,13,14,15,r),h(e.ep,9,22,11,20,r);break;case 7:h(e.ep,11,15,10,19,r),h(e.ep,23,3,22,7,r),h(e.ep,2,16,6,12,r);break;case 8:h(e.ep,0,11,6,8,r),h(e.ep,12,23,18,20,r),h(e.ep,3,19,5,13,r);break;case 9:h(e.ep,4,5,6,7,r),h(e.ep,16,17,18,19,r),h(e.ep,8,23,10,21,r);break;case 10:h(e.ep,1,20,5,21,r),h(e.ep,13,8,17,9,r),h(e.ep,14,0,18,4,r);break;case 11:h(e.ep,2,9,4,10,r),h(e.ep,14,21,16,22,r),h(e.ep,7,15,1,17,r)}}function _s(){let e;for(this.ep=N(24),e=0;e<24;++e)this.ep[e]=e}function gf(e){let t,r,n;for(_s.call(this),t=0;t<23;++t)n=t+e(24-t),n!==t&&(r=this.ep[t],this.ep[t]=this.ep[n],this.ep[n]=r)}st(159,1,{},_s,gf);var mf=!1;function ym(){mf||(mf=!0,Os=[35,1,34,2,4,6,22,5,19])}function pf(e){e.moveBuffer=N(60)}function Dm(e,t){return e.value-t.value}function Sn(e,t){let r;for(Rm(e.edge,t.edge),lm(e.center,t.center),ef(e.corner,t.corner),e.value=t.value,e.add1=t.add1,e.length1=t.length1,e.length2=t.length2,e.length3=t.length3,e.sym=t.sym,r=0;r<60;++r)e.moveBuffer[r]=t.moveBuffer[r];e.moveLength=t.moveLength,e.edgeAvail=t.edgeAvail,e.centerAvail=t.centerAvail,e.cornerAvail=t.cornerAvail}function gr(e){for(;e.centerAvail<e.moveLength;)im(e.center,e.moveBuffer[e.centerAvail++]);return e.center}function df(e){for(;e.cornerAvail<e.moveLength;)am(e.corner,e.moveBuffer[e.cornerAvail++]%18);return e.corner}function Ro(e){for(;e.edgeAvail<e.moveLength;)Am(e.edge,e.moveBuffer[e.edgeAvail++]);return e.edge}function Fm(e){let t,r,n,o,l,i,s=new Array(e.moveLength-(e.add1?2:0));for(r=0,t=0;t<e.length1;++t)s[r++]=e.moveBuffer[t];for(i=e.sym,t=e.length1+(e.add1?2:0);t<e.moveLength;++t)xt[i][e.moveBuffer[t]]>=27?(s[r++]=xt[i][e.moveBuffer[t]]-9,o=Os[xt[i][e.moveBuffer[t]]-27],i=An[i][o]):s[r++]=xt[i][e.moveBuffer[t]];let u=An[Rn[i]][Yg(gr(e))];for(l="",i=u,t=r-1;t>=0;--t)n=s[t],n=~~(n/3)*3+(2-n%3),xt[i][n]>=27?(l=l+Ws[xt[i][n]-9]+" ",o=Os[xt[i][n]-27],i=An[i][o]):l=l+Ws[xt[i][n]]+" ";return l}function kr(e,t){e.moveBuffer[e.moveLength++]=t}function ql(){pf(this),this.edge=new _s,this.center=new Ms,this.corner=new Nl}function jl(e){ql.call(this),Sn(this,e)}function Lf(e){pf(this),this.edge=new gf(e),this.center=new Xu(e),this.corner=new rf(e)}st(160,1,ur([zu,Ng]),ql,jl,Lf);H.compareTo$=function(t){return Dm(this,t)};H.add1=!1;H.center=null;H.centerAvail=0;H.corner=null;H.cornerAvail=0;H.edge=null;H.edgeAvail=0;H.length1=0;H.length2=0;H.length3=0;H.moveLength=0;H.sym=0;H.value=0;var Os;function Bm(e,t){return t.value-e.value}function Kl(e,t){return Bm(e,t)}function hf(){}st(161,1,{},hf);H.compare=function(t,r){return Kl(t,r)};var Rf=!1;function bm(){if(Rf)return;Rf=!0;let e,t;for(Ws=["U ","U2 ","U' ","R ","R2 ","R' ","F ","F2 ","F' ","D ","D2 ","D' ","L ","L2 ","L' ","B ","B2 ","B' ","Uw ","Uw2","Uw'","Rw ","Rw2","Rw'","Fw ","Fw2","Fw'","Dw ","Dw2","Dw'","Lw ","Lw2","Lw'","Bw ","Bw2","Bw'"],zr=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,21,22,23,25,28,30,31,32,34,36],Ao=[0,1,2,4,6,7,8,9,10,11,13,15,16,17,19,22,25,28,31,34,36],Af=N(37),yf=N(37),wn=N(37,36),Vl=N(29,28),Hl=N(21,20),Qs=N(36),yo=N(28),En=N(20),e=0;e<29;++e)Af[zr[e]]=e;for(e=0;e<21;++e)yf[Ao[e]]=e;for(e=0;e<36;++e){for(t=0;t<36;++t)wn[e][t]=~~(e/3)==~~(t/3)||~~(e/3)%3==~~(t/3)%3&&e>t;wn[36][e]=!1}for(e=0;e<29;++e)for(t=0;t<28;++t)Vl[e][t]=wn[zr[e]][zr[t]];for(e=0;e<21;++e)for(t=0;t<20;++t)Hl[e][t]=wn[Ao[e]][Ao[t]];for(e=0;e<36;++e)for(Qs[e]=36,t=e;t<36;++t)if(!wn[e][t]){Qs[e]=t-1;break}for(e=0;e<28;++e)for(yo[e]=28,t=e;t<28;++t)if(!Vl[e][t]){yo[e]=t-1;break}for(e=0;e<20;++e)for(En[e]=20,t=e;t<20;++t)if(!Hl[e][t]){En[e]=t-1;break}}var wn,Vl,Hl,zr,Ws,Ao,Qs,yo,En,Af,yf;function xm(e){let t,r,n,o,l,i,s,u,a,f,c,g;e.solution="";let m=El(new kl(gr(e.c),0)),L=El(new kl(gr(e.c),1)),p=El(new kl(gr(e.c),2)),y=bt[~~m>>6],F=bt[~~L>>6],x=bt[~~p>>6];for(e.p1SolsCnt=0,e.arr2idx=0,Mm(e.p1sols.heap),e.length1=(y<F?y:F)<x?y<F?y:F:x;e.length1<100&&!(x<=e.length1&&Yl(e,~~p>>>6,p&63,e.length1,-1,0)||y<=e.length1&&Yl(e,~~m>>>6,m&63,e.length1,-1,0)||F<=e.length1&&Yl(e,~~L>>>6,L&63,e.length1,-1,0));++e.length1);let B=jm(e.p1sols,Bs(Vm,ur([Gg,Ds,Fs]),zu,0,0));B.sort(function(K,te){return K.value-te.value}),t=9;do{e:for(u=B[0].value;u<100;++u)for(i=0;i<B.length&&!(B[i].value>u);++i)if(!(u-B[i].length1>t)&&(Sn(e.c1,B[i]),Wu(e.ct2,gr(e.c1),Zl(Ro(e.c1).ep)),c=Ml(e.ct2),g=Pl(e.ct2),e.length1=B[i].length1,e.length2=u-B[i].length1,Df(e,c,g,e.length2,28,0)))break e;++t}while(u===100);e.arr2.sort(function(K,te){return K.value-te.value}),s=0,r=13;do{e:for(a=e.arr2[0].value;a<100;++a)for(i=0;i<Math.min(e.arr2idx,100)&&!(e.arr2[i].value>a);++i)if(!(a-e.arr2[i].length1-e.arr2[i].length2>r)&&(l=sf(e.e12,Ro(e.arr2[i])),Yu(e.ct3,gr(e.arr2[i]),l^Zl(df(e.arr2[i]).cp)),n=Us(e.ct3),o=Bn(e.e12,10),f=uf(of(e.e12)),f<=a-e.arr2[i].length1-e.arr2[i].length2&&Ff(e,o,n,f,a-e.arr2[i].length1-e.arr2[i].length2,20,0))){s=i;break e}++r}while(a===100);let M=new jl(e.arr2[s]);e.length1=M.length1,e.length2=M.length2;let k=a-e.length1-e.length2;for(i=0;i<k;++i)kr(M,Ao[e.move3[i]]);e.solution=Fm(M)}function vm(e,t){let r,n;for(Sn(e.c1,e.c),r=0;r<e.length1;++r)kr(e.c1,e.move1[r]);switch(ws[t]){case 0:kr(e.c1,24),kr(e.c1,35),e.move1[e.length1]=24,e.move1[e.length1+1]=35,e.add1=!0,t=19;break;case 12869:kr(e.c1,18),kr(e.c1,29),e.move1[e.length1]=18,e.move1[e.length1+1]=29,e.add1=!0,t=34;break;case 735470:e.add1=!1,t=0}Wu(e.ct2,gr(e.c1),Zl(Ro(e.c1).ep));let o=Ml(e.ct2),l=Pl(e.ct2),i=Ve[o*70+l];return e.c1.value=i+e.length1,e.c1.length1=e.length1,e.c1.add1=e.add1,e.c1.sym=t,++e.p1SolsCnt,e.p1sols.heap.size<500?n=new jl(e.c1):(n=Qm(e.p1sols),n.value>e.c1.value&&Sn(n,e.c1)),km(e.p1sols,n),e.p1SolsCnt===1e4}function Sm(e){let t;for(Sn(e.c2,e.c1),t=0;t<e.length2;++t)kr(e.c2,e.move2[t]);if(!hm(Ro(e.c2)))return!1;let r=sf(e.e12,Ro(e.c2));Yu(e.ct3,gr(e.c2),r^Zl(df(e.c2).cp));let n=Us(e.ct3);Bn(e.e12,10);let o=uf(of(e.e12));return e.arr2[e.arr2idx]?Sn(e.arr2[e.arr2idx],e.c2):e.arr2[e.arr2idx]=new jl(e.c2),e.arr2[e.arr2idx].value=e.length1+e.length2+Math.max(o,fr[n]),e.arr2[e.arr2idx].length2=e.length2,++e.arr2idx,e.arr2idx===e.arr2.length}function wm(e,t){return bf(),e.c=new Lf(t),xm(e),e.solution}function Yl(e,t,r,n,o,l){let i,s,u,a,f,c;if(t===0)return n===0&&vm(e,r);for(i=0;i<27;i+=3)if(!(i===o||i===o-9||i===o-18))for(a=0;a<3;++a){if(u=i+a,s=zl[t][xt[r][u]],f=bt[~~s>>>6],f>=n){if(f>n)break;continue}if(c=An[r][s&63],s>>>=6,e.move1[l]=u,Yl(e,s,c,n-1,i,l+1))return!0}return!1}function Df(e,t,r,n,o,l){let i,s,u,a;if(t===0&&Ve[r]===0)return n===0&&Sm(e);for(s=0;s<23;++s){if(Vl[o][s]){s=yo[s];continue}if(i=Il[t][s],a=Gl[r][s],u=Ve[i*70+a],u>=n){u>n&&(s=yo[s]);continue}if(e.move2[l]=zr[s],Df(e,i,a,n-1,s,l+1))return!0}return!1}function Ff(e,t,r,n,o,l,i){let s,u,a,f,c,g,m,L,p;if(o===0)return t===0&&r===0;for(Lo(e.tempe[i],t),c=0;c<17;++c){if(Hl[l][c]){c=En[c];continue}if(a=po[r][c],g=fr[a],g>=o){g>o&&c<14&&(c=En[c]);continue}if(f=xn(e.tempe[i].edge,c<<3,10),s=~~(f/20160),L=vn[s],p=L&7,L>>=3,u=xn(e.tempe[i].edge,c<<3|p,10)%20160,m=mm(L*20160+u,n),m>=o){m>o&&c<14&&(c=En[c]);continue}if(Ff(e,f,a,m,o-1,c,i+1))return e.move3[i]=c,!0}return!1}function Bf(){let e;for(this.p1sols=new zf(new hf),this.move1=N(15),this.move2=N(20),this.move3=N(20),this.c1=new ql,this.c2=new ql,this.ct2=new Es,this.ct3=new ks,this.e12=new Vt,this.tempe=N(20),this.arr2=N(100),e=0;e<20;++e)this.tempe[e]=new Vt}function bf(){xf||(Zg(),hn=N(735471),Xg(),Vg(),hn=null,Hg(),em(),om(),pm(),dm(),gm(),xf=!0)}st(163,1,ur([Tg]),Bf);H.add1=!1;H.arr2idx=0;H.c=null;H.length1=0;H.length2=0;H.p1SolsCnt=0;H.solution="";var xf=!1,vf=!1;function Em(){vf||(vf=!0)}function Zl(e){let t,r,n,o;for(o=0,t=0,n=e.length;t<n;++t)for(r=t;r<n;++r)e[t]>e[r]&&(o^=1);return o}function h(e,t,r,n,o,l){let i;switch(l){case 0:i=e[o],e[o]=e[n],e[n]=e[r],e[r]=e[t],e[t]=i;return;case 1:i=e[t],e[t]=e[n],e[n]=i,i=e[r],e[r]=e[o],e[o]=i;return;case 2:i=e[t],e[t]=e[r],e[r]=e[n],e[n]=e[o],e[o]=i;return}}function Sf(){}function wf(e,t,r,n){let o=new Sf;return o.typeName=e+t,Uf(r!==0?-r:0)&&kf(r!==0?-r:0,o),o.modifiers=4,o.superclass=qs,o.componentType=n,o}function Ef(e,t,r,n){let o=new Sf;return o.typeName=e+t,Uf(r)&&kf(r,o),o.superclass=n,o}function Um(e){let t=co[e.seedId];return e=null,t}function Uf(e){return typeof e=="number"&&e>0}function kf(e,t){let r;if(t.seedId=e,e===2)r=String.prototype;else if(e>0){let n=Um(t);if(n)r=n.prototype;else{n=co[e]=function(){},n.___clazz$=t;return}}else return;r.___clazz$=t}H.val$outerIter=null;function km(e,t){if(Wm(e,t))return!0}function zm(e){e.array=Bs(Cf,ur([Ds,Fs]),Uu,0,0)}function Cm(e,t){return Sl(e.array,e.size++,t),!0}function Mm(e){e.array=Bs(Cf,ur([Ds,Fs]),Uu,0,0),e.size=0}function mr(e,t){return e.array[t]}function Pm(e,t){let r=e.array[t];return Nm(e.array,t,1),--e.size,r}function Un(e,t,r){let n=e.array[t];return Sl(e.array,t,r),n}function Im(e,t){let r;for(t.length<e.size&&(t=Og(t,e.size)),r=0;r<e.size;++r)Sl(t,r,e.array[r]);return t.length>e.size&&Sl(t,e.size,null),t}function Gm(){zm(this),this.array.length=500}function Nm(e,t,r){e.splice(t,r)}H.size=0;function Tm(e,t){let r,n,o,l;for(n=0,r=e.length-1;n<=r;)if(o=n+(~~(r-n)>>1),l=e[o],l<t)n=o+1;else if(l>t)r=o-1;else return o;return-n-1}function Xl(e){_m(e,e.length)}function _m(e,t){let r;for(r=0;r<t;++r)e[r]=-1}function Om(e,t){let r,n,o,l,i=e.heap.size,s=mr(e.heap,t);for(;t*2+1<i&&(r=(n=2*t+1,o=n+1,l=n,o<i&&Kl(mr(e.heap,o),mr(e.heap,n))<0&&(l=o),l),!(Kl(s,mr(e.heap,r))<0));)Un(e.heap,t,mr(e.heap,r)),t=r;Un(e.heap,t,s)}function Wm(e,t){let r,n;for(n=e.heap.size,Cm(e.heap,t);n>0;){if(r=n,n=~~((n-1)/2),Kl(mr(e.heap,n),t)<=0)return Un(e.heap,r,t),!0;Un(e.heap,r,mr(e.heap,n))}return Un(e.heap,n,t),!0}function Qm(e){if(e.heap.size===0)return null;let t=mr(e.heap,0);return qm(e),t}function qm(e){let t=Pm(e.heap,e.heap.size-1);0<e.heap.size&&(Un(e.heap,0,t),Om(e,0))}function jm(e,t){return Im(e.heap,t)}function zf(e){this.heap=new Gm,this.cmp=e}st(239,1,{},zf);H.cmp=null;H.heap=null;var qs=Ef("java.lang.","Object",1,null),Cf=wf("[Ljava.lang.","Object;",356,qs),Km=Ef("cs.threephase.","FullCube",160,qs),Vm=wf("[Lcs.threephase.","FullCube;",381,Km),Mf,Pf=!1;function If(){Pf||(Pf=!0,bm(),Em(),Kg(),$g(),tm(),cm(),sm(),Lm(),ym(),Mf=new Bf)}function js(){If(),bf()}function Do(){return D(this,null,function*(){ct(),If();let e=z.fromString(wm(Mf,yield it()));return(yield Ln()).concat(e)})}var Hm=[[null,"x","x2","x'","z","z'"],[null,"y","y2","y'"]];function Gf(){return D(this,null,function*(){return nn(yield Do(),Hm)})}Hs();var Xm=2,_f=null;function Jm(){return D(this,null,function*(){return _f||(_f=(()=>D(this,null,function*(){let t=yield(yield Promise.resolve().then(()=>(Hs(),Tf))).cachedSGSDataMegaminx();return new Ot(yield Jl(),t,["U","R","F","L","BR","BL","FR","FL","DR","DL","B","D"])}))())})}function Of(e){return D(this,null,function*(){ct();let t=yield Jm(),r=JSON.parse(JSON.stringify(e));return r.CENTERS.orientation=new Array(12).fill(0),yield t.solve(r,Xm,()=>5)})}rn();Xs();var ep=3,qf=null;function tp(){return D(this,null,function*(){return qf||(qf=(()=>D(this,null,function*(){let t=yield(yield Promise.resolve().then(()=>(Xs(),Qf))).sgsDataPyraminx();return new Ot(yield kt.pyraminx.def(),t,"RLUB".split(""))}))())})}function Js(e){return D(this,null,function*(){return ct(),yield(yield tp()).solve(e,ep,()=>3)})}function rp(){return D(this,null,function*(){return il(yield kt.pyraminx.def(),yield Zs())})}function jf(){return D(this,null,function*(){return Js(yield rp())})}ra();var lp=3,Hf=null;function ip(){return D(this,null,function*(){return Hf||(Hf=(()=>D(this,null,function*(){let e=yield Promise.resolve().then(()=>(ra(),Vf)),t=yield e.sgsDataSkewb();return new Ot(yield e.skewbDefWithoutMOCached(),t,"RLUB".split(""))}))())})}function sp(e){return{CORNERS:e.CORNERS,CENTERS:{permutation:e.CENTERS.permutation,orientation:new Array(6).fill(0)}}}function na(e){return D(this,null,function*(){return ct(),yield(yield ip()).solve(sp(e),lp,n=>n.family==="y"?4:3)})}function ap(){return D(this,null,function*(){return il(yield $l(),yield ta())})}function Yf(){return D(this,null,function*(){return na(yield ap())})}he();function up(e){switch(e){case 5:return 60;case 6:return 80;default:return 100}}var fp=[["U","D"],["L","R"],["F","B"]],Zf=new Map;function cp(e){let t=Zf.get(e);if(t)return t;let r=[];for(let n of fp){let o=[];r.push(o);for(let l of n){o.push(new G(l)),e>3&&o.push(new G(\`\${l}w\`));for(let i=3;i<=e/2;i++)o.push(new G(\`\${l}w\`,i))}}return Zf.set(e,r),r}function Ht(e){return D(this,null,function*(){let t=yield it(),r=yield _t(),n=r,o=cp(e),l=up(e),i=new at,s=0,u=new Set;for(;i.experimentalNumUnits()<l;){let a=t(3);a!==s&&u.clear(),s=a;let f=r(o[s]),c=f.toString();u.has(c)||(u.add(c),i.push(new d(f,n([1,2,-1]))))}return i.toAlg()})}var gp=[[null,"3Rw","3Rw2","3Rw'","3Fw","3Fw'"],[null,"3Dw","3Dw2","3Dw'"]];function Xf(){return D(this,null,function*(){return nn(yield Ht(5),gp)})}he();function mp(e,t){e.ul=t.ul,e.ur=t.ur,e.dl=t.dl,e.dr=t.dr,e.ml=t.ml}function Jf(e,t){var r;t<<=2,t>24?(t=48-t,r=e.ul,e.ul=(~~e.ul>>t|e.ur<<24-t)&16777215,e.ur=(~~e.ur>>t|r<<24-t)&16777215):t>0?(r=e.ul,e.ul=(e.ul<<t|~~e.ur>>24-t)&16777215,e.ur=(e.ur<<t|~~r>>24-t)&16777215):t==0?(r=e.ur,e.ur=e.dl,e.dl=r,e.ml=1-e.ml):t>=-24?(t=-t,r=e.dl,e.dl=(e.dl<<t|~~e.dr>>24-t)&16777215,e.dr=(e.dr<<t|~~r>>24-t)&16777215):t<-24&&(t=48+t,r=e.dl,e.dl=(~~e.dl>>t|e.dr<<24-t)&16777215,e.dr=(~~e.dr>>t|r<<24-t)&16777215)}function pp(e){var t,r,n,o,l;for(n=0,e.arr[0]=Ct(e,0),o=1;o<24;++o)Ct(e,o)!=e.arr[n]&&(e.arr[++n]=Ct(e,o));for(l=0,t=0;t<16;++t)for(r=t+1;r<16;++r)e.arr[t]>e.arr[r]&&(l^=1);return l}function dp(e){var t,r,n,o;return o=e.ur&1118481,o|=~~o>>3,o|=~~o>>6,o=o&15|~~o>>12&48,n=e.ul&1118481,n|=~~n>>3,n|=~~n>>6,n=n&15|~~n>>12&48,r=e.dr&1118481,r|=~~r>>3,r|=~~r>>6,r=r&15|~~r>>12&48,t=e.dl&1118481,t|=~~t>>3,t|=~~t>>6,t=t&15|~~t>>12&48,Fo(pp(e)<<24|n<<18|o<<12|t<<6|r)}function Lp(e,t){var r,n;for(r=0;r<8;++r)e.prm[r]=~~(~~Ct(e,r*3+1)>>1<<24)>>24;for(t.cornperm=vo(e.prm),t.topEdgeFirst=Ct(e,0)==Ct(e,1),r=t.topEdgeFirst?2:0,n=0;n<4;r+=3,++n)e.prm[n]=~~(~~Ct(e,r)>>1<<24)>>24;for(t.botEdgeFirst=Ct(e,12)==Ct(e,13),r=t.botEdgeFirst?14:12;n<8;r+=3,++n)e.prm[n]=~~(~~Ct(e,r)>>1<<24)>>24;t.edgeperm=vo(e.prm),t.ml=e.ml}function Ct(e,t){var r;return t<6?r=~~e.ul>>(5-t<<2):t<12?r=~~e.ur>>(11-t<<2):t<18?r=~~e.dl>>(17-t<<2):r=~~e.dr>>(23-t<<2),~~((r&15)<<24)>>24}function oa(e,t,r){t<6?(e.ul&=~(15<<(5-t<<2)),e.ul|=r<<(5-t<<2)):t<12?(e.ur&=~(15<<(11-t<<2)),e.ur|=r<<(11-t<<2)):t<18?(e.dl&=~(15<<(17-t<<2)),e.dl|=r<<(17-t<<2)):(e.dr&=~(15<<(23-t<<2)),e.dr|=r<<(23-t<<2))}function la(){this.arr=[],this.prm=[]}function hp(){return D(this,null,function*(){let e=yield it();var t,r,n,o,l,i,s,u,a;for(t=new la,n=kn[e(3678)],l=19088743<<1|286331153,o=19088743<<1,s=i=8,r=0;r<24;r++)(n>>r&1)==0?(u=e(i)<<2,oa(t,23-r,o>>u&15),a=(1<<u)-1,o=(o&a)+(o>>4&~a),--i):(u=e(s)<<2,oa(t,23-r,l>>u&15),oa(t,22-r,l>>u&15),a=(1<<u)-1,l=(l&a)+(l>>4&~a),--s,++r);return t.ml=e(2),t})}function Rp(){}var be=la.prototype=Rp.prototype;be.dl=10062778;be.dr=14536702;be.ml=0;be.ul=70195;be.ur=4544119;function Ap(e){var t,r,n,o,l,i;for(mp(e.Search_d,e.Search_c),n=0;n<e.Search_length1;++n)Jf(e.Search_d,e.Search_move[n]);for(Lp(e.Search_d,e.Search_sq),r=e.Search_sq.edgeperm,t=e.Search_sq.cornperm,l=e.Search_sq.ml,i=Math.max(ye[e.Search_sq.edgeperm<<1|l],ye[e.Search_sq.cornperm<<1|l]),n=i;n<e.Search_maxlen2;++n)if(ti(e,r,t,e.Search_sq.topEdgeFirst,e.Search_sq.botEdgeFirst,l,n,e.Search_length1,0)){for(o=0;o<n;++o)Jf(e.Search_d,e.Search_move[e.Search_length1+o]);return e.Search_sol_string=yp(e,n+e.Search_length1),!0}return!1}function yp(e,t){for(var r="",n=0,o=0,l=t-1;l>=0;l--){var i=e.Search_move[l];i>0?(i=12-i,n=i>6?i-12:i):i<0?(i=12+i,o=i>6?i-12:i):(n==0&&o==0?r+=" / ":r+="("+n+", "+o+") / ",n=o=0)}return(n!==0||o!==0)&&(r+="("+n+", "+o+")"),r}function ei(e,t,r,n,o,l){var i,s,u;if(r==0&&n<4)return n==0&&Ap(e);if(l!=0&&(u=ri[t],s=Ee[u],s<n&&(e.Search_move[o]=0,ei(e,u,s,n-1,o+1,0))))return!0;if(u=t,l<=0){for(i=0;i+=bo[u],u=~~i>>4,i&=15,!(i>=12||(s=Ee[u],s>n));)if(s<n&&(e.Search_move[o]=i,ei(e,u,s,n-1,o+1,1)))return!0}if(u=t,l<=1){for(i=0;i+=Bo[u],u=~~i>>4,i&=15,!(i>=6||(s=Ee[u],s>n));)if(s<n&&(e.Search_move[o]=-i,ei(e,u,s,n-1,o+1,2)))return!0}return!1}function ti(e,t,r,n,o,l,i,s,u){var a,f,c,g,m,L,p;if(i==0&&!n&&o||u!=0&&n==o&&(c=So[t],f=So[r],ye[c<<1|1-l]<i&&ye[f<<1|1-l]<i&&(e.Search_move[s]=0,ti(e,c,f,n,o,1-l,i-1,s+1,0))))return!0;if(u<=0)for(p=!n,c=p?Pr[t]:t,f=p?r:Pr[r],g=p?1:2,m=ye[c<<1|l],L=ye[f<<1|l];g<12&&m<=i&&m<=i;){if(m<i&&L<i&&(e.Search_move[s]=g,ti(e,c,f,p,o,l,i-1,s+1,1)))return!0;p=!p,p?(c=Pr[c],m=ye[c<<1|l],g+=1):(f=Pr[f],L=ye[f<<1|l],g+=2)}if(u<=1)for(a=!o,c=a?Cr[t]:t,f=a?r:Cr[r],g=a?1:2,m=ye[c<<1|l],L=ye[f<<1|l];g<(i>3?6:12)&&m<=i&&m<=i;){if(m<i&&L<i&&(e.Search_move[s]=-g,ti(e,c,f,n,a,l,i-1,s+1,2)))return!0;a=!a,a?(c=Cr[c],m=ye[c<<1|l],g+=1):(f=Cr[f],L=ye[f<<1|l],g+=2)}return!1}function Dp(e,t){var r;for(e.Search_c=t,r=dp(t),e.Search_length1=Ee[r];e.Search_length1<100&&(e.Search_maxlen2=Math.min(31-e.Search_length1,17),!ei(e,r,Ee[r],e.Search_length1,0,-1));++e.Search_length1);return e.Search_sol_string}function $f(){this.Search_move=[],this.Search_d=new la,this.Search_sq=new n1}function Fp(){}be=$f.prototype=Fp.prototype;be.Search_c=null;be.Search_length1=0;be.Search_maxlen2=0;be.Search_sol_string=null;var e1=!1;function Bp(){e1||(e1=!0,xo=[0,3,6,12,15,24,27,30,48,51,54,60,63],kn=[],Ee=[],bo=[],Bo=[],ri=[],vp())}function bp(e){var t,r;t=0,r=0;do(e.bottom&2048)==0?(t+=1,e.bottom=e.bottom<<1):(t+=2,e.bottom=e.bottom<<2^12291),r=1-r;while((Ir(e.bottom&63)&1)!=0);return(Ir(e.bottom)&2)==0&&(e.Shape_parity^=r),t}function ia(e){var t;return t=l1(kn,e.top<<12|e.bottom)<<1|e.Shape_parity,t}function sa(e,t){e.Shape_parity=t&1,e.top=kn[~~t>>1],e.bottom=e.top&4095,e.top>>=12}function xp(e){var t,r;t=0,r=0;do(e.top&2048)==0?(t+=1,e.top=e.top<<1):(t+=2,e.top=e.top<<2^12291),r=1-r;while((Ir(e.top&63)&1)!=0);return(Ir(e.top)&2)==0&&(e.Shape_parity^=r),t}function t1(){}function Fo(e){var t;return t=l1(kn,e&16777215)<<1|~~e>>24,t}function vp(){var e,t,r,n,o,l,i,s,u,a,f,c,g,m,L,p;for(e=0,i=0;i<28561;++i)l=xo[i%13],r=xo[~~(i/13)%13],c=xo[~~(~~(i/13)/13)%13],f=xo[~~(~~(~~(i/13)/13)/13)],g=f<<18|c<<12|r<<6|l,Ir(g)==16&&(kn[e++]=g);for(a=new t1,i=0;i<7356;++i)sa(a,i),bo[i]=xp(a),bo[i]|=ia(a)<<4,sa(a,i),Bo[i]=bp(a),Bo[i]|=ia(a)<<4,sa(a,i),p=a.top&63,m=Ir(p),L=Ir(a.bottom&4032),a.Shape_parity^=1&~~(m&L)>>1,a.top=a.top&4032|~~a.bottom>>6&63,a.bottom=a.bottom&63|p<<6,ri[i]=ia(a);for(i=0;i<7536;++i)Ee[i]=-1;for(Ee[Fo(14378715)]=0,Ee[Fo(31157686)]=0,Ee[Fo(23967451)]=0,Ee[Fo(7191990)]=0,n=4,o=0,t=-1;n!=o;)for(o=n,++t,i=0;i<7536;++i)if(Ee[i]==t){u=0,s=i;do s=bo[s],u+=s&15,s>>=4,Ee[s]==-1&&(++n,Ee[s]=t+1);while(u!=12);u=0,s=i;do s=Bo[s],u+=s&15,s>>=4,Ee[s]==-1&&(++n,Ee[s]=t+1);while(u!=12);s=ri[i],Ee[s]==-1&&(++n,Ee[s]=t+1)}}function Sp(){}be=t1.prototype=Sp.prototype;be.bottom=0;be.Shape_parity=0;be.top=0;var Bo,kn,Ee,bo,ri,xo,r1=!1;function wp(){if(!r1){r1=!0,ye=[],So=[],Pr=[],Cr=[],o1=[1,1,2,6,24,120,720,5040],Mr=[];for(var e=0;e<12;++e)Mr[e]=[];Ep()}}function n1(){}function vo(e){var t,r,n,o;for(r=0,o=1985229328,t=0;t<7;++t)n=e[t]<<2,r=(8-t)*r+(~~o>>n&7),o-=286331152<<n;return r&65535}function Ep(){var e,t,r,n,o,l,i,s,u,a,f,c,g;for(o=0;o<12;++o)for(Mr[o][0]=1,Mr[o][o]=1,u=1;u<o;++u)Mr[o][u]=Mr[o-1][u-1]+Mr[o-1][u];for(c=[],o=0;o<40320;++o)aa(c,o),g=c[2],c[2]=c[4],c[4]=g,g=c[3],c[3]=c[5],c[5]=g,So[o]=vo(c),aa(c,o),g=c[0],c[0]=c[1],c[1]=c[2],c[2]=c[3],c[3]=g,Pr[o]=vo(c),aa(c,o),g=c[4],c[4]=c[5],c[5]=c[6],c[6]=c[7],c[7]=g,Cr[o]=vo(c);for(o=0;o<80640;++o)ye[o]=-1;for(ye[0]=0,t=0,r=1;r<80640;){s=t>=11,n=s?-1:t,e=s?t:-1,++t;e:for(o=0;o<80640;++o)if(ye[o]==n){if(l=~~o>>1,f=o&1,i=So[l]<<1|1-f,ye[i]==e&&(++r,ye[s?o:i]=~~(t<<24)>>24,s))continue e;for(i=l,a=0;a<4;++a)if(i=Pr[i],ye[i<<1|f]==e&&(++r,ye[s?o:i<<1|f]=~~(t<<24)>>24,s))continue e;for(a=0;a<4;++a)if(i=Cr[i],ye[i<<1|f]==e&&(++r,ye[s?o:i<<1|f]=~~(t<<24)>>24,s))continue e}}}function aa(e,t){var r,n,o,l,i;for(i=1985229328,r=0;r<7;++r)o=o1[7-r],l=~~(t/o),t-=l*o,l<<=2,e[r]=~~((~~i>>l&7)<<24)>>24,n=(1<<l)-1,i=(i&n)+(~~i>>4&~n);e[7]=~~(i<<24)>>24}function Up(){}be=n1.prototype=Up.prototype;be.botEdgeFirst=!1;be.cornperm=0;be.edgeperm=0;be.ml=0;be.topEdgeFirst=!1;var Cr,Mr,ye,Pr,So,o1;function Ir(e){return e-=~~e>>1&1431655765,e=(~~e>>2&858993459)+(e&858993459),e=(~~e>>4)+e&252645135,e+=~~e>>8,e+=~~e>>16,e&63}function l1(e,t){var r,n,o,l;for(n=0,r=e.length-1;n<=r;)if(o=n+(~~(r-n)>>1),l=e[o],l<t)n=o+1;else if(l>t)r=o-1;else return o;return-n-1}var ua=!1,kp=function(e,t,r){ua||(Bp(),wp()),r&&r("Done initializing Square-1."),ua=!0,e!=null&&e()},zp=function(){return D(this,null,function*(){return ua||kp(),hp()})},Cp=function(e){var t=new $f;return Dp(t,e)},Mp=function(){return D(this,null,function*(){var e=yield zp(),t=Cp(e);return{state:e,scramble_string:t}})};function i1(){return D(this,null,function*(){return(yield Mp()).scramble_string})}function s1(){return D(this,null,function*(){return z.fromString(yield i1())})}x2(!0);var a1=!0;function Pp(e){a1=e}function u1(){return(typeof performance=="undefined"?Date:performance).now()}function Oe(e,t){return D(this,null,function*(){if(!a1)return t();let r=u1(),n=t();(n==null?void 0:n.then)&&(yield n);let o=u1();return console.warn(\`\${e}: \${Math.round(o-r)}ms\`),n})}var fa={initialize:e=>D(void 0,null,function*(){switch(e){case"222":return Oe("preInitialize222",N2);case"333":case"333oh":case"333ft":return Oe("initialize333",xu);case"444":return Oe("initialize444",js);default:throw new Error(\`unsupported event: \${e}\`)}}),randomScrambleForEvent:e=>D(void 0,null,function*(){switch(e){case"222":return Oe("random222Scramble",T2);case"333":case"333oh":case"333ft":return Oe("random333Scramble",Ln);case"333fm":return Oe("random333FewestMovesScramble",wu);case"333bf":case"333mb":return Oe("random333OrientedScramble",vu);case"444":return Oe("random444Scramble",Do);case"444bf":return Oe("random444OrientedScramble",Gf);case"555":return Oe("bigCubeScramble(5)",Ht.bind(Ht,5));case"555bf":return Oe("oriented555RandomMoves",Xf);case"666":return Oe("bigCubeScramble(6)",Ht.bind(Ht,6));case"777":return Oe("bigCubeScramble(7)",Ht.bind(Ht,7));case"skewb":return Oe("randomSkewbFixedCornerScramble",Yf);case"pyram":return Oe("randomPyraminxScrambleFixedOrientation",jf);case"sq1":return Oe("getRandomSquare1Scramble",s1);default:throw new Error(\`unsupported event: \${e}\`)}}),randomScrambleStringForEvent:e=>D(void 0,null,function*(){return(yield fa.randomScrambleForEvent(e)).toString()}),solve333ToString:e=>D(void 0,null,function*(){return(yield As(e)).toString()}),solve222ToString:e=>D(void 0,null,function*(){return(yield Yi(e)).toString()}),solveSkewbToString:e=>D(void 0,null,function*(){return(yield na(e)).toString()}),solvePyraminxToString:e=>D(void 0,null,function*(){return(yield Js(e)).toString()}),solveMegaminxToString:e=>D(void 0,null,function*(){return(yield Of(e)).toString()}),setDebugMeasurePerf:e=>D(void 0,null,function*(){Pp(e)})};ba(fa);
2827
- `;
2828
- export {
2829
- workerSource
2830
- };
2831
- //# sourceMappingURL=worker-inside-generated-string-ZA6E6672.js.map