And how do you canonized?
What is the method to detect isomorphs?
Papy
Papy wrote:And how do you canonized?
Papy wrote:I'm looking a mlethod to add (If I found a grid) my probleme to the Gordon file.
How can I be sure thet my sudoku is not in the original set?
# canonicalize gordon's 17's (once)
sudoku -qFN -f%#0c sudoku17.dat > sudoku17.can
# canonicalize the candidate puzzle
sudoku -qFN -f%#0c papynew17.dat > papynew17.can
# see if the new one is in the catalog
fgrep -f papynew17.can sudoku17.can
# repeat the last two steps for each new candidate
Papy wrote:How can I detect if my method is more efficace or buged?
I don't understood.
No.Papy wrote:To c14n a grid is it necessary to solve it or no?
+---+---+---+
|1..|...|...|
|...|2..|...|
|...|...|3..|
+---+---+---+
|.4.|...|...|
|...|.6.|...|
|...|...|...|
+---+---+---+
|..5|...|...|
|...|...|.7.|
|...|...|...|
+---+---+---+
and/or
+---+---+---+
|1..|...|...|
|...|2..|...|
|...|...|3..|
+---+---+---+
|.4.|...|...|
|...|.6.|...|
|...|...|.7.|
+---+---+---+
|..5|...|...|
|...|...|...|
|...|...|...|
+---+---+---+
ravel wrote:No.Papy wrote:To c14n a grid is it necessary to solve it or no?
[edit:]Maybe this is wrong, because i dont know a c14n canonicalization for sudokus