- Code: Select all
*-----------*
|...|...|5..|
|.71|.82|9..|
|..5|.19|...|
|---+---+---|
|8..|.4.|..6|
|.9.|253|.8.|
|1..|.7.|..2|
|---+---+---|
|...|79.|2..|
|..7|13.|64.|
|..9|...|...|
*-----------*
Play/Print this puzzle online
*-----------*
|...|...|5..|
|.71|.82|9..|
|..5|.19|...|
|---+---+---|
|8..|.4.|..6|
|.9.|253|.8.|
|1..|.7.|..2|
|---+---+---|
|...|79.|2..|
|..7|13.|64.|
|..9|...|...|
*-----------*
.----------------------.--------------.--------------------.
| 9 A2348 2(3)8 | a34 6 7 | 5 a123 a1348 |
| 346 7 1 | 5 8 2 | 9 36 b34 |
| 2346 23468 5 | b34 1 9 | c48 2367 3478 |
:----------------------+--------------+--------------------:
| 8 B23 C2(3) | 9 4 1 | 7 5 6 |
| 7 9 6 | 2 5 3 | 14 8 14 |
| 1 5 4 | 68 7 68 | 3 9 2 |
:----------------------+--------------+--------------------:
| 3456 13468 8-3 | 7 9 4568 | 2 d1(3) 1358 |
| 25 28 7 | 1 3 58 | 6 4 9 |
| 3456 13468 9 | 68 2 4568 | c18 137 13578 |
'----------------------'--------------'--------------------'
+-----------------------+-------------------+----------------------+
| 9 2348 238 | 34 6 7 | 5 123 1348 |
| b346 7 1 | 5 8 2 | 9 36 dc34 |
| b2346 23468 5 |dc34 1 9 | e48 2367 3478 |
+-----------------------+-------------------+----------------------+
| 8 23 23 | 9 4 1 | 7 5 6 |
| 7 9 6 | 2 5 3 | 14 8 14 |
| 1 5 4 | 68 7 68 | 3 9 2 |
+-----------------------+-------------------+----------------------+
| a3456 13468 8-3 | 7 9 4568 | 2 f13 1358 |
| 25 28 7 | 1 3 58 | 6 4 9 |
| a3456 13468 9 | 68 2 4568 | e18 137 13578 |
+-----------------------+-------------------+----------------------+
+-----------------------+-------------------+----------------------+
| 9 2348 238 | 34 6 7 | 5 g23-1 1348 |
| 346 7 1 | 5 8 2 | 9 36 34 |
| e2346 23468 5 | 34 1 9 | 48 f2367 3478 |
+-----------------------+-------------------+----------------------+
| 8 23 23 | 9 4 1 | 7 5 6 |
| 7 9 6 | 2 5 3 | 14 8 14 |
| 1 5 4 | 68 7 68 | 3 9 2 |
+-----------------------+-------------------+----------------------+
| 3456 13468 b38 | 7 9 4568 | 2 a13 1358 |
| d25 c28 7 | 1 3 58 | 6 4 9 |
| 3456 13468 9 | 68 2 4568 | 18 137 13578 |
+-----------------------+-------------------+----------------------+
Cenoman wrote:(3)r79c1 = r23c1 - (3)r2c9&r3c4 = (4)r2c9|r3c4 - (48=1)r39c7 - (1=3)r7c8 => -3 r7c3; ste
*----------------------------------------------------------------------*
| 9 2348 238 | 34 6 7 | 5 123 1348 |
|b346 7 1 | 5 8 2 | 9 36 cd34 |
|b2346 23468 5 |cd34 1 9 |cd48 2367 3478 |
*----------------------+-----------------------+-----------------------|
| 8 23 23 | 9 4 1 | 7 5 6 |
| 7 9 6 | 2 5 3 | 14 8 14 |
| 1 5 4 | 68 7 68 | 3 9 2 |
*----------------------+-----------------------+-----------------------|
|a3456 1468-3 8-3 | 7 9 4568 | 2 e13 1358 |
| 25 28 7 | 1 3 58 | 6 4 9 |
|a3456 13468 9 | 68 2 4568 | e18 137 13578 |
*----------------------------------------------------------------------*
+----------------------+-----------------+-----------------------+
| 9 2348 238 | 34 6 7 | 5 d123 c1348 |
| 346 7 1 | 5 8 2 | 9 36 34 |
|f2346 23468 5 | 34 1 9 | 48 e2367 3478 |
+----------------------+-----------------+-----------------------+
| 8 23 23 | 9 4 1 | 7 5 6 |
| 7 9 6 | 2 5 3 | a14 8 b14 |
| 1 5 4 | 68 7 68 | 3 9 2 |
+----------------------+-----------------+-----------------------+
| 3456 13468 i38 | 7 9 4568 | 2 i13 1358 |
|g25 h28 7 | 1 3 58 | 6 4 9 |
| 3456 13468 9 | 68 2 4568 | 8-1 137 13578 |
+----------------------+-----------------+-----------------------+
SpAce wrote:Something about my favorite topic, i.e. notation. We wrote this part differently:
You: (3)r2c9&r3c4 = (4)r2c9|r3c4
Me: (3=4)r3c4|r2c9
[...]Then I saw Steve's solution here which used a similar shortcut
[...]the first operator (in both cases the weak link one) is skipped and the one shown applies to the final result read from left to right. If that's defined as a rule, then there shouldn't be much ambiguity.
SpAce wrote:Something about my favorite topic, i.e. notation. We wrote this part differently:
You: (3)r2c9&r3c4 = (4)r2c9|r3c4
Me: (3=4)r3c4|r2c9
Now, I know that yours is the by-the-book way to write it and definitely correct. Mine is not fully correct, and some time ago I might have complained if someone wrote it that way. Then I saw Steve's solution here which used a similar shortcut. It looked a bit weird at first, but the more I thought about it, the more acceptable it started to feel, especially since it's more readable than the fully correct alternative. So, should we accept it?
SteveG48 wrote:SpAce wrote:So, should we accept it?
We should not. I've reviewed what I wrote in the example, and it's wrong. Readability does not excuse error. I agree with Cenoman's response.
Cenoman wrote:3) My position: the shortcut has two drawbacks to me. First, it is a false representation of the logic,
and second, it is confusing for newcomers that would try to follow the logic of a solution for their own learning.
Note that the AIC such as I have written it is fully bidirectional.
If you try to reverse (3)r79c1 = r23c1 - (3=4)r2c9|r3c4 - (48=1)r39c7 - (1=3)r7c8, you should write
(3=1)r7c8 - (1=84)r39c7 - (4=3)r2c9&r3c4 - r23c1 = (3)r79c1
Just keep in mind the audience that you aim to be read by. The "happy few" already well informed and able to interpret rather unusual notations, or anybody entering there by chance and happy to find every day an almost easy puzzle ?