aboutsummaryrefslogtreecommitdiff
path: root/src/speedcubing/slice-theory/slice-theory.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-02-06 09:07:25 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-02-06 09:07:25 +0100
commit315672cbd8eecc563b066fddea25d1440fe8fe89 (patch)
tree1f609728de977e5a92f419b434af3192c13d4d5c /src/speedcubing/slice-theory/slice-theory.md
parent283bd37072f9e5b3618d7af26088a11ca554a810 (diff)
downloadsebastiano.tronto.net-315672cbd8eecc563b066fddea25d1440fe8fe89.tar.gz
sebastiano.tronto.net-315672cbd8eecc563b066fddea25d1440fe8fe89.zip
Added example for triple slice
Diffstat (limited to 'src/speedcubing/slice-theory/slice-theory.md')
-rw-r--r--src/speedcubing/slice-theory/slice-theory.md30
1 files changed, 28 insertions, 2 deletions
diff --git a/src/speedcubing/slice-theory/slice-theory.md b/src/speedcubing/slice-theory/slice-theory.md
index e385051..a08c653 100644
--- a/src/speedcubing/slice-theory/slice-theory.md
+++ b/src/speedcubing/slice-theory/slice-theory.md
@@ -266,8 +266,34 @@ with an `E2` it makes more sense to insert and `E` and an `E2` and then fix
266with another `E`, for maximum cancellation. This is reflected in the order 266with another `E`, for maximum cancellation. This is reflected in the order
267I wrote the insertions. 267I wrote the insertions.
268 268
269I would like to add more examples here, but I have yet to use 3-slice 269Here is an example of 3-slice insertion in a real (at-home) solve of mine:
270insertions in an actual FMC attempt. 270
271```
272Scramble: R' U' F D2 F' D2 F2 R2 F U2 F2 D2 F2 R2 L U2 B2 U' L R' F2 D' B U2 R' U' F
273Solution: F' L' R D' B U L' F2 L' R2 D' L2 D2 B2 D2 R' D2 B2 R2 B2 L F2 R (23)
274
275F' L' R D' B //EO (5/5)
276U L' F2 L' R2 D' //DR (6/11)
277(R' F2 R' *) R2 U2 F2 U2 L' //HTR (8/19)
278B2 U2 R2 U2 //Slice (4/23)
279```
280
281The slice is not solve here, so the first thing I do is solving it
282(very inefficiently).
283
284```
285* = R' D2 L R' B2 L' //Placeholder solve slice (6-2/27)
286```
287
288Then I rewrite DR part and work on insertions:
289
290```
291R2 [1] U2 F2 U2 L' [2] B2 U2 R2 U2 L B2 R L' [3] D2 F2 R
292[1] = M2 (0)
293[2] = [3] = M' (-4)
294```
295
296In this case, each pair of insertions is separated by an I-sequence.
271 297
272## General n-slice insertions 298## General n-slice insertions
273 299

Generated with cgit - Back to sebastiano.tronto.net