diff options
Diffstat (limited to 'src/speedcubing')
| -rw-r--r-- | src/speedcubing/slice-theory/slice-theory.md | 30 |
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 | |||
| 266 | with another `E`, for maximum cancellation. This is reflected in the order | 266 | with another `E`, for maximum cancellation. This is reflected in the order |
| 267 | I wrote the insertions. | 267 | I wrote the insertions. |
| 268 | 268 | ||
| 269 | I would like to add more examples here, but I have yet to use 3-slice | 269 | Here is an example of 3-slice insertion in a real (at-home) solve of mine: |
| 270 | insertions in an actual FMC attempt. | 270 | |
| 271 | ``` | ||
| 272 | Scramble: 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 | ||
| 273 | Solution: 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 | |||
| 275 | F' L' R D' B //EO (5/5) | ||
| 276 | U L' F2 L' R2 D' //DR (6/11) | ||
| 277 | (R' F2 R' *) R2 U2 F2 U2 L' //HTR (8/19) | ||
| 278 | B2 U2 R2 U2 //Slice (4/23) | ||
| 279 | ``` | ||
| 280 | |||
| 281 | The 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 | |||
| 288 | Then I rewrite DR part and work on insertions: | ||
| 289 | |||
| 290 | ``` | ||
| 291 | R2 [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 | |||
| 296 | In 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 | ||
