(no title)
hakank | 5 years ago
Though, of these 9 solutions there are more similarities, i.e. some of them are the same rows except that the positions are switched.
Some other thing. if the lines are sorted, there are only 4 distinct variants.
Also, the solution of the original Miracle Sudoku instance has some invariants, for example the rows are rotations of these numbers 1,5,9,4,8,3,7,2,6 and the columns are (when rows are sorted) rotations of the numbers 1..9.
I've added comments about this in my Picat model: http://hakank.org/picat/miracle_sudoku.pi
ynik|5 years ago
9 ways to transpose; 4 rotations, 2 for flipped or not. Multiply those, you get the full 72.
hakank|5 years ago
I agree that 1,5,9,4,8,3,7,2,6 pattern rotations is there somewhere, either in the columns or the rows of a solution, but that don't make all solutions the same.