Advertisement
Athefre

ZB160

May 10th, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. All edges oriented:
  2.  
  3. UF+UB = M2, Cycle DB->UL and DF->UR
  4. UL+UR = U'M2, Cycle DB->UF->UR and DF->UB->UL
  5.  
  6. UB+UF = U2M2U2, Cycle DB->UL and DF->UR
  7. UR+UL = UM2U2, Cycle DB->UF->UR and DF->UB->UL
  8.  
  9. UL+UF = M2, Cycle DB->UR->DF
  10. UL+UB = U2M2U2, Cycle DB->UR->DF
  11. UF+UR = M2, Cycle DB->UL->DF
  12. UB+UR = U2M2U2, Cycle DB->UL->DF
  13.  
  14. UF+UL = M2UM'U', Cycle DB->UL->DF
  15. UB+UL = U2M2U'M'U', Cycle DB->UL->DF
  16. UR+UF = M2U'M'U, Cycle DB->UR->DF
  17. UR+UB = U2M2UM'U, Cycle DB->UR->DF
  18.  
  19. Like how CLL+1 sets a specific slot for each corner orientation, this sets two slots, L and R.
  20.  
  21. Setup: RU2R'U'RU'R'
  22. Let's use the slot to the left of the oriented corner (UL) and the slot opposite of it (UR). The two edges that belong in those slots are at UL and UB (UL+UB). Do the setup, your alg will solve the CLL case and do the shown cycle, then undo the setup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement