diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-12 10:06:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-12 10:06:49 +0200 |
| commit | 17ff0ec7eaf229a0cc1831123f78267dc00e8b0c (patch) | |
| tree | dca7d3875b9b76c8737f73e6af2c4eed8ac56891 | |
| parent | 68d68497110cc6f4b3996b014fcde1fd728e16c0 (diff) | |
| download | sebastiano.tronto.net-17ff0ec7eaf229a0cc1831123f78267dc00e8b0c.tar.gz sebastiano.tronto.net-17ff0ec7eaf229a0cc1831123f78267dc00e8b0c.zip | |
Added solves from FMC Utrecht
| -rw-r--r-- | src/speedcubing/fmcutrecht-2024-solves.txt | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/src/speedcubing/fmcutrecht-2024-solves.txt b/src/speedcubing/fmcutrecht-2024-solves.txt new file mode 100644 index 0000000..dfd9988 --- /dev/null +++ b/src/speedcubing/fmcutrecht-2024-solves.txt | |||
| @@ -0,0 +1,74 @@ | |||
| 1 | Round 1 Attempt 1 - 20 | ||
| 2 | |||
| 3 | R' U' F D2 L' D2 B' U2 B' L2 F' L2 B' D2 R D U B' D R2 B2 D F' R' U' F | ||
| 4 | |||
| 5 | # Solution | ||
| 6 | |||
| 7 | D B' U' F L D F2 R2 F2 B' R2 F' U B2 U B2 R2 U2 D2 F2 (20) | ||
| 8 | |||
| 9 | Explanation: | ||
| 10 | |||
| 11 | D B' U' F L //EO (5/5) | ||
| 12 | D //JZP (1/6) | ||
| 13 | (F2 L2 F2 U' F2 U) //DR (6/12) | ||
| 14 | B2 L2 F D2 B //HTR (5/17) | ||
| 15 | F2 D2 //Leave double slice (2/19 but actually 18) | ||
| 16 | |||
| 17 | Rewrite | ||
| 18 | D B' U' F L D | ||
| 19 | (F2 L2 F2 U' F2 U D2) | ||
| 20 | {B2 L2 F D2 B F2} | ||
| 21 | |||
| 22 | {} = F2 R2 F2 B' R2 F' (0/18) | ||
| 23 | |||
| 24 | For the part on inverse at first I rewrote it as | ||
| 25 | (F2 L2 D U' R2 D2 U L2 D') (3/21) | ||
| 26 | |||
| 27 | But then I found this non-obvious equivalent | ||
| 28 | (F2 D2 U2 R2 B2 U' B2 U') (-1/20) | ||
| 29 | |||
| 30 | Optimal from EO :) | ||
| 31 | |||
| 32 | Now if you look at the solution linearly on normal, it looks like a DR solve: | ||
| 33 | |||
| 34 | D B' U' F L //EO (5/5) | ||
| 35 | D //RZP (1/6) | ||
| 36 | F2 R2 F2 B' R2 F' //Sub-optimal DR, I would never look at this (6/12) | ||
| 37 | U B2 U //HTR (3/15) | ||
| 38 | B2 R2 U2 D2 F2 //Finish (5/20) | ||
| 39 | |||
| 40 | Adding a slice to turn the 11 move DR into a 12 mover is something I | ||
| 41 | would never consider, but in this case it make the HTR much easier. | ||
| 42 | |||
| 43 | # Other comments | ||
| 44 | |||
| 45 | The scramble had 14 EOs in 4, only 1 of which requiring NISS. I missed | ||
| 46 | some of the linear ones and I don't know why, maybe I felt some comp | ||
| 47 | pressure. | ||
| 48 | |||
| 49 | That turned out not to be a problem because the 4 move EOs all sucked. | ||
| 50 | I had a few short DRs from the, but they were all 5qt. From 4 move EOs, | ||
| 51 | mallard finds a 23 with RZP in 6 and DR in 12. With EO in 4 and RZP in | ||
| 52 | 5 the best it finds is a 25. | ||
| 53 | |||
| 54 | Good time management on my part, I started rushing through 5 move EOs | ||
| 55 | at the right moment and found a bunch of direct RZPs, but did not try | ||
| 56 | to switch after each of them immediately. The EO I used was the 20th, | ||
| 57 | and it immediately stood out. Found the double slice quite early and I | ||
| 58 | have not worked on anything else after that. | ||
| 59 | |||
| 60 | ------------------------------------------------------------------------------- | ||
| 61 | Round 1 Attempt 2 - DNF (but I could have written down a 26, I'm stupid) | ||
| 62 | R' U' F D U2 B R2 F2 D2 F D2 B' U2 F L2 R' B2 R B2 U L2 R2 F' R' U' F | ||
| 63 | ------------------------------------------------------------------------------- | ||
| 64 | Round 1 Attempt 3 - 22 | ||
| 65 | R' U' F R F L B' U D' F2 R F D2 R2 F R2 D2 B2 R2 U2 F2 L2 R' B' R' U' F | ||
| 66 | ------------------------------------------------------------------------------- | ||
| 67 | Round 2 Attempt 1 - 22 | ||
| 68 | R' U' F L D' R2 D2 U2 B F2 D2 L2 U2 L2 B' L2 D' F R2 D' U B D2 R' U' F | ||
| 69 | ------------------------------------------------------------------------------- | ||
| 70 | Round 2 Attempt 2 - 27 | ||
| 71 | R' U' F R F' L' B2 L' F B L' D B' D' B2 U D2 L2 B2 D F2 R' U' F | ||
| 72 | ------------------------------------------------------------------------------- | ||
| 73 | Round 2 Attempt 3 - 25 | ||
| 74 | R' U' F R' L' D' L U' R2 D2 F' D R2 B R2 U2 F L2 F' L2 U2 R' B R' U' F | ||
