daj95376 wrote:JC Van Hay wrote:Chain[5] : (2=3)r6c4-(3=6)r6c3-6r4c3=[6r4c6=]=6r4c8-(6=2)r5c9-2r5c2=2r4c2 :=> 2r6c4=6r4c6=2r4c2 :=> -2r4c6; ste
JC,
Did you ever consider treating it as a discontinuous loop where the initial assumption is
remembered and used to create a quasi-SI on <6> in [r4]?
- Code: Select all
(2)r4c6 - (2=3)r6c4 - (3=6)r6c3 - r4c3 *= r4c8 - (6=2)r5c9 - r5c2 = r4c2 - (2)r4c6
This might be an easy way to deal with a Kraken Line with three candidates ... sometimes.
Yes I did but as a Triangular Matrix :
- Code: Select all
2r4c6
2r6c4=3r6c4
3r6c3=6r6c3
6r4c6=======6r4c3=6r4c8
6r5c9=2r5c9
2r4c2===================2r5c2
However, on a single line, I would have written
- Code: Select all
(2)r4c6 - (2=3)r6c4 - (3=6)r6c3 - r4c3 *= r4c8 - (6=2)r5c9 - r45c2 = .
where the initial assumption is also
remembered in the last SIS, thus emptying 2C2 (-> .).
In "Eurekanizing" the Triangular Matrix, I dropped the first row and reversed the order in the SIS of the last row, getting what has been called a Transfer Matrix by some players :
- Code: Select all
2r6c4=3r6c4
3r6c3=6r6c3
6r4c6=======6r4c3=6r4c8
6r5c9=2r5c9
2r5c2=2r4c2
:=> Chain[5]
Further examples.1. XYZ Wing- Code: Select all
+------------+----------+
| xyz .z . | yz . . |
| . xz . | . . . |
| . . . | . . . |
+------------+----------+
zr1c2
zr2c2=xr2c2
zr1c1=xr1c1=yr1c1
zr1c4=======yr1c4
(z=x)r2c2-(x=[z=]y)r1c1-(y=z)r1c4 -> zr2c2=zr1c14 :=> -zr1c2
or
- Code: Select all
zr1c2
zr2c2=xr2c2
zr1c4=======yr1c4
zr1c1=xr1c1=yr1c1
[(z=x)r2c2 and (z=y)r1c4]-(xy=z)r1c1 -> zr2c2=zr1c14 :=> -zr1c2 (Kraken Cell xyzr1c1 in "reverse" order)
Of course, if the two last rows in the TM are grouped than one gets the usual presentation :
(z=x)r2c2-(x=yz)r1c14 -> zr2c2=zr1c14 :=> -zr1c2
2. SudoQ's network solution.
- Code: Select all
r6c9=2 -> r5c9=6 -> r5c6<>6 ->
-> r6c5=5 -> r6c6<>6 -> r4c6=6
r6c46=2 -> => r4c6<>2
+-------------+---------------------+--------------+
| 3 6 2 | 4 19 5 | 8 7 19 |
| 7 19 19 | 23 6 8 | 5 23 4 |
| 8 5 4 | 79 1379 129 | 6 23 19 |
+-------------+---------------------+--------------+
| 1 239 369 | 8 359 9-2(6) | 4 56 7 |
| 5 29 8 | 79 479 249(6) | 3 1 (26) |
| 4 7 36 | 3(2) 3(15) (126) | 9 8 6(25) |
+-------------+---------------------+--------------+
| 6 4 7 | 5 2 3 | 1 9 8 |
| 9 13 135 | 6 8 7 | 2 4 35 |
| 2 8 35 | 1 49 49 | 7 56 356 |
+-------------+---------------------+--------------+
2r4c6
2r6c46=2r6c9
2r5c9=6r5c9
5r6c9=======5r6c5
1r6c5=1r6c6
6r4c6========6r5c6=======6r6c6
2r6c46=2r6c9-[2r5c9=6r5c9-6r5c6 and 5r6c9=(5-1)r6c5=1r6c6-6r6c6]=6r4c6 -> 2r6c46=6r4c6 :=> -2r4c6
3. pjb'net approach- Code: Select all
+---------------+--------------------+----------------+
| 3 6 2 | 4 19 5 | 8 7 19 |
| 7 19 19 | 23 6 8 | 5 23 4 |
| 8 5 4 | 79 1379 129 | 6 23 19 |
+---------------+--------------------+----------------+
| 1 23-9 36-9 | 8 (359) 269 | 4 (56) 7 |
| 5 (29) 8 | 7-9 47-9 246-9 | 3 1 (26) |
| 4 7 36 | (23) 135 126 | 9 8 (256) |
+---------------+--------------------+----------------+
| 6 4 7 | 5 2 3 | 1 9 8 |
| 9 13 135 | 6 8 7 | 2 4 35 |
| 2 8 35 | 1 49 49 | 7 56 356 |
+---------------+--------------------+----------------+
9r4c23.r5c456
9r5c2=2r5c2
2r5c9=6r5c9
6r4c8=5r4c8
6r6c9=5r6c9=2r6c9
2r3c4=3r6c4
9r4c5=============5r4c5=======3r4c5
(9=2)r5c2-(2=6)r5c9-[(6=5#)r4c8-5r4c5 and (65#=2)r6c9-(2=3)r6c4-3r4c5]=9r4c5 -> 9r5c2=9r4c5 :=> -9r4c23.r5c456
daj95376 wrote:Using multiple lines is still my preference for networks because it identifies any splits precisely.
I agree and this is more generally achieved by Forbidding Matrices of which the Triangular Matrix is only a particular case.