gfroyle wrote:Here is an interesting collection of 29 17-hint puzzles... what do they have in common?
They all have the same solution?!
gfroyle wrote:Here is an interesting collection of 29 17-hint puzzles... what do they have in common?
angusj wrote:gfroyle wrote:Here is an interesting collection of 29 17-hint puzzles... what do they have in common?
They all have the same solution?!
gfroyle wrote:But maybe this grid still contains many more 17s and maybe 16s and so on. I just have no way to telling, and the complete search is far too large unless I am missing some clever tricks to dramatically reduce it..
Red Ed wrote:Can I ask about non-clever tricks? To what extent have you taken your 450 grids and replaced some collection of N clues with some other collection of N-1?
5 . 2 . . . 4 . .
. . . 7 1 . . . 3
. . . . . . . . .
. . . . . 4 6 . .
. 7 . 2 . . . . .
. 1 . . . . . . .
6 . . . . 2 . . .
. . . . 3 . . 1 .
4 . . . . . . . .
gfroyle wrote:These techniques are how I have managed to create my lists of small-clue puzzles, now up to 2687 x 17s and over 540000 x 18s (all different).
124|567|893
378|294|516
659|831|742
---+---+---
987|123|465
231|456|978
546|789|321
---+---+---
863|972|154
495|618|237
712|345|689
12.|...|...
...|...|...
...|...|...
---+---+---
...|...|...
2.1|...|...
...|...|...
---+---+---
...|...|...
...|...|...
.12|...|...
Red Ed wrote:Further thought/question: we're really after general sets of cells that must be incident with at least one clue, not just chains. Example: the first two columns forms such a set. Call the full list of such sets L. Actually we only care about L' = sets in L for which no subset is in L. Any ideas on how to enumerate L' (or a small superset of it) ...?
I was using all those sets already and getting rather weak bounds.gfroyle wrote:I wonder what we would get for a lower bound using all those sets?
362 581 479
914 672 538
857 493 126
314 682 579
962 571 438
857 493 126
in row1: .** *.* *..
in row2: .** *.* *..
Red Ed wrote:I was more interested in sets that distinguish between the following alternatives (within a band, for example) :... versus ...
- Code: Select all
362 581 479
914 672 538
857 493 126
- Code: Select all
314 682 579
962 571 438
857 493 126
I guess, thinking about it, this would be quite easy to code up. You swap (1,6) in col 2, forcing you to swap (5,6) in col 4 and (1,2) in col 6, which in turn force swaps of (4,5) in col 7 and (2,4) in col 3. This is a closed loop taking up less than a full pair of rows and so generates the following set in L' and allows you to ignore the superset which is (row1,row2).
- Code: Select all
in row1: .** *.* *..
in row2: .** *.* *..
.62 5.1 4..
.14 6.2 5..
3.. .8. .79
9.. .7. .38
dukuso wrote:>the 2nd and 3rd boxes are represented :
>156 278 349 189 267 345
I don't understand how you get this
frazer wrote:123 478 569
456 139 278
789 256 134
as 124/357/689/125/367/489, the entries in the columns of blocks 2 and 3 written in order. (This way of storing the columns means that Ed finds all possible "duplication" equivalences in the terminology of the paper, not only 2xk or kx2, but any possible higher ones too; this presumably accounts for why Ed has to make just 44 searches, compared with Bertram's 71.) ...
dukuso wrote:34 29 38 , 32 34 18 ...
dukuso wrote:34 29 38 , 32 34 18 ...
dukuso wrote:must have explained it earlier