.
I seem to have unleashed a monster!
We have as yet done little work on any of the DP variants, I had only just begun to look at these for the standard Sudoku case (see
here) when I got the idea for
SudoKakuro.
All we have so far is that MNC (minimum number of clues) for
SudokuDP is
probably less than 12.
For
SudokuP we now know MNC is exactly 11, and we also have work in progress on
SudokuPX, which has found some 9-clue puzzles, and owing to their scarcity we think that MNC is probably 9.
So it seems likely that adding the DP constraints to SudokuPX might well give us 8-clue
SudokuPX-DP puzzles.
hkociemba1 wrote:It seems that the information about the sum of the adjacent values of a cell provides more information than the value of the cell itself.
Perhaps that should be "
potentially provides"?
A complicating factor is that Kakuro clues (KC), unlike standard clues (SC), are sensitive to ANY variation of the grid, that is, both to grid relabelling, and to VPT's (validity-preserving grid transformations).
In any case, the proposition can be demonstrated by finding a grid
G for which, in some Sudoku variant, there is a KC puzzle for which NKC(G) < NSC(G), where NSC(G) is minimal for G.
Or, equivalently, by finding any
G for which NKC(G) = 7 for any variant.