- Code: Select all
076090080002003009030600000100500000069020430000006008000001050600200800020050170
Now, move along to where he presents the following PM.
- Code: Select all
+----------------+----------------+----------------+
| 5 7 6 | 4 9 2 | 3 8 1 |
| 48 148 2 | 78 178 3 | 5 6 9 |
| 9 3 18 | 6 18 5 | 7 4 2 |
+----------------+----------------+----------------+
| 1 48 348 | 5 348 9 | 6 2 7 |
| 78 6 9 | 1 2 78 | 4 3 5 |
| 2 45 3457 | 37 347 6 | 9 1 8 |
+----------------+----------------+----------------+
| 478 9 478 | 38 6 1 | 2 5 34 |
| 6 15 15 | 2 37 47 | 8 9 34 |
| 3 2 48 | 9 5 48 | 1 7 6 |
+----------------+----------------+----------------+
At this point, we can represent the PM as an 81-char sequence -- sans elimination information.
- Code: Select all
576492381002003569930605742100509627069120435200006918090061250600200890320950176
Now, create a PM of the above sequence and include the elimination information.
- Code: Select all
*-----------------------------------------------------------*
| 5 7 6 | 4 9 2 | 3 8 1 |
| 48 148 2 | 78 178 3 | 5 6 9 |
| 9 3 18 | 6 18 5 | 7 4 2 |
|-------------------+-------------------+-------------------|
| 1 48 348 | 5 348 9 | 6 2 7 |
| 78 6 9 | 1 2 78 | 4 3 5 |
| 2 45 3457 | 37 347 6 | 9 1 8 |
|-------------------+-------------------+-------------------|
| 478 9 478 | 38-7 6 1 | 2 5 34 |
| 6 15-4 15-47 | 2 37-4 47 | 8 9 34 |
| 3 2 48 | 9 5 48 | 1 7 6 |
*-----------------------------------------------------------*
Q: How do we add elimination information to the second sequence?
A: By replacing <0> with uppercase and lowercase letters {a..Ia..i} in cells with eliminations.
- Code: Select all
* *** *
7 447 4
576492381002003569930605742100509627069120435200006918090G612506DDg2D0890320950176
Uppercase letters always start eliminations for a cell. If more than one elimination exists for a cell, then the additional eliminations are represented by lowercase letters.
Only cells with multiple eliminations will ever increase the length of the sequence. I don't claim this approach is suitable for all PMs. However, it may be suitable for the vast majority.
Note: I have no idea why anyone would prefer a compressed PM format over the original, multi-line format. There's no way to *mark* the PM with other information.