My question is
What is the difference between a 2 cells backdoor and T&E(3)??
Trying to produce non degenerated tridagon in a solution grid, I got so many grids that rating appeared as a bottleneck in the process.
I decided using the brute force DLL to select sudokus with a back door of 2 cells.(I had no available code to do it before).
I tested “loki” among others and was surprised to see it is solved with a backdoor of 2 cells.
I assumed that this was coming from the set of rules used in the brute force and started the coding of a brute force limited to the singles.
Surprise for me, “loki” remains solved “singles to the end” if 2 given are added.
Having a fresh code, I checked carefully the path under control of skfr, my rating code, but I could not see any error.
- Code: Select all
57....9..........8.1.........168..4......28.9..2.9416.....2.....6.9.82.4...41.6.. loki
576843921493261578218759436951687342647132859832594167184326795365978214729415683 solution grid
- Code: Select all
57....9.1........8.1.........168..4......28.9..2.9416.....2.....6.9.82.47..41.6..
Then the puzzle can be solved just by
Last cell in unit
singles in cells
last cell for a digit in unit
what I think is the definition for “singles to the end”
What else is in T&E(3) to explain that loki has been classified T&E(3).