- Code: Select all
- *--------------------------------------------------------*
 | 579   5789  1 | 2     3     4     | 78   6789  679     |
 | 3     2     4 | 789   679   689   | 5    179   1789    |
 | 789   789   6 |d178-9 579  c1589  | 3    4     2       |
 |---------------+-------------------+--------------------|
 | 12459 1459  7 | 1349  249   19    | 6    13589 134589  |
 | 12459 1459  3 | 6     8     7     | 124  159   1459    |
 | 12469 1469  8 | 5     249   139   | 1247 1379  1479    |
 |---------------+-------------------+--------------------|
 | 678   3678  2 |a34789 1    b35689 | 47   35678 345678  |
 | 1678  1467  9 | 3478  4567  2     | 1478 157   1345678 |
 | 1467  13678 5 | 3478  467   368   | 9    2     147     |
 *--------------------------------------------------------*
(9) r7c4 = (9-5) r7c6 = (5-1) r3c6 = (1) r3c4 => - 9 r3c4. This is a simple AIC that works in ordinary Sudoku as well.
- Code: Select all
- *-----------------------------------------------------------*
 | 579     5789  1 | 2     3    4     | 78    6789   679     |
 | 3       2     4 | 789   679  689   | 5    e179   d1789    |
 | 789     789   6 | 178   579  1589  | 3     4      2       |
 |-----------------+------------------+----------------------|
 | 12459   1459  7 | 1349  249  19    | 6     13589  134589  |
 | 12459   1459  3 | 6     8    7     | 124   159    1459    |
 | 12469   1469  8 | 5     249  139   | 1247  1379   1479    |
 |-----------------+------------------+----------------------|
 | 678     3678  2 | 34789 1    35689 | 47    35678  345678  |
 | 1678  fa467-1 9 | 3478  4567 2     |b1478 b157   b1345678 |
 | 1467    13678 5 | 3478  467  368   | 9     2     c147     |
 *-----------------------------------------------------------*
(1) r8c2 - r8c789 = r9c9 - r2c9 = r2c8 - r8c2 => - 1 r8c2. This is a diagonal based grouped X chain.
- Code: Select all
- *---------------------------------------------------------*
 |a579bB 5789  1 | 2     3    4     | 78    6789   679     |
 | 3     2     4 | 789   679  689   | 5     179    1789    |
 | 789A  789A  6 | 178A  579  1589  | 3     4      2       |
 |---------------+------------------+----------------------|
 | 12459 1459  7 | 349-1 249  19    | 6     13589  134589  |
 | 12459 1459  3 | 6     8    7     | 124   159    1459    |
 | 12469 1469  8 | 5     249  139   | 1247  1379   1479    |
 |---------------+------------------+----------------------|
 | 678   3678  2 | 34789 1    35689 |a47a   35678  345678  |
 | 1678  467   9 | 3478  4567 2     | 1478 a157    1345678 |
 | 1467  13678 5 | 3478  467  368   | 9     2     a147a    |
 *---------------------------------------------------------*
 3 Petal Death Blossom: Stem Cell r1c1 {579};
 
 (1=5) r7c7, r8c8, r9c9 - (5) r1c1
 
 (1=7) r7c7, r9c9       - (7) r1c1;
 
 (1=9) r3c124           - (9) r1c1; => - 1 r4c4
This works the same way as it does in ordinary Sudoku but two of the ALSs are at the bottom of the \ diagonal.  I'll stop there, but after the DB you can make progress with some easy moves.
Leren