sg wrote:Yes, gsf and vidar are correct about the example; it is good but reducible and hence cant be an example of maximum Su Doku (perhaps removing the 1 does it, or not...)
dropping [6,6]=1 makes it minimal
Moschopulus wrote:Just to be clear.
The question goes back to 3 September 2005, and this post by giant:
http://forum.enjoysudoku.com/viewtopic.php?p=8380
and the current record holder is 32 by dukuso, also in that thread.
(I know Red Ed pointed this out earlier, just repeating for clarity)
*-----------*
|.2.|.48|..3|
|468|3.1|.7.|
|3..|7..|...|
|---+---+---|
|.84|1..|6..|
|216|8..|..9|
|...|...|...|
|---+---+---|
|83.|6..|59.|
|.7.|...|...|
|6.9|28.|7..|
*-----------*
*-----------*
|.2.|.48|.6.|
|468|3.1|.7.|
|...|7..|...|
|---+---+---|
|914|8..|...|
|286|1..|3.9|
|...|...|...|
|---+---+---|
|83.|6..|59.|
|.7.|...|...|
|6.9|28.|73.|
*-----------*
+---+---+---+
|.2.|...|...|
|...|...|..5|
|39.|7.6|8..|
+---+---+---+
|...|...|6..|
|.1.|.5.|..9|
|7..|...|...|
+---+---+---+
|8..|...|...|
|...|91.|...|
|6..|...|73.|
+---+---+---+
dukuso wrote:counts of clues in randomly generated minimal
sudokus over sf :
average:24.104503 , 1000000 samples
19 3
20 229
21 6277
22 61494
23 227035
24 352839
25 248868
26 86121
27 15453
28 1589
29 89
30 3
+---+---+---+
|145|726|983|
|837|495|261|
|926|381|574|
+---+---+---+
|293|874|156|
|581|269|347|
|674|153|892|
+---+---+---+
|318|547|629|
|459|632|718|
|762|918|435|
+---+---+---+
... and the answer is that it is counter-productive to drop the unique-solution property: the largest number of independent clues can only exist in a uniquely-solvable grid.Red Ed wrote:Guenter found an independent set of 32 clues which had the bonus property of being uniquely solvable. Can we do better if we drop the uniquely-solvable aspect, i.e. just aim for independence ...?
- Thanks!coloin wrote:The 32 puzzle has this 18 ! - and it has 9 common clues !
Good points!coloin wrote:perhaps goes to show that the a low number of clues is circumstancial - as is the occurrance of a high number of clues.
Are high numbers just as difficult to generate randomly ?
...
So how suboptimally can we pick clues to hit a clue in every unavoidable set ?
Maybe there will be some advance on 33 !
Red Ed wrote:...So this really is just the maximal minimal single-solution sudoku problem after all.
Ocean wrote:I found some minimal sudokus with 33 clues earlier today (posted in another thread).
- Code: Select all
020048060468301005000700000914800000286100309000000000800600590070000000640285730
...
020048060468301005000700000914800000286100309000000000800600590070000000640285730
020048060
468301005
000700000
914800000
286100309
000000000
800600590
070000000
640285730
+---+---+---+
|.2.|.48|.6.|
|468|3.1|..5|
|...|7..|...|
+---+---+---+
|914|8..|...|
|286|1..|3.9|
|...|...|...|
+---+---+---+
|8..|6..|59.|
|.7.|...|...|
|64.|285|73.|
+---+---+---+
sg wrote:Can you point me towards an explanation of how to read strings such as the one above?
What sort of algorithm are you using:
- Deleting from a completed grid, or putting clues into an empty puzzle?
- Randomized or deterministic enumeration?
- If randomized, then is it known whether the algorithm is "unbiased" in the following technical sense: that if you ran the algorithm for infinitely long, each good Su Doku would appear as often as any other (modulo Poisson fluctuations)? (Such an algorithm has no bias towards producing one or more favourites)
tarek wrote:If this is the case then you may have several minimal puzzles, some being larger than others depending on the combination of givens removed.
sg wrote:There are many questions which one can ask about these 5,472,730,538 trees: minimum and maximum Su Dokus are only two of these.
tarek wrote:In this case an apparant minimal puzzle, will not be minimal if we generate a smaller valid puzzle from the solution.
sg wrote:The present record maximum of 33 probably comes from a very small number (1?) of these trees (one per essentially different grid). Is that right?
gsf wrote:this minimal puzzle has the minimum (maximum) number of clues out of all minimal puzzles within this solution grid