- Code: Select all
.---------------------.---------------------.---------------------.
| 9 3 8 | 126 46 124 | 12 7 5 |
| 27 6 17 | 9 3 5 | 8 12 4 |
| 25 125 4 | 7 8 12 | 6 3 9 |
:---------------------+---------------------+---------------------:
| 1 4 69 | 3 2 8 | 79 5 67 |
| 23568 258 356 | 4 7 9 | 123 12 126 |
| 23 7 39 | 5 1 6 | 239 4 8 |
:---------------------+---------------------+---------------------:
| 4678 18 2 | 16 46 3 | 5 9 17 |
| 3457 159 13579 | 8 459 1247 | 127 6 127 |
| 567 159 15679 | 126 569 127 | 4 8 3 |
'---------------------'---------------------'---------------------'
I have not yet any skill in CHOOSING the targets for my AIC, but I proceeded thusly:
1: r1c7 = r8c7 – r7c9 = r7c4 => r1c4 <> 1
....(12)....(127)...(17).... (16).....(126)
Not ENTIRELY sure I did that right, but it didn’t contradict the solution.
But then I tried this AIC
- Code: Select all
.---------------------.---------------------.---------------------.
| 9 3 8 | 26 46 124 | 12 7 5 |
| 27 6 17 | 9 3 5 | 8 12 4 |
| 25 125 4 | 7 8 12 | 6 3 9 |
:---------------------+---------------------+---------------------:
| 1 4 69 | 3 2 8 | 79 5 67 |
| 23568 258 356 | 4 7 9 | 123 12 126 |
| 23 7 39 | 5 1 6 | 239 4 8 |
:---------------------+---------------------+---------------------:
| 4678 18 2 | 16 46 3 | 5 9 17 |
| 3457 159 13579 | 8 459 247 | 127 6 127 |
| 567 159 15679 | 126 569 27 | 4 8 3 |
'---------------------'---------------------'---------------------'
2: r1c4 = r9c4 – r9c6 = r3c6 => r1c6<>2
....(26)....(126)...(27).....(12)
Except that r1c6 DOES EQUAL EXACTLY THAT, equal ‘2’ in the solution. Apparently my AIC usage leaves something to be desired.
Could someone tell what I did wrong? In either of my AIC’s. I figure the first one may have come out right by luck.
I decided to try an ALS XZ, which I may know how to work.
- Code: Select all
.---------------------.---------------------.---------------------.
| 9 3 8 | 26 46 124 | 12 7 5 |
| 27 6 17 | 9 3 5 | 8 12 4 |
| 25 125 4 | 7 8 12 | 6 3 9 |
:---------------------+---------------------+---------------------:
| 1 4 69 | 3 2 8 | 79 5 67 |
| 23568 258 356 | 4 7 9 | 123 12 126 |
| 23 7 39 | 5 1 6 | 239 4 8 |
:---------------------+---------------------+---------------------:
| 4678 18 2 | 16 46 3 | 5 9 17 |
| 3457 159 13579 | 8 459 247 | 127 6 127 |
| 567 159 15679 | 126 569 27 | 4 8 3 |
'---------------------'---------------------'---------------------'
Set A r7c2, r7c4, r7c5 {1468}
.......(18)...(16)..(46)
Set B r1c5 {46}
X=6
Z=4
r1c6<>4
After this operation I was able to complete the puzzle using my usual simple weapons, leading me to believe my ALS was OK. Unless I was just very lucky. Anyway, does my ALS usage appear correct?
Edit: the reason for the 3 grids is that I was trying to color the markup numbers to highlight my AIC and ALS parameter choices. Forum software doesn't allow it.