Although I see low interest currently, I am convinced that one day, the problem will come back.
Having in mind the last data base extensions in the field of the tridagon pattern, I think more and more that a canonical form
rank of the solution
81 bit field of the minimal sudoku pattern in this solution grid
is a good target.
This is in text mode something as
10 characters for the rank,
81/6 14 character for the pattern expressed in text mode, 6 bits per printable character
with then a potential for a .zip compressor.
Such a pattern is very easy to decompress using the virtual catalog.
Compression is a little harder with several steps:
- Code: Select all
find the solution of the puzzle
morphs it to min lexical (and solve auto morphs if any)
Get the rank.
All tools are there now , but my brute force solver is not in DLL mode. I intend to build this DLL as next step, with all entries used in my programs.