task_name
string | initial_board
string | solution
string | environment_info
string | puzzle_id
string | title
string | rules
string | initial_observation
string | solution_reference
string | rows
int64 | cols
int64 | visual_elements
string | encoded_puzzle
string | description
string |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9x9_sudoku_1400
|
9.231.5..4.3.5612916..278..2197.34.63..249....47.6529.7315.8642.9.4.2315.2.63.9.8
|
982314567473856129165927834219783456356249781847165293731598642698472315524631978
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1400
|
Basic 9x9 Sudoku 1400
|
Normal 9x9 sudoku rules apply
|
9 . 2 3 1 . 5 . .
4 . 3 . 5 6 1 2 9
1 6 . . 2 7 8 . .
2 1 9 7 . 3 4 . 6
3 . . 2 4 9 . . .
. 4 7 . 6 5 2 9 .
7 3 1 5 . 8 6 4 2
. 9 . 4 . 2 3 1 5
. 2 . 6 3 . 9 . 8
|
9 8 2 3 1 4 5 6 7
4 7 3 8 5 6 1 2 9
1 6 5 9 2 7 8 3 4
2 1 9 7 8 3 4 5 6
3 5 6 2 4 9 7 8 1
8 4 7 1 6 5 2 9 3
7 3 1 5 9 8 6 4 2
6 9 8 4 7 2 3 1 5
5 2 4 6 3 1 9 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1401
|
.4.89.3.78.7..6.29.9251748.2..3.46986.41...3.9.5.6.714..97.1.63518.4397.7.392.84.
|
146892357857436129392517486271354698684179235935268714429781563518643972763925841
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1401
|
Basic 9x9 Sudoku 1401
|
Normal 9x9 sudoku rules apply
|
. 4 . 8 9 . 3 . 7
8 . 7 . . 6 . 2 9
. 9 2 5 1 7 4 8 .
2 . . 3 . 4 6 9 8
6 . 4 1 . . . 3 .
9 . 5 . 6 . 7 1 4
. . 9 7 . 1 . 6 3
5 1 8 . 4 3 9 7 .
7 . 3 9 2 . 8 4 .
|
1 4 6 8 9 2 3 5 7
8 5 7 4 3 6 1 2 9
3 9 2 5 1 7 4 8 6
2 7 1 3 5 4 6 9 8
6 8 4 1 7 9 2 3 5
9 3 5 2 6 8 7 1 4
4 2 9 7 8 1 5 6 3
5 1 8 6 4 3 9 7 2
7 6 3 9 2 5 8 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1402
|
98412.567671.9532425.64..9181953..76426.1.95353746..1...8254739.9.38.1.2.429.168.
|
984123567671895324253647891819532476426718953537469218168254739795386142342971685
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1402
|
Basic 9x9 Sudoku 1402
|
Normal 9x9 sudoku rules apply
|
9 8 4 1 2 . 5 6 7
6 7 1 . 9 5 3 2 4
2 5 . 6 4 . . 9 1
8 1 9 5 3 . . 7 6
4 2 6 . 1 . 9 5 3
5 3 7 4 6 . . 1 .
. . 8 2 5 4 7 3 9
. 9 . 3 8 . 1 . 2
. 4 2 9 . 1 6 8 .
|
9 8 4 1 2 3 5 6 7
6 7 1 8 9 5 3 2 4
2 5 3 6 4 7 8 9 1
8 1 9 5 3 2 4 7 6
4 2 6 7 1 8 9 5 3
5 3 7 4 6 9 2 1 8
1 6 8 2 5 4 7 3 9
7 9 5 3 8 6 1 4 2
3 4 2 9 7 1 6 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1403
|
2.5.89.477.4..286.893467.15.49.356283528.6.916.72.1453471.285.69...741....8613974
|
265189347714352869893467215149735628352846791687291453471928536936574182528613974
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1403
|
Basic 9x9 Sudoku 1403
|
Normal 9x9 sudoku rules apply
|
2 . 5 . 8 9 . 4 7
7 . 4 . . 2 8 6 .
8 9 3 4 6 7 . 1 5
. 4 9 . 3 5 6 2 8
3 5 2 8 . 6 . 9 1
6 . 7 2 . 1 4 5 3
4 7 1 . 2 8 5 . 6
9 . . . 7 4 1 . .
. . 8 6 1 3 9 7 4
|
2 6 5 1 8 9 3 4 7
7 1 4 3 5 2 8 6 9
8 9 3 4 6 7 2 1 5
1 4 9 7 3 5 6 2 8
3 5 2 8 4 6 7 9 1
6 8 7 2 9 1 4 5 3
4 7 1 9 2 8 5 3 6
9 3 6 5 7 4 1 8 2
5 2 8 6 1 3 9 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1404
|
278..4.56.612..874.5.7...9283.6217491.64..5.8742859.31.2931.4.53.45.29...179.826.
|
278194356961235874453786192835621749196473528742859631629317485384562917517948263
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1404
|
Basic 9x9 Sudoku 1404
|
Normal 9x9 sudoku rules apply
|
2 7 8 . . 4 . 5 6
. 6 1 2 . . 8 7 4
. 5 . 7 . . . 9 2
8 3 . 6 2 1 7 4 9
1 . 6 4 . . 5 . 8
7 4 2 8 5 9 . 3 1
. 2 9 3 1 . 4 . 5
3 . 4 5 . 2 9 . .
. 1 7 9 . 8 2 6 .
|
2 7 8 1 9 4 3 5 6
9 6 1 2 3 5 8 7 4
4 5 3 7 8 6 1 9 2
8 3 5 6 2 1 7 4 9
1 9 6 4 7 3 5 2 8
7 4 2 8 5 9 6 3 1
6 2 9 3 1 7 4 8 5
3 8 4 5 6 2 9 1 7
5 1 7 9 4 8 2 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1405
|
931.426578271.6.49.6.9.31.8186439.752...6..3.543721986.92..4.1...43..8..3.8295...
|
931842657827156349465973128186439275279568431543721986792684513654317892318295764
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1405
|
Basic 9x9 Sudoku 1405
|
Normal 9x9 sudoku rules apply
|
9 3 1 . 4 2 6 5 7
8 2 7 1 . 6 . 4 9
. 6 . 9 . 3 1 . 8
1 8 6 4 3 9 . 7 5
2 . . . 6 . . 3 .
5 4 3 7 2 1 9 8 6
. 9 2 . . 4 . 1 .
. . 4 3 . . 8 . .
3 . 8 2 9 5 . . .
|
9 3 1 8 4 2 6 5 7
8 2 7 1 5 6 3 4 9
4 6 5 9 7 3 1 2 8
1 8 6 4 3 9 2 7 5
2 7 9 5 6 8 4 3 1
5 4 3 7 2 1 9 8 6
7 9 2 6 8 4 5 1 3
6 5 4 3 1 7 8 9 2
3 1 8 2 9 5 7 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1406
|
1...2.67568...7439...36.8.28..936..4.36745.8.4..2185.39416.23..528.731...6759..48
|
193824675682157439754369812815936724236745981479218563941682357528473196367591248
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1406
|
Basic 9x9 Sudoku 1406
|
Normal 9x9 sudoku rules apply
|
1 . . . 2 . 6 7 5
6 8 . . . 7 4 3 9
. . . 3 6 . 8 . 2
8 . . 9 3 6 . . 4
. 3 6 7 4 5 . 8 .
4 . . 2 1 8 5 . 3
9 4 1 6 . 2 3 . .
5 2 8 . 7 3 1 . .
. 6 7 5 9 . . 4 8
|
1 9 3 8 2 4 6 7 5
6 8 2 1 5 7 4 3 9
7 5 4 3 6 9 8 1 2
8 1 5 9 3 6 7 2 4
2 3 6 7 4 5 9 8 1
4 7 9 2 1 8 5 6 3
9 4 1 6 8 2 3 5 7
5 2 8 4 7 3 1 9 6
3 6 7 5 9 1 2 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1407
|
.5....37...13...4583.46...21......2.....1..8.26.8.....376541.....87...644...9.7..
|
954182376621379845837465912185934627743216589269857431376541298598723164412698753
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1407
|
Basic 9x9 Sudoku 1407
|
Normal 9x9 sudoku rules apply
|
. 5 . . . . 3 7 .
. . 1 3 . . . 4 5
8 3 . 4 6 . . . 2
1 . . . . . . 2 .
. . . . 1 . . 8 .
2 6 . 8 . . . . .
3 7 6 5 4 1 . . .
. . 8 7 . . . 6 4
4 . . . 9 . 7 . .
|
9 5 4 1 8 2 3 7 6
6 2 1 3 7 9 8 4 5
8 3 7 4 6 5 9 1 2
1 8 5 9 3 4 6 2 7
7 4 3 2 1 6 5 8 9
2 6 9 8 5 7 4 3 1
3 7 6 5 4 1 2 9 8
5 9 8 7 2 3 1 6 4
4 1 2 6 9 8 7 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1408
|
38.9254672...46.156..31.8925..6...8..93152..61...89.23.5.4.3178.1659.2344..27..59
|
381925467279846315645317892527634981893152746164789523952463178716598234438271659
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1408
|
Basic 9x9 Sudoku 1408
|
Normal 9x9 sudoku rules apply
|
3 8 . 9 2 5 4 6 7
2 . . . 4 6 . 1 5
6 . . 3 1 . 8 9 2
5 . . 6 . . . 8 .
. 9 3 1 5 2 . . 6
1 . . . 8 9 . 2 3
. 5 . 4 . 3 1 7 8
. 1 6 5 9 . 2 3 4
4 . . 2 7 . . 5 9
|
3 8 1 9 2 5 4 6 7
2 7 9 8 4 6 3 1 5
6 4 5 3 1 7 8 9 2
5 2 7 6 3 4 9 8 1
8 9 3 1 5 2 7 4 6
1 6 4 7 8 9 5 2 3
9 5 2 4 6 3 1 7 8
7 1 6 5 9 8 2 3 4
4 3 8 2 7 1 6 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1409
|
62...34757.395412.4.12..3....63.7542...54..9854862.7.1814...9539.2..586..65.9.21.
|
629813475783954126451276389196387542237541698548629731814762953972135864365498217
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1409
|
Basic 9x9 Sudoku 1409
|
Normal 9x9 sudoku rules apply
|
6 2 . . . 3 4 7 5
7 . 3 9 5 4 1 2 .
4 . 1 2 . . 3 . .
. . 6 3 . 7 5 4 2
. . . 5 4 . . 9 8
5 4 8 6 2 . 7 . 1
8 1 4 . . . 9 5 3
9 . 2 . . 5 8 6 .
. 6 5 . 9 . 2 1 .
|
6 2 9 8 1 3 4 7 5
7 8 3 9 5 4 1 2 6
4 5 1 2 7 6 3 8 9
1 9 6 3 8 7 5 4 2
2 3 7 5 4 1 6 9 8
5 4 8 6 2 9 7 3 1
8 1 4 7 6 2 9 5 3
9 7 2 1 3 5 8 6 4
3 6 5 4 9 8 2 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1410
|
4...8..2.2.1....6.35.26.8.9...85.6......3..5......1..29...25.3...264.1.56..3..27.
|
496183527281597364357264819179852643824936751563471982918725436732648195645319278
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1410
|
Basic 9x9 Sudoku 1410
|
Normal 9x9 sudoku rules apply
|
4 . . . 8 . . 2 .
2 . 1 . . . . 6 .
3 5 . 2 6 . 8 . 9
. . . 8 5 . 6 . .
. . . . 3 . . 5 .
. . . . . 1 . . 2
9 . . . 2 5 . 3 .
. . 2 6 4 . 1 . 5
6 . . 3 . . 2 7 .
|
4 9 6 1 8 3 5 2 7
2 8 1 5 9 7 3 6 4
3 5 7 2 6 4 8 1 9
1 7 9 8 5 2 6 4 3
8 2 4 9 3 6 7 5 1
5 6 3 4 7 1 9 8 2
9 1 8 7 2 5 4 3 6
7 3 2 6 4 8 1 9 5
6 4 5 3 1 9 2 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1411
|
93.128....679.518..1.3....53.6.145.98.96.2.1.1.4793...5924....7743.8.....81..74.2
|
935128746267945183418376925326814579879652314154793268592461837743289651681537492
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1411
|
Basic 9x9 Sudoku 1411
|
Normal 9x9 sudoku rules apply
|
9 3 . 1 2 8 . . .
. 6 7 9 . 5 1 8 .
. 1 . 3 . . . . 5
3 . 6 . 1 4 5 . 9
8 . 9 6 . 2 . 1 .
1 . 4 7 9 3 . . .
5 9 2 4 . . . . 7
7 4 3 . 8 . . . .
. 8 1 . . 7 4 . 2
|
9 3 5 1 2 8 7 4 6
2 6 7 9 4 5 1 8 3
4 1 8 3 7 6 9 2 5
3 2 6 8 1 4 5 7 9
8 7 9 6 5 2 3 1 4
1 5 4 7 9 3 2 6 8
5 9 2 4 6 1 8 3 7
7 4 3 2 8 9 6 5 1
6 8 1 5 3 7 4 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1412
|
74.83..5...64..8....8..2..7...5....29...275.82...6...3..29...8..7.215.9....7....5
|
741839256526471839398652147137598462964327518285164973652943781873215694419786325
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1412
|
Basic 9x9 Sudoku 1412
|
Normal 9x9 sudoku rules apply
|
7 4 . 8 3 . . 5 .
. . 6 4 . . 8 . .
. . 8 . . 2 . . 7
. . . 5 . . . . 2
9 . . . 2 7 5 . 8
2 . . . 6 . . . 3
. . 2 9 . . . 8 .
. 7 . 2 1 5 . 9 .
. . . 7 . . . . 5
|
7 4 1 8 3 9 2 5 6
5 2 6 4 7 1 8 3 9
3 9 8 6 5 2 1 4 7
1 3 7 5 9 8 4 6 2
9 6 4 3 2 7 5 1 8
2 8 5 1 6 4 9 7 3
6 5 2 9 4 3 7 8 1
8 7 3 2 1 5 6 9 4
4 1 9 7 8 6 3 2 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1413
|
..68.25...831.7..6.2...3....5.7.1..4...5.....27.9....8..52...8.6..3754.1.4.6.....
|
416892573983157246527463819859721364361584792274936158135249687698375421742618935
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1413
|
Basic 9x9 Sudoku 1413
|
Normal 9x9 sudoku rules apply
|
. . 6 8 . 2 5 . .
. 8 3 1 . 7 . . 6
. 2 . . . 3 . . .
. 5 . 7 . 1 . . 4
. . . 5 . . . . .
2 7 . 9 . . . . 8
. . 5 2 . . . 8 .
6 . . 3 7 5 4 . 1
. 4 . 6 . . . . .
|
4 1 6 8 9 2 5 7 3
9 8 3 1 5 7 2 4 6
5 2 7 4 6 3 8 1 9
8 5 9 7 2 1 3 6 4
3 6 1 5 8 4 7 9 2
2 7 4 9 3 6 1 5 8
1 3 5 2 4 9 6 8 7
6 9 8 3 7 5 4 2 1
7 4 2 6 1 8 9 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1414
|
...3.2..67.21.........7692.8.6.4.5....1..5.4.5..6......9....73..8..53.6431.7...59
|
159382476762194385438576921876249513921835647543617892695421738287953164314768259
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1414
|
Basic 9x9 Sudoku 1414
|
Normal 9x9 sudoku rules apply
|
. . . 3 . 2 . . 6
7 . 2 1 . . . . .
. . . . 7 6 9 2 .
8 . 6 . 4 . 5 . .
. . 1 . . 5 . 4 .
5 . . 6 . . . . .
. 9 . . . . 7 3 .
. 8 . . 5 3 . 6 4
3 1 . 7 . . . 5 9
|
1 5 9 3 8 2 4 7 6
7 6 2 1 9 4 3 8 5
4 3 8 5 7 6 9 2 1
8 7 6 2 4 9 5 1 3
9 2 1 8 3 5 6 4 7
5 4 3 6 1 7 8 9 2
6 9 5 4 2 1 7 3 8
2 8 7 9 5 3 1 6 4
3 1 4 7 6 8 2 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1415
|
..13.95.7...85.9.1.9.6..2..8..237..4..7..6.15.3..1.8......92...1...4.7..758...42.
|
681329547372854961594671283815237694247986315936415872463792158129548736758163429
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1415
|
Basic 9x9 Sudoku 1415
|
Normal 9x9 sudoku rules apply
|
. . 1 3 . 9 5 . 7
. . . 8 5 . 9 . 1
. 9 . 6 . . 2 . .
8 . . 2 3 7 . . 4
. . 7 . . 6 . 1 5
. 3 . . 1 . 8 . .
. . . . 9 2 . . .
1 . . . 4 . 7 . .
7 5 8 . . . 4 2 .
|
6 8 1 3 2 9 5 4 7
3 7 2 8 5 4 9 6 1
5 9 4 6 7 1 2 8 3
8 1 5 2 3 7 6 9 4
2 4 7 9 8 6 3 1 5
9 3 6 4 1 5 8 7 2
4 6 3 7 9 2 1 5 8
1 2 9 5 4 8 7 3 6
7 5 8 1 6 3 4 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1416
|
329184...4.7.369181685..2432853.1.979.4.586.1..6.4283...34.57.25.1.2.36.....7315.
|
329184576457236918168597243285361497934758621716942835693415782571829364842673159
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1416
|
Basic 9x9 Sudoku 1416
|
Normal 9x9 sudoku rules apply
|
3 2 9 1 8 4 . . .
4 . 7 . 3 6 9 1 8
1 6 8 5 . . 2 4 3
2 8 5 3 . 1 . 9 7
9 . 4 . 5 8 6 . 1
. . 6 . 4 2 8 3 .
. . 3 4 . 5 7 . 2
5 . 1 . 2 . 3 6 .
. . . . 7 3 1 5 .
|
3 2 9 1 8 4 5 7 6
4 5 7 2 3 6 9 1 8
1 6 8 5 9 7 2 4 3
2 8 5 3 6 1 4 9 7
9 3 4 7 5 8 6 2 1
7 1 6 9 4 2 8 3 5
6 9 3 4 1 5 7 8 2
5 7 1 8 2 9 3 6 4
8 4 2 6 7 3 1 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1417
|
4.918326.823..514.6....78..1.....976.6.51.4.89.487.5.2.967.43.171239..5..4.651.2.
|
479183265823965147651247893185432976267519438934876512596724381712398654348651729
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1417
|
Basic 9x9 Sudoku 1417
|
Normal 9x9 sudoku rules apply
|
4 . 9 1 8 3 2 6 .
8 2 3 . . 5 1 4 .
6 . . . . 7 8 . .
1 . . . . . 9 7 6
. 6 . 5 1 . 4 . 8
9 . 4 8 7 . 5 . 2
. 9 6 7 . 4 3 . 1
7 1 2 3 9 . . 5 .
. 4 . 6 5 1 . 2 .
|
4 7 9 1 8 3 2 6 5
8 2 3 9 6 5 1 4 7
6 5 1 2 4 7 8 9 3
1 8 5 4 3 2 9 7 6
2 6 7 5 1 9 4 3 8
9 3 4 8 7 6 5 1 2
5 9 6 7 2 4 3 8 1
7 1 2 3 9 8 6 5 4
3 4 8 6 5 1 7 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1418
|
29.386475.64..73.27.84521..4.6723...129.645378731.56243825.17.9.472.9851.156.824.
|
291386475564917382738452196456723918129864537873195624382541769647239851915678243
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1418
|
Basic 9x9 Sudoku 1418
|
Normal 9x9 sudoku rules apply
|
2 9 . 3 8 6 4 7 5
. 6 4 . . 7 3 . 2
7 . 8 4 5 2 1 . .
4 . 6 7 2 3 . . .
1 2 9 . 6 4 5 3 7
8 7 3 1 . 5 6 2 4
3 8 2 5 . 1 7 . 9
. 4 7 2 . 9 8 5 1
. 1 5 6 . 8 2 4 .
|
2 9 1 3 8 6 4 7 5
5 6 4 9 1 7 3 8 2
7 3 8 4 5 2 1 9 6
4 5 6 7 2 3 9 1 8
1 2 9 8 6 4 5 3 7
8 7 3 1 9 5 6 2 4
3 8 2 5 4 1 7 6 9
6 4 7 2 3 9 8 5 1
9 1 5 6 7 8 2 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1419
|
.9.1.257.1..9....3536..41..21.3...64.6.41.......8263.19...4..37...6.....6.....458
|
894132576127965843536784129218359764369417285745826391982541637453678912671293458
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1419
|
Basic 9x9 Sudoku 1419
|
Normal 9x9 sudoku rules apply
|
. 9 . 1 . 2 5 7 .
1 . . 9 . . . . 3
5 3 6 . . 4 1 . .
2 1 . 3 . . . 6 4
. 6 . 4 1 . . . .
. . . 8 2 6 3 . 1
9 . . . 4 . . 3 7
. . . 6 . . . . .
6 . . . . . 4 5 8
|
8 9 4 1 3 2 5 7 6
1 2 7 9 6 5 8 4 3
5 3 6 7 8 4 1 2 9
2 1 8 3 5 9 7 6 4
3 6 9 4 1 7 2 8 5
7 4 5 8 2 6 3 9 1
9 8 2 5 4 1 6 3 7
4 5 3 6 7 8 9 1 2
6 7 1 2 9 3 4 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1420
|
6.98.1.3.78.3.45..342.7...8..3..79..9.7.......1.963..2......6511...482..276.59.43
|
659821437781394526342576198823417965967285314514963782498732651135648279276159843
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1420
|
Basic 9x9 Sudoku 1420
|
Normal 9x9 sudoku rules apply
|
6 . 9 8 . 1 . 3 .
7 8 . 3 . 4 5 . .
3 4 2 . 7 . . . 8
. . 3 . . 7 9 . .
9 . 7 . . . . . .
. 1 . 9 6 3 . . 2
. . . . . . 6 5 1
1 . . . 4 8 2 . .
2 7 6 . 5 9 . 4 3
|
6 5 9 8 2 1 4 3 7
7 8 1 3 9 4 5 2 6
3 4 2 5 7 6 1 9 8
8 2 3 4 1 7 9 6 5
9 6 7 2 8 5 3 1 4
5 1 4 9 6 3 7 8 2
4 9 8 7 3 2 6 5 1
1 3 5 6 4 8 2 7 9
2 7 6 1 5 9 8 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1421
|
38..1..5.6.93..14252.6.79...9.8.34.52351..7..8.627531.4..7.926..12486..3963...8.4
|
384912657679358142521647938197863425235194786846275319458739261712486593963521874
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1421
|
Basic 9x9 Sudoku 1421
|
Normal 9x9 sudoku rules apply
|
3 8 . . 1 . . 5 .
6 . 9 3 . . 1 4 2
5 2 . 6 . 7 9 . .
. 9 . 8 . 3 4 . 5
2 3 5 1 . . 7 . .
8 . 6 2 7 5 3 1 .
4 . . 7 . 9 2 6 .
. 1 2 4 8 6 . . 3
9 6 3 . . . 8 . 4
|
3 8 4 9 1 2 6 5 7
6 7 9 3 5 8 1 4 2
5 2 1 6 4 7 9 3 8
1 9 7 8 6 3 4 2 5
2 3 5 1 9 4 7 8 6
8 4 6 2 7 5 3 1 9
4 5 8 7 3 9 2 6 1
7 1 2 4 8 6 5 9 3
9 6 3 5 2 1 8 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1422
|
69.1...87.3.4.95.25.7......914863..537.....9828..9.3144.1......7..32814..6...1259
|
692135487138479562547682931914863725375214698286597314421956873759328146863741259
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1422
|
Basic 9x9 Sudoku 1422
|
Normal 9x9 sudoku rules apply
|
6 9 . 1 . . . 8 7
. 3 . 4 . 9 5 . 2
5 . 7 . . . . . .
9 1 4 8 6 3 . . 5
3 7 . . . . . 9 8
2 8 . . 9 . 3 1 4
4 . 1 . . . . . .
7 . . 3 2 8 1 4 .
. 6 . . . 1 2 5 9
|
6 9 2 1 3 5 4 8 7
1 3 8 4 7 9 5 6 2
5 4 7 6 8 2 9 3 1
9 1 4 8 6 3 7 2 5
3 7 5 2 1 4 6 9 8
2 8 6 5 9 7 3 1 4
4 2 1 9 5 6 8 7 3
7 5 9 3 2 8 1 4 6
8 6 3 7 4 1 2 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1423
|
69812357..45897.6..32.658.9357...64881435..9.9267.43.14.95381275819..4362.....9..
|
698123574145897263732465819357219648814356792926784351469538127581972436273641985
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1423
|
Basic 9x9 Sudoku 1423
|
Normal 9x9 sudoku rules apply
|
6 9 8 1 2 3 5 7 .
. 4 5 8 9 7 . 6 .
. 3 2 . 6 5 8 . 9
3 5 7 . . . 6 4 8
8 1 4 3 5 . . 9 .
9 2 6 7 . 4 3 . 1
4 . 9 5 3 8 1 2 7
5 8 1 9 . . 4 3 6
2 . . . . . 9 . .
|
6 9 8 1 2 3 5 7 4
1 4 5 8 9 7 2 6 3
7 3 2 4 6 5 8 1 9
3 5 7 2 1 9 6 4 8
8 1 4 3 5 6 7 9 2
9 2 6 7 8 4 3 5 1
4 6 9 5 3 8 1 2 7
5 8 1 9 7 2 4 3 6
2 7 3 6 4 1 9 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1424
|
1..2.8936.3691728.829.4.7512...95673.6.7.45.275163..983.5469.274.2.7.86...78213.5
|
174258936536917284829346751248195673963784512751632498385469127412573869697821345
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1424
|
Basic 9x9 Sudoku 1424
|
Normal 9x9 sudoku rules apply
|
1 . . 2 . 8 9 3 6
. 3 6 9 1 7 2 8 .
8 2 9 . 4 . 7 5 1
2 . . . 9 5 6 7 3
. 6 . 7 . 4 5 . 2
7 5 1 6 3 . . 9 8
3 . 5 4 6 9 . 2 7
4 . 2 . 7 . 8 6 .
. . 7 8 2 1 3 . 5
|
1 7 4 2 5 8 9 3 6
5 3 6 9 1 7 2 8 4
8 2 9 3 4 6 7 5 1
2 4 8 1 9 5 6 7 3
9 6 3 7 8 4 5 1 2
7 5 1 6 3 2 4 9 8
3 8 5 4 6 9 1 2 7
4 1 2 5 7 3 8 6 9
6 9 7 8 2 1 3 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1425
|
.56.293471238.46.57.465.28.9613.5724345217869.87496153678..1..24.2538......7.2418
|
856129347123874695794653281961385724345217869287496153678941532412538976539762418
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1425
|
Basic 9x9 Sudoku 1425
|
Normal 9x9 sudoku rules apply
|
. 5 6 . 2 9 3 4 7
1 2 3 8 . 4 6 . 5
7 . 4 6 5 . 2 8 .
9 6 1 3 . 5 7 2 4
3 4 5 2 1 7 8 6 9
. 8 7 4 9 6 1 5 3
6 7 8 . . 1 . . 2
4 . 2 5 3 8 . . .
. . . 7 . 2 4 1 8
|
8 5 6 1 2 9 3 4 7
1 2 3 8 7 4 6 9 5
7 9 4 6 5 3 2 8 1
9 6 1 3 8 5 7 2 4
3 4 5 2 1 7 8 6 9
2 8 7 4 9 6 1 5 3
6 7 8 9 4 1 5 3 2
4 1 2 5 3 8 9 7 6
5 3 9 7 6 2 4 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1426
|
958...47..4...7..53.2564...137289..44951....8...7...1.......56.56.42..9...9..8..1
|
958312476641897235372564189137289654495136728286745913814973562563421897729658341
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1426
|
Basic 9x9 Sudoku 1426
|
Normal 9x9 sudoku rules apply
|
9 5 8 . . . 4 7 .
. 4 . . . 7 . . 5
3 . 2 5 6 4 . . .
1 3 7 2 8 9 . . 4
4 9 5 1 . . . . 8
. . . 7 . . . 1 .
. . . . . . 5 6 .
5 6 . 4 2 . . 9 .
. . 9 . . 8 . . 1
|
9 5 8 3 1 2 4 7 6
6 4 1 8 9 7 2 3 5
3 7 2 5 6 4 1 8 9
1 3 7 2 8 9 6 5 4
4 9 5 1 3 6 7 2 8
2 8 6 7 4 5 9 1 3
8 1 4 9 7 3 5 6 2
5 6 3 4 2 1 8 9 7
7 2 9 6 5 8 3 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1427
|
5...1..6....9.51.....367..58.......9.576..2.4.492....37.51.3.9..6278...193.....72
|
594812367673945128218367945826534719357691284149278653785123496462789531931456872
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1427
|
Basic 9x9 Sudoku 1427
|
Normal 9x9 sudoku rules apply
|
5 . . . 1 . . 6 .
. . . 9 . 5 1 . .
. . . 3 6 7 . . 5
8 . . . . . . . 9
. 5 7 6 . . 2 . 4
. 4 9 2 . . . . 3
7 . 5 1 . 3 . 9 .
. 6 2 7 8 . . . 1
9 3 . . . . . 7 2
|
5 9 4 8 1 2 3 6 7
6 7 3 9 4 5 1 2 8
2 1 8 3 6 7 9 4 5
8 2 6 5 3 4 7 1 9
3 5 7 6 9 1 2 8 4
1 4 9 2 7 8 6 5 3
7 8 5 1 2 3 4 9 6
4 6 2 7 8 9 5 3 1
9 3 1 4 5 6 8 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1428
|
7..1.295..8..6.4.7..173.28.2978.3.4163..21...4.5.79.2.164..857...3.471.957921.8.4
|
746182953382965417951734286297853641638421795415679328164398572823547169579216834
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1428
|
Basic 9x9 Sudoku 1428
|
Normal 9x9 sudoku rules apply
|
7 . . 1 . 2 9 5 .
. 8 . . 6 . 4 . 7
. . 1 7 3 . 2 8 .
2 9 7 8 . 3 . 4 1
6 3 . . 2 1 . . .
4 . 5 . 7 9 . 2 .
1 6 4 . . 8 5 7 .
. . 3 . 4 7 1 . 9
5 7 9 2 1 . 8 . 4
|
7 4 6 1 8 2 9 5 3
3 8 2 9 6 5 4 1 7
9 5 1 7 3 4 2 8 6
2 9 7 8 5 3 6 4 1
6 3 8 4 2 1 7 9 5
4 1 5 6 7 9 3 2 8
1 6 4 3 9 8 5 7 2
8 2 3 5 4 7 1 6 9
5 7 9 2 1 6 8 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1429
|
.28.3.46767...5.3.314.7..9.8.1....2....82.7.4..74...59.85.6....16...428..9....64.
|
528139467679245138314678592841957326956823714237416859485362971163794285792581643
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1429
|
Basic 9x9 Sudoku 1429
|
Normal 9x9 sudoku rules apply
|
. 2 8 . 3 . 4 6 7
6 7 . . . 5 . 3 .
3 1 4 . 7 . . 9 .
8 . 1 . . . . 2 .
. . . 8 2 . 7 . 4
. . 7 4 . . . 5 9
. 8 5 . 6 . . . .
1 6 . . . 4 2 8 .
. 9 . . . . 6 4 .
|
5 2 8 1 3 9 4 6 7
6 7 9 2 4 5 1 3 8
3 1 4 6 7 8 5 9 2
8 4 1 9 5 7 3 2 6
9 5 6 8 2 3 7 1 4
2 3 7 4 1 6 8 5 9
4 8 5 3 6 2 9 7 1
1 6 3 7 9 4 2 8 5
7 9 2 5 8 1 6 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1430
|
..618.5....42.3.8.1789652348.56...2.6973.24182418.73.54.3.18952.8.4391.671.52.84.
|
326184597954273681178965234835641729697352418241897365463718952582439176719526843
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1430
|
Basic 9x9 Sudoku 1430
|
Normal 9x9 sudoku rules apply
|
. . 6 1 8 . 5 . .
. . 4 2 . 3 . 8 .
1 7 8 9 6 5 2 3 4
8 . 5 6 . . . 2 .
6 9 7 3 . 2 4 1 8
2 4 1 8 . 7 3 . 5
4 . 3 . 1 8 9 5 2
. 8 . 4 3 9 1 . 6
7 1 . 5 2 . 8 4 .
|
3 2 6 1 8 4 5 9 7
9 5 4 2 7 3 6 8 1
1 7 8 9 6 5 2 3 4
8 3 5 6 4 1 7 2 9
6 9 7 3 5 2 4 1 8
2 4 1 8 9 7 3 6 5
4 6 3 7 1 8 9 5 2
5 8 2 4 3 9 1 7 6
7 1 9 5 2 6 8 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1431
|
.83.1245794.875316.513.49281..74.2..29.158.6..762398414..6.1539865493..231.527684
|
683912457942875316751364928138746295294158763576239841427681539865493172319527684
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1431
|
Basic 9x9 Sudoku 1431
|
Normal 9x9 sudoku rules apply
|
. 8 3 . 1 2 4 5 7
9 4 . 8 7 5 3 1 6
. 5 1 3 . 4 9 2 8
1 . . 7 4 . 2 . .
2 9 . 1 5 8 . 6 .
. 7 6 2 3 9 8 4 1
4 . . 6 . 1 5 3 9
8 6 5 4 9 3 . . 2
3 1 . 5 2 7 6 8 4
|
6 8 3 9 1 2 4 5 7
9 4 2 8 7 5 3 1 6
7 5 1 3 6 4 9 2 8
1 3 8 7 4 6 2 9 5
2 9 4 1 5 8 7 6 3
5 7 6 2 3 9 8 4 1
4 2 7 6 8 1 5 3 9
8 6 5 4 9 3 1 7 2
3 1 9 5 2 7 6 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1432
|
.4.9.356775986.2346.34571..8.627.953.7..19.8.9345.6.21492..86.55.1.4.3793.7.958.2
|
148923567759861234623457198816274953275319486934586721492738615581642379367195842
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1432
|
Basic 9x9 Sudoku 1432
|
Normal 9x9 sudoku rules apply
|
. 4 . 9 . 3 5 6 7
7 5 9 8 6 . 2 3 4
6 . 3 4 5 7 1 . .
8 . 6 2 7 . 9 5 3
. 7 . . 1 9 . 8 .
9 3 4 5 . 6 . 2 1
4 9 2 . . 8 6 . 5
5 . 1 . 4 . 3 7 9
3 . 7 . 9 5 8 . 2
|
1 4 8 9 2 3 5 6 7
7 5 9 8 6 1 2 3 4
6 2 3 4 5 7 1 9 8
8 1 6 2 7 4 9 5 3
2 7 5 3 1 9 4 8 6
9 3 4 5 8 6 7 2 1
4 9 2 7 3 8 6 1 5
5 8 1 6 4 2 3 7 9
3 6 7 1 9 5 8 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1433
|
67..9.2.5..9.4587.8.5.6739..3.71.6544.6.58.37157....2.59.18...3..4.....2.61...48.
|
673891245219345876845267391938712654426958137157436928592184763384679512761523489
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1433
|
Basic 9x9 Sudoku 1433
|
Normal 9x9 sudoku rules apply
|
6 7 . . 9 . 2 . 5
. . 9 . 4 5 8 7 .
8 . 5 . 6 7 3 9 .
. 3 . 7 1 . 6 5 4
4 . 6 . 5 8 . 3 7
1 5 7 . . . . 2 .
5 9 . 1 8 . . . 3
. . 4 . . . . . 2
. 6 1 . . . 4 8 .
|
6 7 3 8 9 1 2 4 5
2 1 9 3 4 5 8 7 6
8 4 5 2 6 7 3 9 1
9 3 8 7 1 2 6 5 4
4 2 6 9 5 8 1 3 7
1 5 7 4 3 6 9 2 8
5 9 2 1 8 4 7 6 3
3 8 4 6 7 9 5 1 2
7 6 1 5 2 3 4 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1434
|
.9813.465..6485.79.24.7.81.3..921.588.1.4.79..5.8.....2137549.6.75.98134..9316527
|
798132465136485279524679813347921658861543792952867341213754986675298134489316527
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1434
|
Basic 9x9 Sudoku 1434
|
Normal 9x9 sudoku rules apply
|
. 9 8 1 3 . 4 6 5
. . 6 4 8 5 . 7 9
. 2 4 . 7 . 8 1 .
3 . . 9 2 1 . 5 8
8 . 1 . 4 . 7 9 .
. 5 . 8 . . . . .
2 1 3 7 5 4 9 . 6
. 7 5 . 9 8 1 3 4
. . 9 3 1 6 5 2 7
|
7 9 8 1 3 2 4 6 5
1 3 6 4 8 5 2 7 9
5 2 4 6 7 9 8 1 3
3 4 7 9 2 1 6 5 8
8 6 1 5 4 3 7 9 2
9 5 2 8 6 7 3 4 1
2 1 3 7 5 4 9 8 6
6 7 5 2 9 8 1 3 4
4 8 9 3 1 6 5 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1435
|
.3.892476..4.7389.879546321.92..865.41..57..8.8.3...149...2...375....1.2623.815.9
|
135892476264173895879546321392418657416257938587369214941625783758934162623781549
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1435
|
Basic 9x9 Sudoku 1435
|
Normal 9x9 sudoku rules apply
|
. 3 . 8 9 2 4 7 6
. . 4 . 7 3 8 9 .
8 7 9 5 4 6 3 2 1
. 9 2 . . 8 6 5 .
4 1 . . 5 7 . . 8
. 8 . 3 . . . 1 4
9 . . . 2 . . . 3
7 5 . . . . 1 . 2
6 2 3 . 8 1 5 . 9
|
1 3 5 8 9 2 4 7 6
2 6 4 1 7 3 8 9 5
8 7 9 5 4 6 3 2 1
3 9 2 4 1 8 6 5 7
4 1 6 2 5 7 9 3 8
5 8 7 3 6 9 2 1 4
9 4 1 6 2 5 7 8 3
7 5 8 9 3 4 1 6 2
6 2 3 7 8 1 5 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1436
|
4.19.2.67..2...1..576134..22..8...793.75..4188..64.25.6.4..1.85.5.46.9.112.39.746
|
431982567982756134576134892245813679367529418819647253694271385753468921128395746
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1436
|
Basic 9x9 Sudoku 1436
|
Normal 9x9 sudoku rules apply
|
4 . 1 9 . 2 . 6 7
. . 2 . . . 1 . .
5 7 6 1 3 4 . . 2
2 . . 8 . . . 7 9
3 . 7 5 . . 4 1 8
8 . . 6 4 . 2 5 .
6 . 4 . . 1 . 8 5
. 5 . 4 6 . 9 . 1
1 2 . 3 9 . 7 4 6
|
4 3 1 9 8 2 5 6 7
9 8 2 7 5 6 1 3 4
5 7 6 1 3 4 8 9 2
2 4 5 8 1 3 6 7 9
3 6 7 5 2 9 4 1 8
8 1 9 6 4 7 2 5 3
6 9 4 2 7 1 3 8 5
7 5 3 4 6 8 9 2 1
1 2 8 3 9 5 7 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1437
|
4951.2376163.978..872.....421.8..7.3.86.2154.547.36.8.63..1.4.7.54.786127.16.5...
|
495182376163497825872563194219854763386721549547936281638219457954378612721645938
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1437
|
Basic 9x9 Sudoku 1437
|
Normal 9x9 sudoku rules apply
|
4 9 5 1 . 2 3 7 6
1 6 3 . 9 7 8 . .
8 7 2 . . . . . 4
2 1 . 8 . . 7 . 3
. 8 6 . 2 1 5 4 .
5 4 7 . 3 6 . 8 .
6 3 . . 1 . 4 . 7
. 5 4 . 7 8 6 1 2
7 . 1 6 . 5 . . .
|
4 9 5 1 8 2 3 7 6
1 6 3 4 9 7 8 2 5
8 7 2 5 6 3 1 9 4
2 1 9 8 5 4 7 6 3
3 8 6 7 2 1 5 4 9
5 4 7 9 3 6 2 8 1
6 3 8 2 1 9 4 5 7
9 5 4 3 7 8 6 1 2
7 2 1 6 4 5 9 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1438
|
2..89.576.4..628938693571..482...7...96.4.2.15172.69.41.....6.9.28.394.79546.1..8
|
231894576745162893869357142482913765396745281517286934173428659628539417954671328
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1438
|
Basic 9x9 Sudoku 1438
|
Normal 9x9 sudoku rules apply
|
2 . . 8 9 . 5 7 6
. 4 . . 6 2 8 9 3
8 6 9 3 5 7 1 . .
4 8 2 . . . 7 . .
. 9 6 . 4 . 2 . 1
5 1 7 2 . 6 9 . 4
1 . . . . . 6 . 9
. 2 8 . 3 9 4 . 7
9 5 4 6 . 1 . . 8
|
2 3 1 8 9 4 5 7 6
7 4 5 1 6 2 8 9 3
8 6 9 3 5 7 1 4 2
4 8 2 9 1 3 7 6 5
3 9 6 7 4 5 2 8 1
5 1 7 2 8 6 9 3 4
1 7 3 4 2 8 6 5 9
6 2 8 5 3 9 4 1 7
9 5 4 6 7 1 3 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1439
|
..4.89.73279..5.8683.....45..5.67...........878.3...1.......4.....9....2..374..61
|
564189273279435186831672945195867324346291758782354619618523497457916832923748561
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1439
|
Basic 9x9 Sudoku 1439
|
Normal 9x9 sudoku rules apply
|
. . 4 . 8 9 . 7 3
2 7 9 . . 5 . 8 6
8 3 . . . . . 4 5
. . 5 . 6 7 . . .
. . . . . . . . 8
7 8 . 3 . . . 1 .
. . . . . . 4 . .
. . . 9 . . . . 2
. . 3 7 4 . . 6 1
|
5 6 4 1 8 9 2 7 3
2 7 9 4 3 5 1 8 6
8 3 1 6 7 2 9 4 5
1 9 5 8 6 7 3 2 4
3 4 6 2 9 1 7 5 8
7 8 2 3 5 4 6 1 9
6 1 8 5 2 3 4 9 7
4 5 7 9 1 6 8 3 2
9 2 3 7 4 8 5 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1440
|
.1.29.3744931...68.....4.9.13862945..4578.1266.254...338.4.2.1.7.1..6842.....5.39
|
516298374493157268827364591138629457945783126672541983389472615751936842264815739
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1440
|
Basic 9x9 Sudoku 1440
|
Normal 9x9 sudoku rules apply
|
. 1 . 2 9 . 3 7 4
4 9 3 1 . . . 6 8
. . . . . 4 . 9 .
1 3 8 6 2 9 4 5 .
. 4 5 7 8 . 1 2 6
6 . 2 5 4 . . . 3
3 8 . 4 . 2 . 1 .
7 . 1 . . 6 8 4 2
. . . . . 5 . 3 9
|
5 1 6 2 9 8 3 7 4
4 9 3 1 5 7 2 6 8
8 2 7 3 6 4 5 9 1
1 3 8 6 2 9 4 5 7
9 4 5 7 8 3 1 2 6
6 7 2 5 4 1 9 8 3
3 8 9 4 7 2 6 1 5
7 5 1 9 3 6 8 4 2
2 6 4 8 1 5 7 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1441
|
2719.4.5.95.1.6..4.3.2.7..1..3..2...826541.397458...6..6.3..9.5..2..9683.89625.17
|
271984356958136274634257891193762548826541739745893162467318925512479683389625417
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1441
|
Basic 9x9 Sudoku 1441
|
Normal 9x9 sudoku rules apply
|
2 7 1 9 . 4 . 5 .
9 5 . 1 . 6 . . 4
. 3 . 2 . 7 . . 1
. . 3 . . 2 . . .
8 2 6 5 4 1 . 3 9
7 4 5 8 . . . 6 .
. 6 . 3 . . 9 . 5
. . 2 . . 9 6 8 3
. 8 9 6 2 5 . 1 7
|
2 7 1 9 8 4 3 5 6
9 5 8 1 3 6 2 7 4
6 3 4 2 5 7 8 9 1
1 9 3 7 6 2 5 4 8
8 2 6 5 4 1 7 3 9
7 4 5 8 9 3 1 6 2
4 6 7 3 1 8 9 2 5
5 1 2 4 7 9 6 8 3
3 8 9 6 2 5 4 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1442
|
....83.6.3.64.5..2.....7..32..5.83141.523.8.9.8.94.25..98712.3.512364.98..785942.
|
924183567376495182851627943269578314145236879783941256498712635512364798637859421
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1442
|
Basic 9x9 Sudoku 1442
|
Normal 9x9 sudoku rules apply
|
. . . . 8 3 . 6 .
3 . 6 4 . 5 . . 2
. . . . . 7 . . 3
2 . . 5 . 8 3 1 4
1 . 5 2 3 . 8 . 9
. 8 . 9 4 . 2 5 .
. 9 8 7 1 2 . 3 .
5 1 2 3 6 4 . 9 8
. . 7 8 5 9 4 2 .
|
9 2 4 1 8 3 5 6 7
3 7 6 4 9 5 1 8 2
8 5 1 6 2 7 9 4 3
2 6 9 5 7 8 3 1 4
1 4 5 2 3 6 8 7 9
7 8 3 9 4 1 2 5 6
4 9 8 7 1 2 6 3 5
5 1 2 3 6 4 7 9 8
6 3 7 8 5 9 4 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1443
|
2...8........5.9.253.2....1....16..47..9...1..1...529.6...3.12535.6217.91.2..4836
|
261489357847153962539267481923816574785942613416375298694738125358621749172594836
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1443
|
Basic 9x9 Sudoku 1443
|
Normal 9x9 sudoku rules apply
|
2 . . . 8 . . . .
. . . . 5 . 9 . 2
5 3 . 2 . . . . 1
. . . . 1 6 . . 4
7 . . 9 . . . 1 .
. 1 . . . 5 2 9 .
6 . . . 3 . 1 2 5
3 5 . 6 2 1 7 . 9
1 . 2 . . 4 8 3 6
|
2 6 1 4 8 9 3 5 7
8 4 7 1 5 3 9 6 2
5 3 9 2 6 7 4 8 1
9 2 3 8 1 6 5 7 4
7 8 5 9 4 2 6 1 3
4 1 6 3 7 5 2 9 8
6 9 4 7 3 8 1 2 5
3 5 8 6 2 1 7 4 9
1 7 2 5 9 4 8 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1444
|
...82.5.72..9.6.147684...32...15.7.64.96.....57......1..7..1..9...7..645..426..78
|
941823567235976814768415932823154796419687253576392481687541329192738645354269178
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1444
|
Basic 9x9 Sudoku 1444
|
Normal 9x9 sudoku rules apply
|
. . . 8 2 . 5 . 7
2 . . 9 . 6 . 1 4
7 6 8 4 . . . 3 2
. . . 1 5 . 7 . 6
4 . 9 6 . . . . .
5 7 . . . . . . 1
. . 7 . . 1 . . 9
. . . 7 . . 6 4 5
. . 4 2 6 . . 7 8
|
9 4 1 8 2 3 5 6 7
2 3 5 9 7 6 8 1 4
7 6 8 4 1 5 9 3 2
8 2 3 1 5 4 7 9 6
4 1 9 6 8 7 2 5 3
5 7 6 3 9 2 4 8 1
6 8 7 5 4 1 3 2 9
1 9 2 7 3 8 6 4 5
3 5 4 2 6 9 1 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1445
|
.6928.3758...57.265..39618413587..69.869.475194.1658326247.35987...4921.3915.8.4.
|
469281375813457926572396184135872469286934751947165832624713598758649213391528647
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1445
|
Basic 9x9 Sudoku 1445
|
Normal 9x9 sudoku rules apply
|
. 6 9 2 8 . 3 7 5
8 . . . 5 7 . 2 6
5 . . 3 9 6 1 8 4
1 3 5 8 7 . . 6 9
. 8 6 9 . 4 7 5 1
9 4 . 1 6 5 8 3 2
6 2 4 7 . 3 5 9 8
7 . . . 4 9 2 1 .
3 9 1 5 . 8 . 4 .
|
4 6 9 2 8 1 3 7 5
8 1 3 4 5 7 9 2 6
5 7 2 3 9 6 1 8 4
1 3 5 8 7 2 4 6 9
2 8 6 9 3 4 7 5 1
9 4 7 1 6 5 8 3 2
6 2 4 7 1 3 5 9 8
7 5 8 6 4 9 2 1 3
3 9 1 5 2 8 6 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1446
|
4.821536.2168...547354.6..81.9.4..7.8...7...6357162.895.17896326.2.54.91973.2.84.
|
498215367216837954735496128169548273824973516357162489541789632682354791973621845
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1446
|
Basic 9x9 Sudoku 1446
|
Normal 9x9 sudoku rules apply
|
4 . 8 2 1 5 3 6 .
2 1 6 8 . . . 5 4
7 3 5 4 . 6 . . 8
1 . 9 . 4 . . 7 .
8 . . . 7 . . . 6
3 5 7 1 6 2 . 8 9
5 . 1 7 8 9 6 3 2
6 . 2 . 5 4 . 9 1
9 7 3 . 2 . 8 4 .
|
4 9 8 2 1 5 3 6 7
2 1 6 8 3 7 9 5 4
7 3 5 4 9 6 1 2 8
1 6 9 5 4 8 2 7 3
8 2 4 9 7 3 5 1 6
3 5 7 1 6 2 4 8 9
5 4 1 7 8 9 6 3 2
6 8 2 3 5 4 7 9 1
9 7 3 6 2 1 8 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1447
|
6428179.583.59.4.7597436821154....8.286.4.719.7..6.2....8654173.1598.642..3.71.98
|
642817935831592467597436821154729386286345719379168254928654173715983642463271598
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1447
|
Basic 9x9 Sudoku 1447
|
Normal 9x9 sudoku rules apply
|
6 4 2 8 1 7 9 . 5
8 3 . 5 9 . 4 . 7
5 9 7 4 3 6 8 2 1
1 5 4 . . . . 8 .
2 8 6 . 4 . 7 1 9
. 7 . . 6 . 2 . .
. . 8 6 5 4 1 7 3
. 1 5 9 8 . 6 4 2
. . 3 . 7 1 . 9 8
|
6 4 2 8 1 7 9 3 5
8 3 1 5 9 2 4 6 7
5 9 7 4 3 6 8 2 1
1 5 4 7 2 9 3 8 6
2 8 6 3 4 5 7 1 9
3 7 9 1 6 8 2 5 4
9 2 8 6 5 4 1 7 3
7 1 5 9 8 3 6 4 2
4 6 3 2 7 1 5 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1448
|
.24.8..5.73.4...1..8.7.62......53.....7...3..46317...82.....1955....2.8.....17...
|
624381957739425816185796234812653479957248361463179528276834195541962783398517642
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1448
|
Basic 9x9 Sudoku 1448
|
Normal 9x9 sudoku rules apply
|
. 2 4 . 8 . . 5 .
7 3 . 4 . . . 1 .
. 8 . 7 . 6 2 . .
. . . . 5 3 . . .
. . 7 . . . 3 . .
4 6 3 1 7 . . . 8
2 . . . . . 1 9 5
5 . . . . 2 . 8 .
. . . . 1 7 . . .
|
6 2 4 3 8 1 9 5 7
7 3 9 4 2 5 8 1 6
1 8 5 7 9 6 2 3 4
8 1 2 6 5 3 4 7 9
9 5 7 2 4 8 3 6 1
4 6 3 1 7 9 5 2 8
2 7 6 8 3 4 1 9 5
5 4 1 9 6 2 7 8 3
3 9 8 5 1 7 6 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1449
|
6..1.8.9448.956..221.....56.4.37..2...2....87.5..12..3.98..1.3.3..79.6.8.......7.
|
675128394483956712219437856846379521132564987957812463798641235321795648564283179
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1449
|
Basic 9x9 Sudoku 1449
|
Normal 9x9 sudoku rules apply
|
6 . . 1 . 8 . 9 4
4 8 . 9 5 6 . . 2
2 1 . . . . . 5 6
. 4 . 3 7 . . 2 .
. . 2 . . . . 8 7
. 5 . . 1 2 . . 3
. 9 8 . . 1 . 3 .
3 . . 7 9 . 6 . 8
. . . . . . . 7 .
|
6 7 5 1 2 8 3 9 4
4 8 3 9 5 6 7 1 2
2 1 9 4 3 7 8 5 6
8 4 6 3 7 9 5 2 1
1 3 2 5 6 4 9 8 7
9 5 7 8 1 2 4 6 3
7 9 8 6 4 1 2 3 5
3 2 1 7 9 5 6 4 8
5 6 4 2 8 3 1 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1450
|
....12...2..3..1741.346782.9271346.8.612957.3.3..782916..5419.23149.658.592783.16
|
749812365286359174153467829927134658861295743435678291678541932314926587592783416
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1450
|
Basic 9x9 Sudoku 1450
|
Normal 9x9 sudoku rules apply
|
. . . . 1 2 . . .
2 . . 3 . . 1 7 4
1 . 3 4 6 7 8 2 .
9 2 7 1 3 4 6 . 8
. 6 1 2 9 5 7 . 3
. 3 . . 7 8 2 9 1
6 . . 5 4 1 9 . 2
3 1 4 9 . 6 5 8 .
5 9 2 7 8 3 . 1 6
|
7 4 9 8 1 2 3 6 5
2 8 6 3 5 9 1 7 4
1 5 3 4 6 7 8 2 9
9 2 7 1 3 4 6 5 8
8 6 1 2 9 5 7 4 3
4 3 5 6 7 8 2 9 1
6 7 8 5 4 1 9 3 2
3 1 4 9 2 6 5 8 7
5 9 2 7 8 3 4 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1451
|
..2.1...6.3....5.8.683......4.5.2..9826.7..535..4.31622.5.468.7.897..24..7325869.
|
952814376134697528768325914341562789826179453597483162215946837689731245473258691
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1451
|
Basic 9x9 Sudoku 1451
|
Normal 9x9 sudoku rules apply
|
. . 2 . 1 . . . 6
. 3 . . . . 5 . 8
. 6 8 3 . . . . .
. 4 . 5 . 2 . . 9
8 2 6 . 7 . . 5 3
5 . . 4 . 3 1 6 2
2 . 5 . 4 6 8 . 7
. 8 9 7 . . 2 4 .
. 7 3 2 5 8 6 9 .
|
9 5 2 8 1 4 3 7 6
1 3 4 6 9 7 5 2 8
7 6 8 3 2 5 9 1 4
3 4 1 5 6 2 7 8 9
8 2 6 1 7 9 4 5 3
5 9 7 4 8 3 1 6 2
2 1 5 9 4 6 8 3 7
6 8 9 7 3 1 2 4 5
4 7 3 2 5 8 6 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1452
|
84........71..8....2..7..4......56..1.3.....268.923..5.69.37..8732.9..6.....4.73.
|
846219357371458296925376841294185673153764982687923415469537128732891564518642739
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1452
|
Basic 9x9 Sudoku 1452
|
Normal 9x9 sudoku rules apply
|
8 4 . . . . . . .
. 7 1 . . 8 . . .
. 2 . . 7 . . 4 .
. . . . . 5 6 . .
1 . 3 . . . . . 2
6 8 . 9 2 3 . . 5
. 6 9 . 3 7 . . 8
7 3 2 . 9 . . 6 .
. . . . 4 . 7 3 .
|
8 4 6 2 1 9 3 5 7
3 7 1 4 5 8 2 9 6
9 2 5 3 7 6 8 4 1
2 9 4 1 8 5 6 7 3
1 5 3 7 6 4 9 8 2
6 8 7 9 2 3 4 1 5
4 6 9 5 3 7 1 2 8
7 3 2 8 9 1 5 6 4
5 1 8 6 4 2 7 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1453
|
3.28....77192.....8.6.3721992.48..361..75...44...965.1.37..569.684.231755.16783..
|
352819467719264853846537219925481736163752984478396521237145698684923175591678342
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1453
|
Basic 9x9 Sudoku 1453
|
Normal 9x9 sudoku rules apply
|
3 . 2 8 . . . . 7
7 1 9 2 . . . . .
8 . 6 . 3 7 2 1 9
9 2 . 4 8 . . 3 6
1 . . 7 5 . . . 4
4 . . . 9 6 5 . 1
. 3 7 . . 5 6 9 .
6 8 4 . 2 3 1 7 5
5 . 1 6 7 8 3 . .
|
3 5 2 8 1 9 4 6 7
7 1 9 2 6 4 8 5 3
8 4 6 5 3 7 2 1 9
9 2 5 4 8 1 7 3 6
1 6 3 7 5 2 9 8 4
4 7 8 3 9 6 5 2 1
2 3 7 1 4 5 6 9 8
6 8 4 9 2 3 1 7 5
5 9 1 6 7 8 3 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1454
|
4...9267.6.3815.9.9..46.1.31...385..84.5763195.694.728.1.62..5.26...493.7.9..324.
|
481392675673815492925467183197238564842576319536941728314629857268754931759183246
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1454
|
Basic 9x9 Sudoku 1454
|
Normal 9x9 sudoku rules apply
|
4 . . . 9 2 6 7 .
6 . 3 8 1 5 . 9 .
9 . . 4 6 . 1 . 3
1 . . . 3 8 5 . .
8 4 . 5 7 6 3 1 9
5 . 6 9 4 . 7 2 8
. 1 . 6 2 . . 5 .
2 6 . . . 4 9 3 .
7 . 9 . . 3 2 4 .
|
4 8 1 3 9 2 6 7 5
6 7 3 8 1 5 4 9 2
9 2 5 4 6 7 1 8 3
1 9 7 2 3 8 5 6 4
8 4 2 5 7 6 3 1 9
5 3 6 9 4 1 7 2 8
3 1 4 6 2 9 8 5 7
2 6 8 7 5 4 9 3 1
7 5 9 1 8 3 2 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1455
|
.7128..4.95.6.4817846..79231897.536.2643.8.5153.4...9879.....8..2.813679.1..7.435
|
371289546952634817846157923189725364264398751537461298793546182425813679618972435
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1455
|
Basic 9x9 Sudoku 1455
|
Normal 9x9 sudoku rules apply
|
. 7 1 2 8 . . 4 .
9 5 . 6 . 4 8 1 7
8 4 6 . . 7 9 2 3
1 8 9 7 . 5 3 6 .
2 6 4 3 . 8 . 5 1
5 3 . 4 . . . 9 8
7 9 . . . . . 8 .
. 2 . 8 1 3 6 7 9
. 1 . . 7 . 4 3 5
|
3 7 1 2 8 9 5 4 6
9 5 2 6 3 4 8 1 7
8 4 6 1 5 7 9 2 3
1 8 9 7 2 5 3 6 4
2 6 4 3 9 8 7 5 1
5 3 7 4 6 1 2 9 8
7 9 3 5 4 6 1 8 2
4 2 5 8 1 3 6 7 9
6 1 8 9 7 2 4 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1456
|
.13942.7...6...923.92.36....8......43...197..64.35819...4.8.21....29..87.781.34.9
|
813942675456871923792536841189627534325419768647358192934785216561294387278163459
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1456
|
Basic 9x9 Sudoku 1456
|
Normal 9x9 sudoku rules apply
|
. 1 3 9 4 2 . 7 .
. . 6 . . . 9 2 3
. 9 2 . 3 6 . . .
. 8 . . . . . . 4
3 . . . 1 9 7 . .
6 4 . 3 5 8 1 9 .
. . 4 . 8 . 2 1 .
. . . 2 9 . . 8 7
. 7 8 1 . 3 4 . 9
|
8 1 3 9 4 2 6 7 5
4 5 6 8 7 1 9 2 3
7 9 2 5 3 6 8 4 1
1 8 9 6 2 7 5 3 4
3 2 5 4 1 9 7 6 8
6 4 7 3 5 8 1 9 2
9 3 4 7 8 5 2 1 6
5 6 1 2 9 4 3 8 7
2 7 8 1 6 3 4 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1457
|
.4..1...7...237.45.3...69..81.6..23929.78..1.....217.465..78492.7839.6.11.95.4..3
|
542819367986237145731456928817645239294783516365921784653178492478392651129564873
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1457
|
Basic 9x9 Sudoku 1457
|
Normal 9x9 sudoku rules apply
|
. 4 . . 1 . . . 7
. . . 2 3 7 . 4 5
. 3 . . . 6 9 . .
8 1 . 6 . . 2 3 9
2 9 . 7 8 . . 1 .
. . . . 2 1 7 . 4
6 5 . . 7 8 4 9 2
. 7 8 3 9 . 6 . 1
1 . 9 5 . 4 . . 3
|
5 4 2 8 1 9 3 6 7
9 8 6 2 3 7 1 4 5
7 3 1 4 5 6 9 2 8
8 1 7 6 4 5 2 3 9
2 9 4 7 8 3 5 1 6
3 6 5 9 2 1 7 8 4
6 5 3 1 7 8 4 9 2
4 7 8 3 9 2 6 5 1
1 2 9 5 6 4 8 7 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1458
|
.7..84.6...836.7.9.....78.4184....2..65.71.9........81.4..3.1.6..9.183.273.4...58
|
973184265428365719516297834184953627265871493397642581842539176659718342731426958
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1458
|
Basic 9x9 Sudoku 1458
|
Normal 9x9 sudoku rules apply
|
. 7 . . 8 4 . 6 .
. . 8 3 6 . 7 . 9
. . . . . 7 8 . 4
1 8 4 . . . . 2 .
. 6 5 . 7 1 . 9 .
. . . . . . . 8 1
. 4 . . 3 . 1 . 6
. . 9 . 1 8 3 . 2
7 3 . 4 . . . 5 8
|
9 7 3 1 8 4 2 6 5
4 2 8 3 6 5 7 1 9
5 1 6 2 9 7 8 3 4
1 8 4 9 5 3 6 2 7
2 6 5 8 7 1 4 9 3
3 9 7 6 4 2 5 8 1
8 4 2 5 3 9 1 7 6
6 5 9 7 1 8 3 4 2
7 3 1 4 2 6 9 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1459
|
5613824..39...7526..4.5.8138156..342946.387512375.196818972..35.73..5.844..863197
|
561382479398417526724956813815679342946238751237541968189724635673195284452863197
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1459
|
Basic 9x9 Sudoku 1459
|
Normal 9x9 sudoku rules apply
|
5 6 1 3 8 2 4 . .
3 9 . . . 7 5 2 6
. . 4 . 5 . 8 1 3
8 1 5 6 . . 3 4 2
9 4 6 . 3 8 7 5 1
2 3 7 5 . 1 9 6 8
1 8 9 7 2 . . 3 5
. 7 3 . . 5 . 8 4
4 . . 8 6 3 1 9 7
|
5 6 1 3 8 2 4 7 9
3 9 8 4 1 7 5 2 6
7 2 4 9 5 6 8 1 3
8 1 5 6 7 9 3 4 2
9 4 6 2 3 8 7 5 1
2 3 7 5 4 1 9 6 8
1 8 9 7 2 4 6 3 5
6 7 3 1 9 5 2 8 4
4 5 2 8 6 3 1 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1460
|
.92.6.5.78.5.7..13.4.52...6.8.759.6.53.2....92.9386.5..18..2...6.3..7.214.......8
|
392168547865974213741523896184759362536241789279386154918432675653897421427615938
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1460
|
Basic 9x9 Sudoku 1460
|
Normal 9x9 sudoku rules apply
|
. 9 2 . 6 . 5 . 7
8 . 5 . 7 . . 1 3
. 4 . 5 2 . . . 6
. 8 . 7 5 9 . 6 .
5 3 . 2 . . . . 9
2 . 9 3 8 6 . 5 .
. 1 8 . . 2 . . .
6 . 3 . . 7 . 2 1
4 . . . . . . . 8
|
3 9 2 1 6 8 5 4 7
8 6 5 9 7 4 2 1 3
7 4 1 5 2 3 8 9 6
1 8 4 7 5 9 3 6 2
5 3 6 2 4 1 7 8 9
2 7 9 3 8 6 1 5 4
9 1 8 4 3 2 6 7 5
6 5 3 8 9 7 4 2 1
4 2 7 6 1 5 9 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1461
|
.962.4.7.2.5.1..8.3.75962.....9.87238.974.65157316..4.9...71.32..2.395...3482.19.
|
196284375245317986387596214461958723829743651573162849958671432712439568634825197
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1461
|
Basic 9x9 Sudoku 1461
|
Normal 9x9 sudoku rules apply
|
. 9 6 2 . 4 . 7 .
2 . 5 . 1 . . 8 .
3 . 7 5 9 6 2 . .
. . . 9 . 8 7 2 3
8 . 9 7 4 . 6 5 1
5 7 3 1 6 . . 4 .
9 . . . 7 1 . 3 2
. . 2 . 3 9 5 . .
. 3 4 8 2 . 1 9 .
|
1 9 6 2 8 4 3 7 5
2 4 5 3 1 7 9 8 6
3 8 7 5 9 6 2 1 4
4 6 1 9 5 8 7 2 3
8 2 9 7 4 3 6 5 1
5 7 3 1 6 2 8 4 9
9 5 8 6 7 1 4 3 2
7 1 2 4 3 9 5 6 8
6 3 4 8 2 5 1 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1462
|
.1....867.7316......9.8..4.1..846...48.73..96.56..2.7.7.562...36.859.72.9...73...
|
214359867873164259569287341197846532482735196356912478745628913638591724921473685
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1462
|
Basic 9x9 Sudoku 1462
|
Normal 9x9 sudoku rules apply
|
. 1 . . . . 8 6 7
. 7 3 1 6 . . . .
. . 9 . 8 . . 4 .
1 . . 8 4 6 . . .
4 8 . 7 3 . . 9 6
. 5 6 . . 2 . 7 .
7 . 5 6 2 . . . 3
6 . 8 5 9 . 7 2 .
9 . . . 7 3 . . .
|
2 1 4 3 5 9 8 6 7
8 7 3 1 6 4 2 5 9
5 6 9 2 8 7 3 4 1
1 9 7 8 4 6 5 3 2
4 8 2 7 3 5 1 9 6
3 5 6 9 1 2 4 7 8
7 4 5 6 2 8 9 1 3
6 3 8 5 9 1 7 2 4
9 2 1 4 7 3 6 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1463
|
956...37.428.73...1..49...5894.2.56...76.849.6.594.8..581269.4.349.1.6.876283.1.9
|
956182374428573916173496285894321567237658491615947832581269743349715628762834159
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1463
|
Basic 9x9 Sudoku 1463
|
Normal 9x9 sudoku rules apply
|
9 5 6 . . . 3 7 .
4 2 8 . 7 3 . . .
1 . . 4 9 . . . 5
8 9 4 . 2 . 5 6 .
. . 7 6 . 8 4 9 .
6 . 5 9 4 . 8 . .
5 8 1 2 6 9 . 4 .
3 4 9 . 1 . 6 . 8
7 6 2 8 3 . 1 . 9
|
9 5 6 1 8 2 3 7 4
4 2 8 5 7 3 9 1 6
1 7 3 4 9 6 2 8 5
8 9 4 3 2 1 5 6 7
2 3 7 6 5 8 4 9 1
6 1 5 9 4 7 8 3 2
5 8 1 2 6 9 7 4 3
3 4 9 7 1 5 6 2 8
7 6 2 8 3 4 1 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1464
|
729..346..4..9......564....3...2.......371.4.2.74.639...176.....78..49.6.6..8..13
|
729813465643295187185647239354928671896371542217456398931762854578134926462589713
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1464
|
Basic 9x9 Sudoku 1464
|
Normal 9x9 sudoku rules apply
|
7 2 9 . . 3 4 6 .
. 4 . . 9 . . . .
. . 5 6 4 . . . .
3 . . . 2 . . . .
. . . 3 7 1 . 4 .
2 . 7 4 . 6 3 9 .
. . 1 7 6 . . . .
. 7 8 . . 4 9 . 6
. 6 . . 8 . . 1 3
|
7 2 9 8 1 3 4 6 5
6 4 3 2 9 5 1 8 7
1 8 5 6 4 7 2 3 9
3 5 4 9 2 8 6 7 1
8 9 6 3 7 1 5 4 2
2 1 7 4 5 6 3 9 8
9 3 1 7 6 2 8 5 4
5 7 8 1 3 4 9 2 6
4 6 2 5 8 9 7 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1465
|
..4819.6789.4361....1..7...1...5.73.26.9..5.1......2....518....4.629.8.5..27..4.9
|
524819367897436152631527984149652738263978541758341296975184623416293875382765419
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1465
|
Basic 9x9 Sudoku 1465
|
Normal 9x9 sudoku rules apply
|
. . 4 8 1 9 . 6 7
8 9 . 4 3 6 1 . .
. . 1 . . 7 . . .
1 . . . 5 . 7 3 .
2 6 . 9 . . 5 . 1
. . . . . . 2 . .
. . 5 1 8 . . . .
4 . 6 2 9 . 8 . 5
. . 2 7 . . 4 . 9
|
5 2 4 8 1 9 3 6 7
8 9 7 4 3 6 1 5 2
6 3 1 5 2 7 9 8 4
1 4 9 6 5 2 7 3 8
2 6 3 9 7 8 5 4 1
7 5 8 3 4 1 2 9 6
9 7 5 1 8 4 6 2 3
4 1 6 2 9 3 8 7 5
3 8 2 7 6 5 4 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1466
|
6591243.7..28..169.18.96....67283.9..84.517...35..76188.6..2.3542356.87.5..3782.6
|
659124387742835169318796452167283594984651723235947618876412935423569871591378246
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1466
|
Basic 9x9 Sudoku 1466
|
Normal 9x9 sudoku rules apply
|
6 5 9 1 2 4 3 . 7
. . 2 8 . . 1 6 9
. 1 8 . 9 6 . . .
. 6 7 2 8 3 . 9 .
. 8 4 . 5 1 7 . .
. 3 5 . . 7 6 1 8
8 . 6 . . 2 . 3 5
4 2 3 5 6 . 8 7 .
5 . . 3 7 8 2 . 6
|
6 5 9 1 2 4 3 8 7
7 4 2 8 3 5 1 6 9
3 1 8 7 9 6 4 5 2
1 6 7 2 8 3 5 9 4
9 8 4 6 5 1 7 2 3
2 3 5 9 4 7 6 1 8
8 7 6 4 1 2 9 3 5
4 2 3 5 6 9 8 7 1
5 9 1 3 7 8 2 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1467
|
3....9.......3.1..4..65.8.919......67.5162.9....9.84..82..95.7..3.7..5426.7.2..8.
|
376819254589234167412657839198543726745162398263978415824395671931786542657421983
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1467
|
Basic 9x9 Sudoku 1467
|
Normal 9x9 sudoku rules apply
|
3 . . . . 9 . . .
. . . . 3 . 1 . .
4 . . 6 5 . 8 . 9
1 9 . . . . . . 6
7 . 5 1 6 2 . 9 .
. . . 9 . 8 4 . .
8 2 . . 9 5 . 7 .
. 3 . 7 . . 5 4 2
6 . 7 . 2 . . 8 .
|
3 7 6 8 1 9 2 5 4
5 8 9 2 3 4 1 6 7
4 1 2 6 5 7 8 3 9
1 9 8 5 4 3 7 2 6
7 4 5 1 6 2 3 9 8
2 6 3 9 7 8 4 1 5
8 2 4 3 9 5 6 7 1
9 3 1 7 8 6 5 4 2
6 5 7 4 2 1 9 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1468
|
...92.5..3.24158..45..7...1.4.....25..3......528...1..271.3.698.3.7...........75.
|
187923546362415879459876231946187325713652984528349167271534698635798412894261753
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1468
|
Basic 9x9 Sudoku 1468
|
Normal 9x9 sudoku rules apply
|
. . . 9 2 . 5 . .
3 . 2 4 1 5 8 . .
4 5 . . 7 . . . 1
. 4 . . . . . 2 5
. . 3 . . . . . .
5 2 8 . . . 1 . .
2 7 1 . 3 . 6 9 8
. 3 . 7 . . . . .
. . . . . . 7 5 .
|
1 8 7 9 2 3 5 4 6
3 6 2 4 1 5 8 7 9
4 5 9 8 7 6 2 3 1
9 4 6 1 8 7 3 2 5
7 1 3 6 5 2 9 8 4
5 2 8 3 4 9 1 6 7
2 7 1 5 3 4 6 9 8
6 3 5 7 9 8 4 1 2
8 9 4 2 6 1 7 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1469
|
8129....65.3.1.942.9.26...3.3.172.6.12.486.977465931..38.62.574274.5968..517.823.
|
812934756563817942497265813938172465125486397746593128389621574274359681651748239
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1469
|
Basic 9x9 Sudoku 1469
|
Normal 9x9 sudoku rules apply
|
8 1 2 9 . . . . 6
5 . 3 . 1 . 9 4 2
. 9 . 2 6 . . . 3
. 3 . 1 7 2 . 6 .
1 2 . 4 8 6 . 9 7
7 4 6 5 9 3 1 . .
3 8 . 6 2 . 5 7 4
2 7 4 . 5 9 6 8 .
. 5 1 7 . 8 2 3 .
|
8 1 2 9 3 4 7 5 6
5 6 3 8 1 7 9 4 2
4 9 7 2 6 5 8 1 3
9 3 8 1 7 2 4 6 5
1 2 5 4 8 6 3 9 7
7 4 6 5 9 3 1 2 8
3 8 9 6 2 1 5 7 4
2 7 4 3 5 9 6 8 1
6 5 1 7 4 8 2 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1470
|
.95..2.6...1.7..59.6..938.28.69..5..95......4.273.81965...29.4.14.6.52......149.5
|
395182467281476359764593812816947523953261784427358196538729641149635278672814935
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1470
|
Basic 9x9 Sudoku 1470
|
Normal 9x9 sudoku rules apply
|
. 9 5 . . 2 . 6 .
. . 1 . 7 . . 5 9
. 6 . . 9 3 8 . 2
8 . 6 9 . . 5 . .
9 5 . . . . . . 4
. 2 7 3 . 8 1 9 6
5 . . . 2 9 . 4 .
1 4 . 6 . 5 2 . .
. . . . 1 4 9 . 5
|
3 9 5 1 8 2 4 6 7
2 8 1 4 7 6 3 5 9
7 6 4 5 9 3 8 1 2
8 1 6 9 4 7 5 2 3
9 5 3 2 6 1 7 8 4
4 2 7 3 5 8 1 9 6
5 3 8 7 2 9 6 4 1
1 4 9 6 3 5 2 7 8
6 7 2 8 1 4 9 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1471
|
3..9845......7.19...9.5.82.8...97.45.6..41.82..48..9.1..8..971.7..3182..19.765438
|
321984567485672193679153824813297645967541382254836971538429716746318259192765438
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1471
|
Basic 9x9 Sudoku 1471
|
Normal 9x9 sudoku rules apply
|
3 . . 9 8 4 5 . .
. . . . 7 . 1 9 .
. . 9 . 5 . 8 2 .
8 . . . 9 7 . 4 5
. 6 . . 4 1 . 8 2
. . 4 8 . . 9 . 1
. . 8 . . 9 7 1 .
7 . . 3 1 8 2 . .
1 9 . 7 6 5 4 3 8
|
3 2 1 9 8 4 5 6 7
4 8 5 6 7 2 1 9 3
6 7 9 1 5 3 8 2 4
8 1 3 2 9 7 6 4 5
9 6 7 5 4 1 3 8 2
2 5 4 8 3 6 9 7 1
5 3 8 4 2 9 7 1 6
7 4 6 3 1 8 2 5 9
1 9 2 7 6 5 4 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1472
|
4....85.958963417.....7.3.82.64.17858147562.3.9.3.261.65184.92792851743..4.2..8.1
|
473128569589634172162975348236491785814756293795382614651843927928517436347269851
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1472
|
Basic 9x9 Sudoku 1472
|
Normal 9x9 sudoku rules apply
|
4 . . . . 8 5 . 9
5 8 9 6 3 4 1 7 .
. . . . 7 . 3 . 8
2 . 6 4 . 1 7 8 5
8 1 4 7 5 6 2 . 3
. 9 . 3 . 2 6 1 .
6 5 1 8 4 . 9 2 7
9 2 8 5 1 7 4 3 .
. 4 . 2 . . 8 . 1
|
4 7 3 1 2 8 5 6 9
5 8 9 6 3 4 1 7 2
1 6 2 9 7 5 3 4 8
2 3 6 4 9 1 7 8 5
8 1 4 7 5 6 2 9 3
7 9 5 3 8 2 6 1 4
6 5 1 8 4 3 9 2 7
9 2 8 5 1 7 4 3 6
3 4 7 2 6 9 8 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1473
|
1869.2.4.7..1...63.35.4..91.6.3..7....7.896..3.2...98565.......9785.4...42..6.159
|
186932547794158263235746891869325714517489632342671985651293478978514326423867159
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1473
|
Basic 9x9 Sudoku 1473
|
Normal 9x9 sudoku rules apply
|
1 8 6 9 . 2 . 4 .
7 . . 1 . . . 6 3
. 3 5 . 4 . . 9 1
. 6 . 3 . . 7 . .
. . 7 . 8 9 6 . .
3 . 2 . . . 9 8 5
6 5 . . . . . . .
9 7 8 5 . 4 . . .
4 2 . . 6 . 1 5 9
|
1 8 6 9 3 2 5 4 7
7 9 4 1 5 8 2 6 3
2 3 5 7 4 6 8 9 1
8 6 9 3 2 5 7 1 4
5 1 7 4 8 9 6 3 2
3 4 2 6 7 1 9 8 5
6 5 1 2 9 3 4 7 8
9 7 8 5 1 4 3 2 6
4 2 3 8 6 7 1 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1474
|
...124..751........7.3....41.873296...3.9541.9.5841.236512.....49.586.3..82....76
|
839124657514967382276358194148732965723695418965841723651273849497586231382419576
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1474
|
Basic 9x9 Sudoku 1474
|
Normal 9x9 sudoku rules apply
|
. . . 1 2 4 . . 7
5 1 . . . . . . .
. 7 . 3 . . . . 4
1 . 8 7 3 2 9 6 .
. . 3 . 9 5 4 1 .
9 . 5 8 4 1 . 2 3
6 5 1 2 . . . . .
4 9 . 5 8 6 . 3 .
. 8 2 . . . . 7 6
|
8 3 9 1 2 4 6 5 7
5 1 4 9 6 7 3 8 2
2 7 6 3 5 8 1 9 4
1 4 8 7 3 2 9 6 5
7 2 3 6 9 5 4 1 8
9 6 5 8 4 1 7 2 3
6 5 1 2 7 3 8 4 9
4 9 7 5 8 6 2 3 1
3 8 2 4 1 9 5 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1475
|
347..2.9.21.96537496537421.8.32.176515473...967.58943.586.2.94...1.9.6.2.29.5318.
|
347812596218965374965374218893241765154736829672589431586127943731498652429653187
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1475
|
Basic 9x9 Sudoku 1475
|
Normal 9x9 sudoku rules apply
|
3 4 7 . . 2 . 9 .
2 1 . 9 6 5 3 7 4
9 6 5 3 7 4 2 1 .
8 . 3 2 . 1 7 6 5
1 5 4 7 3 . . . 9
6 7 . 5 8 9 4 3 .
5 8 6 . 2 . 9 4 .
. . 1 . 9 . 6 . 2
. 2 9 . 5 3 1 8 .
|
3 4 7 8 1 2 5 9 6
2 1 8 9 6 5 3 7 4
9 6 5 3 7 4 2 1 8
8 9 3 2 4 1 7 6 5
1 5 4 7 3 6 8 2 9
6 7 2 5 8 9 4 3 1
5 8 6 1 2 7 9 4 3
7 3 1 4 9 8 6 5 2
4 2 9 6 5 3 1 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1476
|
7.18.2.4.53.194..2.42.7..39124387956.8.52.314...4.92.726.75149337..4.5.141.9.372.
|
791832645536194872842675139124387956987526314653419287268751493379248561415963728
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1476
|
Basic 9x9 Sudoku 1476
|
Normal 9x9 sudoku rules apply
|
7 . 1 8 . 2 . 4 .
5 3 . 1 9 4 . . 2
. 4 2 . 7 . . 3 9
1 2 4 3 8 7 9 5 6
. 8 . 5 2 . 3 1 4
. . . 4 . 9 2 . 7
2 6 . 7 5 1 4 9 3
3 7 . . 4 . 5 . 1
4 1 . 9 . 3 7 2 .
|
7 9 1 8 3 2 6 4 5
5 3 6 1 9 4 8 7 2
8 4 2 6 7 5 1 3 9
1 2 4 3 8 7 9 5 6
9 8 7 5 2 6 3 1 4
6 5 3 4 1 9 2 8 7
2 6 8 7 5 1 4 9 3
3 7 9 2 4 8 5 6 1
4 1 5 9 6 3 7 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1477
|
...8..5..8.7...3..453.7...1.3....16.1..3..7.2.7.....8..1...9.4.3.2..4...98.72..35
|
621893574897145326453276891238457169149368752576912483715639248362584917984721635
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1477
|
Basic 9x9 Sudoku 1477
|
Normal 9x9 sudoku rules apply
|
. . . 8 . . 5 . .
8 . 7 . . . 3 . .
4 5 3 . 7 . . . 1
. 3 . . . . 1 6 .
1 . . 3 . . 7 . 2
. 7 . . . . . 8 .
. 1 . . . 9 . 4 .
3 . 2 . . 4 . . .
9 8 . 7 2 . . 3 5
|
6 2 1 8 9 3 5 7 4
8 9 7 1 4 5 3 2 6
4 5 3 2 7 6 8 9 1
2 3 8 4 5 7 1 6 9
1 4 9 3 6 8 7 5 2
5 7 6 9 1 2 4 8 3
7 1 5 6 3 9 2 4 8
3 6 2 5 8 4 9 1 7
9 8 4 7 2 1 6 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1478
|
...428657.4.3.61987.8.192...26.5437.4.59678..9172.3.65.5.8327412...9158.183745.26
|
391428657542376198768519234826154379435967812917283465659832741274691583183745926
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1478
|
Basic 9x9 Sudoku 1478
|
Normal 9x9 sudoku rules apply
|
. . . 4 2 8 6 5 7
. 4 . 3 . 6 1 9 8
7 . 8 . 1 9 2 . .
. 2 6 . 5 4 3 7 .
4 . 5 9 6 7 8 . .
9 1 7 2 . 3 . 6 5
. 5 . 8 3 2 7 4 1
2 . . . 9 1 5 8 .
1 8 3 7 4 5 . 2 6
|
3 9 1 4 2 8 6 5 7
5 4 2 3 7 6 1 9 8
7 6 8 5 1 9 2 3 4
8 2 6 1 5 4 3 7 9
4 3 5 9 6 7 8 1 2
9 1 7 2 8 3 4 6 5
6 5 9 8 3 2 7 4 1
2 7 4 6 9 1 5 8 3
1 8 3 7 4 5 9 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1479
|
...21....214.......6.4782.114...586..3...951.89.1...3298.3.7..5..7....8362.....9.
|
578213946214956378369478251142735869736829514895164732981347625457692183623581497
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1479
|
Basic 9x9 Sudoku 1479
|
Normal 9x9 sudoku rules apply
|
. . . 2 1 . . . .
2 1 4 . . . . . .
. 6 . 4 7 8 2 . 1
1 4 . . . 5 8 6 .
. 3 . . . 9 5 1 .
8 9 . 1 . . . 3 2
9 8 . 3 . 7 . . 5
. . 7 . . . . 8 3
6 2 . . . . . 9 .
|
5 7 8 2 1 3 9 4 6
2 1 4 9 5 6 3 7 8
3 6 9 4 7 8 2 5 1
1 4 2 7 3 5 8 6 9
7 3 6 8 2 9 5 1 4
8 9 5 1 6 4 7 3 2
9 8 1 3 4 7 6 2 5
4 5 7 6 9 2 1 8 3
6 2 3 5 8 1 4 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1480
|
...891..66.84539275.96.2...851...6....39851.44973.6.823.456.7.89..1.84.51.573.2.9
|
742891356618453927539672841851247693263985174497316582324569718976128435185734269
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1480
|
Basic 9x9 Sudoku 1480
|
Normal 9x9 sudoku rules apply
|
. . . 8 9 1 . . 6
6 . 8 4 5 3 9 2 7
5 . 9 6 . 2 . . .
8 5 1 . . . 6 . .
. . 3 9 8 5 1 . 4
4 9 7 3 . 6 . 8 2
3 . 4 5 6 . 7 . 8
9 . . 1 . 8 4 . 5
1 . 5 7 3 . 2 . 9
|
7 4 2 8 9 1 3 5 6
6 1 8 4 5 3 9 2 7
5 3 9 6 7 2 8 4 1
8 5 1 2 4 7 6 9 3
2 6 3 9 8 5 1 7 4
4 9 7 3 1 6 5 8 2
3 2 4 5 6 9 7 1 8
9 7 6 1 2 8 4 3 5
1 8 5 7 3 4 2 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1481
|
.19284.37.3.1.52.9257936814.24.5169.1.3.6945296.4237.17.154..26..2617.4554..92178
|
619284537438175269257936814824751693173869452965423781791548326382617945546392178
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1481
|
Basic 9x9 Sudoku 1481
|
Normal 9x9 sudoku rules apply
|
. 1 9 2 8 4 . 3 7
. 3 . 1 . 5 2 . 9
2 5 7 9 3 6 8 1 4
. 2 4 . 5 1 6 9 .
1 . 3 . 6 9 4 5 2
9 6 . 4 2 3 7 . 1
7 . 1 5 4 . . 2 6
. . 2 6 1 7 . 4 5
5 4 . . 9 2 1 7 8
|
6 1 9 2 8 4 5 3 7
4 3 8 1 7 5 2 6 9
2 5 7 9 3 6 8 1 4
8 2 4 7 5 1 6 9 3
1 7 3 8 6 9 4 5 2
9 6 5 4 2 3 7 8 1
7 9 1 5 4 8 3 2 6
3 8 2 6 1 7 9 4 5
5 4 6 3 9 2 1 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1482
|
8219.35..7....51...5..6.842...7394.8....163...9.....2.4.9....3.2.8.74.156..39.7..
|
821943567746825193953167842162739458584216379397458621479581236238674915615392784
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1482
|
Basic 9x9 Sudoku 1482
|
Normal 9x9 sudoku rules apply
|
8 2 1 9 . 3 5 . .
7 . . . . 5 1 . .
. 5 . . 6 . 8 4 2
. . . 7 3 9 4 . 8
. . . . 1 6 3 . .
. 9 . . . . . 2 .
4 . 9 . . . . 3 .
2 . 8 . 7 4 . 1 5
6 . . 3 9 . 7 . .
|
8 2 1 9 4 3 5 6 7
7 4 6 8 2 5 1 9 3
9 5 3 1 6 7 8 4 2
1 6 2 7 3 9 4 5 8
5 8 4 2 1 6 3 7 9
3 9 7 4 5 8 6 2 1
4 7 9 5 8 1 2 3 6
2 3 8 6 7 4 9 1 5
6 1 5 3 9 2 7 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1483
|
.17283..63..9.48.1.64.....3..8436295...75...4245...3.7721.....8.3.8...19..96714.2
|
917283546352964871864517923178436295693752184245198367721349658436825719589671432
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1483
|
Basic 9x9 Sudoku 1483
|
Normal 9x9 sudoku rules apply
|
. 1 7 2 8 3 . . 6
3 . . 9 . 4 8 . 1
. 6 4 . . . . . 3
. . 8 4 3 6 2 9 5
. . . 7 5 . . . 4
2 4 5 . . . 3 . 7
7 2 1 . . . . . 8
. 3 . 8 . . . 1 9
. . 9 6 7 1 4 . 2
|
9 1 7 2 8 3 5 4 6
3 5 2 9 6 4 8 7 1
8 6 4 5 1 7 9 2 3
1 7 8 4 3 6 2 9 5
6 9 3 7 5 2 1 8 4
2 4 5 1 9 8 3 6 7
7 2 1 3 4 9 6 5 8
4 3 6 8 2 5 7 1 9
5 8 9 6 7 1 4 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1484
|
3678..5.....3...6..5496231.1.6.2.....7..1.65.5.3.....44.918527...82...3.....3..4.
|
367841592291357468854962317146523789972418653583796124439185276618274935725639841
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1484
|
Basic 9x9 Sudoku 1484
|
Normal 9x9 sudoku rules apply
|
3 6 7 8 . . 5 . .
. . . 3 . . . 6 .
. 5 4 9 6 2 3 1 .
1 . 6 . 2 . . . .
. 7 . . 1 . 6 5 .
5 . 3 . . . . . 4
4 . 9 1 8 5 2 7 .
. . 8 2 . . . 3 .
. . . . 3 . . 4 .
|
3 6 7 8 4 1 5 9 2
2 9 1 3 5 7 4 6 8
8 5 4 9 6 2 3 1 7
1 4 6 5 2 3 7 8 9
9 7 2 4 1 8 6 5 3
5 8 3 7 9 6 1 2 4
4 3 9 1 8 5 2 7 6
6 1 8 2 7 4 9 3 5
7 2 5 6 3 9 8 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1485
|
.581.942.32468.1....9.45..381547..3293..2...62.6593718...95.37..83..42..7..3...54
|
658139427324687195179245683815476932937821546246593718462958371583714269791362854
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1485
|
Basic 9x9 Sudoku 1485
|
Normal 9x9 sudoku rules apply
|
. 5 8 1 . 9 4 2 .
3 2 4 6 8 . 1 . .
. . 9 . 4 5 . . 3
8 1 5 4 7 . . 3 2
9 3 . . 2 . . . 6
2 . 6 5 9 3 7 1 8
. . . 9 5 . 3 7 .
. 8 3 . . 4 2 . .
7 . . 3 . . . 5 4
|
6 5 8 1 3 9 4 2 7
3 2 4 6 8 7 1 9 5
1 7 9 2 4 5 6 8 3
8 1 5 4 7 6 9 3 2
9 3 7 8 2 1 5 4 6
2 4 6 5 9 3 7 1 8
4 6 2 9 5 8 3 7 1
5 8 3 7 1 4 2 6 9
7 9 1 3 6 2 8 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1486
|
.8.912...459..761.2.15.49.8.14...59.9.2....3..7..9.8241.52.846.32..491..7.6..128.
|
687912345459837612231564978814723596962485731573196824195278463328649157746351289
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1486
|
Basic 9x9 Sudoku 1486
|
Normal 9x9 sudoku rules apply
|
. 8 . 9 1 2 . . .
4 5 9 . . 7 6 1 .
2 . 1 5 . 4 9 . 8
. 1 4 . . . 5 9 .
9 . 2 . . . . 3 .
. 7 . . 9 . 8 2 4
1 . 5 2 . 8 4 6 .
3 2 . . 4 9 1 . .
7 . 6 . . 1 2 8 .
|
6 8 7 9 1 2 3 4 5
4 5 9 8 3 7 6 1 2
2 3 1 5 6 4 9 7 8
8 1 4 7 2 3 5 9 6
9 6 2 4 8 5 7 3 1
5 7 3 1 9 6 8 2 4
1 9 5 2 7 8 4 6 3
3 2 8 6 4 9 1 5 7
7 4 6 3 5 1 2 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1487
|
......3..5..9.....3.14..952.251.36.....6.8..9468.79..1.127............65...38...4
|
294815376576932418381467952925143687137628549468579231612754893843291765759386124
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1487
|
Basic 9x9 Sudoku 1487
|
Normal 9x9 sudoku rules apply
|
. . . . . . 3 . .
5 . . 9 . . . . .
3 . 1 4 . . 9 5 2
. 2 5 1 . 3 6 . .
. . . 6 . 8 . . 9
4 6 8 . 7 9 . . 1
. 1 2 7 . . . . .
. . . . . . . 6 5
. . . 3 8 . . . 4
|
2 9 4 8 1 5 3 7 6
5 7 6 9 3 2 4 1 8
3 8 1 4 6 7 9 5 2
9 2 5 1 4 3 6 8 7
1 3 7 6 2 8 5 4 9
4 6 8 5 7 9 2 3 1
6 1 2 7 5 4 8 9 3
8 4 3 2 9 1 7 6 5
7 5 9 3 8 6 1 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1488
|
6..13.4.75729.4.3.41..6789.198..652332489..6176.32194883765.21.2514.3.8.946218375
|
689132457572984136413567892198746523324895761765321948837659214251473689946218375
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1488
|
Basic 9x9 Sudoku 1488
|
Normal 9x9 sudoku rules apply
|
6 . . 1 3 . 4 . 7
5 7 2 9 . 4 . 3 .
4 1 . . 6 7 8 9 .
1 9 8 . . 6 5 2 3
3 2 4 8 9 . . 6 1
7 6 . 3 2 1 9 4 8
8 3 7 6 5 . 2 1 .
2 5 1 4 . 3 . 8 .
9 4 6 2 1 8 3 7 5
|
6 8 9 1 3 2 4 5 7
5 7 2 9 8 4 1 3 6
4 1 3 5 6 7 8 9 2
1 9 8 7 4 6 5 2 3
3 2 4 8 9 5 7 6 1
7 6 5 3 2 1 9 4 8
8 3 7 6 5 9 2 1 4
2 5 1 4 7 3 6 8 9
9 4 6 2 1 8 3 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1489
|
3521...9717..36.....92.7.3..9.37.568....2.3.......81.....6.578..8........2.89..5.
|
352184697178936245469257831294371568816529374537468129943615782685742913721893456
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1489
|
Basic 9x9 Sudoku 1489
|
Normal 9x9 sudoku rules apply
|
3 5 2 1 . . . 9 7
1 7 . . 3 6 . . .
. . 9 2 . 7 . 3 .
. 9 . 3 7 . 5 6 8
. . . . 2 . 3 . .
. . . . . 8 1 . .
. . . 6 . 5 7 8 .
. 8 . . . . . . .
. 2 . 8 9 . . 5 .
|
3 5 2 1 8 4 6 9 7
1 7 8 9 3 6 2 4 5
4 6 9 2 5 7 8 3 1
2 9 4 3 7 1 5 6 8
8 1 6 5 2 9 3 7 4
5 3 7 4 6 8 1 2 9
9 4 3 6 1 5 7 8 2
6 8 5 7 4 2 9 1 3
7 2 1 8 9 3 4 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1490
|
.561....4184.3.26523746581..137..4..5..8437.1479521638648....27391..854672561.98.
|
956182374184937265237465819813796452562843791479521638648359127391278546725614983
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1490
|
Basic 9x9 Sudoku 1490
|
Normal 9x9 sudoku rules apply
|
. 5 6 1 . . . . 4
1 8 4 . 3 . 2 6 5
2 3 7 4 6 5 8 1 .
. 1 3 7 . . 4 . .
5 . . 8 4 3 7 . 1
4 7 9 5 2 1 6 3 8
6 4 8 . . . . 2 7
3 9 1 . . 8 5 4 6
7 2 5 6 1 . 9 8 .
|
9 5 6 1 8 2 3 7 4
1 8 4 9 3 7 2 6 5
2 3 7 4 6 5 8 1 9
8 1 3 7 9 6 4 5 2
5 6 2 8 4 3 7 9 1
4 7 9 5 2 1 6 3 8
6 4 8 3 5 9 1 2 7
3 9 1 2 7 8 5 4 6
7 2 5 6 1 4 9 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1491
|
.189.3.67735.8.192.6...7.43.9.26135.3..8..971.5...96.8.8917.23.2.36.8..9.7.3.24.5
|
418923567735486192962517843897261354326845971154739628589174236243658719671392485
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1491
|
Basic 9x9 Sudoku 1491
|
Normal 9x9 sudoku rules apply
|
. 1 8 9 . 3 . 6 7
7 3 5 . 8 . 1 9 2
. 6 . . . 7 . 4 3
. 9 . 2 6 1 3 5 .
3 . . 8 . . 9 7 1
. 5 . . . 9 6 . 8
. 8 9 1 7 . 2 3 .
2 . 3 6 . 8 . . 9
. 7 . 3 . 2 4 . 5
|
4 1 8 9 2 3 5 6 7
7 3 5 4 8 6 1 9 2
9 6 2 5 1 7 8 4 3
8 9 7 2 6 1 3 5 4
3 2 6 8 4 5 9 7 1
1 5 4 7 3 9 6 2 8
5 8 9 1 7 4 2 3 6
2 4 3 6 5 8 7 1 9
6 7 1 3 9 2 4 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1492
|
.5.1946..71....9..9642.31.58.16.537.2.67.859.53.9.246.1..4.72....5.8....67.5....4
|
358194627712856943964273185891645372246738591537912468183467259425389716679521834
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1492
|
Basic 9x9 Sudoku 1492
|
Normal 9x9 sudoku rules apply
|
. 5 . 1 9 4 6 . .
7 1 . . . . 9 . .
9 6 4 2 . 3 1 . 5
8 . 1 6 . 5 3 7 .
2 . 6 7 . 8 5 9 .
5 3 . 9 . 2 4 6 .
1 . . 4 . 7 2 . .
. . 5 . 8 . . . .
6 7 . 5 . . . . 4
|
3 5 8 1 9 4 6 2 7
7 1 2 8 5 6 9 4 3
9 6 4 2 7 3 1 8 5
8 9 1 6 4 5 3 7 2
2 4 6 7 3 8 5 9 1
5 3 7 9 1 2 4 6 8
1 8 3 4 6 7 2 5 9
4 2 5 3 8 9 7 1 6
6 7 9 5 2 1 8 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1493
|
5....1.9.936.5.8.21..3.6...8...641..4.5738.....7...5.4..89..25....6.2.4....84..63
|
574281396936457812182396475829564137415738629367129584648973251753612948291845763
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1493
|
Basic 9x9 Sudoku 1493
|
Normal 9x9 sudoku rules apply
|
5 . . . . 1 . 9 .
9 3 6 . 5 . 8 . 2
1 . . 3 . 6 . . .
8 . . . 6 4 1 . .
4 . 5 7 3 8 . . .
. . 7 . . . 5 . 4
. . 8 9 . . 2 5 .
. . . 6 . 2 . 4 .
. . . 8 4 . . 6 3
|
5 7 4 2 8 1 3 9 6
9 3 6 4 5 7 8 1 2
1 8 2 3 9 6 4 7 5
8 2 9 5 6 4 1 3 7
4 1 5 7 3 8 6 2 9
3 6 7 1 2 9 5 8 4
6 4 8 9 7 3 2 5 1
7 5 3 6 1 2 9 4 8
2 9 1 8 4 5 7 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1494
|
83491.6579...6.32452647318914.6.9738..314859668935724.79..348.5462..197....7.6412
|
834912657917865324526473189145629738273148596689357241791234865462581973358796412
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1494
|
Basic 9x9 Sudoku 1494
|
Normal 9x9 sudoku rules apply
|
8 3 4 9 1 . 6 5 7
9 . . . 6 . 3 2 4
5 2 6 4 7 3 1 8 9
1 4 . 6 . 9 7 3 8
. . 3 1 4 8 5 9 6
6 8 9 3 5 7 2 4 .
7 9 . . 3 4 8 . 5
4 6 2 . . 1 9 7 .
. . . 7 . 6 4 1 2
|
8 3 4 9 1 2 6 5 7
9 1 7 8 6 5 3 2 4
5 2 6 4 7 3 1 8 9
1 4 5 6 2 9 7 3 8
2 7 3 1 4 8 5 9 6
6 8 9 3 5 7 2 4 1
7 9 1 2 3 4 8 6 5
4 6 2 5 8 1 9 7 3
3 5 8 7 9 6 4 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1495
|
8.....75664.5792.3.5..8..941.69354.897421836..8...7....39642.172..7.36.946.8.15.2
|
893124756641579283752386194126935478974218365385467921539642817218753649467891532
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1495
|
Basic 9x9 Sudoku 1495
|
Normal 9x9 sudoku rules apply
|
8 . . . . . 7 5 6
6 4 . 5 7 9 2 . 3
. 5 . . 8 . . 9 4
1 . 6 9 3 5 4 . 8
9 7 4 2 1 8 3 6 .
. 8 . . . 7 . . .
. 3 9 6 4 2 . 1 7
2 . . 7 . 3 6 . 9
4 6 . 8 . 1 5 . 2
|
8 9 3 1 2 4 7 5 6
6 4 1 5 7 9 2 8 3
7 5 2 3 8 6 1 9 4
1 2 6 9 3 5 4 7 8
9 7 4 2 1 8 3 6 5
3 8 5 4 6 7 9 2 1
5 3 9 6 4 2 8 1 7
2 1 8 7 5 3 6 4 9
4 6 7 8 9 1 5 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1496
|
5.721.436.12563.7.9.6784152.789..52329...78.436.85279184962.3.772139.6..65347.289
|
587219436412563978936784152178946523295137864364852791849625317721398645653471289
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1496
|
Basic 9x9 Sudoku 1496
|
Normal 9x9 sudoku rules apply
|
5 . 7 2 1 . 4 3 6
. 1 2 5 6 3 . 7 .
9 . 6 7 8 4 1 5 2
. 7 8 9 . . 5 2 3
2 9 . . . 7 8 . 4
3 6 . 8 5 2 7 9 1
8 4 9 6 2 . 3 . 7
7 2 1 3 9 . 6 . .
6 5 3 4 7 . 2 8 9
|
5 8 7 2 1 9 4 3 6
4 1 2 5 6 3 9 7 8
9 3 6 7 8 4 1 5 2
1 7 8 9 4 6 5 2 3
2 9 5 1 3 7 8 6 4
3 6 4 8 5 2 7 9 1
8 4 9 6 2 5 3 1 7
7 2 1 3 9 8 6 4 5
6 5 3 4 7 1 2 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1497
|
423.8....16..2784.8..456.13.1...4...98..6....54.8.36..798.....46549......3164..5.
|
423189576165327849879456213316294785982765431547813692798532164654971328231648957
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1497
|
Basic 9x9 Sudoku 1497
|
Normal 9x9 sudoku rules apply
|
4 2 3 . 8 . . . .
1 6 . . 2 7 8 4 .
8 . . 4 5 6 . 1 3
. 1 . . . 4 . . .
9 8 . . 6 . . . .
5 4 . 8 . 3 6 . .
7 9 8 . . . . . 4
6 5 4 9 . . . . .
. 3 1 6 4 . . 5 .
|
4 2 3 1 8 9 5 7 6
1 6 5 3 2 7 8 4 9
8 7 9 4 5 6 2 1 3
3 1 6 2 9 4 7 8 5
9 8 2 7 6 5 4 3 1
5 4 7 8 1 3 6 9 2
7 9 8 5 3 2 1 6 4
6 5 4 9 7 1 3 2 8
2 3 1 6 4 8 9 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1498
|
.7.3.9.6...8.1..3732......9.8.5.3.7..3..6..9...5197...9.3.......479213..852.3.94.
|
571389264498612537326475819189543672734268195265197483913854726647921358852736941
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1498
|
Basic 9x9 Sudoku 1498
|
Normal 9x9 sudoku rules apply
|
. 7 . 3 . 9 . 6 .
. . 8 . 1 . . 3 7
3 2 . . . . . . 9
. 8 . 5 . 3 . 7 .
. 3 . . 6 . . 9 .
. . 5 1 9 7 . . .
9 . 3 . . . . . .
. 4 7 9 2 1 3 . .
8 5 2 . 3 . 9 4 .
|
5 7 1 3 8 9 2 6 4
4 9 8 6 1 2 5 3 7
3 2 6 4 7 5 8 1 9
1 8 9 5 4 3 6 7 2
7 3 4 2 6 8 1 9 5
2 6 5 1 9 7 4 8 3
9 1 3 8 5 4 7 2 6
6 4 7 9 2 1 3 5 8
8 5 2 7 3 6 9 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1499
|
..18.....28347.....743.16...3...5.748.2...9.35..2...6.7.56.48.93...1...5.29.3..16
|
651892347283476591974351682136985274842167953597243168715624839368719425429538716
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1499
|
Basic 9x9 Sudoku 1499
|
Normal 9x9 sudoku rules apply
|
. . 1 8 . . . . .
2 8 3 4 7 . . . .
. 7 4 3 . 1 6 . .
. 3 . . . 5 . 7 4
8 . 2 . . . 9 . 3
5 . . 2 . . . 6 .
7 . 5 6 . 4 8 . 9
3 . . . 1 . . . 5
. 2 9 . 3 . . 1 6
|
6 5 1 8 9 2 3 4 7
2 8 3 4 7 6 5 9 1
9 7 4 3 5 1 6 8 2
1 3 6 9 8 5 2 7 4
8 4 2 1 6 7 9 5 3
5 9 7 2 4 3 1 6 8
7 1 5 6 2 4 8 3 9
3 6 8 7 1 9 4 2 5
4 2 9 5 3 8 7 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.