Background of this question:
[Stage 1]
I was learning how to manually create a puzzle at
http://www.pro.or.jp/~fuji/sudoku/makesudoku/sudoku01.html.enFrom the creation method it seems that for the fixed number of blanks with one particular starting number, there seems to be only one solution.
[Stage 2]
I tried to use use the LA Times 2005-11-26 puzzle as a test puzzle
http://games.latimes.com/index_sudoku.html?uc_feature_code=lasud&uc_full_date=20051126Puzzle:
709 100 000
080 002 000
013 006 040
000 030 198
400 000 003
836 010 000
060 800 710
000 400 050
000 009 406
I use a program to validate this puzzle.
It indicated that this puzzle is valid with one unique solution.
I then solve the puzzle.
Solution:
749 183 265
685 742 931 = B1 B2 B3
213 596 847
527 634 198
491 258 673 = B4 B5 B6
836 917 524
364 825 719
978 461 352 = B7 B8 B9
152 379 486
Note:
Boxes that need to fill in 1's: B3, B4, B7, B8
*********************
Using the original puzzle as a base,
TEST 1 - B3
I remove r1c4=1, put r2c9=1,
the program indicated that this puzzle has more than one solution.
TEST 2 - B4
I remove r1c4=1, put r5c3=1,
the program indicated that this puzzle has more than one solution.
TEST 3 - B7
I remove r1c4=1, put r9c1=1,
the program indicated that this puzzle has more than one solution.
TEST 4 - B8
I remove r1c4=1, put r8c6=1,
the program indicated that this puzzle has more than one solution.
This leads me to think that for each unique solution, there can only be one unique puzzle.
Thanks for mentioning the minimum set of clues for a valid puzzle issue. I didn't take note earlier. Will update on this later.
Hence for this part, not conclusive yet.
[Stage 3]
I checked around the forum and there were some discussion on the maximum number of puzzles for a 9X9 sudoku, and it is a very huge number.
This leads me to think that for each unique solution, there can only be one unique puzzle. Hence the huge numbers.
Not verifiable at the moment.