enxio27 wrote:Clarification of terminology here: NC+ refers to Non-Consecutive, yes? Is that the same thing as NC? (I believe it was djApe who first came up with the non-consecutive variant idea.) And they are non-consecutive with respect to row and column only, not diagonally, correct? Any other constraints that I missed?
m_b_metcalf wrote:the NC+ condition must hold for the diagonals of an X-sudoku. What's sauce for the goose is sauce for the gander.
m_b_metcalf wrote:
- Code: Select all
. 1 15 8 . . 10 . . 7 . . 9 2 12 .
2 . 3 5 . 15 . . . . 8 . 13 11 . 16
. . . . . . . . . . . . . . . .
. . . . . . . 4 2 . . . . . . .
. . . . . . . 13 15 . . . . . . .
. . . 3 . . . 10 8 . . . 1 . . .
5 . . 13 . 9 11 3 16 2 6 . 12 . . 14
. 2 9 . . 12 16 7 13 4 14 . . 15 6 .
. 5 2 . . 3 13 15 7 1 10 . . 6 9 .
13 . . 12 . 1 8 11 5 3 16 . 7 . . 4
. . . 16 . . . 9 12 . . . 10 . . .
. . . . . . . 2 4 . . . . . . .
. . . . . . . 14 10 . . . . . . .
. . . . . . . . . . . . . . . .
6 . 8 1 . 10 . . . . 12 . 2 4 . 7
. 11 4 9 . . 1 . . 13 . . 8 10 15 .
m_b_metcalf wrote:hkociemba1 wrote:I played a bit around with my added NC+ functionality and found a few things:
5. For N=3 here is a Sudoku which is NC+, X and P which needs only 4 givens
.....................................................3...1.................7..4..
Herbert, Could you kindly provide your solution for this?
Thanks,
Mike
enxio27 wrote:So Mike's first sample puzzle (copied below) in post #5 of this thread is legit, since the givens in R1C2 and R2C1 are diagonally adjacent and not horizontally or vertically adjacent
By what I regard as a consistent definition of NC+, the diagonals must also fulfil that condition. Thus, IMHO, a NC+ X for N=3 cannot exist.hkociemba1 wrote:m_b_metcalf wrote:I played a bit around with my added NC+ functionality and found a few things:
5. For N=3 here is a Sudoku which is NC+, X and P which needs only 4 givens
.....................................................3...1.................7..4..Herbert, Could you kindly provide your solution for this?
My solution which should be unique if my implementation of the NC+ part ist correct is
729461538164835792538297146853972614416358279972614853297146385641583927385729461
7 2 9 4 6 1 5 3 8
1 6 4 8 3 5 7 9 2
5 3 8 2 9 7 1 4 6
8 5 3 9 7 2 6 1 4
4 1 6 3 5 8 2 7 9
9 7 2 6 1 4 8 5 3
2 9 7 1 4 6 3 8 5
6 4 1 5 8 3 9 2 7
3 8 5 7 2 9 4 6 1
Away from all of the Python references, these ministry rules pre-date me ... So I can't take full creditMathimagics wrote:Ministry of Orthogonal Affairs
m_b_metcalf wrote:the NC+ condition must hold for the diagonals of an X-sudoku.
enxio27 wrote:He also introduced a Sudoku-X variation of the NC puzzle, which did NOT require that the diagonals be non-consecutive.
+-------+-------+-------+
| 5 2 8 | 4 1 7 | 3 9 6 |
| 1 7 4 | 9 6 3 | 8 5 2 |
| 6 3 9 | 5 2 8 | 4 1 7 |
+-------+-------+-------+
| 3 9 6 | 2 8 5 | 1 7 4 |
| 7 4 1 | 6 3 9 | 5 2 8 |
| 2 8 5 | 1 7 4 | 9 6 3 |
+-------+-------+-------+
| 8 5 2 | 7 4 1 | 6 3 9 |
| 4 1 7 | 3 9 6 | 2 8 5 |
| 9 6 3 | 8 5 2 | 7 4 1 |
+-------+-------+-------+