Serg wrote:Do you mean that each line in the table above represents number of ED grids, for which minimal number of clues in valid puzzles is equal to 17C, 18C, etc?
Not exactly. Let's look at the current grid status table, adding column KM = "Known Min" (ie. there is no puzzle with less clues):
- Code: Select all
Grids Known Min
---------------------------
17C: 46301 46301
18C: 219375245
19C: 5253040692 59242
20C: 268296 268296
21C: 4 4
----------------------
5472730538 373843
The status for each category:
- 17C: all are KM, since it is known that there are no 16C puzzles
- 18C: we can't know for sure that any of these are KM until such time as we complete LCT-17 (blue's rigorous 17C search)
- 19C: we know that 59242 are KM because they have been tested with blue's rigorous Find18C function. The number is small because this is an expensive test (~4s per grid). But for all other grids we don't yet know the KM status.
- 20C: we know that every one of these grids has no 19C or less puzzle
- 21C: we know that every one of these grids has no 20C or less puzzle
For 19C grids, we keep a KM status indicator, that gets set whenever we explicitly test that grid with Find18C and find no 18C. If we do find an 18C puzzle, the 19C catalog record is converted into an 18C entry.
We don't have a KM flag for 18C grids, because we don't have an explicit Find17C test. But LCT-17, on completion, will have identified any remaining 17C's. Then we can say that any catalog entry of type 18C is definitely KM.
The big "black hole" we are left with after LCT-17 completes will be the ~5 billion 19C grids for which we can't be sure are KM until such time as they are explicitly tested, OR we come up with an efficient way to identify ALL 18C grids.
Cheers,
Jim