Step 3b: Solve The Other Two Edges
This step comes after you have solved two adjacent edges in the bottom layer. There are only 7 cases in this step, and most of them are pretty nice. Put the two solved edges at DF and DL, and then see what case you have.
(UR-DR) |
(1,0) / (0,-3) / (-1,-4) / (1,1) / (0,3) / (0,3) / (-1,0) |
(UR-DR)(UB-DB) |
(0,2) / (0,3) / (1,1) / (-1,-4) / (0,-2) |
(UR-DB)(UB-DR) |
/ (0,3) / (0,-4) / (1,1) / (-1,3) / (0,-3) / |
(UF-DR)(UB-DB) |
/ (-3,0) / (0,5) / (6,1) / (0,3) / (-5,0) / (-1,6) |
(UR-DR-DB) |
(4,5) / (0,3) / (0,-5) / (5,0) / (-3,0) / (-5,0) / (-4,0) |
(UR-DB-DR) |
(4,0) / (5,0) / (3,0) / (-5,0) / (0,5) / (0,-3) / (-4,-5) |
(DR-DB) |
(-2,0) / (3,0) / (-1,-1) / (-2,1) / (-1,0) |