Serg wrote:Maybe I missed something. But when we'll split 2-row minimal UA set to 2 pieces and split 2-column minimal UA set to 2 pieces (the case when both r1/r2 rows and c1/c2 columns contain minimal UA18 sets), we'll obtain 2 independent UA (let call them "rows+columns" UA sets) - the first UA contains r1c1 and r2c2 (plus one 2-row piece and one 2-column piece), the second (complementary) UA must contain r1c2 and r2c1 (plus another 2-row piece and another 2-column piece).
There are actually 4 UA sets that we can construct (when the two UA18s are present): (A-rows)+(A-cols), (A-rows)+(B-cols), (B-rows)+(A-cols), and (B-rows)+(B-cols).
[ Note: "(A-rows)", here, is short for "the type-A rows fragment". It is not a UA set by itself, but must be joined with either a type-A or type-B columns fragment. Either one will work ! ]
For the 4th shape, the "B+B" combination will always miss the clues, since the only clue in R12C12, is in R2C2, and the type B fragments don't include R2C2.
For the other patterns, the story is this: first, one of the type-A or type-B row fragments must be chosen. The type-A fragement, contains R1C1, R2C2, and some set of R12Cn segments with n >= 3. The type-B fragment, contains R1C2, R2C1, and all of the R12Cn segments not contained in the type-A fragment. The (1st 3) puzzle patterns, contain just one R12Cn segment and nothing from R12C12. We need to choose the fragment, that doesn't contain that R12Cn segment. If R12Cn is part of the type-A fragment, it won't be part of the type-B fragment, and vica-versa. Then we need to make a similar choice for a columns fragment, and join the two fragments together, to produce the final UA set.
To ease confusion, I probably should have shown the 4 UA sets that can be constructed from the two "sample" UA18s.
- Code: Select all
(A-rows, A-cols) (A-rows, B-cols)
+-------+-------+-------+ +-------+-------+-------+
| 5 . 7 | 4 . 2 | 3 9 . | | 5 6 7 | 4 . 2 | 3 9 . |
| . 3 2 | 7 . 9 | 4 5 . | | 8 3 2 | 7 . 9 | 4 5 . |
| 9 1 . | . . . | . . . | | . . . | . . . | . . . |
+-------+-------+-------+ +-------+-------+-------+
| . . . | . . . | . . . | | 7 8 . | . . . | . . . |
| 3 2 . | . . . | . . . | | . . . | . . . | . . . |
| . . . | . . . | . . . | | 6 4 . | . . . | . . . |
+-------+-------+-------+ +-------+-------+-------+
| 2 9 . | . . . | . . . | | . . . | . . . | . . . |
| 1 5 . | . . . | . . . | | . . . | . . . | . . . |
| . . . | . . . | . . . | | 4 7 . | . . . | . . . |
+-------+-------+-------+ +-------+-------+-------+
(B-rows, A-cols) (B-rows, B-cols)
+-------+-------+-------+ +-------+-------+-------+
| 5 6 . | . 1 . | . . 8 | | . 6 . | . 1 . | . . 8 |
| 8 3 . | . 6 . | . . 1 | | 8 . . | . 6 . | . . 1 |
| 9 1 . | . . . | . . . | | . . . | . . . | . . . |
+-------+-------+-------+ +-------+-------+-------+
| . . . | . . . | . . . | | 7 8 . | . . . | . . . |
| 3 2 . | . . . | . . . | | . . . | . . . | . . . |
| . . . | . . . | . . . | | 6 4 . | . . . | . . . |
+-------+-------+-------+ +-------+-------+-------+
| 2 9 . | . . . | . . . | | . . . | . . . | . . . |
| 1 5 . | . . . | . . . | | . . . | . . . | . . . |
| . . . | . . . | . . . | | 4 7 . | . . . | . . . |
+-------+-------+-------+ +-------+-------+-------+
I hope that helps,
Blue.