Thanks RW for the nice puzzles!
RW wrote:Here's a variant puzzle for you, digits 1,2,3 and 4 appear once only in every row column and box:
- Code: Select all
*-----------*
|X.X|.XX|..X|
|X.X|X..|.XX|
|.X.|XX.|XX.|
|---+---+---|
|.X.|.XX|.XX|
|X.X|..X|X.X|
|X.X|XX.|.X.|
|---+---+---|
|XX1|2.X|XX.|
|.X.|X.X|X.X|
|3XX|XX.|X..|
*-----------*
ER 9.1!
This is equivalent to the following puzzle:
- Code: Select all
56789 1234 56789 | 134 56789 56789 | 1234 1234 56789
56789 1234 56789 | 56789 1234 1234 | 1234 56789 56789
124 56789 234 | 56789 56789 1234 | 56789 56789 1234
----------------------+----------------------+----------------------
124 56789 234 | 134 56789 56789 | 1234 56789 56789
56789 1234 56789 | 134 1234 56789 | 56789 1234 56789
56789 1234 56789 | 56789 56789 1234 | 1234 56789 1234
----------------------+----------------------+----------------------
56789 56789 1 | 2 34 56789 | 56789 56789 34
24 56789 24 | 56789 134 56789 | 56789 1234 56789
3 56789 56789 | 56789 56789 14 | 56789 124 124
Where you arrive at the following state after a few basic moves:
- Code: Select all
56789 1234 56789 | 134 56789 56789 | 1234 1234 56789
56789 1234 56789 | 56789 124 1234 | 1234 56789 56789
124 56789 234 | 56789 56789 1234 | 56789 56789 1234
----------------------+----------------------+----------------------
124 56789 234 | 134 56789 56789 | 1234 56789 56789
56789 1234 56789 | 134 124 56789 | 56789 1234 56789
56789 1234 56789 | 56789 56789 1234 | 1234 56789 1234
----------------------+----------------------+----------------------
56789 56789 1 | 2 34 56789 | 56789 56789 34
24 56789 24 | 56789 13 56789 | 56789 13 56789
3 56789 56789 | 56789 56789 14 | 56789 124 124
I'm still looking for an "elegant" way to solve this, but we can prove the uniqueness by the following moves:
r7c5=3 => contradiction
So r7c5=4.
Now r3c1=1 => contradiction
So r4c1=1.
And the puzzle is "solved" under SSTS.
Also, I found that r2c5=2 is a backdoor cell under SSTS.
RW wrote:Using that grid, it was no problem to construct an 8-clue odd-even:
- Code: Select all
*-----------*
|,.,|.,5|..,|
|,.,|,..|.,,|
|.,.|,,.|1,.|
|---+---+---|
|.,.|.,,|.,,|
|,.,|..,|,.,|
|,.,|,,.|.,.|
|---+---+---|
|,,2|4.7|,,.|
|.,.|,.,|,.3|
|65,|,,.|,..|
*-----------*
, = odd
. = even
It is equivalent to:
- Code: Select all
1379 2468 1379 | 268 1379 5 | 2468 2468 79
13579 2468 13579 | 1379 2468 2468 | 2468 3579 579
248 379 468 | 379 379 2468 | 1 3579 2468
----------------------+----------------------+----------------------
248 1379 468 | 268 13579 139 | 2468 13579 1579
13579 2468 13579 | 268 2468 139 | 3579 2468 1579
13579 2468 13579 | 13579 13579 2468 | 2468 13579 2468
----------------------+----------------------+----------------------
139 139 2 | 4 68 7 | 59 159 68
48 179 48 | 159 268 19 | 579 2468 3
6 5 1379 | 139 139 28 | 79 248 248
After some "basic" moves (including a swordfish):
- Code: Select all
1379 2468 1379 | 268 1379 5 | 2468 2468 79
1579 2468 1579 | 179 248 2468 | 2468 3 79
248 379 468 | 379 379 2468 | 1 5 2468
-------------------+-------------------+-------------------
248 A19 468 | 268 579 3 | 2468 79 -15
B579 2468 B579 | 268 248 19 | 3 2468 B15
1359 2468 1359 | 179 1579 2468 | 2468 79 2468
-------------------+-------------------+-------------------
39 39 2 | 4 68 7 | 5 1 68
48 17 48 | 5 26 19 | 79 26 3
6 5 17 | 139 139 28 | 79 248 248
ALS-xz rule:
ALS A: r4c2={19}
ALS B: r5c139={1579}
restricted common: x=9
common: z=1
Therefore r4c9<>1, and singles will then solve all the odd cells:
- Code: Select all
7 2468 3 | 268 1 5 | 2468 2468 9
1 2468 5 | 9 248 2468 | 2468 3 7
248 9 468 | 7 3 2468 | 1 5 2468
-------------------+-------------------+-------------------
248 1 468 | 268 7 3 | 2468 9 5
5 2468 7 | 268 248 9 | 3 2468 1
3 2468 9 | 1 5 2468 | 2468 7 2468
-------------------+-------------------+-------------------
9 3 2 | 4 68 7 | 5 1 68
48 7 48 | 5 26 1 | 9 26 3
6 5 1 | 3 9 28 | 7 248 248
And now we're back to the same "1234" puzzle above.