_

CPLine

In this step, we'll solve DLF (completing a 3x1x1 line on LD) while forcing the remaining 6 corners into one of 120 of 720 possible permutations (this allows us to solve the corners <R,U>). This step is divided into two parts: (1) we'll learn to find a "key swap" and (2) we'll learn how R, U, and F affect it.


Recognition

A key swap is just 2 special corner pieces on the R or U faces. There are 3 steps to finding a key swap: (1) find an ordered triplet which you'll use to (2) find an "initial swap", then (3) convert the initial swap into a key swap.

Building on conventions from the EOPair section, this tutorial will use red front yellow top. To make things easier, we'll give each of the remaining 7 corners a name.

LL Recognition

First, we need our ordered triplet. If x (the corner that belongs at DFL) is unsolved, pretend that it's whatever corner is currently at DFL. Now, based on where Y and Z are, read an ordered triplet of 3 LL corners as illustrated in the diagrams below by the corners marked in gray (starting at the brightest and ending at the darkest).

If Y and Z are either both on U or both on D, there are 5 possibilities:

If only one of the two are on D, there are 4 possibilities:

Initial swap

We'll now use this triplet to get an initial swap. If we label our ordered list of corners with the letters (A, B, C), we can find this LL swap by looking at how (1) A is related to B, and (2) B is related to C.

To do this we'll define 3 types of relations between two corners A, B:
1. Forwards: A is clockwise of B (e.g. A = 1, B = 2)
2. Backwards: A is counterclockwise of B (e.g. A = 2, B = 1)
3. Jump: A is two steps ahead of B (e.g. A = 1, B = 3)

Now, we can figure out which two of A, B, C, D need to be swapped (where D = the last LL corner that wasn't included in the triplet. The table below lists possible relations (A-B, B-C) and the corresponding LL swap:
(forwards, forwards) (forwards, jump) (backwards, backwards) (backwards, jump) (jump, forwards) (jump, backwards)
None C, D A, C A, B A, D B, C

Standard form

Now, we just need to convert our initial swap into a key swap. Key swaps have to satisfy the following:
- if X is unsolved, the key swap must contain X.
- if X is solved, the key swap must only involve corners on R.

If your initial swap currently doesn't satisfy the above, you're going to have to choose 2 different corners for your key swap. To do this, use the 5 diagrams below. Each diagram depicts 3 swaps (for example, the leftmost diagram contains the swaps UBL-UBR, UFR-DFR, and UFL-DBR). Find the diagram that contains your initial swap. Your key swap is just the swap in this diagram that satisfies the key swap requirements about X being solved/unsolved.

The name above each diagram is a mnemonic that happens to perform 2 of the 3 swaps depicted in each diagram. Don't worry too much about it--learning the names won't be necessary for performing CPLine.



Tracking

To efficiently solve EOPair and CPLine in inspection, you'll need to know how <R, U, F> changes key swaps.

<R, U>

R and U are fairly straightforward:
- if your key swap involves X, R and U simply move the two swap pieces around normally.
- if your key swap does not involve X, you'll have to make sure that it's always in standard form (i.e. only involves corner pieces on R). R and U moves will still move the two swap pieces around normally, but sometimes you may have to rewrite the swap if it starts to involve a corner not on R.

<F>

F moves are more complicated. They will move X around normally, but affect the other swap piece in obscure ways. You'll have to learn what F moves do to every possible key swap. We can do this by memorizing ordered quadruples of key swaps (A, B, C, D), where:
- an F will get you from A to B, B to C, C to D, or D to A;
- an F' will get you from A to D, D to C, C to B, or B to A;
- an F2 will get you from A to C, B to D, C to A, or D to B.

There are 15 quadruples to memorize. The corners in red represent a starting key swap A (where solid red = X. If there is no light red corner, A = no-swap, and if there is no solid red corner, X is solved). Since X moves around normally, the diagrams don't keep track of it; corners in grayscale just show what happens to the other swap piece as you move through the quadruple from B to D (starting at the brightest and ending at the darkest).

To aid memorization, quadruples are divided into 3 categories.

Singularities - key swaps that aren't affected by F moves:

Paths - quadruples where X isn't affected:

Creatures - quadruples where X is affected:

So now, for example: if your key swap is [DFR]-URF (the square brackets indicate that X is at DFR), you can figure out what an F move might do to it by looking for the [DFR]-URF swap in the diagrams above (in this case, it happens to be in Seahorse) and reading out the next swap in the quadruplet ([DFR]-URF = D in the Seahorse quadruplet, so an F move would turn the key swap into A in the Seahorse quadruplet or URB-DRB).


Execution

The above will allow you to find a key swap in inspection and predict what will happen to it through EOPair (this is the reason why EOPair is done <R,r,U,u,F,f>). Additionally, we now have an efficient way to solve CPLine: move the swap pieces around normally with <R,U> until X is on the F face and the other swap piece is at URB (which puts the key swap into the Point quadruple), and then use an F move to solve X while changing our key swap from X-URB to solved (since the Point quadruple includes the fully solved state, we know that once we solve X with an F move the key swap will also be solved).

If X is already solved, twisted in place, or the key swap = no-swap, start with an F move to displace X or change the key swap, and then proceed with the above.

If you're having trouble seeing how this is done, take a look at some example solves.
It will take some time before you become comfortable with planning both EOPair and CPLine (a.k.a. "2GLine") in inspection. As a stepping stone, you can identify a key swap + plan the EOPair in inspection, then track your swap through your EOPair execution. You can also use the CP trainer to get practice tracking and recognizing key swaps quickly.

Click here to move on to the next step (Block).