From b218c803ae1110b08b4896be0a59177e280c9091 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 9 Jun 2024 19:25:04 +0200 Subject: sorted utils folder --- utils/TRANSFORMATIONS.txt | 23 ----- utils/cubes/TRANSFORMATIONS.txt | 23 +++++ utils/cubes/move_00_U.txt | 1 + utils/cubes/move_01_U2.txt | 1 + utils/cubes/move_02_U3.txt | 1 + utils/cubes/move_03_D.txt | 1 + utils/cubes/move_04_D2.txt | 1 + utils/cubes/move_05_D3.txt | 1 + utils/cubes/move_06_R.txt | 1 + utils/cubes/move_07_R2.txt | 1 + utils/cubes/move_08_R3.txt | 1 + utils/cubes/move_09_L.txt | 1 + utils/cubes/move_10_L2.txt | 1 + utils/cubes/move_11_L3.txt | 1 + utils/cubes/move_12_F.txt | 1 + utils/cubes/move_13_F2.txt | 1 + utils/cubes/move_14_F3.txt | 1 + utils/cubes/move_15_B.txt | 1 + utils/cubes/move_16_B2.txt | 1 + utils/cubes/move_17_B3.txt | 1 + utils/cubes/solved.txt | 1 + utils/cubes/trans_move_array.txt | 192 +++++++++++++++++++++++++++++++++++++++ utils/cubes/transform_00_UFr.txt | 1 + utils/cubes/transform_01_ULr.txt | 1 + utils/cubes/transform_02_UBr.txt | 1 + utils/cubes/transform_03_URr.txt | 1 + utils/cubes/transform_04_DFr.txt | 1 + utils/cubes/transform_05_DLr.txt | 1 + utils/cubes/transform_06_DBr.txt | 1 + utils/cubes/transform_07_DRr.txt | 1 + utils/cubes/transform_08_RUr.txt | 1 + utils/cubes/transform_09_RFr.txt | 1 + utils/cubes/transform_10_RDr.txt | 1 + utils/cubes/transform_11_RBr.txt | 1 + utils/cubes/transform_12_LUr.txt | 1 + utils/cubes/transform_13_LFr.txt | 1 + utils/cubes/transform_14_LDr.txt | 1 + utils/cubes/transform_15_LBr.txt | 1 + utils/cubes/transform_16_FUr.txt | 1 + utils/cubes/transform_17_FRr.txt | 1 + utils/cubes/transform_18_FDr.txt | 1 + utils/cubes/transform_19_FLr.txt | 1 + utils/cubes/transform_20_BUr.txt | 1 + utils/cubes/transform_21_BRr.txt | 1 + utils/cubes/transform_22_BDr.txt | 1 + utils/cubes/transform_23_BLr.txt | 1 + utils/cubes/transform_24_UFm.txt | 1 + utils/cubes/transform_25_ULm.txt | 1 + utils/cubes/transform_26_UBm.txt | 1 + utils/cubes/transform_27_URm.txt | 1 + utils/cubes/transform_28_DFm.txt | 1 + utils/cubes/transform_29_DLm.txt | 1 + utils/cubes/transform_30_DBm.txt | 1 + utils/cubes/transform_31_DRm.txt | 1 + utils/cubes/transform_32_RUm.txt | 1 + utils/cubes/transform_33_RFm.txt | 1 + utils/cubes/transform_34_RDm.txt | 1 + utils/cubes/transform_35_RBm.txt | 1 + utils/cubes/transform_36_LUm.txt | 1 + utils/cubes/transform_37_LFm.txt | 1 + utils/cubes/transform_38_LDm.txt | 1 + utils/cubes/transform_39_LBm.txt | 1 + utils/cubes/transform_40_FUm.txt | 1 + utils/cubes/transform_41_FRm.txt | 1 + utils/cubes/transform_42_FDm.txt | 1 + utils/cubes/transform_43_FLm.txt | 1 + utils/cubes/transform_44_BUm.txt | 1 + utils/cubes/transform_45_BRm.txt | 1 + utils/cubes/transform_46_BDm.txt | 1 + utils/cubes/transform_47_BLm.txt | 1 + utils/genmovecode.sh | 2 +- utils/genmoveswitch.sh | 2 +- utils/gentranscode.sh | 2 +- utils/gentransswitch.sh | 2 +- utils/gentranstests.sh | 8 +- utils/move_00_U.txt | 1 - utils/move_01_U2.txt | 1 - utils/move_02_U3.txt | 1 - utils/move_03_D.txt | 1 - utils/move_04_D2.txt | 1 - utils/move_05_D3.txt | 1 - utils/move_06_R.txt | 1 - utils/move_07_R2.txt | 1 - utils/move_08_R3.txt | 1 - utils/move_09_L.txt | 1 - utils/move_10_L2.txt | 1 - utils/move_11_L3.txt | 1 - utils/move_12_F.txt | 1 - utils/move_13_F2.txt | 1 - utils/move_14_F3.txt | 1 - utils/move_15_B.txt | 1 - utils/move_16_B2.txt | 1 - utils/move_17_B3.txt | 1 - utils/solved.txt | 1 - utils/trans_move_array.txt | 192 --------------------------------------- utils/transform_00_UFr.txt | 1 - utils/transform_01_ULr.txt | 1 - utils/transform_02_UBr.txt | 1 - utils/transform_03_URr.txt | 1 - utils/transform_04_DFr.txt | 1 - utils/transform_05_DLr.txt | 1 - utils/transform_06_DBr.txt | 1 - utils/transform_07_DRr.txt | 1 - utils/transform_08_RUr.txt | 1 - utils/transform_09_RFr.txt | 1 - utils/transform_10_RDr.txt | 1 - utils/transform_11_RBr.txt | 1 - utils/transform_12_LUr.txt | 1 - utils/transform_13_LFr.txt | 1 - utils/transform_14_LDr.txt | 1 - utils/transform_15_LBr.txt | 1 - utils/transform_16_FUr.txt | 1 - utils/transform_17_FRr.txt | 1 - utils/transform_18_FDr.txt | 1 - utils/transform_19_FLr.txt | 1 - utils/transform_20_BUr.txt | 1 - utils/transform_21_BRr.txt | 1 - utils/transform_22_BDr.txt | 1 - utils/transform_23_BLr.txt | 1 - utils/transform_24_UFm.txt | 1 - utils/transform_25_ULm.txt | 1 - utils/transform_26_UBm.txt | 1 - utils/transform_27_URm.txt | 1 - utils/transform_28_DFm.txt | 1 - utils/transform_29_DLm.txt | 1 - utils/transform_30_DBm.txt | 1 - utils/transform_31_DRm.txt | 1 - utils/transform_32_RUm.txt | 1 - utils/transform_33_RFm.txt | 1 - utils/transform_34_RDm.txt | 1 - utils/transform_35_RBm.txt | 1 - utils/transform_36_LUm.txt | 1 - utils/transform_37_LFm.txt | 1 - utils/transform_38_LDm.txt | 1 - utils/transform_39_LBm.txt | 1 - utils/transform_40_FUm.txt | 1 - utils/transform_41_FRm.txt | 1 - utils/transform_42_FDm.txt | 1 - utils/transform_43_FLm.txt | 1 - utils/transform_44_BUm.txt | 1 - utils/transform_45_BRm.txt | 1 - utils/transform_46_BDm.txt | 1 - utils/transform_47_BLm.txt | 1 - 143 files changed, 290 insertions(+), 290 deletions(-) delete mode 100644 utils/TRANSFORMATIONS.txt create mode 100644 utils/cubes/TRANSFORMATIONS.txt create mode 100644 utils/cubes/move_00_U.txt create mode 100644 utils/cubes/move_01_U2.txt create mode 100644 utils/cubes/move_02_U3.txt create mode 100644 utils/cubes/move_03_D.txt create mode 100644 utils/cubes/move_04_D2.txt create mode 100644 utils/cubes/move_05_D3.txt create mode 100644 utils/cubes/move_06_R.txt create mode 100644 utils/cubes/move_07_R2.txt create mode 100644 utils/cubes/move_08_R3.txt create mode 100644 utils/cubes/move_09_L.txt create mode 100644 utils/cubes/move_10_L2.txt create mode 100644 utils/cubes/move_11_L3.txt create mode 100644 utils/cubes/move_12_F.txt create mode 100644 utils/cubes/move_13_F2.txt create mode 100644 utils/cubes/move_14_F3.txt create mode 100644 utils/cubes/move_15_B.txt create mode 100644 utils/cubes/move_16_B2.txt create mode 100644 utils/cubes/move_17_B3.txt create mode 100644 utils/cubes/solved.txt create mode 100644 utils/cubes/trans_move_array.txt create mode 100644 utils/cubes/transform_00_UFr.txt create mode 100644 utils/cubes/transform_01_ULr.txt create mode 100644 utils/cubes/transform_02_UBr.txt create mode 100644 utils/cubes/transform_03_URr.txt create mode 100644 utils/cubes/transform_04_DFr.txt create mode 100644 utils/cubes/transform_05_DLr.txt create mode 100644 utils/cubes/transform_06_DBr.txt create mode 100644 utils/cubes/transform_07_DRr.txt create mode 100644 utils/cubes/transform_08_RUr.txt create mode 100644 utils/cubes/transform_09_RFr.txt create mode 100644 utils/cubes/transform_10_RDr.txt create mode 100644 utils/cubes/transform_11_RBr.txt create mode 100644 utils/cubes/transform_12_LUr.txt create mode 100644 utils/cubes/transform_13_LFr.txt create mode 100644 utils/cubes/transform_14_LDr.txt create mode 100644 utils/cubes/transform_15_LBr.txt create mode 100644 utils/cubes/transform_16_FUr.txt create mode 100644 utils/cubes/transform_17_FRr.txt create mode 100644 utils/cubes/transform_18_FDr.txt create mode 100644 utils/cubes/transform_19_FLr.txt create mode 100644 utils/cubes/transform_20_BUr.txt create mode 100644 utils/cubes/transform_21_BRr.txt create mode 100644 utils/cubes/transform_22_BDr.txt create mode 100644 utils/cubes/transform_23_BLr.txt create mode 100644 utils/cubes/transform_24_UFm.txt create mode 100644 utils/cubes/transform_25_ULm.txt create mode 100644 utils/cubes/transform_26_UBm.txt create mode 100644 utils/cubes/transform_27_URm.txt create mode 100644 utils/cubes/transform_28_DFm.txt create mode 100644 utils/cubes/transform_29_DLm.txt create mode 100644 utils/cubes/transform_30_DBm.txt create mode 100644 utils/cubes/transform_31_DRm.txt create mode 100644 utils/cubes/transform_32_RUm.txt create mode 100644 utils/cubes/transform_33_RFm.txt create mode 100644 utils/cubes/transform_34_RDm.txt create mode 100644 utils/cubes/transform_35_RBm.txt create mode 100644 utils/cubes/transform_36_LUm.txt create mode 100644 utils/cubes/transform_37_LFm.txt create mode 100644 utils/cubes/transform_38_LDm.txt create mode 100644 utils/cubes/transform_39_LBm.txt create mode 100644 utils/cubes/transform_40_FUm.txt create mode 100644 utils/cubes/transform_41_FRm.txt create mode 100644 utils/cubes/transform_42_FDm.txt create mode 100644 utils/cubes/transform_43_FLm.txt create mode 100644 utils/cubes/transform_44_BUm.txt create mode 100644 utils/cubes/transform_45_BRm.txt create mode 100644 utils/cubes/transform_46_BDm.txt create mode 100644 utils/cubes/transform_47_BLm.txt delete mode 100644 utils/move_00_U.txt delete mode 100644 utils/move_01_U2.txt delete mode 100644 utils/move_02_U3.txt delete mode 100644 utils/move_03_D.txt delete mode 100644 utils/move_04_D2.txt delete mode 100644 utils/move_05_D3.txt delete mode 100644 utils/move_06_R.txt delete mode 100644 utils/move_07_R2.txt delete mode 100644 utils/move_08_R3.txt delete mode 100644 utils/move_09_L.txt delete mode 100644 utils/move_10_L2.txt delete mode 100644 utils/move_11_L3.txt delete mode 100644 utils/move_12_F.txt delete mode 100644 utils/move_13_F2.txt delete mode 100644 utils/move_14_F3.txt delete mode 100644 utils/move_15_B.txt delete mode 100644 utils/move_16_B2.txt delete mode 100644 utils/move_17_B3.txt delete mode 100644 utils/solved.txt delete mode 100644 utils/trans_move_array.txt delete mode 100644 utils/transform_00_UFr.txt delete mode 100644 utils/transform_01_ULr.txt delete mode 100644 utils/transform_02_UBr.txt delete mode 100644 utils/transform_03_URr.txt delete mode 100644 utils/transform_04_DFr.txt delete mode 100644 utils/transform_05_DLr.txt delete mode 100644 utils/transform_06_DBr.txt delete mode 100644 utils/transform_07_DRr.txt delete mode 100644 utils/transform_08_RUr.txt delete mode 100644 utils/transform_09_RFr.txt delete mode 100644 utils/transform_10_RDr.txt delete mode 100644 utils/transform_11_RBr.txt delete mode 100644 utils/transform_12_LUr.txt delete mode 100644 utils/transform_13_LFr.txt delete mode 100644 utils/transform_14_LDr.txt delete mode 100644 utils/transform_15_LBr.txt delete mode 100644 utils/transform_16_FUr.txt delete mode 100644 utils/transform_17_FRr.txt delete mode 100644 utils/transform_18_FDr.txt delete mode 100644 utils/transform_19_FLr.txt delete mode 100644 utils/transform_20_BUr.txt delete mode 100644 utils/transform_21_BRr.txt delete mode 100644 utils/transform_22_BDr.txt delete mode 100644 utils/transform_23_BLr.txt delete mode 100644 utils/transform_24_UFm.txt delete mode 100644 utils/transform_25_ULm.txt delete mode 100644 utils/transform_26_UBm.txt delete mode 100644 utils/transform_27_URm.txt delete mode 100644 utils/transform_28_DFm.txt delete mode 100644 utils/transform_29_DLm.txt delete mode 100644 utils/transform_30_DBm.txt delete mode 100644 utils/transform_31_DRm.txt delete mode 100644 utils/transform_32_RUm.txt delete mode 100644 utils/transform_33_RFm.txt delete mode 100644 utils/transform_34_RDm.txt delete mode 100644 utils/transform_35_RBm.txt delete mode 100644 utils/transform_36_LUm.txt delete mode 100644 utils/transform_37_LFm.txt delete mode 100644 utils/transform_38_LDm.txt delete mode 100644 utils/transform_39_LBm.txt delete mode 100644 utils/transform_40_FUm.txt delete mode 100644 utils/transform_41_FRm.txt delete mode 100644 utils/transform_42_FDm.txt delete mode 100644 utils/transform_43_FLm.txt delete mode 100644 utils/transform_44_BUm.txt delete mode 100644 utils/transform_45_BRm.txt delete mode 100644 utils/transform_46_BDm.txt delete mode 100644 utils/transform_47_BLm.txt diff --git a/utils/TRANSFORMATIONS.txt b/utils/TRANSFORMATIONS.txt deleted file mode 100644 index 58446e8..0000000 --- a/utils/TRANSFORMATIONS.txt +++ /dev/null @@ -1,23 +0,0 @@ -Transformations can be either simple rotations or a rotation composed -with a mirroring. - -Simple rotations are denoted by two letters corresponding to the faces -to be moved to the U and F positions, respectively. For example FD is -the rotation that brings the F face on top and the D face on front. - -A composed rotation + mirror is obtained by applying the corresponding -rotation to the solved cube mirrored along the M plane. - -For example, to apply the transformation RBm (mirrored RB) to a cube C: - 1a. Apply a mirror along the M plane to the solved cube - 1b. Rotate the mirrored cube with z' y2 - 3. Apply the cube C to the transformed solved cube - 4. Apply the transformations of step 1a and 1b in reverse - -The orientation of pieces after a rotation ignores the new position -of centers. A rotated cube can technically be inconsistent, because -the parity of the edge permutation has to be adjusted considering the -parity of the centers, which we ignore. - -The utility script mirror.sh transforms a solved, rotated cube to its -mirrored and rotated version. diff --git a/utils/cubes/TRANSFORMATIONS.txt b/utils/cubes/TRANSFORMATIONS.txt new file mode 100644 index 0000000..58446e8 --- /dev/null +++ b/utils/cubes/TRANSFORMATIONS.txt @@ -0,0 +1,23 @@ +Transformations can be either simple rotations or a rotation composed +with a mirroring. + +Simple rotations are denoted by two letters corresponding to the faces +to be moved to the U and F positions, respectively. For example FD is +the rotation that brings the F face on top and the D face on front. + +A composed rotation + mirror is obtained by applying the corresponding +rotation to the solved cube mirrored along the M plane. + +For example, to apply the transformation RBm (mirrored RB) to a cube C: + 1a. Apply a mirror along the M plane to the solved cube + 1b. Rotate the mirrored cube with z' y2 + 3. Apply the cube C to the transformed solved cube + 4. Apply the transformations of step 1a and 1b in reverse + +The orientation of pieces after a rotation ignores the new position +of centers. A rotated cube can technically be inconsistent, because +the parity of the edge permutation has to be adjusted considering the +parity of the centers, which we ignore. + +The utility script mirror.sh transforms a solved, rotated cube to its +mirrored and rotated version. diff --git a/utils/cubes/move_00_U.txt b/utils/cubes/move_00_U.txt new file mode 100644 index 0000000..b5b36ad --- /dev/null +++ b/utils/cubes/move_00_U.txt @@ -0,0 +1 @@ +UR0 UL0 DB0 DF0 UB0 UF0 DL0 DR0 FR0 FL0 BL0 BR0 UBR0 UFL0 DFL0 DBR0 UFR0 UBL0 DFR0 DBL0 diff --git a/utils/cubes/move_01_U2.txt b/utils/cubes/move_01_U2.txt new file mode 100644 index 0000000..316ad57 --- /dev/null +++ b/utils/cubes/move_01_U2.txt @@ -0,0 +1 @@ +UB0 UF0 DB0 DF0 UL0 UR0 DL0 DR0 FR0 FL0 BL0 BR0 UBL0 UFR0 DFL0 DBR0 UBR0 UFL0 DFR0 DBL0 diff --git a/utils/cubes/move_02_U3.txt b/utils/cubes/move_02_U3.txt new file mode 100644 index 0000000..7721ab5 --- /dev/null +++ b/utils/cubes/move_02_U3.txt @@ -0,0 +1 @@ +UL0 UR0 DB0 DF0 UF0 UB0 DL0 DR0 FR0 FL0 BL0 BR0 UFL0 UBR0 DFL0 DBR0 UBL0 UFR0 DFR0 DBL0 diff --git a/utils/cubes/move_03_D.txt b/utils/cubes/move_03_D.txt new file mode 100644 index 0000000..cf4f816 --- /dev/null +++ b/utils/cubes/move_03_D.txt @@ -0,0 +1 @@ +UF0 UB0 DR0 DL0 UR0 UL0 DB0 DF0 FR0 FL0 BL0 BR0 UFR0 UBL0 DBL0 DFR0 UFL0 UBR0 DFL0 DBR0 diff --git a/utils/cubes/move_04_D2.txt b/utils/cubes/move_04_D2.txt new file mode 100644 index 0000000..13b229e --- /dev/null +++ b/utils/cubes/move_04_D2.txt @@ -0,0 +1 @@ +UF0 UB0 DF0 DB0 UR0 UL0 DR0 DL0 FR0 FL0 BL0 BR0 UFR0 UBL0 DBR0 DFL0 UFL0 UBR0 DBL0 DFR0 diff --git a/utils/cubes/move_05_D3.txt b/utils/cubes/move_05_D3.txt new file mode 100644 index 0000000..2864f5b --- /dev/null +++ b/utils/cubes/move_05_D3.txt @@ -0,0 +1 @@ +UF0 UB0 DL0 DR0 UR0 UL0 DF0 DB0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFR0 DBL0 UFL0 UBR0 DBR0 DFL0 diff --git a/utils/cubes/move_06_R.txt b/utils/cubes/move_06_R.txt new file mode 100644 index 0000000..8c8fcb3 --- /dev/null +++ b/utils/cubes/move_06_R.txt @@ -0,0 +1 @@ +UF0 UB0 DB0 DF0 FR0 UL0 DL0 BR0 DR0 FL0 BL0 UR0 DFR2 UBL0 DFL0 UBR2 UFL0 UFR1 DBR1 DBL0 diff --git a/utils/cubes/move_07_R2.txt b/utils/cubes/move_07_R2.txt new file mode 100644 index 0000000..90765e2 --- /dev/null +++ b/utils/cubes/move_07_R2.txt @@ -0,0 +1 @@ +UF0 UB0 DB0 DF0 DR0 UL0 DL0 UR0 BR0 FL0 BL0 FR0 DBR0 UBL0 DFL0 UFR0 UFL0 DFR0 UBR0 DBL0 diff --git a/utils/cubes/move_08_R3.txt b/utils/cubes/move_08_R3.txt new file mode 100644 index 0000000..d4abffc --- /dev/null +++ b/utils/cubes/move_08_R3.txt @@ -0,0 +1 @@ +UF0 UB0 DB0 DF0 BR0 UL0 DL0 FR0 UR0 FL0 BL0 DR0 UBR2 UBL0 DFL0 DFR2 UFL0 DBR1 UFR1 DBL0 diff --git a/utils/cubes/move_09_L.txt b/utils/cubes/move_09_L.txt new file mode 100644 index 0000000..0b0565c --- /dev/null +++ b/utils/cubes/move_09_L.txt @@ -0,0 +1 @@ +UF0 UB0 DB0 DF0 UR0 BL0 FL0 DR0 FR0 UL0 DL0 BR0 UFR0 DBL2 UFL2 DBR0 UBL1 UBR0 DFR0 DFL1 diff --git a/utils/cubes/move_10_L2.txt b/utils/cubes/move_10_L2.txt new file mode 100644 index 0000000..2498c87 --- /dev/null +++ b/utils/cubes/move_10_L2.txt @@ -0,0 +1 @@ +UF0 UB0 DB0 DF0 UR0 DL0 UL0 DR0 FR0 BL0 FL0 BR0 UFR0 DFL0 UBL0 DBR0 DBL0 UBR0 DFR0 UFL0 diff --git a/utils/cubes/move_11_L3.txt b/utils/cubes/move_11_L3.txt new file mode 100644 index 0000000..2ac2912 --- /dev/null +++ b/utils/cubes/move_11_L3.txt @@ -0,0 +1 @@ +UF0 UB0 DB0 DF0 UR0 FL0 BL0 DR0 FR0 DL0 UL0 BR0 UFR0 UFL2 DBL2 DBR0 DFL1 UBR0 DFR0 UBL1 diff --git a/utils/cubes/move_12_F.txt b/utils/cubes/move_12_F.txt new file mode 100644 index 0000000..e805af8 --- /dev/null +++ b/utils/cubes/move_12_F.txt @@ -0,0 +1 @@ +FL1 UB0 DB0 FR1 UR0 UL0 DL0 DR0 UF1 DF1 BL0 BR0 UFL1 UBL0 DFR1 DBR0 DFL2 UBR0 UFR2 DBL0 diff --git a/utils/cubes/move_13_F2.txt b/utils/cubes/move_13_F2.txt new file mode 100644 index 0000000..8aa701f --- /dev/null +++ b/utils/cubes/move_13_F2.txt @@ -0,0 +1 @@ +DF0 UB0 DB0 UF0 UR0 UL0 DL0 DR0 FL0 FR0 BL0 BR0 DFL0 UBL0 UFR0 DBR0 DFR0 UBR0 UFL0 DBL0 diff --git a/utils/cubes/move_14_F3.txt b/utils/cubes/move_14_F3.txt new file mode 100644 index 0000000..40f1260 --- /dev/null +++ b/utils/cubes/move_14_F3.txt @@ -0,0 +1 @@ +FR1 UB0 DB0 FL1 UR0 UL0 DL0 DR0 DF1 UF1 BL0 BR0 DFR1 UBL0 UFL1 DBR0 UFR2 UBR0 DFL2 DBL0 diff --git a/utils/cubes/move_15_B.txt b/utils/cubes/move_15_B.txt new file mode 100644 index 0000000..f7fb13c --- /dev/null +++ b/utils/cubes/move_15_B.txt @@ -0,0 +1 @@ +UF0 BR1 BL1 DF0 UR0 UL0 DL0 DR0 FR0 FL0 UB1 DB1 UFR0 UBR1 DFL0 DBL1 UFL0 DBR2 DFR0 UBL2 diff --git a/utils/cubes/move_16_B2.txt b/utils/cubes/move_16_B2.txt new file mode 100644 index 0000000..9b33e35 --- /dev/null +++ b/utils/cubes/move_16_B2.txt @@ -0,0 +1 @@ +UF0 DB0 UB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BR0 BL0 UFR0 DBR0 DFL0 UBL0 UFL0 DBL0 DFR0 UBR0 diff --git a/utils/cubes/move_17_B3.txt b/utils/cubes/move_17_B3.txt new file mode 100644 index 0000000..1367517 --- /dev/null +++ b/utils/cubes/move_17_B3.txt @@ -0,0 +1 @@ +UF0 BL1 BR1 DF0 UR0 UL0 DL0 DR0 FR0 FL0 DB1 UB1 UFR0 DBL1 DFL0 UBR1 UFL0 UBL2 DFR0 DBR2 diff --git a/utils/cubes/solved.txt b/utils/cubes/solved.txt new file mode 100644 index 0000000..dff224d --- /dev/null +++ b/utils/cubes/solved.txt @@ -0,0 +1 @@ +UF0 UB0 DB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 diff --git a/utils/cubes/trans_move_array.txt b/utils/cubes/trans_move_array.txt new file mode 100644 index 0000000..881ad0e --- /dev/null +++ b/utils/cubes/trans_move_array.txt @@ -0,0 +1,192 @@ +[UFr] = { + .c = {0, 1, 2, 3, 4, 5, 6, 7}, + .e = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11} +}, +[ULr] = { + .c = {4, 5, 7, 6, 1, 0, 2, 3}, + .e = {5, 4, 7, 6, 0, 1, 2, 3, 25, 26, 27, 24} +}, +[UBr] = { + .c = {1, 0, 3, 2, 5, 4, 7, 6}, + .e = {1, 0, 3, 2, 5, 4, 7, 6, 10, 11, 8, 9} +}, +[URr] = { + .c = {5, 4, 6, 7, 0, 1, 3, 2}, + .e = {4, 5, 6, 7, 1, 0, 3, 2, 27, 24, 25, 26} +}, +[DFr] = { + .c = {2, 3, 0, 1, 6, 7, 4, 5}, + .e = {3, 2, 1, 0, 6, 7, 4, 5, 9, 8, 11, 10} +}, +[DLr] = { + .c = {7, 6, 4, 5, 2, 3, 1, 0}, + .e = {6, 7, 4, 5, 2, 3, 0, 1, 26, 25, 24, 27} +}, +[DBr] = { + .c = {3, 2, 1, 0, 7, 6, 5, 4}, + .e = {2, 3, 0, 1, 7, 6, 5, 4, 11, 10, 9, 8} +}, +[DRr] = { + .c = {6, 7, 5, 4, 3, 2, 0, 1}, + .e = {7, 6, 5, 4, 3, 2, 1, 0, 24, 27, 26, 25} +}, +[RUr] = { + .c = {64, 67, 65, 66, 37, 38, 36, 39}, + .e = {20, 23, 22, 21, 24, 27, 26, 25, 0, 1, 2, 3} +}, +[RFr] = { + .c = {38, 37, 36, 39, 64, 67, 66, 65}, + .e = {24, 27, 26, 25, 23, 20, 21, 22, 19, 16, 17, 18} +}, +[RDr] = { + .c = {67, 64, 66, 65, 38, 37, 39, 36}, + .e = {23, 20, 21, 22, 27, 24, 25, 26, 2, 3, 0, 1} +}, +[RBr] = { + .c = {37, 38, 39, 36, 67, 64, 65, 66}, + .e = {27, 24, 25, 26, 20, 23, 22, 21, 17, 18, 19, 16} +}, +[LUr] = { + .c = {65, 66, 64, 67, 36, 39, 37, 38}, + .e = {21, 22, 23, 20, 26, 25, 24, 27, 1, 0, 3, 2} +}, +[LFr] = { + .c = {36, 39, 38, 37, 66, 65, 64, 67}, + .e = {25, 26, 27, 24, 21, 22, 23, 20, 16, 19, 18, 17} +}, +[LDr] = { + .c = {66, 65, 67, 64, 39, 36, 38, 37}, + .e = {22, 21, 20, 23, 25, 26, 27, 24, 3, 2, 1, 0} +}, +[LBr] = { + .c = {39, 36, 37, 38, 65, 66, 67, 64}, + .e = {26, 25, 24, 27, 22, 21, 20, 23, 18, 17, 16, 19} +}, +[FUr] = { + .c = {68, 70, 69, 71, 32, 34, 33, 35}, + .e = {16, 19, 18, 17, 9, 8, 11, 10, 5, 4, 7, 6} +}, +[FRr] = { + .c = {32, 34, 35, 33, 70, 68, 69, 71}, + .e = {8, 9, 10, 11, 16, 19, 18, 17, 20, 23, 22, 21} +}, +[FDr] = { + .c = {70, 68, 71, 69, 34, 32, 35, 33}, + .e = {19, 16, 17, 18, 8, 9, 10, 11, 7, 6, 5, 4} +}, +[FLr] = { + .c = {34, 32, 33, 35, 68, 70, 71, 69}, + .e = {9, 8, 11, 10, 19, 16, 17, 18, 22, 21, 20, 23} +}, +[BUr] = { + .c = {69, 71, 68, 70, 33, 35, 32, 34}, + .e = {17, 18, 19, 16, 11, 10, 9, 8, 4, 5, 6, 7} +}, +[BRr] = { + .c = {35, 33, 32, 34, 69, 71, 70, 68}, + .e = {11, 10, 9, 8, 18, 17, 16, 19, 23, 20, 21, 22} +}, +[BDr] = { + .c = {71, 69, 70, 68, 35, 33, 34, 32}, + .e = {18, 17, 16, 19, 10, 11, 8, 9, 6, 7, 4, 5} +}, +[BLr] = { + .c = {33, 35, 34, 32, 71, 69, 68, 70}, + .e = {10, 11, 8, 9, 17, 18, 19, 16, 21, 22, 23, 20} +}, +[UFm] = { + .c = {4, 5, 6, 7, 0, 1, 2, 3}, + .e = {0, 1, 2, 3, 5, 4, 7, 6, 9, 8, 11, 10} +}, +[ULm] = { + .c = {0, 1, 3, 2, 5, 4, 6, 7}, + .e = {4, 5, 6, 7, 0, 1, 2, 3, 24, 27, 26, 25} +}, +[UBm] = { + .c = {5, 4, 7, 6, 1, 0, 3, 2}, + .e = {1, 0, 3, 2, 4, 5, 6, 7, 11, 10, 9, 8} +}, +[URm] = { + .c = {1, 0, 2, 3, 4, 5, 7, 6}, + .e = {5, 4, 7, 6, 1, 0, 3, 2, 26, 25, 24, 27} +}, +[DFm] = { + .c = {6, 7, 4, 5, 2, 3, 0, 1}, + .e = {3, 2, 1, 0, 7, 6, 5, 4, 8, 9, 10, 11} +}, +[DLm] = { + .c = {3, 2, 0, 1, 6, 7, 5, 4}, + .e = {7, 6, 5, 4, 2, 3, 0, 1, 27, 24, 25, 26} +}, +[DBm] = { + .c = {7, 6, 5, 4, 3, 2, 1, 0}, + .e = {2, 3, 0, 1, 6, 7, 4, 5, 10, 11, 8, 9} +}, +[DRm] = { + .c = {2, 3, 1, 0, 7, 6, 4, 5}, + .e = {6, 7, 4, 5, 3, 2, 1, 0, 25, 26, 27, 24} +}, +[RUm] = { + .c = {68, 71, 69, 70, 33, 34, 32, 35}, + .e = {21, 22, 23, 20, 25, 26, 27, 24, 0, 1, 2, 3} +}, +[RFm] = { + .c = {34, 33, 32, 35, 68, 71, 70, 69}, + .e = {25, 26, 27, 24, 22, 21, 20, 23, 19, 16, 17, 18} +}, +[RDm] = { + .c = {71, 68, 70, 69, 34, 33, 35, 32}, + .e = {22, 21, 20, 23, 26, 25, 24, 27, 2, 3, 0, 1} +}, +[RBm] = { + .c = {33, 34, 35, 32, 71, 68, 69, 70}, + .e = {26, 25, 24, 27, 21, 22, 23, 20, 17, 18, 19, 16} +}, +[LUm] = { + .c = {69, 70, 68, 71, 32, 35, 33, 34}, + .e = {20, 23, 22, 21, 27, 24, 25, 26, 1, 0, 3, 2} +}, +[LFm] = { + .c = {32, 35, 34, 33, 70, 69, 68, 71}, + .e = {24, 27, 26, 25, 20, 23, 22, 21, 16, 19, 18, 17} +}, +[LDm] = { + .c = {70, 69, 71, 68, 35, 32, 34, 33}, + .e = {23, 20, 21, 22, 24, 27, 26, 25, 3, 2, 1, 0} +}, +[LBm] = { + .c = {35, 32, 33, 34, 69, 70, 71, 68}, + .e = {27, 24, 25, 26, 23, 20, 21, 22, 18, 17, 16, 19} +}, +[FUm] = { + .c = {64, 66, 65, 67, 36, 38, 37, 39}, + .e = {16, 19, 18, 17, 8, 9, 10, 11, 4, 5, 6, 7} +}, +[FRm] = { + .c = {36, 38, 39, 37, 66, 64, 65, 67}, + .e = {9, 8, 11, 10, 16, 19, 18, 17, 21, 22, 23, 20} +}, +[FDm] = { + .c = {66, 64, 67, 65, 38, 36, 39, 37}, + .e = {19, 16, 17, 18, 9, 8, 11, 10, 6, 7, 4, 5} +}, +[FLm] = { + .c = {38, 36, 37, 39, 64, 66, 67, 65}, + .e = {8, 9, 10, 11, 19, 16, 17, 18, 23, 20, 21, 22} +}, +[BUm] = { + .c = {65, 67, 64, 66, 37, 39, 36, 38}, + .e = {17, 18, 19, 16, 10, 11, 8, 9, 5, 4, 7, 6} +}, +[BRm] = { + .c = {39, 37, 36, 38, 65, 67, 66, 64}, + .e = {10, 11, 8, 9, 18, 17, 16, 19, 22, 21, 20, 23} +}, +[BDm] = { + .c = {67, 65, 66, 64, 39, 37, 38, 36}, + .e = {18, 17, 16, 19, 11, 10, 9, 8, 7, 6, 5, 4} +}, +[BLm] = { + .c = {37, 39, 38, 36, 67, 65, 64, 66}, + .e = {11, 10, 9, 8, 17, 18, 19, 16, 20, 23, 22, 21} +}, diff --git a/utils/cubes/transform_00_UFr.txt b/utils/cubes/transform_00_UFr.txt new file mode 100644 index 0000000..dff224d --- /dev/null +++ b/utils/cubes/transform_00_UFr.txt @@ -0,0 +1 @@ +UF0 UB0 DB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 diff --git a/utils/cubes/transform_01_ULr.txt b/utils/cubes/transform_01_ULr.txt new file mode 100644 index 0000000..4cfb17e --- /dev/null +++ b/utils/cubes/transform_01_ULr.txt @@ -0,0 +1 @@ +UL0 UR0 DR0 DL0 UF0 UB0 DB0 DF0 FL1 BL1 BR1 FR1 UFL0 UBR0 DBL0 DFR0 UBL0 UFR0 DFL0 DBR0 diff --git a/utils/cubes/transform_02_UBr.txt b/utils/cubes/transform_02_UBr.txt new file mode 100644 index 0000000..8c7eeb7 --- /dev/null +++ b/utils/cubes/transform_02_UBr.txt @@ -0,0 +1 @@ +UB0 UF0 DF0 DB0 UL0 UR0 DR0 DL0 BL0 BR0 FR0 FL0 UBL0 UFR0 DBR0 DFL0 UBR0 UFL0 DBL0 DFR0 diff --git a/utils/cubes/transform_03_URr.txt b/utils/cubes/transform_03_URr.txt new file mode 100644 index 0000000..ac0e932 --- /dev/null +++ b/utils/cubes/transform_03_URr.txt @@ -0,0 +1 @@ +UR0 UL0 DL0 DR0 UB0 UF0 DF0 DB0 BR1 FR1 FL1 BL1 UBR0 UFL0 DFR0 DBL0 UFR0 UBL0 DBR0 DFL0 diff --git a/utils/cubes/transform_04_DFr.txt b/utils/cubes/transform_04_DFr.txt new file mode 100644 index 0000000..cdecc18 --- /dev/null +++ b/utils/cubes/transform_04_DFr.txt @@ -0,0 +1 @@ +DF0 DB0 UB0 UF0 DL0 DR0 UR0 UL0 FL0 FR0 BR0 BL0 DFL0 DBR0 UFR0 UBL0 DFR0 DBL0 UFL0 UBR0 diff --git a/utils/cubes/transform_05_DLr.txt b/utils/cubes/transform_05_DLr.txt new file mode 100644 index 0000000..fffaa54 --- /dev/null +++ b/utils/cubes/transform_05_DLr.txt @@ -0,0 +1 @@ +DL0 DR0 UR0 UL0 DB0 DF0 UF0 UB0 BL1 FL1 FR1 BR1 DBL0 DFR0 UFL0 UBR0 DFL0 DBR0 UBL0 UFR0 diff --git a/utils/cubes/transform_06_DBr.txt b/utils/cubes/transform_06_DBr.txt new file mode 100644 index 0000000..d2434fa --- /dev/null +++ b/utils/cubes/transform_06_DBr.txt @@ -0,0 +1 @@ +DB0 DF0 UF0 UB0 DR0 DL0 UL0 UR0 BR0 BL0 FL0 FR0 DBR0 DFL0 UBL0 UFR0 DBL0 DFR0 UBR0 UFL0 diff --git a/utils/cubes/transform_07_DRr.txt b/utils/cubes/transform_07_DRr.txt new file mode 100644 index 0000000..c03ba90 --- /dev/null +++ b/utils/cubes/transform_07_DRr.txt @@ -0,0 +1 @@ +DR0 DL0 UL0 UR0 DF0 DB0 UB0 UF0 FR1 BR1 BL1 FL1 DFR0 DBL0 UBR0 UFL0 DBR0 DFL0 UFR0 UBL0 diff --git a/utils/cubes/transform_08_RUr.txt b/utils/cubes/transform_08_RUr.txt new file mode 100644 index 0000000..bcf6f8f --- /dev/null +++ b/utils/cubes/transform_08_RUr.txt @@ -0,0 +1 @@ +UR1 DR1 DL1 UL1 FR1 BR1 BL1 FL1 UF0 UB0 DB0 DF0 UFR2 DBR2 UBL2 DFL2 UBR1 DFR1 UFL1 DBL1 diff --git a/utils/cubes/transform_09_RFr.txt b/utils/cubes/transform_09_RFr.txt new file mode 100644 index 0000000..5c9b9b2 --- /dev/null +++ b/utils/cubes/transform_09_RFr.txt @@ -0,0 +1 @@ +FR1 BR1 BL1 FL1 DR1 UR1 UL1 DL1 DF1 UF1 UB1 DB1 DFR1 UBR1 UFL1 DBL1 UFR2 DBR2 DFL2 UBL2 diff --git a/utils/cubes/transform_10_RDr.txt b/utils/cubes/transform_10_RDr.txt new file mode 100644 index 0000000..3cca372 --- /dev/null +++ b/utils/cubes/transform_10_RDr.txt @@ -0,0 +1 @@ +DR1 UR1 UL1 DL1 BR1 FR1 FL1 BL1 DB0 DF0 UF0 UB0 DBR2 UFR2 DFL2 UBL2 DFR1 UBR1 DBL1 UFL1 diff --git a/utils/cubes/transform_11_RBr.txt b/utils/cubes/transform_11_RBr.txt new file mode 100644 index 0000000..9a43c45 --- /dev/null +++ b/utils/cubes/transform_11_RBr.txt @@ -0,0 +1 @@ +BR1 FR1 FL1 BL1 UR1 DR1 DL1 UL1 UB1 DB1 DF1 UF1 UBR1 DFR1 DBL1 UFL1 DBR2 UFR2 UBL2 DFL2 diff --git a/utils/cubes/transform_12_LUr.txt b/utils/cubes/transform_12_LUr.txt new file mode 100644 index 0000000..90c964c --- /dev/null +++ b/utils/cubes/transform_12_LUr.txt @@ -0,0 +1 @@ +UL1 DL1 DR1 UR1 BL1 FL1 FR1 BR1 UB0 UF0 DF0 DB0 UBL2 DFL2 UFR2 DBR2 UFL1 DBL1 UBR1 DFR1 diff --git a/utils/cubes/transform_13_LFr.txt b/utils/cubes/transform_13_LFr.txt new file mode 100644 index 0000000..7c234e6 --- /dev/null +++ b/utils/cubes/transform_13_LFr.txt @@ -0,0 +1 @@ +FL1 BL1 BR1 FR1 UL1 DL1 DR1 UR1 UF1 DF1 DB1 UB1 UFL1 DBL1 DFR1 UBR1 DFL2 UBL2 UFR2 DBR2 diff --git a/utils/cubes/transform_14_LDr.txt b/utils/cubes/transform_14_LDr.txt new file mode 100644 index 0000000..bd5f6f2 --- /dev/null +++ b/utils/cubes/transform_14_LDr.txt @@ -0,0 +1 @@ +DL1 UL1 UR1 DR1 FL1 BL1 BR1 FR1 DF0 DB0 UB0 UF0 DFL2 UBL2 DBR2 UFR2 DBL1 UFL1 DFR1 UBR1 diff --git a/utils/cubes/transform_15_LBr.txt b/utils/cubes/transform_15_LBr.txt new file mode 100644 index 0000000..91755e0 --- /dev/null +++ b/utils/cubes/transform_15_LBr.txt @@ -0,0 +1 @@ +BL1 FL1 FR1 BR1 DL1 UL1 UR1 DR1 DB1 UB1 UF1 DF1 DBL1 UFL1 UBR1 DFR1 UBL2 DFL2 DBR2 UFR2 diff --git a/utils/cubes/transform_16_FUr.txt b/utils/cubes/transform_16_FUr.txt new file mode 100644 index 0000000..25cc125 --- /dev/null +++ b/utils/cubes/transform_16_FUr.txt @@ -0,0 +1 @@ +UF1 DF1 DB1 UB1 FL0 FR0 BR0 BL0 UL0 UR0 DR0 DL0 UFL2 DFR2 UBR2 DBL2 UFR1 DFL1 UBL1 DBR1 diff --git a/utils/cubes/transform_17_FRr.txt b/utils/cubes/transform_17_FRr.txt new file mode 100644 index 0000000..0c01df1 --- /dev/null +++ b/utils/cubes/transform_17_FRr.txt @@ -0,0 +1 @@ +FR0 FL0 BL0 BR0 UF1 DF1 DB1 UB1 UR1 DR1 DL1 UL1 UFR1 DFL1 DBR1 UBL1 DFR2 UFL2 UBR2 DBL2 diff --git a/utils/cubes/transform_18_FDr.txt b/utils/cubes/transform_18_FDr.txt new file mode 100644 index 0000000..05f367f --- /dev/null +++ b/utils/cubes/transform_18_FDr.txt @@ -0,0 +1 @@ +DF1 UF1 UB1 DB1 FR0 FL0 BL0 BR0 DR0 DL0 UL0 UR0 DFR2 UFL2 DBL2 UBR2 DFL1 UFR1 DBR1 UBL1 diff --git a/utils/cubes/transform_19_FLr.txt b/utils/cubes/transform_19_FLr.txt new file mode 100644 index 0000000..20bf2b1 --- /dev/null +++ b/utils/cubes/transform_19_FLr.txt @@ -0,0 +1 @@ +FL0 FR0 BR0 BL0 DF1 UF1 UB1 DB1 DL1 UL1 UR1 DR1 DFL1 UFR1 UBL1 DBR1 UFL2 DFR2 DBL2 UBR2 diff --git a/utils/cubes/transform_20_BUr.txt b/utils/cubes/transform_20_BUr.txt new file mode 100644 index 0000000..0d8200e --- /dev/null +++ b/utils/cubes/transform_20_BUr.txt @@ -0,0 +1 @@ +UB1 DB1 DF1 UF1 BR0 BL0 FL0 FR0 UR0 UL0 DL0 DR0 UBR2 DBL2 UFL2 DFR2 UBL1 DBR1 UFR1 DFL1 diff --git a/utils/cubes/transform_21_BRr.txt b/utils/cubes/transform_21_BRr.txt new file mode 100644 index 0000000..f4b3bb6 --- /dev/null +++ b/utils/cubes/transform_21_BRr.txt @@ -0,0 +1 @@ +BR0 BL0 FL0 FR0 DB1 UB1 UF1 DF1 DR1 UR1 UL1 DL1 DBR1 UBL1 UFR1 DFL1 UBR2 DBL2 DFR2 UFL2 diff --git a/utils/cubes/transform_22_BDr.txt b/utils/cubes/transform_22_BDr.txt new file mode 100644 index 0000000..c1642e0 --- /dev/null +++ b/utils/cubes/transform_22_BDr.txt @@ -0,0 +1 @@ +DB1 UB1 UF1 DF1 BL0 BR0 FR0 FL0 DL0 DR0 UR0 UL0 DBL2 UBR2 DFR2 UFL2 DBR1 UBL1 DFL1 UFR1 diff --git a/utils/cubes/transform_23_BLr.txt b/utils/cubes/transform_23_BLr.txt new file mode 100644 index 0000000..4394be6 --- /dev/null +++ b/utils/cubes/transform_23_BLr.txt @@ -0,0 +1 @@ +BL0 BR0 FR0 FL0 UB1 DB1 DF1 UF1 UL1 DL1 DR1 UR1 UBL1 DBR1 DFL1 UFR1 DBL2 UBR2 UFL2 DFR2 diff --git a/utils/cubes/transform_24_UFm.txt b/utils/cubes/transform_24_UFm.txt new file mode 100644 index 0000000..7888e4b --- /dev/null +++ b/utils/cubes/transform_24_UFm.txt @@ -0,0 +1 @@ +UF0 UB0 DB0 DF0 UL0 UR0 DR0 DL0 FL0 FR0 BR0 BL0 UFL0 UBR0 DFR0 DBL0 UFR0 UBL0 DFL0 DBR0 diff --git a/utils/cubes/transform_25_ULm.txt b/utils/cubes/transform_25_ULm.txt new file mode 100644 index 0000000..0abeb75 --- /dev/null +++ b/utils/cubes/transform_25_ULm.txt @@ -0,0 +1 @@ +UR0 UL0 DL0 DR0 UF0 UB0 DB0 DF0 FR1 BR1 BL1 FL1 UFR0 UBL0 DBR0 DFL0 UBR0 UFL0 DFR0 DBL0 diff --git a/utils/cubes/transform_26_UBm.txt b/utils/cubes/transform_26_UBm.txt new file mode 100644 index 0000000..0fba52a --- /dev/null +++ b/utils/cubes/transform_26_UBm.txt @@ -0,0 +1 @@ +UB0 UF0 DF0 DB0 UR0 UL0 DL0 DR0 BR0 BL0 FL0 FR0 UBR0 UFL0 DBL0 DFR0 UBL0 UFR0 DBR0 DFL0 diff --git a/utils/cubes/transform_27_URm.txt b/utils/cubes/transform_27_URm.txt new file mode 100644 index 0000000..49bce19 --- /dev/null +++ b/utils/cubes/transform_27_URm.txt @@ -0,0 +1 @@ +UL0 UR0 DR0 DL0 UB0 UF0 DF0 DB0 BL1 FL1 FR1 BR1 UBL0 UFR0 DFL0 DBR0 UFL0 UBR0 DBL0 DFR0 diff --git a/utils/cubes/transform_28_DFm.txt b/utils/cubes/transform_28_DFm.txt new file mode 100644 index 0000000..442aacd --- /dev/null +++ b/utils/cubes/transform_28_DFm.txt @@ -0,0 +1 @@ +DF0 DB0 UB0 UF0 DR0 DL0 UL0 UR0 FR0 FL0 BL0 BR0 DFR0 DBL0 UFL0 UBR0 DFL0 DBR0 UFR0 UBL0 diff --git a/utils/cubes/transform_29_DLm.txt b/utils/cubes/transform_29_DLm.txt new file mode 100644 index 0000000..d2cfc53 --- /dev/null +++ b/utils/cubes/transform_29_DLm.txt @@ -0,0 +1 @@ +DR0 DL0 UL0 UR0 DB0 DF0 UF0 UB0 BR1 FR1 FL1 BL1 DBR0 DFL0 UFR0 UBL0 DFR0 DBL0 UBR0 UFL0 diff --git a/utils/cubes/transform_30_DBm.txt b/utils/cubes/transform_30_DBm.txt new file mode 100644 index 0000000..4d92a58 --- /dev/null +++ b/utils/cubes/transform_30_DBm.txt @@ -0,0 +1 @@ +DB0 DF0 UF0 UB0 DL0 DR0 UR0 UL0 BL0 BR0 FR0 FL0 DBL0 DFR0 UBR0 UFL0 DBR0 DFL0 UBL0 UFR0 diff --git a/utils/cubes/transform_31_DRm.txt b/utils/cubes/transform_31_DRm.txt new file mode 100644 index 0000000..6774947 --- /dev/null +++ b/utils/cubes/transform_31_DRm.txt @@ -0,0 +1 @@ +DL0 DR0 UR0 UL0 DF0 DB0 UB0 UF0 FL1 BL1 BR1 FR1 DFL0 DBR0 UBL0 UFR0 DBL0 DFR0 UFL0 UBR0 diff --git a/utils/cubes/transform_32_RUm.txt b/utils/cubes/transform_32_RUm.txt new file mode 100644 index 0000000..8ba9819 --- /dev/null +++ b/utils/cubes/transform_32_RUm.txt @@ -0,0 +1 @@ +UL1 DL1 DR1 UR1 FL1 BL1 BR1 FR1 UF0 UB0 DB0 DF0 UFL2 DBL2 UBR2 DFR2 UBL1 DFL1 UFR1 DBR1 diff --git a/utils/cubes/transform_33_RFm.txt b/utils/cubes/transform_33_RFm.txt new file mode 100644 index 0000000..fb9434d --- /dev/null +++ b/utils/cubes/transform_33_RFm.txt @@ -0,0 +1 @@ +FL1 BL1 BR1 FR1 DL1 UL1 UR1 DR1 DF1 UF1 UB1 DB1 DFL1 UBL1 UFR1 DBR1 UFL2 DBL2 DFR2 UBR2 diff --git a/utils/cubes/transform_34_RDm.txt b/utils/cubes/transform_34_RDm.txt new file mode 100644 index 0000000..96cbee8 --- /dev/null +++ b/utils/cubes/transform_34_RDm.txt @@ -0,0 +1 @@ +DL1 UL1 UR1 DR1 BL1 FL1 FR1 BR1 DB0 DF0 UF0 UB0 DBL2 UFL2 DFR2 UBR2 DFL1 UBL1 DBR1 UFR1 diff --git a/utils/cubes/transform_35_RBm.txt b/utils/cubes/transform_35_RBm.txt new file mode 100644 index 0000000..e57c13c --- /dev/null +++ b/utils/cubes/transform_35_RBm.txt @@ -0,0 +1 @@ +BL1 FL1 FR1 BR1 UL1 DL1 DR1 UR1 UB1 DB1 DF1 UF1 UBL1 DFL1 DBR1 UFR1 DBL2 UFL2 UBR2 DFR2 diff --git a/utils/cubes/transform_36_LUm.txt b/utils/cubes/transform_36_LUm.txt new file mode 100644 index 0000000..735768b --- /dev/null +++ b/utils/cubes/transform_36_LUm.txt @@ -0,0 +1 @@ +UR1 DR1 DL1 UL1 BR1 FR1 FL1 BL1 UB0 UF0 DF0 DB0 UBR2 DFR2 UFL2 DBL2 UFR1 DBR1 UBL1 DFL1 diff --git a/utils/cubes/transform_37_LFm.txt b/utils/cubes/transform_37_LFm.txt new file mode 100644 index 0000000..8ee4766 --- /dev/null +++ b/utils/cubes/transform_37_LFm.txt @@ -0,0 +1 @@ +FR1 BR1 BL1 FL1 UR1 DR1 DL1 UL1 UF1 DF1 DB1 UB1 UFR1 DBR1 DFL1 UBL1 DFR2 UBR2 UFL2 DBL2 diff --git a/utils/cubes/transform_38_LDm.txt b/utils/cubes/transform_38_LDm.txt new file mode 100644 index 0000000..4b3f54b --- /dev/null +++ b/utils/cubes/transform_38_LDm.txt @@ -0,0 +1 @@ +DR1 UR1 UL1 DL1 FR1 BR1 BL1 FL1 DF0 DB0 UB0 UF0 DFR2 UBR2 DBL2 UFL2 DBR1 UFR1 DFL1 UBL1 diff --git a/utils/cubes/transform_39_LBm.txt b/utils/cubes/transform_39_LBm.txt new file mode 100644 index 0000000..3b98506 --- /dev/null +++ b/utils/cubes/transform_39_LBm.txt @@ -0,0 +1 @@ +BR1 FR1 FL1 BL1 DR1 UR1 UL1 DL1 DB1 UB1 UF1 DF1 DBR1 UFR1 UBL1 DFL1 UBR2 DFR2 DBL2 UFL2 diff --git a/utils/cubes/transform_40_FUm.txt b/utils/cubes/transform_40_FUm.txt new file mode 100644 index 0000000..0c6484d --- /dev/null +++ b/utils/cubes/transform_40_FUm.txt @@ -0,0 +1 @@ +UF1 DF1 DB1 UB1 FR0 FL0 BL0 BR0 UR0 UL0 DL0 DR0 UFR2 DFL2 UBL2 DBR2 UFL1 DFR1 UBR1 DBL1 diff --git a/utils/cubes/transform_41_FRm.txt b/utils/cubes/transform_41_FRm.txt new file mode 100644 index 0000000..cc67b5b --- /dev/null +++ b/utils/cubes/transform_41_FRm.txt @@ -0,0 +1 @@ +FL0 FR0 BR0 BL0 UF1 DF1 DB1 UB1 UL1 DL1 DR1 UR1 UFL1 DFR1 DBL1 UBR1 DFL2 UFR2 UBL2 DBR2 diff --git a/utils/cubes/transform_42_FDm.txt b/utils/cubes/transform_42_FDm.txt new file mode 100644 index 0000000..c3d8b39 --- /dev/null +++ b/utils/cubes/transform_42_FDm.txt @@ -0,0 +1 @@ +DF1 UF1 UB1 DB1 FL0 FR0 BR0 BL0 DL0 DR0 UR0 UL0 DFL2 UFR2 DBR2 UBL2 DFR1 UFL1 DBL1 UBR1 diff --git a/utils/cubes/transform_43_FLm.txt b/utils/cubes/transform_43_FLm.txt new file mode 100644 index 0000000..ae096e0 --- /dev/null +++ b/utils/cubes/transform_43_FLm.txt @@ -0,0 +1 @@ +FR0 FL0 BL0 BR0 DF1 UF1 UB1 DB1 DR1 UR1 UL1 DL1 DFR1 UFL1 UBR1 DBL1 UFR2 DFL2 DBR2 UBL2 diff --git a/utils/cubes/transform_44_BUm.txt b/utils/cubes/transform_44_BUm.txt new file mode 100644 index 0000000..08d5683 --- /dev/null +++ b/utils/cubes/transform_44_BUm.txt @@ -0,0 +1 @@ +UB1 DB1 DF1 UF1 BL0 BR0 FR0 FL0 UL0 UR0 DR0 DL0 UBL2 DBR2 UFR2 DFL2 UBR1 DBL1 UFL1 DFR1 diff --git a/utils/cubes/transform_45_BRm.txt b/utils/cubes/transform_45_BRm.txt new file mode 100644 index 0000000..167c62e --- /dev/null +++ b/utils/cubes/transform_45_BRm.txt @@ -0,0 +1 @@ +BL0 BR0 FR0 FL0 DB1 UB1 UF1 DF1 DL1 UL1 UR1 DR1 DBL1 UBR1 UFL1 DFR1 UBL2 DBR2 DFL2 UFR2 diff --git a/utils/cubes/transform_46_BDm.txt b/utils/cubes/transform_46_BDm.txt new file mode 100644 index 0000000..f5e56f2 --- /dev/null +++ b/utils/cubes/transform_46_BDm.txt @@ -0,0 +1 @@ +DB1 UB1 UF1 DF1 BR0 BL0 FL0 FR0 DR0 DL0 UL0 UR0 DBR2 UBL2 DFL2 UFR2 DBL1 UBR1 DFR1 UFL1 diff --git a/utils/cubes/transform_47_BLm.txt b/utils/cubes/transform_47_BLm.txt new file mode 100644 index 0000000..02b2828 --- /dev/null +++ b/utils/cubes/transform_47_BLm.txt @@ -0,0 +1 @@ +BR0 BL0 FL0 FR0 UB1 DB1 DF1 UF1 UR1 DR1 DL1 UL1 UBR1 DBL1 DFR1 UFL1 DBR2 UBL2 UFR2 DFL2 diff --git a/utils/genmovecode.sh b/utils/genmovecode.sh index d1a70c0..2e4040b 100755 --- a/utils/genmovecode.sh +++ b/utils/genmovecode.sh @@ -3,7 +3,7 @@ gcc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst gen() { - for f in move_??_*.txt; do + for f in cubse/move_??_*.txt; do move="$(echo $f | sed 's/.*_// ; s/\.txt//')" printf '#define _move_cube_%s fastcube( \\\n ' "$move" ./h48_to_lst <"$f" diff --git a/utils/genmoveswitch.sh b/utils/genmoveswitch.sh index cce18fc..30cf068 100755 --- a/utils/genmoveswitch.sh +++ b/utils/genmoveswitch.sh @@ -1,7 +1,7 @@ #!/bin/sh printf '\tswitch (m) {\n' -for f in move_??_*.txt; do +for f in cubse/move_??_*.txt; do t="$(echo $f | sed 's/.*_// ; s/\.txt//')" printf '\tcase %s:\n\t\treturn _move(%s, c);\n' "$t" "$t" done diff --git a/utils/gentranscode.sh b/utils/gentranscode.sh index 4501bad..8f0ae14 100755 --- a/utils/gentranscode.sh +++ b/utils/gentranscode.sh @@ -9,7 +9,7 @@ sedavx() { sed '1,2s/$/ \\/ ; 3s/$/)/ ; 3q'; } sedsrc() { sed '3s/$/ };/ ; 3q'; } gen() { - for f in transform_??_???.txt; do + for f in cubes/transform_??_???.txt; do trans="$(echo $f | sed 's/.*_// ; s/\.txt//')" printf '#define _trans_cube_%s fastcube( \\\n ' "$trans" ./h48_to_lst <"$f" diff --git a/utils/gentransswitch.sh b/utils/gentransswitch.sh index 42726ce..447c9be 100755 --- a/utils/gentransswitch.sh +++ b/utils/gentransswitch.sh @@ -1,7 +1,7 @@ #!/bin/sh printf '\tswitch (t) {\n' -for f in transform_??_???.txt; do +for f in cubes/transform_??_???.txt; do t="$(echo $f | sed 's/.*_// ; s/\.txt//')" mirror_or_rotation="$(echo $t | grep m)" if [ -z "$mirror_or_rotation" ]; then diff --git a/utils/gentranstests.sh b/utils/gentranstests.sh index f6d6acc..18bd2c6 100755 --- a/utils/gentranstests.sh +++ b/utils/gentranstests.sh @@ -14,8 +14,8 @@ while read -r line; do rotation="rotation $trans_piece" - file1="$(ls | grep move_*_${move1}.txt)" - file2="$(ls | grep move_*_${move2}.txt)" + file1="$(ls | grep cubes/move_*_${move1}.txt)" + file2="$(ls | grep cubes/move_*_${move2}.txt)" echo "$rotation" >"$outdir/${i}_${trans_piece}r_${move1}.in" cat "$file1" >>"$outdir/${i}_${trans_piece}r_${move1}.in" cp "$file2" "$outdir/${i}_${trans_piece}r_${move1}.out" @@ -25,8 +25,8 @@ while read -r line; do mirrored="mirrored $trans_piece" move2m="$(echo ${move2} | tr 'LR' 'RL')3" - file1="$(ls | grep move_*_${move1}.txt)" - file2="$(ls | grep move_*_${move2m}.txt)" + file1="$(ls | grep cubes/move_*_${move1}.txt)" + file2="$(ls | grep cubes/move_*_${move2m}.txt)" echo "$mirrored" >"$outdir/${i}_${trans_piece}m_${move1}.in" cat "$file1" >>"$outdir/${i}_${trans_piece}m_${move1}.in" cp "$file2" "$outdir/${i}_${trans_piece}m_${move1}.out" diff --git a/utils/move_00_U.txt b/utils/move_00_U.txt deleted file mode 100644 index b5b36ad..0000000 --- a/utils/move_00_U.txt +++ /dev/null @@ -1 +0,0 @@ -UR0 UL0 DB0 DF0 UB0 UF0 DL0 DR0 FR0 FL0 BL0 BR0 UBR0 UFL0 DFL0 DBR0 UFR0 UBL0 DFR0 DBL0 diff --git a/utils/move_01_U2.txt b/utils/move_01_U2.txt deleted file mode 100644 index 316ad57..0000000 --- a/utils/move_01_U2.txt +++ /dev/null @@ -1 +0,0 @@ -UB0 UF0 DB0 DF0 UL0 UR0 DL0 DR0 FR0 FL0 BL0 BR0 UBL0 UFR0 DFL0 DBR0 UBR0 UFL0 DFR0 DBL0 diff --git a/utils/move_02_U3.txt b/utils/move_02_U3.txt deleted file mode 100644 index 7721ab5..0000000 --- a/utils/move_02_U3.txt +++ /dev/null @@ -1 +0,0 @@ -UL0 UR0 DB0 DF0 UF0 UB0 DL0 DR0 FR0 FL0 BL0 BR0 UFL0 UBR0 DFL0 DBR0 UBL0 UFR0 DFR0 DBL0 diff --git a/utils/move_03_D.txt b/utils/move_03_D.txt deleted file mode 100644 index cf4f816..0000000 --- a/utils/move_03_D.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DR0 DL0 UR0 UL0 DB0 DF0 FR0 FL0 BL0 BR0 UFR0 UBL0 DBL0 DFR0 UFL0 UBR0 DFL0 DBR0 diff --git a/utils/move_04_D2.txt b/utils/move_04_D2.txt deleted file mode 100644 index 13b229e..0000000 --- a/utils/move_04_D2.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DF0 DB0 UR0 UL0 DR0 DL0 FR0 FL0 BL0 BR0 UFR0 UBL0 DBR0 DFL0 UFL0 UBR0 DBL0 DFR0 diff --git a/utils/move_05_D3.txt b/utils/move_05_D3.txt deleted file mode 100644 index 2864f5b..0000000 --- a/utils/move_05_D3.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DL0 DR0 UR0 UL0 DF0 DB0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFR0 DBL0 UFL0 UBR0 DBR0 DFL0 diff --git a/utils/move_06_R.txt b/utils/move_06_R.txt deleted file mode 100644 index 8c8fcb3..0000000 --- a/utils/move_06_R.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DB0 DF0 FR0 UL0 DL0 BR0 DR0 FL0 BL0 UR0 DFR2 UBL0 DFL0 UBR2 UFL0 UFR1 DBR1 DBL0 diff --git a/utils/move_07_R2.txt b/utils/move_07_R2.txt deleted file mode 100644 index 90765e2..0000000 --- a/utils/move_07_R2.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DB0 DF0 DR0 UL0 DL0 UR0 BR0 FL0 BL0 FR0 DBR0 UBL0 DFL0 UFR0 UFL0 DFR0 UBR0 DBL0 diff --git a/utils/move_08_R3.txt b/utils/move_08_R3.txt deleted file mode 100644 index d4abffc..0000000 --- a/utils/move_08_R3.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DB0 DF0 BR0 UL0 DL0 FR0 UR0 FL0 BL0 DR0 UBR2 UBL0 DFL0 DFR2 UFL0 DBR1 UFR1 DBL0 diff --git a/utils/move_09_L.txt b/utils/move_09_L.txt deleted file mode 100644 index 0b0565c..0000000 --- a/utils/move_09_L.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DB0 DF0 UR0 BL0 FL0 DR0 FR0 UL0 DL0 BR0 UFR0 DBL2 UFL2 DBR0 UBL1 UBR0 DFR0 DFL1 diff --git a/utils/move_10_L2.txt b/utils/move_10_L2.txt deleted file mode 100644 index 2498c87..0000000 --- a/utils/move_10_L2.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DB0 DF0 UR0 DL0 UL0 DR0 FR0 BL0 FL0 BR0 UFR0 DFL0 UBL0 DBR0 DBL0 UBR0 DFR0 UFL0 diff --git a/utils/move_11_L3.txt b/utils/move_11_L3.txt deleted file mode 100644 index 2ac2912..0000000 --- a/utils/move_11_L3.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DB0 DF0 UR0 FL0 BL0 DR0 FR0 DL0 UL0 BR0 UFR0 UFL2 DBL2 DBR0 DFL1 UBR0 DFR0 UBL1 diff --git a/utils/move_12_F.txt b/utils/move_12_F.txt deleted file mode 100644 index e805af8..0000000 --- a/utils/move_12_F.txt +++ /dev/null @@ -1 +0,0 @@ -FL1 UB0 DB0 FR1 UR0 UL0 DL0 DR0 UF1 DF1 BL0 BR0 UFL1 UBL0 DFR1 DBR0 DFL2 UBR0 UFR2 DBL0 diff --git a/utils/move_13_F2.txt b/utils/move_13_F2.txt deleted file mode 100644 index 8aa701f..0000000 --- a/utils/move_13_F2.txt +++ /dev/null @@ -1 +0,0 @@ -DF0 UB0 DB0 UF0 UR0 UL0 DL0 DR0 FL0 FR0 BL0 BR0 DFL0 UBL0 UFR0 DBR0 DFR0 UBR0 UFL0 DBL0 diff --git a/utils/move_14_F3.txt b/utils/move_14_F3.txt deleted file mode 100644 index 40f1260..0000000 --- a/utils/move_14_F3.txt +++ /dev/null @@ -1 +0,0 @@ -FR1 UB0 DB0 FL1 UR0 UL0 DL0 DR0 DF1 UF1 BL0 BR0 DFR1 UBL0 UFL1 DBR0 UFR2 UBR0 DFL2 DBL0 diff --git a/utils/move_15_B.txt b/utils/move_15_B.txt deleted file mode 100644 index f7fb13c..0000000 --- a/utils/move_15_B.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 BR1 BL1 DF0 UR0 UL0 DL0 DR0 FR0 FL0 UB1 DB1 UFR0 UBR1 DFL0 DBL1 UFL0 DBR2 DFR0 UBL2 diff --git a/utils/move_16_B2.txt b/utils/move_16_B2.txt deleted file mode 100644 index 9b33e35..0000000 --- a/utils/move_16_B2.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 DB0 UB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BR0 BL0 UFR0 DBR0 DFL0 UBL0 UFL0 DBL0 DFR0 UBR0 diff --git a/utils/move_17_B3.txt b/utils/move_17_B3.txt deleted file mode 100644 index 1367517..0000000 --- a/utils/move_17_B3.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 BL1 BR1 DF0 UR0 UL0 DL0 DR0 FR0 FL0 DB1 UB1 UFR0 DBL1 DFL0 UBR1 UFL0 UBL2 DFR0 DBR2 diff --git a/utils/solved.txt b/utils/solved.txt deleted file mode 100644 index dff224d..0000000 --- a/utils/solved.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 diff --git a/utils/trans_move_array.txt b/utils/trans_move_array.txt deleted file mode 100644 index 881ad0e..0000000 --- a/utils/trans_move_array.txt +++ /dev/null @@ -1,192 +0,0 @@ -[UFr] = { - .c = {0, 1, 2, 3, 4, 5, 6, 7}, - .e = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11} -}, -[ULr] = { - .c = {4, 5, 7, 6, 1, 0, 2, 3}, - .e = {5, 4, 7, 6, 0, 1, 2, 3, 25, 26, 27, 24} -}, -[UBr] = { - .c = {1, 0, 3, 2, 5, 4, 7, 6}, - .e = {1, 0, 3, 2, 5, 4, 7, 6, 10, 11, 8, 9} -}, -[URr] = { - .c = {5, 4, 6, 7, 0, 1, 3, 2}, - .e = {4, 5, 6, 7, 1, 0, 3, 2, 27, 24, 25, 26} -}, -[DFr] = { - .c = {2, 3, 0, 1, 6, 7, 4, 5}, - .e = {3, 2, 1, 0, 6, 7, 4, 5, 9, 8, 11, 10} -}, -[DLr] = { - .c = {7, 6, 4, 5, 2, 3, 1, 0}, - .e = {6, 7, 4, 5, 2, 3, 0, 1, 26, 25, 24, 27} -}, -[DBr] = { - .c = {3, 2, 1, 0, 7, 6, 5, 4}, - .e = {2, 3, 0, 1, 7, 6, 5, 4, 11, 10, 9, 8} -}, -[DRr] = { - .c = {6, 7, 5, 4, 3, 2, 0, 1}, - .e = {7, 6, 5, 4, 3, 2, 1, 0, 24, 27, 26, 25} -}, -[RUr] = { - .c = {64, 67, 65, 66, 37, 38, 36, 39}, - .e = {20, 23, 22, 21, 24, 27, 26, 25, 0, 1, 2, 3} -}, -[RFr] = { - .c = {38, 37, 36, 39, 64, 67, 66, 65}, - .e = {24, 27, 26, 25, 23, 20, 21, 22, 19, 16, 17, 18} -}, -[RDr] = { - .c = {67, 64, 66, 65, 38, 37, 39, 36}, - .e = {23, 20, 21, 22, 27, 24, 25, 26, 2, 3, 0, 1} -}, -[RBr] = { - .c = {37, 38, 39, 36, 67, 64, 65, 66}, - .e = {27, 24, 25, 26, 20, 23, 22, 21, 17, 18, 19, 16} -}, -[LUr] = { - .c = {65, 66, 64, 67, 36, 39, 37, 38}, - .e = {21, 22, 23, 20, 26, 25, 24, 27, 1, 0, 3, 2} -}, -[LFr] = { - .c = {36, 39, 38, 37, 66, 65, 64, 67}, - .e = {25, 26, 27, 24, 21, 22, 23, 20, 16, 19, 18, 17} -}, -[LDr] = { - .c = {66, 65, 67, 64, 39, 36, 38, 37}, - .e = {22, 21, 20, 23, 25, 26, 27, 24, 3, 2, 1, 0} -}, -[LBr] = { - .c = {39, 36, 37, 38, 65, 66, 67, 64}, - .e = {26, 25, 24, 27, 22, 21, 20, 23, 18, 17, 16, 19} -}, -[FUr] = { - .c = {68, 70, 69, 71, 32, 34, 33, 35}, - .e = {16, 19, 18, 17, 9, 8, 11, 10, 5, 4, 7, 6} -}, -[FRr] = { - .c = {32, 34, 35, 33, 70, 68, 69, 71}, - .e = {8, 9, 10, 11, 16, 19, 18, 17, 20, 23, 22, 21} -}, -[FDr] = { - .c = {70, 68, 71, 69, 34, 32, 35, 33}, - .e = {19, 16, 17, 18, 8, 9, 10, 11, 7, 6, 5, 4} -}, -[FLr] = { - .c = {34, 32, 33, 35, 68, 70, 71, 69}, - .e = {9, 8, 11, 10, 19, 16, 17, 18, 22, 21, 20, 23} -}, -[BUr] = { - .c = {69, 71, 68, 70, 33, 35, 32, 34}, - .e = {17, 18, 19, 16, 11, 10, 9, 8, 4, 5, 6, 7} -}, -[BRr] = { - .c = {35, 33, 32, 34, 69, 71, 70, 68}, - .e = {11, 10, 9, 8, 18, 17, 16, 19, 23, 20, 21, 22} -}, -[BDr] = { - .c = {71, 69, 70, 68, 35, 33, 34, 32}, - .e = {18, 17, 16, 19, 10, 11, 8, 9, 6, 7, 4, 5} -}, -[BLr] = { - .c = {33, 35, 34, 32, 71, 69, 68, 70}, - .e = {10, 11, 8, 9, 17, 18, 19, 16, 21, 22, 23, 20} -}, -[UFm] = { - .c = {4, 5, 6, 7, 0, 1, 2, 3}, - .e = {0, 1, 2, 3, 5, 4, 7, 6, 9, 8, 11, 10} -}, -[ULm] = { - .c = {0, 1, 3, 2, 5, 4, 6, 7}, - .e = {4, 5, 6, 7, 0, 1, 2, 3, 24, 27, 26, 25} -}, -[UBm] = { - .c = {5, 4, 7, 6, 1, 0, 3, 2}, - .e = {1, 0, 3, 2, 4, 5, 6, 7, 11, 10, 9, 8} -}, -[URm] = { - .c = {1, 0, 2, 3, 4, 5, 7, 6}, - .e = {5, 4, 7, 6, 1, 0, 3, 2, 26, 25, 24, 27} -}, -[DFm] = { - .c = {6, 7, 4, 5, 2, 3, 0, 1}, - .e = {3, 2, 1, 0, 7, 6, 5, 4, 8, 9, 10, 11} -}, -[DLm] = { - .c = {3, 2, 0, 1, 6, 7, 5, 4}, - .e = {7, 6, 5, 4, 2, 3, 0, 1, 27, 24, 25, 26} -}, -[DBm] = { - .c = {7, 6, 5, 4, 3, 2, 1, 0}, - .e = {2, 3, 0, 1, 6, 7, 4, 5, 10, 11, 8, 9} -}, -[DRm] = { - .c = {2, 3, 1, 0, 7, 6, 4, 5}, - .e = {6, 7, 4, 5, 3, 2, 1, 0, 25, 26, 27, 24} -}, -[RUm] = { - .c = {68, 71, 69, 70, 33, 34, 32, 35}, - .e = {21, 22, 23, 20, 25, 26, 27, 24, 0, 1, 2, 3} -}, -[RFm] = { - .c = {34, 33, 32, 35, 68, 71, 70, 69}, - .e = {25, 26, 27, 24, 22, 21, 20, 23, 19, 16, 17, 18} -}, -[RDm] = { - .c = {71, 68, 70, 69, 34, 33, 35, 32}, - .e = {22, 21, 20, 23, 26, 25, 24, 27, 2, 3, 0, 1} -}, -[RBm] = { - .c = {33, 34, 35, 32, 71, 68, 69, 70}, - .e = {26, 25, 24, 27, 21, 22, 23, 20, 17, 18, 19, 16} -}, -[LUm] = { - .c = {69, 70, 68, 71, 32, 35, 33, 34}, - .e = {20, 23, 22, 21, 27, 24, 25, 26, 1, 0, 3, 2} -}, -[LFm] = { - .c = {32, 35, 34, 33, 70, 69, 68, 71}, - .e = {24, 27, 26, 25, 20, 23, 22, 21, 16, 19, 18, 17} -}, -[LDm] = { - .c = {70, 69, 71, 68, 35, 32, 34, 33}, - .e = {23, 20, 21, 22, 24, 27, 26, 25, 3, 2, 1, 0} -}, -[LBm] = { - .c = {35, 32, 33, 34, 69, 70, 71, 68}, - .e = {27, 24, 25, 26, 23, 20, 21, 22, 18, 17, 16, 19} -}, -[FUm] = { - .c = {64, 66, 65, 67, 36, 38, 37, 39}, - .e = {16, 19, 18, 17, 8, 9, 10, 11, 4, 5, 6, 7} -}, -[FRm] = { - .c = {36, 38, 39, 37, 66, 64, 65, 67}, - .e = {9, 8, 11, 10, 16, 19, 18, 17, 21, 22, 23, 20} -}, -[FDm] = { - .c = {66, 64, 67, 65, 38, 36, 39, 37}, - .e = {19, 16, 17, 18, 9, 8, 11, 10, 6, 7, 4, 5} -}, -[FLm] = { - .c = {38, 36, 37, 39, 64, 66, 67, 65}, - .e = {8, 9, 10, 11, 19, 16, 17, 18, 23, 20, 21, 22} -}, -[BUm] = { - .c = {65, 67, 64, 66, 37, 39, 36, 38}, - .e = {17, 18, 19, 16, 10, 11, 8, 9, 5, 4, 7, 6} -}, -[BRm] = { - .c = {39, 37, 36, 38, 65, 67, 66, 64}, - .e = {10, 11, 8, 9, 18, 17, 16, 19, 22, 21, 20, 23} -}, -[BDm] = { - .c = {67, 65, 66, 64, 39, 37, 38, 36}, - .e = {18, 17, 16, 19, 11, 10, 9, 8, 7, 6, 5, 4} -}, -[BLm] = { - .c = {37, 39, 38, 36, 67, 65, 64, 66}, - .e = {11, 10, 9, 8, 17, 18, 19, 16, 20, 23, 22, 21} -}, diff --git a/utils/transform_00_UFr.txt b/utils/transform_00_UFr.txt deleted file mode 100644 index dff224d..0000000 --- a/utils/transform_00_UFr.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 diff --git a/utils/transform_01_ULr.txt b/utils/transform_01_ULr.txt deleted file mode 100644 index 4cfb17e..0000000 --- a/utils/transform_01_ULr.txt +++ /dev/null @@ -1 +0,0 @@ -UL0 UR0 DR0 DL0 UF0 UB0 DB0 DF0 FL1 BL1 BR1 FR1 UFL0 UBR0 DBL0 DFR0 UBL0 UFR0 DFL0 DBR0 diff --git a/utils/transform_02_UBr.txt b/utils/transform_02_UBr.txt deleted file mode 100644 index 8c7eeb7..0000000 --- a/utils/transform_02_UBr.txt +++ /dev/null @@ -1 +0,0 @@ -UB0 UF0 DF0 DB0 UL0 UR0 DR0 DL0 BL0 BR0 FR0 FL0 UBL0 UFR0 DBR0 DFL0 UBR0 UFL0 DBL0 DFR0 diff --git a/utils/transform_03_URr.txt b/utils/transform_03_URr.txt deleted file mode 100644 index ac0e932..0000000 --- a/utils/transform_03_URr.txt +++ /dev/null @@ -1 +0,0 @@ -UR0 UL0 DL0 DR0 UB0 UF0 DF0 DB0 BR1 FR1 FL1 BL1 UBR0 UFL0 DFR0 DBL0 UFR0 UBL0 DBR0 DFL0 diff --git a/utils/transform_04_DFr.txt b/utils/transform_04_DFr.txt deleted file mode 100644 index cdecc18..0000000 --- a/utils/transform_04_DFr.txt +++ /dev/null @@ -1 +0,0 @@ -DF0 DB0 UB0 UF0 DL0 DR0 UR0 UL0 FL0 FR0 BR0 BL0 DFL0 DBR0 UFR0 UBL0 DFR0 DBL0 UFL0 UBR0 diff --git a/utils/transform_05_DLr.txt b/utils/transform_05_DLr.txt deleted file mode 100644 index fffaa54..0000000 --- a/utils/transform_05_DLr.txt +++ /dev/null @@ -1 +0,0 @@ -DL0 DR0 UR0 UL0 DB0 DF0 UF0 UB0 BL1 FL1 FR1 BR1 DBL0 DFR0 UFL0 UBR0 DFL0 DBR0 UBL0 UFR0 diff --git a/utils/transform_06_DBr.txt b/utils/transform_06_DBr.txt deleted file mode 100644 index d2434fa..0000000 --- a/utils/transform_06_DBr.txt +++ /dev/null @@ -1 +0,0 @@ -DB0 DF0 UF0 UB0 DR0 DL0 UL0 UR0 BR0 BL0 FL0 FR0 DBR0 DFL0 UBL0 UFR0 DBL0 DFR0 UBR0 UFL0 diff --git a/utils/transform_07_DRr.txt b/utils/transform_07_DRr.txt deleted file mode 100644 index c03ba90..0000000 --- a/utils/transform_07_DRr.txt +++ /dev/null @@ -1 +0,0 @@ -DR0 DL0 UL0 UR0 DF0 DB0 UB0 UF0 FR1 BR1 BL1 FL1 DFR0 DBL0 UBR0 UFL0 DBR0 DFL0 UFR0 UBL0 diff --git a/utils/transform_08_RUr.txt b/utils/transform_08_RUr.txt deleted file mode 100644 index bcf6f8f..0000000 --- a/utils/transform_08_RUr.txt +++ /dev/null @@ -1 +0,0 @@ -UR1 DR1 DL1 UL1 FR1 BR1 BL1 FL1 UF0 UB0 DB0 DF0 UFR2 DBR2 UBL2 DFL2 UBR1 DFR1 UFL1 DBL1 diff --git a/utils/transform_09_RFr.txt b/utils/transform_09_RFr.txt deleted file mode 100644 index 5c9b9b2..0000000 --- a/utils/transform_09_RFr.txt +++ /dev/null @@ -1 +0,0 @@ -FR1 BR1 BL1 FL1 DR1 UR1 UL1 DL1 DF1 UF1 UB1 DB1 DFR1 UBR1 UFL1 DBL1 UFR2 DBR2 DFL2 UBL2 diff --git a/utils/transform_10_RDr.txt b/utils/transform_10_RDr.txt deleted file mode 100644 index 3cca372..0000000 --- a/utils/transform_10_RDr.txt +++ /dev/null @@ -1 +0,0 @@ -DR1 UR1 UL1 DL1 BR1 FR1 FL1 BL1 DB0 DF0 UF0 UB0 DBR2 UFR2 DFL2 UBL2 DFR1 UBR1 DBL1 UFL1 diff --git a/utils/transform_11_RBr.txt b/utils/transform_11_RBr.txt deleted file mode 100644 index 9a43c45..0000000 --- a/utils/transform_11_RBr.txt +++ /dev/null @@ -1 +0,0 @@ -BR1 FR1 FL1 BL1 UR1 DR1 DL1 UL1 UB1 DB1 DF1 UF1 UBR1 DFR1 DBL1 UFL1 DBR2 UFR2 UBL2 DFL2 diff --git a/utils/transform_12_LUr.txt b/utils/transform_12_LUr.txt deleted file mode 100644 index 90c964c..0000000 --- a/utils/transform_12_LUr.txt +++ /dev/null @@ -1 +0,0 @@ -UL1 DL1 DR1 UR1 BL1 FL1 FR1 BR1 UB0 UF0 DF0 DB0 UBL2 DFL2 UFR2 DBR2 UFL1 DBL1 UBR1 DFR1 diff --git a/utils/transform_13_LFr.txt b/utils/transform_13_LFr.txt deleted file mode 100644 index 7c234e6..0000000 --- a/utils/transform_13_LFr.txt +++ /dev/null @@ -1 +0,0 @@ -FL1 BL1 BR1 FR1 UL1 DL1 DR1 UR1 UF1 DF1 DB1 UB1 UFL1 DBL1 DFR1 UBR1 DFL2 UBL2 UFR2 DBR2 diff --git a/utils/transform_14_LDr.txt b/utils/transform_14_LDr.txt deleted file mode 100644 index bd5f6f2..0000000 --- a/utils/transform_14_LDr.txt +++ /dev/null @@ -1 +0,0 @@ -DL1 UL1 UR1 DR1 FL1 BL1 BR1 FR1 DF0 DB0 UB0 UF0 DFL2 UBL2 DBR2 UFR2 DBL1 UFL1 DFR1 UBR1 diff --git a/utils/transform_15_LBr.txt b/utils/transform_15_LBr.txt deleted file mode 100644 index 91755e0..0000000 --- a/utils/transform_15_LBr.txt +++ /dev/null @@ -1 +0,0 @@ -BL1 FL1 FR1 BR1 DL1 UL1 UR1 DR1 DB1 UB1 UF1 DF1 DBL1 UFL1 UBR1 DFR1 UBL2 DFL2 DBR2 UFR2 diff --git a/utils/transform_16_FUr.txt b/utils/transform_16_FUr.txt deleted file mode 100644 index 25cc125..0000000 --- a/utils/transform_16_FUr.txt +++ /dev/null @@ -1 +0,0 @@ -UF1 DF1 DB1 UB1 FL0 FR0 BR0 BL0 UL0 UR0 DR0 DL0 UFL2 DFR2 UBR2 DBL2 UFR1 DFL1 UBL1 DBR1 diff --git a/utils/transform_17_FRr.txt b/utils/transform_17_FRr.txt deleted file mode 100644 index 0c01df1..0000000 --- a/utils/transform_17_FRr.txt +++ /dev/null @@ -1 +0,0 @@ -FR0 FL0 BL0 BR0 UF1 DF1 DB1 UB1 UR1 DR1 DL1 UL1 UFR1 DFL1 DBR1 UBL1 DFR2 UFL2 UBR2 DBL2 diff --git a/utils/transform_18_FDr.txt b/utils/transform_18_FDr.txt deleted file mode 100644 index 05f367f..0000000 --- a/utils/transform_18_FDr.txt +++ /dev/null @@ -1 +0,0 @@ -DF1 UF1 UB1 DB1 FR0 FL0 BL0 BR0 DR0 DL0 UL0 UR0 DFR2 UFL2 DBL2 UBR2 DFL1 UFR1 DBR1 UBL1 diff --git a/utils/transform_19_FLr.txt b/utils/transform_19_FLr.txt deleted file mode 100644 index 20bf2b1..0000000 --- a/utils/transform_19_FLr.txt +++ /dev/null @@ -1 +0,0 @@ -FL0 FR0 BR0 BL0 DF1 UF1 UB1 DB1 DL1 UL1 UR1 DR1 DFL1 UFR1 UBL1 DBR1 UFL2 DFR2 DBL2 UBR2 diff --git a/utils/transform_20_BUr.txt b/utils/transform_20_BUr.txt deleted file mode 100644 index 0d8200e..0000000 --- a/utils/transform_20_BUr.txt +++ /dev/null @@ -1 +0,0 @@ -UB1 DB1 DF1 UF1 BR0 BL0 FL0 FR0 UR0 UL0 DL0 DR0 UBR2 DBL2 UFL2 DFR2 UBL1 DBR1 UFR1 DFL1 diff --git a/utils/transform_21_BRr.txt b/utils/transform_21_BRr.txt deleted file mode 100644 index f4b3bb6..0000000 --- a/utils/transform_21_BRr.txt +++ /dev/null @@ -1 +0,0 @@ -BR0 BL0 FL0 FR0 DB1 UB1 UF1 DF1 DR1 UR1 UL1 DL1 DBR1 UBL1 UFR1 DFL1 UBR2 DBL2 DFR2 UFL2 diff --git a/utils/transform_22_BDr.txt b/utils/transform_22_BDr.txt deleted file mode 100644 index c1642e0..0000000 --- a/utils/transform_22_BDr.txt +++ /dev/null @@ -1 +0,0 @@ -DB1 UB1 UF1 DF1 BL0 BR0 FR0 FL0 DL0 DR0 UR0 UL0 DBL2 UBR2 DFR2 UFL2 DBR1 UBL1 DFL1 UFR1 diff --git a/utils/transform_23_BLr.txt b/utils/transform_23_BLr.txt deleted file mode 100644 index 4394be6..0000000 --- a/utils/transform_23_BLr.txt +++ /dev/null @@ -1 +0,0 @@ -BL0 BR0 FR0 FL0 UB1 DB1 DF1 UF1 UL1 DL1 DR1 UR1 UBL1 DBR1 DFL1 UFR1 DBL2 UBR2 UFL2 DFR2 diff --git a/utils/transform_24_UFm.txt b/utils/transform_24_UFm.txt deleted file mode 100644 index 7888e4b..0000000 --- a/utils/transform_24_UFm.txt +++ /dev/null @@ -1 +0,0 @@ -UF0 UB0 DB0 DF0 UL0 UR0 DR0 DL0 FL0 FR0 BR0 BL0 UFL0 UBR0 DFR0 DBL0 UFR0 UBL0 DFL0 DBR0 diff --git a/utils/transform_25_ULm.txt b/utils/transform_25_ULm.txt deleted file mode 100644 index 0abeb75..0000000 --- a/utils/transform_25_ULm.txt +++ /dev/null @@ -1 +0,0 @@ -UR0 UL0 DL0 DR0 UF0 UB0 DB0 DF0 FR1 BR1 BL1 FL1 UFR0 UBL0 DBR0 DFL0 UBR0 UFL0 DFR0 DBL0 diff --git a/utils/transform_26_UBm.txt b/utils/transform_26_UBm.txt deleted file mode 100644 index 0fba52a..0000000 --- a/utils/transform_26_UBm.txt +++ /dev/null @@ -1 +0,0 @@ -UB0 UF0 DF0 DB0 UR0 UL0 DL0 DR0 BR0 BL0 FL0 FR0 UBR0 UFL0 DBL0 DFR0 UBL0 UFR0 DBR0 DFL0 diff --git a/utils/transform_27_URm.txt b/utils/transform_27_URm.txt deleted file mode 100644 index 49bce19..0000000 --- a/utils/transform_27_URm.txt +++ /dev/null @@ -1 +0,0 @@ -UL0 UR0 DR0 DL0 UB0 UF0 DF0 DB0 BL1 FL1 FR1 BR1 UBL0 UFR0 DFL0 DBR0 UFL0 UBR0 DBL0 DFR0 diff --git a/utils/transform_28_DFm.txt b/utils/transform_28_DFm.txt deleted file mode 100644 index 442aacd..0000000 --- a/utils/transform_28_DFm.txt +++ /dev/null @@ -1 +0,0 @@ -DF0 DB0 UB0 UF0 DR0 DL0 UL0 UR0 FR0 FL0 BL0 BR0 DFR0 DBL0 UFL0 UBR0 DFL0 DBR0 UFR0 UBL0 diff --git a/utils/transform_29_DLm.txt b/utils/transform_29_DLm.txt deleted file mode 100644 index d2cfc53..0000000 --- a/utils/transform_29_DLm.txt +++ /dev/null @@ -1 +0,0 @@ -DR0 DL0 UL0 UR0 DB0 DF0 UF0 UB0 BR1 FR1 FL1 BL1 DBR0 DFL0 UFR0 UBL0 DFR0 DBL0 UBR0 UFL0 diff --git a/utils/transform_30_DBm.txt b/utils/transform_30_DBm.txt deleted file mode 100644 index 4d92a58..0000000 --- a/utils/transform_30_DBm.txt +++ /dev/null @@ -1 +0,0 @@ -DB0 DF0 UF0 UB0 DL0 DR0 UR0 UL0 BL0 BR0 FR0 FL0 DBL0 DFR0 UBR0 UFL0 DBR0 DFL0 UBL0 UFR0 diff --git a/utils/transform_31_DRm.txt b/utils/transform_31_DRm.txt deleted file mode 100644 index 6774947..0000000 --- a/utils/transform_31_DRm.txt +++ /dev/null @@ -1 +0,0 @@ -DL0 DR0 UR0 UL0 DF0 DB0 UB0 UF0 FL1 BL1 BR1 FR1 DFL0 DBR0 UBL0 UFR0 DBL0 DFR0 UFL0 UBR0 diff --git a/utils/transform_32_RUm.txt b/utils/transform_32_RUm.txt deleted file mode 100644 index 8ba9819..0000000 --- a/utils/transform_32_RUm.txt +++ /dev/null @@ -1 +0,0 @@ -UL1 DL1 DR1 UR1 FL1 BL1 BR1 FR1 UF0 UB0 DB0 DF0 UFL2 DBL2 UBR2 DFR2 UBL1 DFL1 UFR1 DBR1 diff --git a/utils/transform_33_RFm.txt b/utils/transform_33_RFm.txt deleted file mode 100644 index fb9434d..0000000 --- a/utils/transform_33_RFm.txt +++ /dev/null @@ -1 +0,0 @@ -FL1 BL1 BR1 FR1 DL1 UL1 UR1 DR1 DF1 UF1 UB1 DB1 DFL1 UBL1 UFR1 DBR1 UFL2 DBL2 DFR2 UBR2 diff --git a/utils/transform_34_RDm.txt b/utils/transform_34_RDm.txt deleted file mode 100644 index 96cbee8..0000000 --- a/utils/transform_34_RDm.txt +++ /dev/null @@ -1 +0,0 @@ -DL1 UL1 UR1 DR1 BL1 FL1 FR1 BR1 DB0 DF0 UF0 UB0 DBL2 UFL2 DFR2 UBR2 DFL1 UBL1 DBR1 UFR1 diff --git a/utils/transform_35_RBm.txt b/utils/transform_35_RBm.txt deleted file mode 100644 index e57c13c..0000000 --- a/utils/transform_35_RBm.txt +++ /dev/null @@ -1 +0,0 @@ -BL1 FL1 FR1 BR1 UL1 DL1 DR1 UR1 UB1 DB1 DF1 UF1 UBL1 DFL1 DBR1 UFR1 DBL2 UFL2 UBR2 DFR2 diff --git a/utils/transform_36_LUm.txt b/utils/transform_36_LUm.txt deleted file mode 100644 index 735768b..0000000 --- a/utils/transform_36_LUm.txt +++ /dev/null @@ -1 +0,0 @@ -UR1 DR1 DL1 UL1 BR1 FR1 FL1 BL1 UB0 UF0 DF0 DB0 UBR2 DFR2 UFL2 DBL2 UFR1 DBR1 UBL1 DFL1 diff --git a/utils/transform_37_LFm.txt b/utils/transform_37_LFm.txt deleted file mode 100644 index 8ee4766..0000000 --- a/utils/transform_37_LFm.txt +++ /dev/null @@ -1 +0,0 @@ -FR1 BR1 BL1 FL1 UR1 DR1 DL1 UL1 UF1 DF1 DB1 UB1 UFR1 DBR1 DFL1 UBL1 DFR2 UBR2 UFL2 DBL2 diff --git a/utils/transform_38_LDm.txt b/utils/transform_38_LDm.txt deleted file mode 100644 index 4b3f54b..0000000 --- a/utils/transform_38_LDm.txt +++ /dev/null @@ -1 +0,0 @@ -DR1 UR1 UL1 DL1 FR1 BR1 BL1 FL1 DF0 DB0 UB0 UF0 DFR2 UBR2 DBL2 UFL2 DBR1 UFR1 DFL1 UBL1 diff --git a/utils/transform_39_LBm.txt b/utils/transform_39_LBm.txt deleted file mode 100644 index 3b98506..0000000 --- a/utils/transform_39_LBm.txt +++ /dev/null @@ -1 +0,0 @@ -BR1 FR1 FL1 BL1 DR1 UR1 UL1 DL1 DB1 UB1 UF1 DF1 DBR1 UFR1 UBL1 DFL1 UBR2 DFR2 DBL2 UFL2 diff --git a/utils/transform_40_FUm.txt b/utils/transform_40_FUm.txt deleted file mode 100644 index 0c6484d..0000000 --- a/utils/transform_40_FUm.txt +++ /dev/null @@ -1 +0,0 @@ -UF1 DF1 DB1 UB1 FR0 FL0 BL0 BR0 UR0 UL0 DL0 DR0 UFR2 DFL2 UBL2 DBR2 UFL1 DFR1 UBR1 DBL1 diff --git a/utils/transform_41_FRm.txt b/utils/transform_41_FRm.txt deleted file mode 100644 index cc67b5b..0000000 --- a/utils/transform_41_FRm.txt +++ /dev/null @@ -1 +0,0 @@ -FL0 FR0 BR0 BL0 UF1 DF1 DB1 UB1 UL1 DL1 DR1 UR1 UFL1 DFR1 DBL1 UBR1 DFL2 UFR2 UBL2 DBR2 diff --git a/utils/transform_42_FDm.txt b/utils/transform_42_FDm.txt deleted file mode 100644 index c3d8b39..0000000 --- a/utils/transform_42_FDm.txt +++ /dev/null @@ -1 +0,0 @@ -DF1 UF1 UB1 DB1 FL0 FR0 BR0 BL0 DL0 DR0 UR0 UL0 DFL2 UFR2 DBR2 UBL2 DFR1 UFL1 DBL1 UBR1 diff --git a/utils/transform_43_FLm.txt b/utils/transform_43_FLm.txt deleted file mode 100644 index ae096e0..0000000 --- a/utils/transform_43_FLm.txt +++ /dev/null @@ -1 +0,0 @@ -FR0 FL0 BL0 BR0 DF1 UF1 UB1 DB1 DR1 UR1 UL1 DL1 DFR1 UFL1 UBR1 DBL1 UFR2 DFL2 DBR2 UBL2 diff --git a/utils/transform_44_BUm.txt b/utils/transform_44_BUm.txt deleted file mode 100644 index 08d5683..0000000 --- a/utils/transform_44_BUm.txt +++ /dev/null @@ -1 +0,0 @@ -UB1 DB1 DF1 UF1 BL0 BR0 FR0 FL0 UL0 UR0 DR0 DL0 UBL2 DBR2 UFR2 DFL2 UBR1 DBL1 UFL1 DFR1 diff --git a/utils/transform_45_BRm.txt b/utils/transform_45_BRm.txt deleted file mode 100644 index 167c62e..0000000 --- a/utils/transform_45_BRm.txt +++ /dev/null @@ -1 +0,0 @@ -BL0 BR0 FR0 FL0 DB1 UB1 UF1 DF1 DL1 UL1 UR1 DR1 DBL1 UBR1 UFL1 DFR1 UBL2 DBR2 DFL2 UFR2 diff --git a/utils/transform_46_BDm.txt b/utils/transform_46_BDm.txt deleted file mode 100644 index f5e56f2..0000000 --- a/utils/transform_46_BDm.txt +++ /dev/null @@ -1 +0,0 @@ -DB1 UB1 UF1 DF1 BR0 BL0 FL0 FR0 DR0 DL0 UL0 UR0 DBR2 UBL2 DFL2 UFR2 DBL1 UBR1 DFR1 UFL1 diff --git a/utils/transform_47_BLm.txt b/utils/transform_47_BLm.txt deleted file mode 100644 index 02b2828..0000000 --- a/utils/transform_47_BLm.txt +++ /dev/null @@ -1 +0,0 @@ -BR0 BL0 FL0 FR0 UB1 DB1 DF1 UF1 UR1 DR1 DL1 UL1 UBR1 DBL1 DFR1 UFL1 DBR2 UBL2 UFR2 DFL2 -- cgit v1.3