Sudoku
Sudoku CSP Solver using Backtracking Search and Arc-Consistency 3
Install / Use
/learn @donovan-prehn/SudokuREADME
sudoku 数独
Objective
Fill a 9x9 grid with digits
Rules
- Each row contains the numbers 1 to 9
- Each column contains the numbers 1 to 9
- Each box contains the numbers 1 to 9
Binary Constraint Satisfaction Problem
Variables
Variable for each tile in the sudoku grid with a total of 81 variables. Variable is a combination of a letter indicating the row, and a digit indicating the column.
X = {X<sub>1</sub>, X<sub>2</sub>, ..., X<sub>81</sub>}
Domains
Each variable X<sub>i</sub> has the domain of the digits [1,9]
D = {D<sub>1</sub>, D<sub>2</sub>, ..., D<sub>81</sub>}
D<sub>i</sub> = {1, 2, 3, 4, 5, 6, 7, 8, 9}
Constraints
The value of each variable X<sub>i</sub> cannot be equal to any value in its:
- Row
- Column
- Box
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
