Hi coloin,
some comments on your last post.
First, to clarify, my reference in the thread is this start
- Code: Select all
.2.45..894...8923.........42..34........18.2...8.......3....9.28..9.3.4.97..2...3;2889161802;QEU0C3mY02DLJ4;29;111;0;0;1567
with this 45+3 clues corresponding puzzle (skfr rating)
- Code: Select all
.2345..894...8923..89.32..42..34..9839..1842..4829.3...348..9.28.29.3.4.97..248.3 ED=9.5/9.5/2.8
_____________________________
For sure, this solution grid is special.
coloin wrote:My crude way of confirming the scale of the exercise !
there were 2590 ED ways to fill in 3 clues ....
In theory, with only 6 UAs in the 1567 field, we have all ways valid to fill the PM
4x9x9x9 = 2916 clues.
I got all of them valid with a rating from very easy (1.5) to hard (10.1)
As my code is based on UAs expansion, I got them doing it in the set of UAs having only the digits 1567.
coloin wrote:expanding these gave only 6 puzzles .... non spectacular though
.2345..894...8923..89132..42.734..9839...842..4829.3...3.8..9.28.29.3.4.9...2.8.3 ED=10.2/10.2/8.0
I am missing here the start of the expansion several rows here have more than 4 missing clues...
.2345..89
4...8923.
.89132..4
2.734..98
39...842.
.4829.3..
.3.8..9.2
8.29.3.4.
9...2.8.3 ED=10.2/10.2/8.0
so I skip this point
coloin wrote:I am not sure how similar your process is ....and maybe there is scope to process somehow the 2590 ways to insert the 3 clues...
In fact, I would like to see if this amazing pattern can be seen in other solution grids.
The rating 11.1 seems on come with the triplet 167 of the example and the database apparently has all the 11.1, what I am trying to establish.
From my estimate, 70% of the solution grids have a potential for a 4 digits pattern and 8% a potential for a 5 digits pattern.
In my draft, I first build all the UAs table delivered by My DLL. This is about 150-180 milliseconds oper solution grid.
In fact, to see if we have a potential and check the 2916 triplets, we only need UAs of all pairs of digits, what is done in some microseconds.
Another quick way to start the search is to use the 320K minimal of the potential hardest data base showing a potential for a 4 digits end, but I would like to search new areas.
Any way, I have first to finish my draft of code. Is missing the filter for non minimal puzzles.
BTW, with a list of UAs, a puzzle is minimal if each clue is the only hit on one UA of the list. This is a fast way to check it when you have the list of UAs