- Code: Select all
12 24 | 14
13 . | 12
--------+----
23 12 | .
It's a bivalue deadly pattern but not a BUG-lite. Is it known by any other name?
12 24 | 14
13 . | 12
--------+----
23 12 | .
nazaz wrote:Here's a nice GDP-7:
- Code: Select all
12 24 | 14
13 . | 12
--------+----
23 12 | .
It's a bivalue deadly pattern but not a BUG-lite. Is it known by any other name?
23 14 | 12
14 . | 12
--------+----
13 13 | .
24 14 | 12
13 . | 12
--------+----
13 14 | .
champagne wrote:2 4 | 1
1 . | 2
--------+----
3 12 |
seems valid,
I have difficulties to qualify this as a deadly pattern
eleven wrote:champagne wrote:2 4 | 1
1 . | 2
--------+----
3 12 |
seems valid,
I have difficulties to qualify this as a deadly pattern
There is a deadly 1212 pattern in r12. With 1r1c1 you get one in c12.
nazaz wrote:Here's a nice GDP-7:
- Code: Select all
12 24 | 14
13 . | 12
--------+----
23 12 | .
It's a bivalue deadly pattern but not a BUG-lite. Is it known by any other name?
Not all GDPs are constructed solely out of URs. For example, each solution of the following contains a single minimal UA; some on four cells, some on six.eleven wrote:btw for me these patterns are double "generalized hidden UR's", i.e. patterns, where a digit forces a deadly pattern by short chains
13 | . 123 . | 123
123 | . . . | 12
123 | . 23 . | .
eleven wrote:This pattern is as deadly according to this short Sudopedia definition as all the bivalue samples there. You can't have it in a unique puzzle.
eleven wrote:However i still have not seen a useful real world sample with a GDP. Maybe you could you try to find one for one of these patterns, Denis.
nazaz wrote:
- Code: Select all
13 | . 123 . | 123
123 | . . . | 12
123 | . 23 . | .
I do agree with you that the patterns can be explained by wrapping some logic around the underlying UAs, though.
1 # | . *23 . |*23#
*23# | . . . |*12#
*23 | . *23 . | .
3 | . 12 . | 12
12 | . . . | 12
12 | . 23 . | .
eleven wrote:i proved it above, you must have missed that: whatever solution a puzzle with this pattern has, it will contain one of the 2 digit 12-UA's (similar in the other 2 samples), therefore there must be another solution.
eleven wrote:I asked you to to try to find a sample, because i have seen, that you found some for other bivalue deadly patterns. I don't have a proper tool to do that.
If you mean the old thread that StrmCkr linked to, then all that does is to show that a propositional calculus whose variables are only of the form "candidate d@(r,c) is true" cannot handle uniqueness techniques. That argument is irrelevant for more expressive logical systems, for example that allow predicates of the form IsGiven(X). Don't be ashamed that CSP-Rules can't handle uniqueness, but do please take care not to draw nonsensical conclusions outside of your CSP-Rules domain. UR1.1 is just fine.denis_berthier wrote:we're back to the old UR1.1 case, for which I already provided a counter-example.
nazaz wrote:If you mean the old thread that StrmCkr linked to, then all that does is to show that a propositional calculus whose variables are only of the form "candidate d@(r,c) is true" cannot handle uniqueness techniques. That argument is irrelevant for more expressive logical systems, for example that allow predicates of the form IsGiven(X). Don't be ashamed that CSP-Rules can't handle uniqueness, but do please take care not to draw nonsensical conclusions outside of your CSP-Rules domain. UR1.1 is just fine.denis_berthier wrote:we're back to the old UR1.1 case, for which I already provided a counter-example.