Comments...
Friday 24-Jul-2009
... by: John White
Jelly fish is a sub category of a more general system:Take any group of N disjoint (not overlapping) sets(row,column or box) and compare them to any other group of N disjoint sets. If the overlap of these two groups contains all the possible candidates for any given number then you can remove all the candidates in the other group that are not in the overlapping area.
If N=2 you get X-Wing
If N=3 you get Swordfish
If N=4 you get Jellyfish
What this means is that you can extend all of these in the following ways:
A. You are not restricted to rows and colums.
B. As with X-Wing and Swordfish, you can 'Fin' Jellyfish.
C. Why stop at 4......
(Finning: if all candidates from one of the groups that are not contained in the overlap can be contained by one more set (row, colum or box) (the set must not be in the original 2 groups!), then the candidates contained in overlap of this extra set and the second group can be removed.

