coloin wrote:probably all the possiblehave puzzles ?
- Code: Select all
111
191
999
Maybe it would be possible to generate all the possibleB12346 combinations which are solveable with 5 [one in each box] clues - are there really that many ?
- Code: Select all
111
1-1
During my search I was really interested in principle question - do the map examined have valid puzzles at all? So, I've done not exhaustive, but partial search for valid puzzles having the map
- Code: Select all
1 1 1
1 1 9
9 9 9
It turned out that some patterns had valid puzzles even during partial search. It was sufficient to say that this map has valid puzzles. But I agree, it makes sense to study every pattern having this map to determine - does it have any valid puzzles? If there are some patterns which have no valid puzzles, it would be useful for further filtering out invalid symmetric 18-clue patterns (at least). I'll do such search in the coming days.
coloin wrote:If there are not to much which case we could easily resolve the next level
- Code: Select all
111
121
999
We know the map
- Code: Select all
1 1 1
1 1 9
9 9 9
has valid puzzles, but the map
- Code: Select all
1 1 1
1 1 1
9 9 9
has no valid puzzles. If we will increase number of clues in B6 box (2,3, ... 7 clues), we'll found "boundary" map having no valid puzzles with maximal number of clues in B6 box. More clues will be in B6 box for boundary map, more useful will be such "exclusive" map. Even intermediate results - knowing patterns not having valid puzzles in the case when its map have valid puzzles (other patterns of this map have valid puzzles) - will be useful for invalid patterns exclusion.
Maybe I'll do it in the coming days.
Serg