This is to announce the publication of a software by François Cordoliani (Defise on this forum) on GitHub, the Sudoku Hierarchical Classifier (SHC): https://github.com/denis-berthier/Sudoku_Hierarchical_Classifier
The SHC computes 4 classifications of 9x9 puzzles:
- T&E-depth
B-rating for the puzzles in T&E(1)
BxB classification for the puzzles in T&E(2)
BxBB classification for the puzzles in T&E(3)
All the classification results of the SHC and of SudoRules completely coincide on the large collections of puzzles used to compare them.
The SHC is much faster than SudoRules for the functionalities it implements.
It is hoped that the T&E-depth and BpB parts will be very useful in the search for the "hardest" puzzles in T&E(2).
Details are available on GitHub.
See also :http://forum.enjoysudoku.com/hierarchical-classifications-in-constraint-satisfaction-t42076.html for theoretical background, classification results, computation times and their comparison with SER times.
[Edit:] Renamed BpB and BpBB as BxB and BxBB
.