Coloin,
coloin wrote:but i think i am getting there
this puzzle has a 123456789 transversal [template] at the end of the sudoku space post [ above]
- Code: Select all
+---+---+---+
|1..|..4|...|
|...|29.|..5|
|..6|...|3..|
+---+---+---+
|.4.|...|...|
|2..|.5.|1..|
|8..|...|.6.|
+---+---+---+
|..7|...|..4|
|...|..8|...|
|.5.|...|..9|
+---+---+---+
Indeed it has 72 isomorphs which maintain the transversal [9x2x2x2=72]
PROBLEM :
- Code: Select all
1....4......29...5..6...3...4.......2...5.1..8......6...7.....4.....8....5......9
SOLUTION :
- Code: Select all
182534976734296815596871342941683527263457198875129463317965284629348751458712639
PROVIDED MODEL: 4106.7914.11189.20098.21763.27990.34881.36854.46485
CANONICAL MODEL: 1.6412.12873.18954.24464.30686.33527.37197.41946
CANONICAL SOLUTION:
- Code: Select all
-------------------------
| 1 2 3 | 4 5 6 | 7 8 9 |
| 9 8 7 | 1 2 3 | 4 5 6 |
| 5 6 4 | 8 9 7 | 1 2 3 |
-------------------------
| 8 1 2 | 7 6 9 | 3 4 5 |
| 3 7 6 | 5 1 4 | 2 9 8 |
| 4 9 5 | 2 3 8 | 6 1 7 |
-------------------------
| 6 5 1 | 3 8 2 | 9 7 4 |
| 7 3 8 | 9 4 1 | 5 6 2 |
| 2 4 9 | 6 7 5 | 8 3 1 |
-------------------------
Observations:
This input lines belong to orbits containing 3,359,232 models.
This is because, I obtain one occurrence of Template 1 out of 648.
648 × 5,184 = 3,359,232 models
Where: the provided model was the model you gave us, and the canonical model was the model I calculated.
Both models are part of the same orbit, which consists of 3,359,232 models, of which these two are examples.
A canonical model is the model within the orbit that uses the minimum templates (the smallest ones in my numbering system).
Mike