udosuk wrote:If it's the database problem then only the IT department of the phpbb company can fix it, and I don't think the administrator of this forum can do much about it... However, I think we (the users) can fix it ourselves by posting 5-6 more posts on that thread to make the "p.9" really valid, and then delete the posts one by one and see if the "p.9" would disappear properly...
.35......8..6......1....6.3....1.827..3.....19..4.......9.742.....8...1.2.....79.
+----------+--------------+------------+
| 6 3 5 | 17* 24* 128* | 14* 78* 9 |
| 8 9 7 | 6 34* 13* | 14* 5 2 |
| 4 1 2 | 79* 59* 589* | 6 78* 3 |
+----------+--------------+------------+
| 5 4 6 | 39* 1 39* | 8 2 7 |
| 7 8 3 | 2 56* 56* | 9 4 1 |
| 9 2 1 | 4 8 7 | 3 6 5 |
+----------+--------------+------------+
| 1 6 9 | 5 7 4 | 2 3 8 |
| 3 7 4 | 8 29* 2-9* | 5 1 6 |
| 2 5 8 | 13* 36* 136* | 7 9 4 |
+----------+--------------+------------+
*--------------------------------------------------*
| 6 5 18 | 78 4 9 | 17 2 3 |
| 49 2 18 | 78 3 5 | 147 6 79 |
| 3 7 49 | 6 1 2 | 45 8 59 |
|----------------+----------------+----------------|
| 5 8 6 | 9 2 1 | 3 7 4 |
| 24 1 47 | 3 5 78 | 28 9 6 |
| 29 3 79 | 4 6 78 | 258 1 58 |
|----------------+----------------+----------------|
| 1 6 3 | 2 9 4 | 78 5 78 |
| 8 9 5 | 1 7 3 | 6 4 2 |
| 7 4 2 | 5 8 6 | 9 3 1 |
*--------------------------------------------------*
ArkieTech wrote:I have been attempting t o understand BUGs.
With this puzzle:
- Code: Select all
*--------------------------------------------------*
| 6 5 18 | 78 4 9 | 17 2 3 |
| 49 2 18 | 78 3 5 | 147 6 79 |
| 3 7 49 | 6 1 2 | 45 8 59 |
|----------------+----------------+----------------|
| 5 8 6 | 9 2 1 | 3 7 4 |
| 24 1 47 | 3 5 78 | 28 9 6 |
| 29 3 79 | 4 6 78 | 258 1 58 |
|----------------+----------------+----------------|
| 1 6 3 | 2 9 4 | 78 5 78 |
| 8 9 5 | 1 7 3 | 6 4 2 |
| 7 4 2 | 5 8 6 | 9 3 1 |
*--------------------------------------------------*
There are two cells with three candidates (r2c7 and r6c7).
Which may be reduced and why?
This example is a BUG 3. How is it different from a BUG 1?
Appreciate any help.
With this puzzle:
*--------------------------------------------------*
| 6 5 18 | 78 4 9 | 17 2 3 |
| 49 2 18 | 78 3 5 | 147 6 79 |
| 3 7 49 | 6 1 2 | 45 8 59 |
|----------------+----------------+----------------|
| 5 8 6 | 9 2 1 | 3 7 4 |
| 24 1 47 | 3 5 78 | 28 9 6 |
| 29 3 79 | 4 6 78 | 258 1 58 |
|----------------+----------------+----------------|
| 1 6 3 | 2 9 4 | 78 5 78 |
| 8 9 5 | 1 7 3 | 6 4 2 |
| 7 4 2 | 5 8 6 | 9 3 1 |
*--------------------------------------------------*
rep'nA wrote:
I'm not sure why it would be called a BUG 3, I would call it a BUG+2. Here is the argument I would make though:
If r2c7<>7 and r6c7<>8, then we would have a BUG. Therefore, we conclude that r2c7=7 or r6c7 = 8. However, if r1c7 = 7, then r7c7 = 8 and we will get the BUG grid. Hence, r1c7<>7 and the puzzle is solved.
Incidentally, there is also a BUG-lite pattern in r12c347 that implies that r2c7=4. This will also solve the puzzle.
rep'nA wrote:ArkieTech wrote:I have been attempting t o understand BUGs.
With this puzzle:
- Code: Select all
*--------------------------------------------------*
| 6 5 18 | 78 4 9 | 17 2 3 |
| 49 2 18 | 78 3 5 | 147 6 79 |
| 3 7 49 | 6 1 2 | 45 8 59 |
|----------------+----------------+----------------|
| 5 8 6 | 9 2 1 | 3 7 4 |
| 24 1 47 | 3 5 78 | 28 9 6 |
| 29 3 79 | 4 6 78 | 258 1 58 |
|----------------+----------------+----------------|
| 1 6 3 | 2 9 4 | 78 5 78 |
| 8 9 5 | 1 7 3 | 6 4 2 |
| 7 4 2 | 5 8 6 | 9 3 1 |
*--------------------------------------------------*
There are two cells with three candidates (r2c7 and r6c7).
Which may be reduced and why?
This example is a BUG 3. How is it different from a BUG 1?
Appreciate any help.
I'm not sure why it would be called a BUG 3, I would call it a BUG+2. Here is the argument I would make though:
If r2c7<>7 and r6c7<>8, then we would have a BUG. Therefore, we conclude that r2c7=7 or r6c7 = 8. However, if r1c7 = 7, then r7c7 = 8 and we will get the BUG grid. Hence, r1c7<>7 and the puzzle is solved.
Incidentally, there is also a BUG-lite pattern in r12c347 that implies that r2c7=4. This will also solve the puzzle.
emalvick wrote:rep'nA wrote:If r2c7<>7 and r6c7<>8, then we would have a BUG. Therefore, we conclude that r2c7=7 or r6c7 = 8. However, if r1c7 = 7, then r7c7 = 8 and we will get the BUG grid. Hence, r1c7<>7 and the puzzle is solved.
I agree with the above, although I tend to look at them a little bit differently... As stated, r2c7=7 and/or r6c7 = 8. If I set r2c7 = 7, r7c7 = 8, r5c7 = 2, r6c7 = 5. If r2c7 <> 7, then r6c7 = 8 (to avoid Bug). This means that r6c7 <> 2, which will solve the puzzle.
Mike Barker wrote:Some of the confusion may be with nomenclature. This is a Type 3 BUG (analogous to a Type 3 UR). Because there are two nonBug cells this is a BUG+2X. (Capital "X" is shorthand for type 3, small "x" short hand for Type 2). You could have a Type 3 BUG with 3 nonBUG cells (BUG+3X), etc.
ArkieTech wrote:
- Code: Select all
*--------------------------------------------------*
| 6 5 18 | 78 4 9 | 17 2 3 |
| 49 2 18 | 78 3 5 | 14*7 6 79 |
| 3 7 49 | 6 1 2 | 45 8 59 |
|----------------+----------------+----------------|
| 5 8 6 | 9 2 1 | 3 7 4 |
| 24 1 47 | 3 5 78 | 28 9 6 |
| 29 3 79 | 4 6 78 | 25*8 1 58 |
|----------------+----------------+----------------|
| 1 6 3 | 2 9 4 | *78 5 78 |
| 8 9 5 | 1 7 3 | 6 4 2 |
| 7 4 2 | 5 8 6 | 9 3 1 |
*--------------------------------------------------*
I guess the number after BUG represents the number of cells with candidates > 2.
dan