coloin wrote:But the minimum that has been found is 7
Well done that man - again he saves us a lot of random generations
Ah.. but did he prove it was 7 ?
I don't think so, but he is Red Ed and I trust him.
Back to the topic :
So, this pattern doesn't have a valid puzzle
- Code: Select all
x x x | x x x | x x x
x x x | . . . | x x x
x x x | . . . | x x x
------+-------+------
x . . | . . . | . . x
x . . | . . . | . . x
x . . | . . . | . . x
------+-------+------
x x x | . . . | x x x
x x x | . . . | x x x
x x x | x x x | x x x
Havard wrote:it is a bit freaky that the last minimum solutions discovered are:
80 - 64 - 48 - 32, since each of these can be derived by a -16 (80-16 = 64, 64-16=48 etc). Does this mean that we can find a grid with 16 solutions but none with 1 (only with 16-16=0)??? `
Havard wrote:The search is recursive, trying all possibilities for all numbers in all cells. I guess 172800000 is the number of nodes visited. I have found a lot of 32 solution ones, but none so far with any less...
Have you found any with less than 32 solutions since then ?
What are the possible numbers of solutions (...,32,48,64,80,...) ? like here
Same question for this one :
- Code: Select all
x x x | x x x | x x x
x x x | . . . | x x x
x x x | . . . | x x x
------+-------+------
x . . | . . . | . . x
x . . | . x . | . . x
x . . | . . . | . . x
------+-------+------
x x x | . . . | x x x
x x x | . . . | x x x
x x x | x x x | x x x
Min=2 ; Max ? ; structure of the number of solutions...
Any (logical) explanation that by adding a clue in r5c4 =>Min=1 ?
JPF