Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

SudokuHints

Guides

  • Sudoku Hints

Tech Notes

  • Logical Rules for Solving a Sudoku
  • Representation of a Sudoku
  • String Representation of a Sudoku

Symbols

  • BackTracking
  • bla
  • CandidateSet
  • CellSize
  • Clues
  • ColoredCells
  • ColoredGroupColor
  • ColoredGroups
  • CommonCellColor
  • ConjugateLists
  • DiskCells
  • Disks
  • DoubleCandidate
  • DoubleCandidate
  • EditClues
  • EditColoredGroups
  • EditLineGroups
  • EditOutlinedGroups
  • EditSudoku
  • EnterClues
  • EnterSudoku
  • ExcludeCommonCells
  • ExportSudoku
  • ExtendSudoku
  • ExtraBlockCellColor
  • ExtraBlocks
  • GenerateSudokus
  • HiddenPair
  • HiddenPairs
  • HiddenQuadruple
  • HiddenQuadruples
  • HiddenSingle
  • HiddenSingles
  • HiddenTriple
  • HiddenTriples
  • Hints
  • IncludeCandidates
  • LineGroups
  • LockedCandidates
  • MaxClues
  • MaxSolutions
  • MaxSteps
  • MonitorSteps
  • NumericalString
  • OutlinedGroups
  • Pair
  • Pairs
  • QuadrupleCandidate
  • Quadruple
  • ReduceClues
  • ReduceSudoku
  • SetDisplay
  • SetDisplayOptions
  • SetSdokuOptions
  • SetSudokuOptions
  • ShowCandidates
  • ShowInfo
  • Single
  • Singles
  • SolveSudoku
  • SudokuFromString
  • SudokuHints
  • SudokuInfo
  • Sudoku
  • SudokuToString
  • SwordFish
  • ThreeGroups
  • TripleCandidate
  • Triple
  • Triples
  • XRule
  • XXXMaxSteps
  • XYChain
  • XYZWing
  • YWing
  • ZZZExtraBlocks
  • ZZZLockedCandidates
  • $AllRules
  • $Sudoku
FredSimons`SudokuHints`
Sudoku
​
Sudoku[data]
represents a sudoku.
​
Details and Options

Examples  
(11)
Basic Examples  
(5)
An empty standard sudoku.
In[1]:=
Sudoku

ShowCandidates
False
Out[1]=
​
A standard sudoku; the function EditClues will be called for entering the clues.
In[1]:=
Sudoku
[]//
EditClues
Out[1]=
​
A jigsaw sudoku. The argument "jigsaw" forces the function EditOutlinedGroups to be called for entering the jigsaw blocks.
In[1]:=
Sudoku
"jigsaw",
ShowCandidates
False//
EditClues
Out[1]=
​
First the function EditColorGroups is used for adding four colored groups and then the the function EditClues for entering the clues.
In[1]:=
Sudoku
[]//
EditColoredGroups
//
EditClues
Out[1]=
​
A multi sudoku. First the function EditOutlinedGroups will be called for entering the jigsaw blocks, then the function EditClues will be called for entering the clues.
In[1]:=
Sudoku
{{1,1},"jigsaw"},{{7,7},"diagonal"},
ShowCandidates
False//
EditClues
Out[1]=
Options  
(6)

SeeAlso
EditColoredGroups
 
▪
EditOutlinedGroups
 
▪
EditClues
 
▪
SudokuFromString
 
▪
SudokuToString
 
▪
SetDisplayOptions
TechNotes
▪
Representation of a Sudoku
▪
Logical Rules for Solving a Sudoku
RelatedGuides
▪
Sudoku Hints
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com