Mike Barker wrote:
- Code: Select all
7-element Nice Loop: r8c9 =1= r8c4 =5= r4c4 -5- r5c5 -9- r5c8 =9= r6c8 =8= r6c1 =2= r4c1 -2- r4c9 ~3~ r8c9 => r8c9<>3
+-------------------+-------------------+----------------+
| 1 2 4 | 79 379 379 | 6 5 8 |
| 9 3 7 | 8 6 5 | 2 1 4 |
| 6 5 8 | 14 2 14 | 37 37 9 |
+-------------------+-------------------+----------------+
| 2457* 79 359 | 579* 1 8 | 345 6 23* |
| 48 189 1359 | 6 59* 2 | 1345 89* 7 |
| 2578* 6 159 | 3 4 79 | 15 89* 12 |
+-------------------+-------------------+----------------+
| 578 1789 159 | 2 3579 1379 | 17 4 6 |
| 57 4 2 | 157* 8 6 | 9 37 1-3* |
| 3 179 6 | 1479 79 1479 | 8 2 5 |
+-------------------+-------------------+----------------+
After checking my chain routine for more time than I'm going to admit, I finally realized that the reason it wasn't generating Mike's elimination was because it generated an assignment.
- Code: Select all
r8c9 =1= r6c9 =2= r6c1 =8= r6c8 =9= r5c8 -9- r5c5 -5- r7c5 =5= r8c4 =1= r8c9 => r8c9=1
+--------------------------------------------------------------+
| 1 2 4 | 79 379 379 | 6 5 8 |
| 9 3 7 | 8 6 5 | 2 1 4 |
| 6 5 8 | 14 2 14 | 37 37 9 |
|--------------------+--------------------+--------------------|
| 2457 79 359 | 579 1 8 | 345 6 23 |
| 48 189 1359 | 6 *59 2 | 1345 *89 7 |
| *2578 6 159 | 3 4 79 | 15 *89 *12 |
|--------------------+--------------------+--------------------|
| 578 1789 159 | 2 *3579 1379 | 17 4 6 |
| 57 4 2 | *157 8 6 | 9 37 *13 |
| 3 179 6 | 1479 79 1479 | 8 2 5 |
+--------------------------------------------------------------+
Does anyone have an example of a chain with the following structure?
- Code: Select all
[cell]=n= ... -m-[cell] => [cell]<>m