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_800
|
1538.946784613725929.4568.391564.372682.9..413742..69.73.584926....72134.29...7..
|
153829467846137259297456813915648372682793541374215698731584926568972134429361785
|
### 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 800
|
Basic 9x9 Sudoku 800
|
Normal 9x9 sudoku rules apply
|
1 5 3 8 . 9 4 6 7
8 4 6 1 3 7 2 5 9
2 9 . 4 5 6 8 . 3
9 1 5 6 4 . 3 7 2
6 8 2 . 9 . . 4 1
3 7 4 2 . . 6 9 .
7 3 . 5 8 4 9 2 6
. . . . 7 2 1 3 4
. 2 9 . . . 7 . .
|
1 5 3 8 2 9 4 6 7
8 4 6 1 3 7 2 5 9
2 9 7 4 5 6 8 1 3
9 1 5 6 4 8 3 7 2
6 8 2 7 9 3 5 4 1
3 7 4 2 1 5 6 9 8
7 3 1 5 8 4 9 2 6
5 6 8 9 7 2 1 3 4
4 2 9 3 6 1 7 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_801
|
.761.29.589.3561.7125.74.8...3.1..645.124379.24.8.9...4.2.3187..19.286.....5....2
|
376182945894356127125974386983715264561243798247869531452631879719428653638597412
|
### 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 801
|
Basic 9x9 Sudoku 801
|
Normal 9x9 sudoku rules apply
|
. 7 6 1 . 2 9 . 5
8 9 . 3 5 6 1 . 7
1 2 5 . 7 4 . 8 .
. . 3 . 1 . . 6 4
5 . 1 2 4 3 7 9 .
2 4 . 8 . 9 . . .
4 . 2 . 3 1 8 7 .
. 1 9 . 2 8 6 . .
. . . 5 . . . . 2
|
3 7 6 1 8 2 9 4 5
8 9 4 3 5 6 1 2 7
1 2 5 9 7 4 3 8 6
9 8 3 7 1 5 2 6 4
5 6 1 2 4 3 7 9 8
2 4 7 8 6 9 5 3 1
4 5 2 6 3 1 8 7 9
7 1 9 4 2 8 6 5 3
6 3 8 5 9 7 4 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_802
|
...1.2.3.41.36..793.9.578122...14785.5.83.2411.472.6.38.524.16.7...81.5.64...9328
|
578192436412368579369457812236914785957836241184725693895243167723681954641579328
|
### 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 802
|
Basic 9x9 Sudoku 802
|
Normal 9x9 sudoku rules apply
|
. . . 1 . 2 . 3 .
4 1 . 3 6 . . 7 9
3 . 9 . 5 7 8 1 2
2 . . . 1 4 7 8 5
. 5 . 8 3 . 2 4 1
1 . 4 7 2 . 6 . 3
8 . 5 2 4 . 1 6 .
7 . . . 8 1 . 5 .
6 4 . . . 9 3 2 8
|
5 7 8 1 9 2 4 3 6
4 1 2 3 6 8 5 7 9
3 6 9 4 5 7 8 1 2
2 3 6 9 1 4 7 8 5
9 5 7 8 3 6 2 4 1
1 8 4 7 2 5 6 9 3
8 9 5 2 4 3 1 6 7
7 2 3 6 8 1 9 5 4
6 4 1 5 7 9 3 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_803
|
.8.21...6.1.4....7295.6..1.827.46.39.4.95.2...5.8.........91.....872..9.97.5...6.
|
784219356613485927295367814827146539146953278359872641432691785568724193971538462
|
### 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 803
|
Basic 9x9 Sudoku 803
|
Normal 9x9 sudoku rules apply
|
. 8 . 2 1 . . . 6
. 1 . 4 . . . . 7
2 9 5 . 6 . . 1 .
8 2 7 . 4 6 . 3 9
. 4 . 9 5 . 2 . .
. 5 . 8 . . . . .
. . . . 9 1 . . .
. . 8 7 2 . . 9 .
9 7 . 5 . . . 6 .
|
7 8 4 2 1 9 3 5 6
6 1 3 4 8 5 9 2 7
2 9 5 3 6 7 8 1 4
8 2 7 1 4 6 5 3 9
1 4 6 9 5 3 2 7 8
3 5 9 8 7 2 6 4 1
4 3 2 6 9 1 7 8 5
5 6 8 7 2 4 1 9 3
9 7 1 5 3 8 4 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_804
|
9.4.15267..5.769...6.94.1583421.96751864.7..97.96324.15..7248166.85917344713685.2
|
934815267815276943267943158342189675186457329759632481593724816628591734471368592
|
### 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 804
|
Basic 9x9 Sudoku 804
|
Normal 9x9 sudoku rules apply
|
9 . 4 . 1 5 2 6 7
. . 5 . 7 6 9 . .
. 6 . 9 4 . 1 5 8
3 4 2 1 . 9 6 7 5
1 8 6 4 . 7 . . 9
7 . 9 6 3 2 4 . 1
5 . . 7 2 4 8 1 6
6 . 8 5 9 1 7 3 4
4 7 1 3 6 8 5 . 2
|
9 3 4 8 1 5 2 6 7
8 1 5 2 7 6 9 4 3
2 6 7 9 4 3 1 5 8
3 4 2 1 8 9 6 7 5
1 8 6 4 5 7 3 2 9
7 5 9 6 3 2 4 8 1
5 9 3 7 2 4 8 1 6
6 2 8 5 9 1 7 3 4
4 7 1 3 6 8 5 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_805
|
..7.3..6.5.4.....3..14567.2.2.7.9654...26...17563....9.48.1...73.2..45.8915.73...
|
297138465564927183831456792123789654489265371756341829648512937372694518915873246
|
### 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 805
|
Basic 9x9 Sudoku 805
|
Normal 9x9 sudoku rules apply
|
. . 7 . 3 . . 6 .
5 . 4 . . . . . 3
. . 1 4 5 6 7 . 2
. 2 . 7 . 9 6 5 4
. . . 2 6 . . . 1
7 5 6 3 . . . . 9
. 4 8 . 1 . . . 7
3 . 2 . . 4 5 . 8
9 1 5 . 7 3 . . .
|
2 9 7 1 3 8 4 6 5
5 6 4 9 2 7 1 8 3
8 3 1 4 5 6 7 9 2
1 2 3 7 8 9 6 5 4
4 8 9 2 6 5 3 7 1
7 5 6 3 4 1 8 2 9
6 4 8 5 1 2 9 3 7
3 7 2 6 9 4 5 1 8
9 1 5 8 7 3 2 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_806
|
5.21...73796....141..4..295....8.76......43.1.17....2.8.1..9.3.6758.3..2.39652.8.
|
542198673796325814183467295354281769268974351917536428821749536675813942439652187
|
### 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 806
|
Basic 9x9 Sudoku 806
|
Normal 9x9 sudoku rules apply
|
5 . 2 1 . . . 7 3
7 9 6 . . . . 1 4
1 . . 4 . . 2 9 5
. . . . 8 . 7 6 .
. . . . . 4 3 . 1
. 1 7 . . . . 2 .
8 . 1 . . 9 . 3 .
6 7 5 8 . 3 . . 2
. 3 9 6 5 2 . 8 .
|
5 4 2 1 9 8 6 7 3
7 9 6 3 2 5 8 1 4
1 8 3 4 6 7 2 9 5
3 5 4 2 8 1 7 6 9
2 6 8 9 7 4 3 5 1
9 1 7 5 3 6 4 2 8
8 2 1 7 4 9 5 3 6
6 7 5 8 1 3 9 4 2
4 3 9 6 5 2 1 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_807
|
12.8.9.5...3.4....47...2...3.7.5.6.....71.3.56..2..17.76.9.4..39.4..1.8..38675..4
|
126839457583147269479562831317458692892716345645293178761984523954321786238675914
|
### 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 807
|
Basic 9x9 Sudoku 807
|
Normal 9x9 sudoku rules apply
|
1 2 . 8 . 9 . 5 .
. . 3 . 4 . . . .
4 7 . . . 2 . . .
3 . 7 . 5 . 6 . .
. . . 7 1 . 3 . 5
6 . . 2 . . 1 7 .
7 6 . 9 . 4 . . 3
9 . 4 . . 1 . 8 .
. 3 8 6 7 5 . . 4
|
1 2 6 8 3 9 4 5 7
5 8 3 1 4 7 2 6 9
4 7 9 5 6 2 8 3 1
3 1 7 4 5 8 6 9 2
8 9 2 7 1 6 3 4 5
6 4 5 2 9 3 1 7 8
7 6 1 9 8 4 5 2 3
9 5 4 3 2 1 7 8 6
2 3 8 6 7 5 9 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_808
|
..8.53.....6....287246895..83.5.2796.6.9....194.81.2356..4253.747..6.159.837.1.62
|
198253674356174928724689513831542796265937841947816235619425387472368159583791462
|
### 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 808
|
Basic 9x9 Sudoku 808
|
Normal 9x9 sudoku rules apply
|
. . 8 . 5 3 . . .
. . 6 . . . . 2 8
7 2 4 6 8 9 5 . .
8 3 . 5 . 2 7 9 6
. 6 . 9 . . . . 1
9 4 . 8 1 . 2 3 5
6 . . 4 2 5 3 . 7
4 7 . . 6 . 1 5 9
. 8 3 7 . 1 . 6 2
|
1 9 8 2 5 3 6 7 4
3 5 6 1 7 4 9 2 8
7 2 4 6 8 9 5 1 3
8 3 1 5 4 2 7 9 6
2 6 5 9 3 7 8 4 1
9 4 7 8 1 6 2 3 5
6 1 9 4 2 5 3 8 7
4 7 2 3 6 8 1 5 9
5 8 3 7 9 1 4 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_809
|
...9.....23.8.61974.9.5.28..7.1.563.5..42371.34.67.5297532....11..769.5.964.3187.
|
687912345235846197419357286872195634596423718341678529753284961128769453964531872
|
### 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 809
|
Basic 9x9 Sudoku 809
|
Normal 9x9 sudoku rules apply
|
. . . 9 . . . . .
2 3 . 8 . 6 1 9 7
4 . 9 . 5 . 2 8 .
. 7 . 1 . 5 6 3 .
5 . . 4 2 3 7 1 .
3 4 . 6 7 . 5 2 9
7 5 3 2 . . . . 1
1 . . 7 6 9 . 5 .
9 6 4 . 3 1 8 7 .
|
6 8 7 9 1 2 3 4 5
2 3 5 8 4 6 1 9 7
4 1 9 3 5 7 2 8 6
8 7 2 1 9 5 6 3 4
5 9 6 4 2 3 7 1 8
3 4 1 6 7 8 5 2 9
7 5 3 2 8 4 9 6 1
1 2 8 7 6 9 4 5 3
9 6 4 5 3 1 8 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_810
|
3428196..869.57..4.57...82..1.37.96...81..7435.39.62.178563419.4.67.1.3.93..82.76
|
342819657869257314157463829214378965698125743573946281785634192426791538931582476
|
### 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 810
|
Basic 9x9 Sudoku 810
|
Normal 9x9 sudoku rules apply
|
3 4 2 8 1 9 6 . .
8 6 9 . 5 7 . . 4
. 5 7 . . . 8 2 .
. 1 . 3 7 . 9 6 .
. . 8 1 . . 7 4 3
5 . 3 9 . 6 2 . 1
7 8 5 6 3 4 1 9 .
4 . 6 7 . 1 . 3 .
9 3 . . 8 2 . 7 6
|
3 4 2 8 1 9 6 5 7
8 6 9 2 5 7 3 1 4
1 5 7 4 6 3 8 2 9
2 1 4 3 7 8 9 6 5
6 9 8 1 2 5 7 4 3
5 7 3 9 4 6 2 8 1
7 8 5 6 3 4 1 9 2
4 2 6 7 9 1 5 3 8
9 3 1 5 8 2 4 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_811
|
.7....2..6.1.43.95.24..7.8319...2.577.86.1...23.9.461.4..1389.2369425871812..6.34
|
573819246681243795924567183196382457748651329235974618457138962369425871812796534
|
### 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 811
|
Basic 9x9 Sudoku 811
|
Normal 9x9 sudoku rules apply
|
. 7 . . . . 2 . .
6 . 1 . 4 3 . 9 5
. 2 4 . . 7 . 8 3
1 9 . . . 2 . 5 7
7 . 8 6 . 1 . . .
2 3 . 9 . 4 6 1 .
4 . . 1 3 8 9 . 2
3 6 9 4 2 5 8 7 1
8 1 2 . . 6 . 3 4
|
5 7 3 8 1 9 2 4 6
6 8 1 2 4 3 7 9 5
9 2 4 5 6 7 1 8 3
1 9 6 3 8 2 4 5 7
7 4 8 6 5 1 3 2 9
2 3 5 9 7 4 6 1 8
4 5 7 1 3 8 9 6 2
3 6 9 4 2 5 8 7 1
8 1 2 7 9 6 5 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_812
|
958132.6.24.87639..7.4951.28..6135..1....82..563927..163.28971448.7...5..1..5.628
|
958132467241876395376495182824613579197548236563927841635289714482761953719354628
|
### 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 812
|
Basic 9x9 Sudoku 812
|
Normal 9x9 sudoku rules apply
|
9 5 8 1 3 2 . 6 .
2 4 . 8 7 6 3 9 .
. 7 . 4 9 5 1 . 2
8 . . 6 1 3 5 . .
1 . . . . 8 2 . .
5 6 3 9 2 7 . . 1
6 3 . 2 8 9 7 1 4
4 8 . 7 . . . 5 .
. 1 . . 5 . 6 2 8
|
9 5 8 1 3 2 4 6 7
2 4 1 8 7 6 3 9 5
3 7 6 4 9 5 1 8 2
8 2 4 6 1 3 5 7 9
1 9 7 5 4 8 2 3 6
5 6 3 9 2 7 8 4 1
6 3 5 2 8 9 7 1 4
4 8 2 7 6 1 9 5 3
7 1 9 3 5 4 6 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_813
|
.41.92..6..7.4..5.68....1.....2.94.7.6...7..9.7.4.18....9..4....38...9.145....3.2
|
541892736397146258682573194813259467264387519975461823129734685738625941456918372
|
### 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 813
|
Basic 9x9 Sudoku 813
|
Normal 9x9 sudoku rules apply
|
. 4 1 . 9 2 . . 6
. . 7 . 4 . . 5 .
6 8 . . . . 1 . .
. . . 2 . 9 4 . 7
. 6 . . . 7 . . 9
. 7 . 4 . 1 8 . .
. . 9 . . 4 . . .
. 3 8 . . . 9 . 1
4 5 . . . . 3 . 2
|
5 4 1 8 9 2 7 3 6
3 9 7 1 4 6 2 5 8
6 8 2 5 7 3 1 9 4
8 1 3 2 5 9 4 6 7
2 6 4 3 8 7 5 1 9
9 7 5 4 6 1 8 2 3
1 2 9 7 3 4 6 8 5
7 3 8 6 2 5 9 4 1
4 5 6 9 1 8 3 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_814
|
7918.4356.6.97.1.2...3..94.1264..53...91.26..587.9.42.6382497.527..61...9..7.8.6.
|
791824356463975182852316947126487539349152678587693421638249715274561893915738264
|
### 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 814
|
Basic 9x9 Sudoku 814
|
Normal 9x9 sudoku rules apply
|
7 9 1 8 . 4 3 5 6
. 6 . 9 7 . 1 . 2
. . . 3 . . 9 4 .
1 2 6 4 . . 5 3 .
. . 9 1 . 2 6 . .
5 8 7 . 9 . 4 2 .
6 3 8 2 4 9 7 . 5
2 7 . . 6 1 . . .
9 . . 7 . 8 . 6 .
|
7 9 1 8 2 4 3 5 6
4 6 3 9 7 5 1 8 2
8 5 2 3 1 6 9 4 7
1 2 6 4 8 7 5 3 9
3 4 9 1 5 2 6 7 8
5 8 7 6 9 3 4 2 1
6 3 8 2 4 9 7 1 5
2 7 4 5 6 1 8 9 3
9 1 5 7 3 8 2 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_815
|
1...93546..5.143.7943..7...8.71.5..423..8675945697..3.562.491.37.43.1.6.3.965.4.2
|
178293546625814397943567218897135624231486759456972831562749183784321965319658472
|
### 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 815
|
Basic 9x9 Sudoku 815
|
Normal 9x9 sudoku rules apply
|
1 . . . 9 3 5 4 6
. . 5 . 1 4 3 . 7
9 4 3 . . 7 . . .
8 . 7 1 . 5 . . 4
2 3 . . 8 6 7 5 9
4 5 6 9 7 . . 3 .
5 6 2 . 4 9 1 . 3
7 . 4 3 . 1 . 6 .
3 . 9 6 5 . 4 . 2
|
1 7 8 2 9 3 5 4 6
6 2 5 8 1 4 3 9 7
9 4 3 5 6 7 2 1 8
8 9 7 1 3 5 6 2 4
2 3 1 4 8 6 7 5 9
4 5 6 9 7 2 8 3 1
5 6 2 7 4 9 1 8 3
7 8 4 3 2 1 9 6 5
3 1 9 6 5 8 4 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_816
|
...9.4.72....3..1641.6.....5...8..6.867..........62..874.59.....583769.493.24.15.
|
685914372279835416413627895524183769867459231391762548742591683158376924936248157
|
### 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 816
|
Basic 9x9 Sudoku 816
|
Normal 9x9 sudoku rules apply
|
. . . 9 . 4 . 7 2
. . . . 3 . . 1 6
4 1 . 6 . . . . .
5 . . . 8 . . 6 .
8 6 7 . . . . . .
. . . . 6 2 . . 8
7 4 . 5 9 . . . .
. 5 8 3 7 6 9 . 4
9 3 . 2 4 . 1 5 .
|
6 8 5 9 1 4 3 7 2
2 7 9 8 3 5 4 1 6
4 1 3 6 2 7 8 9 5
5 2 4 1 8 3 7 6 9
8 6 7 4 5 9 2 3 1
3 9 1 7 6 2 5 4 8
7 4 2 5 9 1 6 8 3
1 5 8 3 7 6 9 2 4
9 3 6 2 4 8 1 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_817
|
936184725285.79146.7426...9..16329..3.7941.52.9..5.63.62859.417..94.8.635437162..
|
936184725285379146174265389851632974367941852492857631628593417719428563543716298
|
### 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 817
|
Basic 9x9 Sudoku 817
|
Normal 9x9 sudoku rules apply
|
9 3 6 1 8 4 7 2 5
2 8 5 . 7 9 1 4 6
. 7 4 2 6 . . . 9
. . 1 6 3 2 9 . .
3 . 7 9 4 1 . 5 2
. 9 . . 5 . 6 3 .
6 2 8 5 9 . 4 1 7
. . 9 4 . 8 . 6 3
5 4 3 7 1 6 2 . .
|
9 3 6 1 8 4 7 2 5
2 8 5 3 7 9 1 4 6
1 7 4 2 6 5 3 8 9
8 5 1 6 3 2 9 7 4
3 6 7 9 4 1 8 5 2
4 9 2 8 5 7 6 3 1
6 2 8 5 9 3 4 1 7
7 1 9 4 2 8 5 6 3
5 4 3 7 1 6 2 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_818
|
..29.456.63782.1.4.94.612...2....3.9.513928769731..42574.21965..6.4739.13196..74.
|
182934567637825194594761238826547319451392876973186425748219653265473981319658742
|
### 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 818
|
Basic 9x9 Sudoku 818
|
Normal 9x9 sudoku rules apply
|
. . 2 9 . 4 5 6 .
6 3 7 8 2 . 1 . 4
. 9 4 . 6 1 2 . .
. 2 . . . . 3 . 9
. 5 1 3 9 2 8 7 6
9 7 3 1 . . 4 2 5
7 4 . 2 1 9 6 5 .
. 6 . 4 7 3 9 . 1
3 1 9 6 . . 7 4 .
|
1 8 2 9 3 4 5 6 7
6 3 7 8 2 5 1 9 4
5 9 4 7 6 1 2 3 8
8 2 6 5 4 7 3 1 9
4 5 1 3 9 2 8 7 6
9 7 3 1 8 6 4 2 5
7 4 8 2 1 9 6 5 3
2 6 5 4 7 3 9 8 1
3 1 9 6 5 8 7 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_819
|
...18.427..29.5.161.8267..328....3..9.....1853.48.9..2.235917686.7..8..98.5.742..
|
569183427732945816148267953281756394976432185354819672423591768617328549895674231
|
### 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 819
|
Basic 9x9 Sudoku 819
|
Normal 9x9 sudoku rules apply
|
. . . 1 8 . 4 2 7
. . 2 9 . 5 . 1 6
1 . 8 2 6 7 . . 3
2 8 . . . . 3 . .
9 . . . . . 1 8 5
3 . 4 8 . 9 . . 2
. 2 3 5 9 1 7 6 8
6 . 7 . . 8 . . 9
8 . 5 . 7 4 2 . .
|
5 6 9 1 8 3 4 2 7
7 3 2 9 4 5 8 1 6
1 4 8 2 6 7 9 5 3
2 8 1 7 5 6 3 9 4
9 7 6 4 3 2 1 8 5
3 5 4 8 1 9 6 7 2
4 2 3 5 9 1 7 6 8
6 1 7 3 2 8 5 4 9
8 9 5 6 7 4 2 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_820
|
72....3646..5...8919..6..723.4.98...85914..23.17.5.49....986247486.2..3..7..358..
|
725819364643572189198364572364298751859147623217653498531986247486721935972435816
|
### 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 820
|
Basic 9x9 Sudoku 820
|
Normal 9x9 sudoku rules apply
|
7 2 . . . . 3 6 4
6 . . 5 . . . 8 9
1 9 . . 6 . . 7 2
3 . 4 . 9 8 . . .
8 5 9 1 4 . . 2 3
. 1 7 . 5 . 4 9 .
. . . 9 8 6 2 4 7
4 8 6 . 2 . . 3 .
. 7 . . 3 5 8 . .
|
7 2 5 8 1 9 3 6 4
6 4 3 5 7 2 1 8 9
1 9 8 3 6 4 5 7 2
3 6 4 2 9 8 7 5 1
8 5 9 1 4 7 6 2 3
2 1 7 6 5 3 4 9 8
5 3 1 9 8 6 2 4 7
4 8 6 7 2 1 9 3 5
9 7 2 4 3 5 8 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_821
|
2.8..3.4.........3...46782.8..736..419..5..7664.92..8...4..2.3.....48.....2.1945.
|
268193547479285163351467829825736914193854276647921385984572631516348792732619458
|
### 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 821
|
Basic 9x9 Sudoku 821
|
Normal 9x9 sudoku rules apply
|
2 . 8 . . 3 . 4 .
. . . . . . . . 3
. . . 4 6 7 8 2 .
8 . . 7 3 6 . . 4
1 9 . . 5 . . 7 6
6 4 . 9 2 . . 8 .
. . 4 . . 2 . 3 .
. . . . 4 8 . . .
. . 2 . 1 9 4 5 .
|
2 6 8 1 9 3 5 4 7
4 7 9 2 8 5 1 6 3
3 5 1 4 6 7 8 2 9
8 2 5 7 3 6 9 1 4
1 9 3 8 5 4 2 7 6
6 4 7 9 2 1 3 8 5
9 8 4 5 7 2 6 3 1
5 1 6 3 4 8 7 9 2
7 3 2 6 1 9 4 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_822
|
28719.5..54.38..7.193.76.8492486.7.3.317.964.6.52.391.7..4.582141.9.73.53..618497
|
287194536546382179193576284924861753831759642675243918769435821418927365352618497
|
### 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 822
|
Basic 9x9 Sudoku 822
|
Normal 9x9 sudoku rules apply
|
2 8 7 1 9 . 5 . .
5 4 . 3 8 . . 7 .
1 9 3 . 7 6 . 8 4
9 2 4 8 6 . 7 . 3
. 3 1 7 . 9 6 4 .
6 . 5 2 . 3 9 1 .
7 . . 4 . 5 8 2 1
4 1 . 9 . 7 3 . 5
3 . . 6 1 8 4 9 7
|
2 8 7 1 9 4 5 3 6
5 4 6 3 8 2 1 7 9
1 9 3 5 7 6 2 8 4
9 2 4 8 6 1 7 5 3
8 3 1 7 5 9 6 4 2
6 7 5 2 4 3 9 1 8
7 6 9 4 3 5 8 2 1
4 1 8 9 2 7 3 6 5
3 5 2 6 1 8 4 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_823
|
.38.2..672..58.13.5..1.7..4...4....2.9....816...8..7..98.6.5.71..3.7.........1...
|
138924567247586139569137284871463952394752816625819743982645371413278695756391428
|
### 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 823
|
Basic 9x9 Sudoku 823
|
Normal 9x9 sudoku rules apply
|
. 3 8 . 2 . . 6 7
2 . . 5 8 . 1 3 .
5 . . 1 . 7 . . 4
. . . 4 . . . . 2
. 9 . . . . 8 1 6
. . . 8 . . 7 . .
9 8 . 6 . 5 . 7 1
. . 3 . 7 . . . .
. . . . . 1 . . .
|
1 3 8 9 2 4 5 6 7
2 4 7 5 8 6 1 3 9
5 6 9 1 3 7 2 8 4
8 7 1 4 6 3 9 5 2
3 9 4 7 5 2 8 1 6
6 2 5 8 1 9 7 4 3
9 8 2 6 4 5 3 7 1
4 1 3 2 7 8 6 9 5
7 5 6 3 9 1 4 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_824
|
.3...2.6...68971..7.15....98.9.364...65..179..179.8...6...14..558.37....1.2..5934
|
938142567256897143741563289829736451365421798417958326693214875584379612172685934
|
### 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 824
|
Basic 9x9 Sudoku 824
|
Normal 9x9 sudoku rules apply
|
. 3 . . . 2 . 6 .
. . 6 8 9 7 1 . .
7 . 1 5 . . . . 9
8 . 9 . 3 6 4 . .
. 6 5 . . 1 7 9 .
. 1 7 9 . 8 . . .
6 . . . 1 4 . . 5
5 8 . 3 7 . . . .
1 . 2 . . 5 9 3 4
|
9 3 8 1 4 2 5 6 7
2 5 6 8 9 7 1 4 3
7 4 1 5 6 3 2 8 9
8 2 9 7 3 6 4 5 1
3 6 5 4 2 1 7 9 8
4 1 7 9 5 8 3 2 6
6 9 3 2 1 4 8 7 5
5 8 4 3 7 9 6 1 2
1 7 2 6 8 5 9 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_825
|
83.2..4.621546.8.3..6.3..25.....8964.781.4.52.2.65.7183..5..6494.29....759.3...81
|
839215476215467893746839125153728964678194352924653718381572649462981537597346281
|
### 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 825
|
Basic 9x9 Sudoku 825
|
Normal 9x9 sudoku rules apply
|
8 3 . 2 . . 4 . 6
2 1 5 4 6 . 8 . 3
. . 6 . 3 . . 2 5
. . . . . 8 9 6 4
. 7 8 1 . 4 . 5 2
. 2 . 6 5 . 7 1 8
3 . . 5 . . 6 4 9
4 . 2 9 . . . . 7
5 9 . 3 . . . 8 1
|
8 3 9 2 1 5 4 7 6
2 1 5 4 6 7 8 9 3
7 4 6 8 3 9 1 2 5
1 5 3 7 2 8 9 6 4
6 7 8 1 9 4 3 5 2
9 2 4 6 5 3 7 1 8
3 8 1 5 7 2 6 4 9
4 6 2 9 8 1 5 3 7
5 9 7 3 4 6 2 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_826
|
.9.2.37.55821.49..4...5.8.2......154.1.635.....5421.83.48.19.27..17....8....48561
|
196283745582174936437956812263897154814635279975421683648519327351762498729348561
|
### 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 826
|
Basic 9x9 Sudoku 826
|
Normal 9x9 sudoku rules apply
|
. 9 . 2 . 3 7 . 5
5 8 2 1 . 4 9 . .
4 . . . 5 . 8 . 2
. . . . . . 1 5 4
. 1 . 6 3 5 . . .
. . 5 4 2 1 . 8 3
. 4 8 . 1 9 . 2 7
. . 1 7 . . . . 8
. . . . 4 8 5 6 1
|
1 9 6 2 8 3 7 4 5
5 8 2 1 7 4 9 3 6
4 3 7 9 5 6 8 1 2
2 6 3 8 9 7 1 5 4
8 1 4 6 3 5 2 7 9
9 7 5 4 2 1 6 8 3
6 4 8 5 1 9 3 2 7
3 5 1 7 6 2 4 9 8
7 2 9 3 4 8 5 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_827
|
62581934.1.8234596349567.12.5....239297351684...9..1.591264375.53.7.8961.861.....
|
625819347178234596349567812851476239297351684463982175912643758534728961786195423
|
### 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 827
|
Basic 9x9 Sudoku 827
|
Normal 9x9 sudoku rules apply
|
6 2 5 8 1 9 3 4 .
1 . 8 2 3 4 5 9 6
3 4 9 5 6 7 . 1 2
. 5 . . . . 2 3 9
2 9 7 3 5 1 6 8 4
. . . 9 . . 1 . 5
9 1 2 6 4 3 7 5 .
5 3 . 7 . 8 9 6 1
. 8 6 1 . . . . .
|
6 2 5 8 1 9 3 4 7
1 7 8 2 3 4 5 9 6
3 4 9 5 6 7 8 1 2
8 5 1 4 7 6 2 3 9
2 9 7 3 5 1 6 8 4
4 6 3 9 8 2 1 7 5
9 1 2 6 4 3 7 5 8
5 3 4 7 2 8 9 6 1
7 8 6 1 9 5 4 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_828
|
9438...76728...31461.3.7.9.89452.76.1526749...671..42.28..3.657431.6.28.57..9.1..
|
943812576728956314615347892894523761152674938367189425289431657431765289576298143
|
### 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 828
|
Basic 9x9 Sudoku 828
|
Normal 9x9 sudoku rules apply
|
9 4 3 8 . . . 7 6
7 2 8 . . . 3 1 4
6 1 . 3 . 7 . 9 .
8 9 4 5 2 . 7 6 .
1 5 2 6 7 4 9 . .
. 6 7 1 . . 4 2 .
2 8 . . 3 . 6 5 7
4 3 1 . 6 . 2 8 .
5 7 . . 9 . 1 . .
|
9 4 3 8 1 2 5 7 6
7 2 8 9 5 6 3 1 4
6 1 5 3 4 7 8 9 2
8 9 4 5 2 3 7 6 1
1 5 2 6 7 4 9 3 8
3 6 7 1 8 9 4 2 5
2 8 9 4 3 1 6 5 7
4 3 1 7 6 5 2 8 9
5 7 6 2 9 8 1 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_829
|
..982......51.93.738...4....374.26..........8162.78........6.......8.46262.9..8.1
|
719823546245169387386754129837492615594631278162578934458216793971385462623947851
|
### 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 829
|
Basic 9x9 Sudoku 829
|
Normal 9x9 sudoku rules apply
|
. . 9 8 2 . . . .
. . 5 1 . 9 3 . 7
3 8 . . . 4 . . .
. 3 7 4 . 2 6 . .
. . . . . . . . 8
1 6 2 . 7 8 . . .
. . . . . 6 . . .
. . . . 8 . 4 6 2
6 2 . 9 . . 8 . 1
|
7 1 9 8 2 3 5 4 6
2 4 5 1 6 9 3 8 7
3 8 6 7 5 4 1 2 9
8 3 7 4 9 2 6 1 5
5 9 4 6 3 1 2 7 8
1 6 2 5 7 8 9 3 4
4 5 8 2 1 6 7 9 3
9 7 1 3 8 5 4 6 2
6 2 3 9 4 7 8 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_830
|
.952.834.234.6781...8354..7.56.9.72..23...468...8.6...6.95...7..4.6819..512749...
|
795218346234967815168354297856493721923175468471826539689532174347681952512749683
|
### 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 830
|
Basic 9x9 Sudoku 830
|
Normal 9x9 sudoku rules apply
|
. 9 5 2 . 8 3 4 .
2 3 4 . 6 7 8 1 .
. . 8 3 5 4 . . 7
. 5 6 . 9 . 7 2 .
. 2 3 . . . 4 6 8
. . . 8 . 6 . . .
6 . 9 5 . . . 7 .
. 4 . 6 8 1 9 . .
5 1 2 7 4 9 . . .
|
7 9 5 2 1 8 3 4 6
2 3 4 9 6 7 8 1 5
1 6 8 3 5 4 2 9 7
8 5 6 4 9 3 7 2 1
9 2 3 1 7 5 4 6 8
4 7 1 8 2 6 5 3 9
6 8 9 5 3 2 1 7 4
3 4 7 6 8 1 9 5 2
5 1 2 7 4 9 6 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_831
|
5.81...7.2.698.35143.6.5......2..6.71.95...833278.....9.376.14...24.17.5.1.3.286.
|
598123476276984351431675928845239617169547283327816594953768142682491735714352869
|
### 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 831
|
Basic 9x9 Sudoku 831
|
Normal 9x9 sudoku rules apply
|
5 . 8 1 . . . 7 .
2 . 6 9 8 . 3 5 1
4 3 . 6 . 5 . . .
. . . 2 . . 6 . 7
1 . 9 5 . . . 8 3
3 2 7 8 . . . . .
9 . 3 7 6 . 1 4 .
. . 2 4 . 1 7 . 5
. 1 . 3 . 2 8 6 .
|
5 9 8 1 2 3 4 7 6
2 7 6 9 8 4 3 5 1
4 3 1 6 7 5 9 2 8
8 4 5 2 3 9 6 1 7
1 6 9 5 4 7 2 8 3
3 2 7 8 1 6 5 9 4
9 5 3 7 6 8 1 4 2
6 8 2 4 9 1 7 3 5
7 1 4 3 5 2 8 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_832
|
.95.23.47..314..957....51.3.58..12..976.52318..16987.......9.7181.57.4.25..2.4.86
|
195823647263147895784965123458731269976452318321698754642389571819576432537214986
|
### 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 832
|
Basic 9x9 Sudoku 832
|
Normal 9x9 sudoku rules apply
|
. 9 5 . 2 3 . 4 7
. . 3 1 4 . . 9 5
7 . . . . 5 1 . 3
. 5 8 . . 1 2 . .
9 7 6 . 5 2 3 1 8
. . 1 6 9 8 7 . .
. . . . . 9 . 7 1
8 1 . 5 7 . 4 . 2
5 . . 2 . 4 . 8 6
|
1 9 5 8 2 3 6 4 7
2 6 3 1 4 7 8 9 5
7 8 4 9 6 5 1 2 3
4 5 8 7 3 1 2 6 9
9 7 6 4 5 2 3 1 8
3 2 1 6 9 8 7 5 4
6 4 2 3 8 9 5 7 1
8 1 9 5 7 6 4 3 2
5 3 7 2 1 4 9 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_833
|
.5.893.7.68..5.23.739..4.818...2....3..9.164.2964...1891.6....35.3.18..446.53.127
|
152893476684157239739264581841326795375981642296475318917642853523718964468539127
|
### 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 833
|
Basic 9x9 Sudoku 833
|
Normal 9x9 sudoku rules apply
|
. 5 . 8 9 3 . 7 .
6 8 . . 5 . 2 3 .
7 3 9 . . 4 . 8 1
8 . . . 2 . . . .
3 . . 9 . 1 6 4 .
2 9 6 4 . . . 1 8
9 1 . 6 . . . . 3
5 . 3 . 1 8 . . 4
4 6 . 5 3 . 1 2 7
|
1 5 2 8 9 3 4 7 6
6 8 4 1 5 7 2 3 9
7 3 9 2 6 4 5 8 1
8 4 1 3 2 6 7 9 5
3 7 5 9 8 1 6 4 2
2 9 6 4 7 5 3 1 8
9 1 7 6 4 2 8 5 3
5 2 3 7 1 8 9 6 4
4 6 8 5 3 9 1 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_834
|
1...8.9.7.6.91..54..7...83..1524....376...4.8.......95..98.1...658.2.3194..69.7.2
|
142583967863917254597462831915248673376159428284376195729831546658724319431695782
|
### 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 834
|
Basic 9x9 Sudoku 834
|
Normal 9x9 sudoku rules apply
|
1 . . . 8 . 9 . 7
. 6 . 9 1 . . 5 4
. . 7 . . . 8 3 .
. 1 5 2 4 . . . .
3 7 6 . . . 4 . 8
. . . . . . . 9 5
. . 9 8 . 1 . . .
6 5 8 . 2 . 3 1 9
4 . . 6 9 . 7 . 2
|
1 4 2 5 8 3 9 6 7
8 6 3 9 1 7 2 5 4
5 9 7 4 6 2 8 3 1
9 1 5 2 4 8 6 7 3
3 7 6 1 5 9 4 2 8
2 8 4 3 7 6 1 9 5
7 2 9 8 3 1 5 4 6
6 5 8 7 2 4 3 1 9
4 3 1 6 9 5 7 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_835
|
543...2.69613.284...85..93.1.4257369692.13.583576894.2.39125.8.71.93852.8.576419.
|
543891276961372845278546931184257369692413758357689412439125687716938524825764193
|
### 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 835
|
Basic 9x9 Sudoku 835
|
Normal 9x9 sudoku rules apply
|
5 4 3 . . . 2 . 6
9 6 1 3 . 2 8 4 .
. . 8 5 . . 9 3 .
1 . 4 2 5 7 3 6 9
6 9 2 . 1 3 . 5 8
3 5 7 6 8 9 4 . 2
. 3 9 1 2 5 . 8 .
7 1 . 9 3 8 5 2 .
8 . 5 7 6 4 1 9 .
|
5 4 3 8 9 1 2 7 6
9 6 1 3 7 2 8 4 5
2 7 8 5 4 6 9 3 1
1 8 4 2 5 7 3 6 9
6 9 2 4 1 3 7 5 8
3 5 7 6 8 9 4 1 2
4 3 9 1 2 5 6 8 7
7 1 6 9 3 8 5 2 4
8 2 5 7 6 4 1 9 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_836
|
.75.1926.1..3.654..23...98.916.3.75.83.15..92..4967...5.27938167..54132939...2475
|
475819263189326547623475981916238754837154692254967138542793816768541329391682475
|
### 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 836
|
Basic 9x9 Sudoku 836
|
Normal 9x9 sudoku rules apply
|
. 7 5 . 1 9 2 6 .
1 . . 3 . 6 5 4 .
. 2 3 . . . 9 8 .
9 1 6 . 3 . 7 5 .
8 3 . 1 5 . . 9 2
. . 4 9 6 7 . . .
5 . 2 7 9 3 8 1 6
7 . . 5 4 1 3 2 9
3 9 . . . 2 4 7 5
|
4 7 5 8 1 9 2 6 3
1 8 9 3 2 6 5 4 7
6 2 3 4 7 5 9 8 1
9 1 6 2 3 8 7 5 4
8 3 7 1 5 4 6 9 2
2 5 4 9 6 7 1 3 8
5 4 2 7 9 3 8 1 6
7 6 8 5 4 1 3 2 9
3 9 1 6 8 2 4 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_837
|
4..83.62.7381.2.45.6...7.81..4..6.9.973.48.1.82.79145364.285139381...56259.613874
|
415839627738162945269457381154326798973548216826791453647285139381974562592613874
|
### 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 837
|
Basic 9x9 Sudoku 837
|
Normal 9x9 sudoku rules apply
|
4 . . 8 3 . 6 2 .
7 3 8 1 . 2 . 4 5
. 6 . . . 7 . 8 1
. . 4 . . 6 . 9 .
9 7 3 . 4 8 . 1 .
8 2 . 7 9 1 4 5 3
6 4 . 2 8 5 1 3 9
3 8 1 . . . 5 6 2
5 9 . 6 1 3 8 7 4
|
4 1 5 8 3 9 6 2 7
7 3 8 1 6 2 9 4 5
2 6 9 4 5 7 3 8 1
1 5 4 3 2 6 7 9 8
9 7 3 5 4 8 2 1 6
8 2 6 7 9 1 4 5 3
6 4 7 2 8 5 1 3 9
3 8 1 9 7 4 5 6 2
5 9 2 6 1 3 8 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_838
|
671..9..5..8..5..759467..1...94...2.427....9..65..718.......3.8..6731..975..8.6.1
|
671829435238145967594673812189456723427318596365297184912564378846731259753982641
|
### 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 838
|
Basic 9x9 Sudoku 838
|
Normal 9x9 sudoku rules apply
|
6 7 1 . . 9 . . 5
. . 8 . . 5 . . 7
5 9 4 6 7 . . 1 .
. . 9 4 . . . 2 .
4 2 7 . . . . 9 .
. 6 5 . . 7 1 8 .
. . . . . . 3 . 8
. . 6 7 3 1 . . 9
7 5 . . 8 . 6 . 1
|
6 7 1 8 2 9 4 3 5
2 3 8 1 4 5 9 6 7
5 9 4 6 7 3 8 1 2
1 8 9 4 5 6 7 2 3
4 2 7 3 1 8 5 9 6
3 6 5 2 9 7 1 8 4
9 1 2 5 6 4 3 7 8
8 4 6 7 3 1 2 5 9
7 5 3 9 8 2 6 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_839
|
8.31.5.6..1...79.3.72.4.85.1978.....35476...9...9....55.641.........35.27.95.....
|
843195267615287943972346851197854326354762189268931475526419738481673592739528614
|
### 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 839
|
Basic 9x9 Sudoku 839
|
Normal 9x9 sudoku rules apply
|
8 . 3 1 . 5 . 6 .
. 1 . . . 7 9 . 3
. 7 2 . 4 . 8 5 .
1 9 7 8 . . . . .
3 5 4 7 6 . . . 9
. . . 9 . . . . 5
5 . 6 4 1 . . . .
. . . . . 3 5 . 2
7 . 9 5 . . . . .
|
8 4 3 1 9 5 2 6 7
6 1 5 2 8 7 9 4 3
9 7 2 3 4 6 8 5 1
1 9 7 8 5 4 3 2 6
3 5 4 7 6 2 1 8 9
2 6 8 9 3 1 4 7 5
5 2 6 4 1 9 7 3 8
4 8 1 6 7 3 5 9 2
7 3 9 5 2 8 6 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_840
|
2859.3.677168....5.9....81283746..21...5.7.845641283796423.1.5897825..43.517.4..6
|
285913467716842935493675812837469521129537684564128379642391758978256143351784296
|
### 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 840
|
Basic 9x9 Sudoku 840
|
Normal 9x9 sudoku rules apply
|
2 8 5 9 . 3 . 6 7
7 1 6 8 . . . . 5
. 9 . . . . 8 1 2
8 3 7 4 6 . . 2 1
. . . 5 . 7 . 8 4
5 6 4 1 2 8 3 7 9
6 4 2 3 . 1 . 5 8
9 7 8 2 5 . . 4 3
. 5 1 7 . 4 . . 6
|
2 8 5 9 1 3 4 6 7
7 1 6 8 4 2 9 3 5
4 9 3 6 7 5 8 1 2
8 3 7 4 6 9 5 2 1
1 2 9 5 3 7 6 8 4
5 6 4 1 2 8 3 7 9
6 4 2 3 9 1 7 5 8
9 7 8 2 5 6 1 4 3
3 5 1 7 8 4 2 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_841
|
.8.......5..8739.47.34.681..3.5.7....48...1752.....4.3..23.8...3..715.......2.7..
|
486192357521873964793456812139547628648239175257681493972368541364715289815924736
|
### 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 841
|
Basic 9x9 Sudoku 841
|
Normal 9x9 sudoku rules apply
|
. 8 . . . . . . .
5 . . 8 7 3 9 . 4
7 . 3 4 . 6 8 1 .
. 3 . 5 . 7 . . .
. 4 8 . . . 1 7 5
2 . . . . . 4 . 3
. . 2 3 . 8 . . .
3 . . 7 1 5 . . .
. . . . 2 . 7 . .
|
4 8 6 1 9 2 3 5 7
5 2 1 8 7 3 9 6 4
7 9 3 4 5 6 8 1 2
1 3 9 5 4 7 6 2 8
6 4 8 2 3 9 1 7 5
2 5 7 6 8 1 4 9 3
9 7 2 3 6 8 5 4 1
3 6 4 7 1 5 2 8 9
8 1 5 9 2 4 7 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_842
|
.4289.357.38.57.46657314.92219.384.537.94..8148.72.963.6.48..2.7941..5.8823.7.61.
|
142896357938257146657314892219638475376945281485721963561483729794162538823579614
|
### 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 842
|
Basic 9x9 Sudoku 842
|
Normal 9x9 sudoku rules apply
|
. 4 2 8 9 . 3 5 7
. 3 8 . 5 7 . 4 6
6 5 7 3 1 4 . 9 2
2 1 9 . 3 8 4 . 5
3 7 . 9 4 . . 8 1
4 8 . 7 2 . 9 6 3
. 6 . 4 8 . . 2 .
7 9 4 1 . . 5 . 8
8 2 3 . 7 . 6 1 .
|
1 4 2 8 9 6 3 5 7
9 3 8 2 5 7 1 4 6
6 5 7 3 1 4 8 9 2
2 1 9 6 3 8 4 7 5
3 7 6 9 4 5 2 8 1
4 8 5 7 2 1 9 6 3
5 6 1 4 8 3 7 2 9
7 9 4 1 6 2 5 3 8
8 2 3 5 7 9 6 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_843
|
5.3182.79.1..3.528.8275.134..941.7..1576...83.64578.9169534.8..23.8..94747....3.6
|
543182679716934528982756134829413765157629483364578291695347812231865947478291356
|
### 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 843
|
Basic 9x9 Sudoku 843
|
Normal 9x9 sudoku rules apply
|
5 . 3 1 8 2 . 7 9
. 1 . . 3 . 5 2 8
. 8 2 7 5 . 1 3 4
. . 9 4 1 . 7 . .
1 5 7 6 . . . 8 3
. 6 4 5 7 8 . 9 1
6 9 5 3 4 . 8 . .
2 3 . 8 . . 9 4 7
4 7 . . . . 3 . 6
|
5 4 3 1 8 2 6 7 9
7 1 6 9 3 4 5 2 8
9 8 2 7 5 6 1 3 4
8 2 9 4 1 3 7 6 5
1 5 7 6 2 9 4 8 3
3 6 4 5 7 8 2 9 1
6 9 5 3 4 7 8 1 2
2 3 1 8 6 5 9 4 7
4 7 8 2 9 1 3 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_844
|
.4819...5.295638...3648729..1.93.72.2578.6.39963.74518.81749..2492.5817..753.1984
|
748192365129563847536487291814935726257816439963274518381749652492658173675321984
|
### 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 844
|
Basic 9x9 Sudoku 844
|
Normal 9x9 sudoku rules apply
|
. 4 8 1 9 . . . 5
. 2 9 5 6 3 8 . .
. 3 6 4 8 7 2 9 .
. 1 . 9 3 . 7 2 .
2 5 7 8 . 6 . 3 9
9 6 3 . 7 4 5 1 8
. 8 1 7 4 9 . . 2
4 9 2 . 5 8 1 7 .
. 7 5 3 . 1 9 8 4
|
7 4 8 1 9 2 3 6 5
1 2 9 5 6 3 8 4 7
5 3 6 4 8 7 2 9 1
8 1 4 9 3 5 7 2 6
2 5 7 8 1 6 4 3 9
9 6 3 2 7 4 5 1 8
3 8 1 7 4 9 6 5 2
4 9 2 6 5 8 1 7 3
6 7 5 3 2 1 9 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_845
|
9758126.426...91754.376.89.184.9.75...61...43.276..9188.94....774.9...816..57842.
|
975812634268349175413765892184293756596187243327654918859421367742936581631578429
|
### 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 845
|
Basic 9x9 Sudoku 845
|
Normal 9x9 sudoku rules apply
|
9 7 5 8 1 2 6 . 4
2 6 . . . 9 1 7 5
4 . 3 7 6 . 8 9 .
1 8 4 . 9 . 7 5 .
. . 6 1 . . . 4 3
. 2 7 6 . . 9 1 8
8 . 9 4 . . . . 7
7 4 . 9 . . . 8 1
6 . . 5 7 8 4 2 .
|
9 7 5 8 1 2 6 3 4
2 6 8 3 4 9 1 7 5
4 1 3 7 6 5 8 9 2
1 8 4 2 9 3 7 5 6
5 9 6 1 8 7 2 4 3
3 2 7 6 5 4 9 1 8
8 5 9 4 2 1 3 6 7
7 4 2 9 3 6 5 8 1
6 3 1 5 7 8 4 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_846
|
9382..657..79.53...5.376..2.8...24..47..9..3.5194372.86..82..1...3.41.8.84.7.9...
|
938214657267985341154376892386152479472698135519437268695823714723541986841769523
|
### 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 846
|
Basic 9x9 Sudoku 846
|
Normal 9x9 sudoku rules apply
|
9 3 8 2 . . 6 5 7
. . 7 9 . 5 3 . .
. 5 . 3 7 6 . . 2
. 8 . . . 2 4 . .
4 7 . . 9 . . 3 .
5 1 9 4 3 7 2 . 8
6 . . 8 2 . . 1 .
. . 3 . 4 1 . 8 .
8 4 . 7 . 9 . . .
|
9 3 8 2 1 4 6 5 7
2 6 7 9 8 5 3 4 1
1 5 4 3 7 6 8 9 2
3 8 6 1 5 2 4 7 9
4 7 2 6 9 8 1 3 5
5 1 9 4 3 7 2 6 8
6 9 5 8 2 3 7 1 4
7 2 3 5 4 1 9 8 6
8 4 1 7 6 9 5 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_847
|
..9..8576.7.41692362.5971.42..1.3.49.6...5312.........43265179.71..4.2.5.96.72..1
|
149238576875416923623597184257163849964785312381924657432651798718349265596872431
|
### 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 847
|
Basic 9x9 Sudoku 847
|
Normal 9x9 sudoku rules apply
|
. . 9 . . 8 5 7 6
. 7 . 4 1 6 9 2 3
6 2 . 5 9 7 1 . 4
2 . . 1 . 3 . 4 9
. 6 . . . 5 3 1 2
. . . . . . . . .
4 3 2 6 5 1 7 9 .
7 1 . . 4 . 2 . 5
. 9 6 . 7 2 . . 1
|
1 4 9 2 3 8 5 7 6
8 7 5 4 1 6 9 2 3
6 2 3 5 9 7 1 8 4
2 5 7 1 6 3 8 4 9
9 6 4 7 8 5 3 1 2
3 8 1 9 2 4 6 5 7
4 3 2 6 5 1 7 9 8
7 1 8 3 4 9 2 6 5
5 9 6 8 7 2 4 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_848
|
1..259.....36....9.7...3125925..87..8.65.7.32.3...6..83.4....9.5...1.3..79136.58.
|
148259673253671849679843125925438716816597432437126958364785291582914367791362584
|
### 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 848
|
Basic 9x9 Sudoku 848
|
Normal 9x9 sudoku rules apply
|
1 . . 2 5 9 . . .
. . 3 6 . . . . 9
. 7 . . . 3 1 2 5
9 2 5 . . 8 7 . .
8 . 6 5 . 7 . 3 2
. 3 . . . 6 . . 8
3 . 4 . . . . 9 .
5 . . . 1 . 3 . .
7 9 1 3 6 . 5 8 .
|
1 4 8 2 5 9 6 7 3
2 5 3 6 7 1 8 4 9
6 7 9 8 4 3 1 2 5
9 2 5 4 3 8 7 1 6
8 1 6 5 9 7 4 3 2
4 3 7 1 2 6 9 5 8
3 6 4 7 8 5 2 9 1
5 8 2 9 1 4 3 6 7
7 9 1 3 6 2 5 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_849
|
.8.139.644...78.....3.2..1..7.4.1.8.....6.....5...7.4...8..2.957.298.4369..3..2..
|
287139564461578923593624817379451682124863759856297341638742195712985436945316278
|
### 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 849
|
Basic 9x9 Sudoku 849
|
Normal 9x9 sudoku rules apply
|
. 8 . 1 3 9 . 6 4
4 . . . 7 8 . . .
. . 3 . 2 . . 1 .
. 7 . 4 . 1 . 8 .
. . . . 6 . . . .
. 5 . . . 7 . 4 .
. . 8 . . 2 . 9 5
7 . 2 9 8 . 4 3 6
9 . . 3 . . 2 . .
|
2 8 7 1 3 9 5 6 4
4 6 1 5 7 8 9 2 3
5 9 3 6 2 4 8 1 7
3 7 9 4 5 1 6 8 2
1 2 4 8 6 3 7 5 9
8 5 6 2 9 7 3 4 1
6 3 8 7 4 2 1 9 5
7 1 2 9 8 5 4 3 6
9 4 5 3 1 6 2 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_850
|
47.1..3..2...5.4...8....6198.249.576.5.8.21..3....5..8.2.....3.....24.9..9...8261
|
479186352261359487583247619812493576957862143346715928625971834138624795794538261
|
### 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 850
|
Basic 9x9 Sudoku 850
|
Normal 9x9 sudoku rules apply
|
4 7 . 1 . . 3 . .
2 . . . 5 . 4 . .
. 8 . . . . 6 1 9
8 . 2 4 9 . 5 7 6
. 5 . 8 . 2 1 . .
3 . . . . 5 . . 8
. 2 . . . . . 3 .
. . . . 2 4 . 9 .
. 9 . . . 8 2 6 1
|
4 7 9 1 8 6 3 5 2
2 6 1 3 5 9 4 8 7
5 8 3 2 4 7 6 1 9
8 1 2 4 9 3 5 7 6
9 5 7 8 6 2 1 4 3
3 4 6 7 1 5 9 2 8
6 2 5 9 7 1 8 3 4
1 3 8 6 2 4 7 9 5
7 9 4 5 3 8 2 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_851
|
..3148.7..8.2.5.63.5..63..8814.276392..639481....1.7..5487.2.163..4.18.779.38....
|
623148975489275163157963248814527639275639481936814752548792316362451897791386524
|
### 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 851
|
Basic 9x9 Sudoku 851
|
Normal 9x9 sudoku rules apply
|
. . 3 1 4 8 . 7 .
. 8 . 2 . 5 . 6 3
. 5 . . 6 3 . . 8
8 1 4 . 2 7 6 3 9
2 . . 6 3 9 4 8 1
. . . . 1 . 7 . .
5 4 8 7 . 2 . 1 6
3 . . 4 . 1 8 . 7
7 9 . 3 8 . . . .
|
6 2 3 1 4 8 9 7 5
4 8 9 2 7 5 1 6 3
1 5 7 9 6 3 2 4 8
8 1 4 5 2 7 6 3 9
2 7 5 6 3 9 4 8 1
9 3 6 8 1 4 7 5 2
5 4 8 7 9 2 3 1 6
3 6 2 4 5 1 8 9 7
7 9 1 3 8 6 5 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_852
|
..4.5..3.7.5.461...163.9...8279...6.5.9637....63.2....65..837.2...7..381...2.1..6
|
984152637735846129216379845827914563549637218163528974651483792492765381378291456
|
### 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 852
|
Basic 9x9 Sudoku 852
|
Normal 9x9 sudoku rules apply
|
. . 4 . 5 . . 3 .
7 . 5 . 4 6 1 . .
. 1 6 3 . 9 . . .
8 2 7 9 . . . 6 .
5 . 9 6 3 7 . . .
. 6 3 . 2 . . . .
6 5 . . 8 3 7 . 2
. . . 7 . . 3 8 1
. . . 2 . 1 . . 6
|
9 8 4 1 5 2 6 3 7
7 3 5 8 4 6 1 2 9
2 1 6 3 7 9 8 4 5
8 2 7 9 1 4 5 6 3
5 4 9 6 3 7 2 1 8
1 6 3 5 2 8 9 7 4
6 5 1 4 8 3 7 9 2
4 9 2 7 6 5 3 8 1
3 7 8 2 9 1 4 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_853
|
26518934.94867.21.13.425.963.4568.2187.2...5.52134.968619832..4.82756.3.753.1.682
|
265189347948673215137425896394568721876291453521347968619832574482756139753914682
|
### 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 853
|
Basic 9x9 Sudoku 853
|
Normal 9x9 sudoku rules apply
|
2 6 5 1 8 9 3 4 .
9 4 8 6 7 . 2 1 .
1 3 . 4 2 5 . 9 6
3 . 4 5 6 8 . 2 1
8 7 . 2 . . . 5 .
5 2 1 3 4 . 9 6 8
6 1 9 8 3 2 . . 4
. 8 2 7 5 6 . 3 .
7 5 3 . 1 . 6 8 2
|
2 6 5 1 8 9 3 4 7
9 4 8 6 7 3 2 1 5
1 3 7 4 2 5 8 9 6
3 9 4 5 6 8 7 2 1
8 7 6 2 9 1 4 5 3
5 2 1 3 4 7 9 6 8
6 1 9 8 3 2 5 7 4
4 8 2 7 5 6 1 3 9
7 5 3 9 1 4 6 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_854
|
7...19...4.95..1.7....6.83981...692436.2....12.71..6.....65...252.738...6....25..
|
736819245489523167152467839815376924364295781297184653948651372521738496673942518
|
### 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 854
|
Basic 9x9 Sudoku 854
|
Normal 9x9 sudoku rules apply
|
7 . . . 1 9 . . .
4 . 9 5 . . 1 . 7
. . . . 6 . 8 3 9
8 1 . . . 6 9 2 4
3 6 . 2 . . . . 1
2 . 7 1 . . 6 . .
. . . 6 5 . . . 2
5 2 . 7 3 8 . . .
6 . . . . 2 5 . .
|
7 3 6 8 1 9 2 4 5
4 8 9 5 2 3 1 6 7
1 5 2 4 6 7 8 3 9
8 1 5 3 7 6 9 2 4
3 6 4 2 9 5 7 8 1
2 9 7 1 8 4 6 5 3
9 4 8 6 5 1 3 7 2
5 2 1 7 3 8 4 9 6
6 7 3 9 4 2 5 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_855
|
1.49283.7.5.17428.72835..9449.81..626...429312316....8..67854235.3261.798724396..
|
164928357359174286728356194495813762687542931231697548916785423543261879872439615
|
### 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 855
|
Basic 9x9 Sudoku 855
|
Normal 9x9 sudoku rules apply
|
1 . 4 9 2 8 3 . 7
. 5 . 1 7 4 2 8 .
7 2 8 3 5 . . 9 4
4 9 . 8 1 . . 6 2
6 . . . 4 2 9 3 1
2 3 1 6 . . . . 8
. . 6 7 8 5 4 2 3
5 . 3 2 6 1 . 7 9
8 7 2 4 3 9 6 . .
|
1 6 4 9 2 8 3 5 7
3 5 9 1 7 4 2 8 6
7 2 8 3 5 6 1 9 4
4 9 5 8 1 3 7 6 2
6 8 7 5 4 2 9 3 1
2 3 1 6 9 7 5 4 8
9 1 6 7 8 5 4 2 3
5 4 3 2 6 1 8 7 9
8 7 2 4 3 9 6 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_856
|
8.4.93576632.5.8497.5...2..2538197.49.6372..818.465.9...9..16854.1528.375.8.36421
|
814293576632157849795684213253819764946372158187465392329741685461528937578936421
|
### 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 856
|
Basic 9x9 Sudoku 856
|
Normal 9x9 sudoku rules apply
|
8 . 4 . 9 3 5 7 6
6 3 2 . 5 . 8 4 9
7 . 5 . . . 2 . .
2 5 3 8 1 9 7 . 4
9 . 6 3 7 2 . . 8
1 8 . 4 6 5 . 9 .
. . 9 . . 1 6 8 5
4 . 1 5 2 8 . 3 7
5 . 8 . 3 6 4 2 1
|
8 1 4 2 9 3 5 7 6
6 3 2 1 5 7 8 4 9
7 9 5 6 8 4 2 1 3
2 5 3 8 1 9 7 6 4
9 4 6 3 7 2 1 5 8
1 8 7 4 6 5 3 9 2
3 2 9 7 4 1 6 8 5
4 6 1 5 2 8 9 3 7
5 7 8 9 3 6 4 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_857
|
237..94.6.59.2.781481...92..9..41.7.1..75.3.987....5127634..89...8...26..428651.7
|
237189456659324781481576923395241678126758349874693512763412895518937264942865137
|
### 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 857
|
Basic 9x9 Sudoku 857
|
Normal 9x9 sudoku rules apply
|
2 3 7 . . 9 4 . 6
. 5 9 . 2 . 7 8 1
4 8 1 . . . 9 2 .
. 9 . . 4 1 . 7 .
1 . . 7 5 . 3 . 9
8 7 . . . . 5 1 2
7 6 3 4 . . 8 9 .
. . 8 . . . 2 6 .
. 4 2 8 6 5 1 . 7
|
2 3 7 1 8 9 4 5 6
6 5 9 3 2 4 7 8 1
4 8 1 5 7 6 9 2 3
3 9 5 2 4 1 6 7 8
1 2 6 7 5 8 3 4 9
8 7 4 6 9 3 5 1 2
7 6 3 4 1 2 8 9 5
5 1 8 9 3 7 2 6 4
9 4 2 8 6 5 1 3 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_858
|
761..94...8.4169274..3..1868..142753.3.8.....2.476....5..6.8.1...3..457.9.8...642
|
761289435385416927429357186896142753137895264254763891542678319613924578978531642
|
### 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 858
|
Basic 9x9 Sudoku 858
|
Normal 9x9 sudoku rules apply
|
7 6 1 . . 9 4 . .
. 8 . 4 1 6 9 2 7
4 . . 3 . . 1 8 6
8 . . 1 4 2 7 5 3
. 3 . 8 . . . . .
2 . 4 7 6 . . . .
5 . . 6 . 8 . 1 .
. . 3 . . 4 5 7 .
9 . 8 . . . 6 4 2
|
7 6 1 2 8 9 4 3 5
3 8 5 4 1 6 9 2 7
4 2 9 3 5 7 1 8 6
8 9 6 1 4 2 7 5 3
1 3 7 8 9 5 2 6 4
2 5 4 7 6 3 8 9 1
5 4 2 6 7 8 3 1 9
6 1 3 9 2 4 5 7 8
9 7 8 5 3 1 6 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_859
|
5.213..47...5...8.86.....5314..6...8...25436.625......4..7...32259.8..7.73.....1.
|
592138647374526189861479253143967528987254361625813794416795832259381476738642915
|
### 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 859
|
Basic 9x9 Sudoku 859
|
Normal 9x9 sudoku rules apply
|
5 . 2 1 3 . . 4 7
. . . 5 . . . 8 .
8 6 . . . . . 5 3
1 4 . . 6 . . . 8
. . . 2 5 4 3 6 .
6 2 5 . . . . . .
4 . . 7 . . . 3 2
2 5 9 . 8 . . 7 .
7 3 . . . . . 1 .
|
5 9 2 1 3 8 6 4 7
3 7 4 5 2 6 1 8 9
8 6 1 4 7 9 2 5 3
1 4 3 9 6 7 5 2 8
9 8 7 2 5 4 3 6 1
6 2 5 8 1 3 7 9 4
4 1 6 7 9 5 8 3 2
2 5 9 3 8 1 4 7 6
7 3 8 6 4 2 9 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_860
|
.8.......2.48.5.1....437...8.53......7.65.12..26...54....54...9..7.81...4.29...5.
|
783129465294865317561437982845312796379654128126798543618543279957281634432976851
|
### 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 860
|
Basic 9x9 Sudoku 860
|
Normal 9x9 sudoku rules apply
|
. 8 . . . . . . .
2 . 4 8 . 5 . 1 .
. . . 4 3 7 . . .
8 . 5 3 . . . . .
. 7 . 6 5 . 1 2 .
. 2 6 . . . 5 4 .
. . . 5 4 . . . 9
. . 7 . 8 1 . . .
4 . 2 9 . . . 5 .
|
7 8 3 1 2 9 4 6 5
2 9 4 8 6 5 3 1 7
5 6 1 4 3 7 9 8 2
8 4 5 3 1 2 7 9 6
3 7 9 6 5 4 1 2 8
1 2 6 7 9 8 5 4 3
6 1 8 5 4 3 2 7 9
9 5 7 2 8 1 6 3 4
4 3 2 9 7 6 8 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_861
|
82..9..7..4..62.35...54781.2...1.7..5...362.9.6.72.3....9..152..182596.3...37..98
|
825193476147862935396547812283915764571436289964728351439681527718259643652374198
|
### 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 861
|
Basic 9x9 Sudoku 861
|
Normal 9x9 sudoku rules apply
|
8 2 . . 9 . . 7 .
. 4 . . 6 2 . 3 5
. . . 5 4 7 8 1 .
2 . . . 1 . 7 . .
5 . . . 3 6 2 . 9
. 6 . 7 2 . 3 . .
. . 9 . . 1 5 2 .
. 1 8 2 5 9 6 . 3
. . . 3 7 . . 9 8
|
8 2 5 1 9 3 4 7 6
1 4 7 8 6 2 9 3 5
3 9 6 5 4 7 8 1 2
2 8 3 9 1 5 7 6 4
5 7 1 4 3 6 2 8 9
9 6 4 7 2 8 3 5 1
4 3 9 6 8 1 5 2 7
7 1 8 2 5 9 6 4 3
6 5 2 3 7 4 1 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_862
|
71...854..26459137.3..7..92197..4.5.2..981.74..472.91.5.18437.99426173.537.592..1
|
719238546826459137435176892197364258253981674684725913561843729942617385378592461
|
### 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 862
|
Basic 9x9 Sudoku 862
|
Normal 9x9 sudoku rules apply
|
7 1 . . . 8 5 4 .
. 2 6 4 5 9 1 3 7
. 3 . . 7 . . 9 2
1 9 7 . . 4 . 5 .
2 . . 9 8 1 . 7 4
. . 4 7 2 . 9 1 .
5 . 1 8 4 3 7 . 9
9 4 2 6 1 7 3 . 5
3 7 . 5 9 2 . . 1
|
7 1 9 2 3 8 5 4 6
8 2 6 4 5 9 1 3 7
4 3 5 1 7 6 8 9 2
1 9 7 3 6 4 2 5 8
2 5 3 9 8 1 6 7 4
6 8 4 7 2 5 9 1 3
5 6 1 8 4 3 7 2 9
9 4 2 6 1 7 3 8 5
3 7 8 5 9 2 4 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_863
|
.39815476875.6912.61.327895197.83642348.9.7.1.26.749.8..17.8.6478364...946.9.13..
|
239815476875469123614327895197583642348296751526174938951738264783642519462951387
|
### 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 863
|
Basic 9x9 Sudoku 863
|
Normal 9x9 sudoku rules apply
|
. 3 9 8 1 5 4 7 6
8 7 5 . 6 9 1 2 .
6 1 . 3 2 7 8 9 5
1 9 7 . 8 3 6 4 2
3 4 8 . 9 . 7 . 1
. 2 6 . 7 4 9 . 8
. . 1 7 . 8 . 6 4
7 8 3 6 4 . . . 9
4 6 . 9 . 1 3 . .
|
2 3 9 8 1 5 4 7 6
8 7 5 4 6 9 1 2 3
6 1 4 3 2 7 8 9 5
1 9 7 5 8 3 6 4 2
3 4 8 2 9 6 7 5 1
5 2 6 1 7 4 9 3 8
9 5 1 7 3 8 2 6 4
7 8 3 6 4 2 5 1 9
4 6 2 9 5 1 3 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_864
|
...1.4..62.43..1.91952..34..194.6.5234..5..61.7.8.29.4.8..2.49..57.41283423.78.1.
|
738194526264385179195267348819436752342759861576812934681523497957641283423978615
|
### 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 864
|
Basic 9x9 Sudoku 864
|
Normal 9x9 sudoku rules apply
|
. . . 1 . 4 . . 6
2 . 4 3 . . 1 . 9
1 9 5 2 . . 3 4 .
. 1 9 4 . 6 . 5 2
3 4 . . 5 . . 6 1
. 7 . 8 . 2 9 . 4
. 8 . . 2 . 4 9 .
. 5 7 . 4 1 2 8 3
4 2 3 . 7 8 . 1 .
|
7 3 8 1 9 4 5 2 6
2 6 4 3 8 5 1 7 9
1 9 5 2 6 7 3 4 8
8 1 9 4 3 6 7 5 2
3 4 2 7 5 9 8 6 1
5 7 6 8 1 2 9 3 4
6 8 1 5 2 3 4 9 7
9 5 7 6 4 1 2 8 3
4 2 3 9 7 8 6 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_865
|
..7.1.26..463.51.9..1264.735..6..72146..319.8..8...43.61342....79.1.3.4.824.96...
|
357819264246375189981264573539648721462731958178952436613427895795183642824596317
|
### 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 865
|
Basic 9x9 Sudoku 865
|
Normal 9x9 sudoku rules apply
|
. . 7 . 1 . 2 6 .
. 4 6 3 . 5 1 . 9
. . 1 2 6 4 . 7 3
5 . . 6 . . 7 2 1
4 6 . . 3 1 9 . 8
. . 8 . . . 4 3 .
6 1 3 4 2 . . . .
7 9 . 1 . 3 . 4 .
8 2 4 . 9 6 . . .
|
3 5 7 8 1 9 2 6 4
2 4 6 3 7 5 1 8 9
9 8 1 2 6 4 5 7 3
5 3 9 6 4 8 7 2 1
4 6 2 7 3 1 9 5 8
1 7 8 9 5 2 4 3 6
6 1 3 4 2 7 8 9 5
7 9 5 1 8 3 6 4 2
8 2 4 5 9 6 3 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_866
|
2.4.1956.9.627.83118.635..4..9483276362.9748.7..56219....741659.7195.342.95.2.7.8
|
234819567956274831187635924519483276362197485748562193823741659671958342495326718
|
### 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 866
|
Basic 9x9 Sudoku 866
|
Normal 9x9 sudoku rules apply
|
2 . 4 . 1 9 5 6 .
9 . 6 2 7 . 8 3 1
1 8 . 6 3 5 . . 4
. . 9 4 8 3 2 7 6
3 6 2 . 9 7 4 8 .
7 . . 5 6 2 1 9 .
. . . 7 4 1 6 5 9
. 7 1 9 5 . 3 4 2
. 9 5 . 2 . 7 . 8
|
2 3 4 8 1 9 5 6 7
9 5 6 2 7 4 8 3 1
1 8 7 6 3 5 9 2 4
5 1 9 4 8 3 2 7 6
3 6 2 1 9 7 4 8 5
7 4 8 5 6 2 1 9 3
8 2 3 7 4 1 6 5 9
6 7 1 9 5 8 3 4 2
4 9 5 3 2 6 7 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_867
|
.8.912....7.8.4.6.93...71842143.9.5..5.14..2369..2.4..5.1..3...7692.83413.8.715.2
|
486912735175834269932567184214389657857146923693725418521493876769258341348671592
|
### 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 867
|
Basic 9x9 Sudoku 867
|
Normal 9x9 sudoku rules apply
|
. 8 . 9 1 2 . . .
. 7 . 8 . 4 . 6 .
9 3 . . . 7 1 8 4
2 1 4 3 . 9 . 5 .
. 5 . 1 4 . . 2 3
6 9 . . 2 . 4 . .
5 . 1 . . 3 . . .
7 6 9 2 . 8 3 4 1
3 . 8 . 7 1 5 . 2
|
4 8 6 9 1 2 7 3 5
1 7 5 8 3 4 2 6 9
9 3 2 5 6 7 1 8 4
2 1 4 3 8 9 6 5 7
8 5 7 1 4 6 9 2 3
6 9 3 7 2 5 4 1 8
5 2 1 4 9 3 8 7 6
7 6 9 2 5 8 3 4 1
3 4 8 6 7 1 5 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_868
|
34798156.9.6.35.8.258476391..3....25125.6..4.479852613792.4.1.6...617239.315.987.
|
347981562916235487258476391863194725125763948479852613792348156584617239631529874
|
### 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 868
|
Basic 9x9 Sudoku 868
|
Normal 9x9 sudoku rules apply
|
3 4 7 9 8 1 5 6 .
9 . 6 . 3 5 . 8 .
2 5 8 4 7 6 3 9 1
. . 3 . . . . 2 5
1 2 5 . 6 . . 4 .
4 7 9 8 5 2 6 1 3
7 9 2 . 4 . 1 . 6
. . . 6 1 7 2 3 9
. 3 1 5 . 9 8 7 .
|
3 4 7 9 8 1 5 6 2
9 1 6 2 3 5 4 8 7
2 5 8 4 7 6 3 9 1
8 6 3 1 9 4 7 2 5
1 2 5 7 6 3 9 4 8
4 7 9 8 5 2 6 1 3
7 9 2 3 4 8 1 5 6
5 8 4 6 1 7 2 3 9
6 3 1 5 2 9 8 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_869
|
38.1.946..15.6..934963.7.5282.6917.55497.36.8..784..3997..365..234..8.76.51.723..
|
382159467715264893496387152823691745549723618167845239978436521234518976651972384
|
### 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 869
|
Basic 9x9 Sudoku 869
|
Normal 9x9 sudoku rules apply
|
3 8 . 1 . 9 4 6 .
. 1 5 . 6 . . 9 3
4 9 6 3 . 7 . 5 2
8 2 . 6 9 1 7 . 5
5 4 9 7 . 3 6 . 8
. . 7 8 4 . . 3 9
9 7 . . 3 6 5 . .
2 3 4 . . 8 . 7 6
. 5 1 . 7 2 3 . .
|
3 8 2 1 5 9 4 6 7
7 1 5 2 6 4 8 9 3
4 9 6 3 8 7 1 5 2
8 2 3 6 9 1 7 4 5
5 4 9 7 2 3 6 1 8
1 6 7 8 4 5 2 3 9
9 7 8 4 3 6 5 2 1
2 3 4 5 1 8 9 7 6
6 5 1 9 7 2 3 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_870
|
.8132..7.2645789.373...9826193.8546..7.614.595462937813....1248.198.263.628.37..5
|
981326574264578913735149826193785462872614359546293781357961248419852637628437195
|
### 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 870
|
Basic 9x9 Sudoku 870
|
Normal 9x9 sudoku rules apply
|
. 8 1 3 2 . . 7 .
2 6 4 5 7 8 9 . 3
7 3 . . . 9 8 2 6
1 9 3 . 8 5 4 6 .
. 7 . 6 1 4 . 5 9
5 4 6 2 9 3 7 8 1
3 . . . . 1 2 4 8
. 1 9 8 . 2 6 3 .
6 2 8 . 3 7 . . 5
|
9 8 1 3 2 6 5 7 4
2 6 4 5 7 8 9 1 3
7 3 5 1 4 9 8 2 6
1 9 3 7 8 5 4 6 2
8 7 2 6 1 4 3 5 9
5 4 6 2 9 3 7 8 1
3 5 7 9 6 1 2 4 8
4 1 9 8 5 2 6 3 7
6 2 8 4 3 7 1 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_871
|
.8941..35.278531..5..967284.....5.72375296...8.2.7495.7516.93..........9.3.5284.7
|
689412735427853196513967284194385672375296841862174953751649328248731569936528417
|
### 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 871
|
Basic 9x9 Sudoku 871
|
Normal 9x9 sudoku rules apply
|
. 8 9 4 1 . . 3 5
. 2 7 8 5 3 1 . .
5 . . 9 6 7 2 8 4
. . . . . 5 . 7 2
3 7 5 2 9 6 . . .
8 . 2 . 7 4 9 5 .
7 5 1 6 . 9 3 . .
. . . . . . . . 9
. 3 . 5 2 8 4 . 7
|
6 8 9 4 1 2 7 3 5
4 2 7 8 5 3 1 9 6
5 1 3 9 6 7 2 8 4
1 9 4 3 8 5 6 7 2
3 7 5 2 9 6 8 4 1
8 6 2 1 7 4 9 5 3
7 5 1 6 4 9 3 2 8
2 4 8 7 3 1 5 6 9
9 3 6 5 2 8 4 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_872
|
7..32..56..8461..9643..7.1.1...7..9..5.2.3.8.9.781.2..2617...38.....29..3.468...7
|
719328456528461379643957812182574693456293781937816245261749538875132964394685127
|
### 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 872
|
Basic 9x9 Sudoku 872
|
Normal 9x9 sudoku rules apply
|
7 . . 3 2 . . 5 6
. . 8 4 6 1 . . 9
6 4 3 . . 7 . 1 .
1 . . . 7 . . 9 .
. 5 . 2 . 3 . 8 .
9 . 7 8 1 . 2 . .
2 6 1 7 . . . 3 8
. . . . . 2 9 . .
3 . 4 6 8 . . . 7
|
7 1 9 3 2 8 4 5 6
5 2 8 4 6 1 3 7 9
6 4 3 9 5 7 8 1 2
1 8 2 5 7 4 6 9 3
4 5 6 2 9 3 7 8 1
9 3 7 8 1 6 2 4 5
2 6 1 7 4 9 5 3 8
8 7 5 1 3 2 9 6 4
3 9 4 6 8 5 1 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_873
|
6.49.1.27....6....27135...6....4....38..7..42.27..5.819.35.......24.83..54...3269
|
634981527859267134271354896196842753385179642427635981913526478762498315548713269
|
### 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 873
|
Basic 9x9 Sudoku 873
|
Normal 9x9 sudoku rules apply
|
6 . 4 9 . 1 . 2 7
. . . . 6 . . . .
2 7 1 3 5 . . . 6
. . . . 4 . . . .
3 8 . . 7 . . 4 2
. 2 7 . . 5 . 8 1
9 . 3 5 . . . . .
. . 2 4 . 8 3 . .
5 4 . . . 3 2 6 9
|
6 3 4 9 8 1 5 2 7
8 5 9 2 6 7 1 3 4
2 7 1 3 5 4 8 9 6
1 9 6 8 4 2 7 5 3
3 8 5 1 7 9 6 4 2
4 2 7 6 3 5 9 8 1
9 1 3 5 2 6 4 7 8
7 6 2 4 9 8 3 1 5
5 4 8 7 1 3 2 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_874
|
....8..54.246...7.....47...2.8..1...1..5..62.59..2...16.1....9..82953.16....1.8.2
|
367189254924635178815247963278361549143598627596724381631872495482953716759416832
|
### 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 874
|
Basic 9x9 Sudoku 874
|
Normal 9x9 sudoku rules apply
|
. . . . 8 . . 5 4
. 2 4 6 . . . 7 .
. . . . 4 7 . . .
2 . 8 . . 1 . . .
1 . . 5 . . 6 2 .
5 9 . . 2 . . . 1
6 . 1 . . . . 9 .
. 8 2 9 5 3 . 1 6
. . . . 1 . 8 . 2
|
3 6 7 1 8 9 2 5 4
9 2 4 6 3 5 1 7 8
8 1 5 2 4 7 9 6 3
2 7 8 3 6 1 5 4 9
1 4 3 5 9 8 6 2 7
5 9 6 7 2 4 3 8 1
6 3 1 8 7 2 4 9 5
4 8 2 9 5 3 7 1 6
7 5 9 4 1 6 8 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_875
|
7..128495.4.9.56729.564.83.8635.4729..7.6.354...37...8651.8.947379.512.6.8..965..
|
736128495148935672925647831863514729217869354594372168651283947379451286482796513
|
### 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 875
|
Basic 9x9 Sudoku 875
|
Normal 9x9 sudoku rules apply
|
7 . . 1 2 8 4 9 5
. 4 . 9 . 5 6 7 2
9 . 5 6 4 . 8 3 .
8 6 3 5 . 4 7 2 9
. . 7 . 6 . 3 5 4
. . . 3 7 . . . 8
6 5 1 . 8 . 9 4 7
3 7 9 . 5 1 2 . 6
. 8 . . 9 6 5 . .
|
7 3 6 1 2 8 4 9 5
1 4 8 9 3 5 6 7 2
9 2 5 6 4 7 8 3 1
8 6 3 5 1 4 7 2 9
2 1 7 8 6 9 3 5 4
5 9 4 3 7 2 1 6 8
6 5 1 2 8 3 9 4 7
3 7 9 4 5 1 2 8 6
4 8 2 7 9 6 5 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_876
|
5..1.24..94268.15.17.4...828.536127.2.754839.3.4..9.1865..2..41.28916735731.546.9
|
583192467942687153176435982895361274217548396364279518659723841428916735731854629
|
### 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 876
|
Basic 9x9 Sudoku 876
|
Normal 9x9 sudoku rules apply
|
5 . . 1 . 2 4 . .
9 4 2 6 8 . 1 5 .
1 7 . 4 . . . 8 2
8 . 5 3 6 1 2 7 .
2 . 7 5 4 8 3 9 .
3 . 4 . . 9 . 1 8
6 5 . . 2 . . 4 1
. 2 8 9 1 6 7 3 5
7 3 1 . 5 4 6 . 9
|
5 8 3 1 9 2 4 6 7
9 4 2 6 8 7 1 5 3
1 7 6 4 3 5 9 8 2
8 9 5 3 6 1 2 7 4
2 1 7 5 4 8 3 9 6
3 6 4 2 7 9 5 1 8
6 5 9 7 2 3 8 4 1
4 2 8 9 1 6 7 3 5
7 3 1 8 5 4 6 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_877
|
9.7.2..45.8..6......3.9586..39..1.5.7.....6.91.6.4.....9.8.74.6.4.2..597..2459183
|
967128345285364971413795862839671254724583619156942738591837426348216597672459183
|
### 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 877
|
Basic 9x9 Sudoku 877
|
Normal 9x9 sudoku rules apply
|
9 . 7 . 2 . . 4 5
. 8 . . 6 . . . .
. . 3 . 9 5 8 6 .
. 3 9 . . 1 . 5 .
7 . . . . . 6 . 9
1 . 6 . 4 . . . .
. 9 . 8 . 7 4 . 6
. 4 . 2 . . 5 9 7
. . 2 4 5 9 1 8 3
|
9 6 7 1 2 8 3 4 5
2 8 5 3 6 4 9 7 1
4 1 3 7 9 5 8 6 2
8 3 9 6 7 1 2 5 4
7 2 4 5 8 3 6 1 9
1 5 6 9 4 2 7 3 8
5 9 1 8 3 7 4 2 6
3 4 8 2 1 6 5 9 7
6 7 2 4 5 9 1 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_878
|
43518.62..27....8..96.571.334..2175..61...2.82783.....68491..7..1..78364.5..42.9.
|
435189627127436985896257143349821756561794238278365419684913572912578364753642891
|
### 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 878
|
Basic 9x9 Sudoku 878
|
Normal 9x9 sudoku rules apply
|
4 3 5 1 8 . 6 2 .
. 2 7 . . . . 8 .
. 9 6 . 5 7 1 . 3
3 4 . . 2 1 7 5 .
. 6 1 . . . 2 . 8
2 7 8 3 . . . . .
6 8 4 9 1 . . 7 .
. 1 . . 7 8 3 6 4
. 5 . . 4 2 . 9 .
|
4 3 5 1 8 9 6 2 7
1 2 7 4 3 6 9 8 5
8 9 6 2 5 7 1 4 3
3 4 9 8 2 1 7 5 6
5 6 1 7 9 4 2 3 8
2 7 8 3 6 5 4 1 9
6 8 4 9 1 3 5 7 2
9 1 2 5 7 8 3 6 4
7 5 3 6 4 2 8 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_879
|
.641.2375512374.6.97.85..141.952.6.36379..52142..1.98779.231.58.51489736..876.192
|
864192375512374869973856214189527643637948521425613987796231458251489736348765192
|
### 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 879
|
Basic 9x9 Sudoku 879
|
Normal 9x9 sudoku rules apply
|
. 6 4 1 . 2 3 7 5
5 1 2 3 7 4 . 6 .
9 7 . 8 5 . . 1 4
1 . 9 5 2 . 6 . 3
6 3 7 9 . . 5 2 1
4 2 . . 1 . 9 8 7
7 9 . 2 3 1 . 5 8
. 5 1 4 8 9 7 3 6
. . 8 7 6 . 1 9 2
|
8 6 4 1 9 2 3 7 5
5 1 2 3 7 4 8 6 9
9 7 3 8 5 6 2 1 4
1 8 9 5 2 7 6 4 3
6 3 7 9 4 8 5 2 1
4 2 5 6 1 3 9 8 7
7 9 6 2 3 1 4 5 8
2 5 1 4 8 9 7 3 6
3 4 8 7 6 5 1 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_880
|
9..8..476624..798..7894612..4...876..6751....8397...4.....8135..81.53694.5647.2..
|
913825476624137985578946123145398762267514839839762541492681357781253694356479218
|
### 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 880
|
Basic 9x9 Sudoku 880
|
Normal 9x9 sudoku rules apply
|
9 . . 8 . . 4 7 6
6 2 4 . . 7 9 8 .
. 7 8 9 4 6 1 2 .
. 4 . . . 8 7 6 .
. 6 7 5 1 . . . .
8 3 9 7 . . . 4 .
. . . . 8 1 3 5 .
. 8 1 . 5 3 6 9 4
. 5 6 4 7 . 2 . .
|
9 1 3 8 2 5 4 7 6
6 2 4 1 3 7 9 8 5
5 7 8 9 4 6 1 2 3
1 4 5 3 9 8 7 6 2
2 6 7 5 1 4 8 3 9
8 3 9 7 6 2 5 4 1
4 9 2 6 8 1 3 5 7
7 8 1 2 5 3 6 9 4
3 5 6 4 7 9 2 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_881
|
.5..123....13..2.6.3...4...1..2.75.42.49..7.1..81..9...15...879......615.86....3.
|
659812347841379256732564198193287564264935781578146923415623879327498615986751432
|
### 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 881
|
Basic 9x9 Sudoku 881
|
Normal 9x9 sudoku rules apply
|
. 5 . . 1 2 3 . .
. . 1 3 . . 2 . 6
. 3 . . . 4 . . .
1 . . 2 . 7 5 . 4
2 . 4 9 . . 7 . 1
. . 8 1 . . 9 . .
. 1 5 . . . 8 7 9
. . . . . . 6 1 5
. 8 6 . . . . 3 .
|
6 5 9 8 1 2 3 4 7
8 4 1 3 7 9 2 5 6
7 3 2 5 6 4 1 9 8
1 9 3 2 8 7 5 6 4
2 6 4 9 3 5 7 8 1
5 7 8 1 4 6 9 2 3
4 1 5 6 2 3 8 7 9
3 2 7 4 9 8 6 1 5
9 8 6 7 5 1 4 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_882
|
..1283...398.1.....759..81.13..52..98.4........71..68278.3.1..46...95728.427.83.1
|
461283957398517246275946813136852479824679135957134682789321564613495728542768391
|
### 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 882
|
Basic 9x9 Sudoku 882
|
Normal 9x9 sudoku rules apply
|
. . 1 2 8 3 . . .
3 9 8 . 1 . . . .
. 7 5 9 . . 8 1 .
1 3 . . 5 2 . . 9
8 . 4 . . . . . .
. . 7 1 . . 6 8 2
7 8 . 3 . 1 . . 4
6 . . . 9 5 7 2 8
. 4 2 7 . 8 3 . 1
|
4 6 1 2 8 3 9 5 7
3 9 8 5 1 7 2 4 6
2 7 5 9 4 6 8 1 3
1 3 6 8 5 2 4 7 9
8 2 4 6 7 9 1 3 5
9 5 7 1 3 4 6 8 2
7 8 9 3 2 1 5 6 4
6 1 3 4 9 5 7 2 8
5 4 2 7 6 8 3 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_883
|
4......7387324561.921..65..258137496.1492835739.5..821.8.493765.39.5.148546781932
|
465819273873245619921376584258137496614928357397564821182493765739652148546781932
|
### 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 883
|
Basic 9x9 Sudoku 883
|
Normal 9x9 sudoku rules apply
|
4 . . . . . . 7 3
8 7 3 2 4 5 6 1 .
9 2 1 . . 6 5 . .
2 5 8 1 3 7 4 9 6
. 1 4 9 2 8 3 5 7
3 9 . 5 . . 8 2 1
. 8 . 4 9 3 7 6 5
. 3 9 . 5 . 1 4 8
5 4 6 7 8 1 9 3 2
|
4 6 5 8 1 9 2 7 3
8 7 3 2 4 5 6 1 9
9 2 1 3 7 6 5 8 4
2 5 8 1 3 7 4 9 6
6 1 4 9 2 8 3 5 7
3 9 7 5 6 4 8 2 1
1 8 2 4 9 3 7 6 5
7 3 9 6 5 2 1 4 8
5 4 6 7 8 1 9 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_884
|
.478..23521835..9..39..7..4.7.2685.912..43867.96571.23..2496...9.17...48.631..9.2
|
647819235218354796539627184374268519125943867896571423782496351951732648463185972
|
### 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 884
|
Basic 9x9 Sudoku 884
|
Normal 9x9 sudoku rules apply
|
. 4 7 8 . . 2 3 5
2 1 8 3 5 . . 9 .
. 3 9 . . 7 . . 4
. 7 . 2 6 8 5 . 9
1 2 . . 4 3 8 6 7
. 9 6 5 7 1 . 2 3
. . 2 4 9 6 . . .
9 . 1 7 . . . 4 8
. 6 3 1 . . 9 . 2
|
6 4 7 8 1 9 2 3 5
2 1 8 3 5 4 7 9 6
5 3 9 6 2 7 1 8 4
3 7 4 2 6 8 5 1 9
1 2 5 9 4 3 8 6 7
8 9 6 5 7 1 4 2 3
7 8 2 4 9 6 3 5 1
9 5 1 7 3 2 6 4 8
4 6 3 1 8 5 9 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_885
|
76.8..93.......26....3.6.81.235.....4..2.9..8.9..8..422...98.5..89.3.7.6.7.6.5.94
|
764812935138954267952376481823547619415269378697183542246798153589431726371625894
|
### 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 885
|
Basic 9x9 Sudoku 885
|
Normal 9x9 sudoku rules apply
|
7 6 . 8 . . 9 3 .
. . . . . . 2 6 .
. . . 3 . 6 . 8 1
. 2 3 5 . . . . .
4 . . 2 . 9 . . 8
. 9 . . 8 . . 4 2
2 . . . 9 8 . 5 .
. 8 9 . 3 . 7 . 6
. 7 . 6 . 5 . 9 4
|
7 6 4 8 1 2 9 3 5
1 3 8 9 5 4 2 6 7
9 5 2 3 7 6 4 8 1
8 2 3 5 4 7 6 1 9
4 1 5 2 6 9 3 7 8
6 9 7 1 8 3 5 4 2
2 4 6 7 9 8 1 5 3
5 8 9 4 3 1 7 2 6
3 7 1 6 2 5 8 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_886
|
2..1...76576......3..56.9...25.3..97...792...9...5..181.2..984.6.9.1.7..7..24.1..
|
294183576576924381318567924425831697861792435937456218152679843649318752783245169
|
### 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 886
|
Basic 9x9 Sudoku 886
|
Normal 9x9 sudoku rules apply
|
2 . . 1 . . . 7 6
5 7 6 . . . . . .
3 . . 5 6 . 9 . .
. 2 5 . 3 . . 9 7
. . . 7 9 2 . . .
9 . . . 5 . . 1 8
1 . 2 . . 9 8 4 .
6 . 9 . 1 . 7 . .
7 . . 2 4 . 1 . .
|
2 9 4 1 8 3 5 7 6
5 7 6 9 2 4 3 8 1
3 1 8 5 6 7 9 2 4
4 2 5 8 3 1 6 9 7
8 6 1 7 9 2 4 3 5
9 3 7 4 5 6 2 1 8
1 5 2 6 7 9 8 4 3
6 4 9 3 1 8 7 5 2
7 8 3 2 4 5 1 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_887
|
.8.12.6.4..6.47.3..1...38.5.9538.7..8.4.7....72.569...6..7385...7....3.6...91.2..
|
389125674256847139417693825195384762864271953723569418642738591971452386538916247
|
### 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 887
|
Basic 9x9 Sudoku 887
|
Normal 9x9 sudoku rules apply
|
. 8 . 1 2 . 6 . 4
. . 6 . 4 7 . 3 .
. 1 . . . 3 8 . 5
. 9 5 3 8 . 7 . .
8 . 4 . 7 . . . .
7 2 . 5 6 9 . . .
6 . . 7 3 8 5 . .
. 7 . . . . 3 . 6
. . . 9 1 . 2 . .
|
3 8 9 1 2 5 6 7 4
2 5 6 8 4 7 1 3 9
4 1 7 6 9 3 8 2 5
1 9 5 3 8 4 7 6 2
8 6 4 2 7 1 9 5 3
7 2 3 5 6 9 4 1 8
6 4 2 7 3 8 5 9 1
9 7 1 4 5 2 3 8 6
5 3 8 9 1 6 2 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_888
|
13.4....5689.75.1..5..1..3..63.9.......6.43..74..5369187152.46..9.8.1.5...4.3618.
|
132468975689375214457912836263197548915684327748253691871529463396841752524736189
|
### 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 888
|
Basic 9x9 Sudoku 888
|
Normal 9x9 sudoku rules apply
|
1 3 . 4 . . . . 5
6 8 9 . 7 5 . 1 .
. 5 . . 1 . . 3 .
. 6 3 . 9 . . . .
. . . 6 . 4 3 . .
7 4 . . 5 3 6 9 1
8 7 1 5 2 . 4 6 .
. 9 . 8 . 1 . 5 .
. . 4 . 3 6 1 8 .
|
1 3 2 4 6 8 9 7 5
6 8 9 3 7 5 2 1 4
4 5 7 9 1 2 8 3 6
2 6 3 1 9 7 5 4 8
9 1 5 6 8 4 3 2 7
7 4 8 2 5 3 6 9 1
8 7 1 5 2 9 4 6 3
3 9 6 8 4 1 7 5 2
5 2 4 7 3 6 1 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_889
|
67528.9.4.49..67.23.29..865..314.58616.523..97.469832..918.26575367...48.874..193
|
675281934849356712312974865923147586168523479754698321491832657536719248287465193
|
### 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 889
|
Basic 9x9 Sudoku 889
|
Normal 9x9 sudoku rules apply
|
6 7 5 2 8 . 9 . 4
. 4 9 . . 6 7 . 2
3 . 2 9 . . 8 6 5
. . 3 1 4 . 5 8 6
1 6 . 5 2 3 . . 9
7 . 4 6 9 8 3 2 .
. 9 1 8 . 2 6 5 7
5 3 6 7 . . . 4 8
. 8 7 4 . . 1 9 3
|
6 7 5 2 8 1 9 3 4
8 4 9 3 5 6 7 1 2
3 1 2 9 7 4 8 6 5
9 2 3 1 4 7 5 8 6
1 6 8 5 2 3 4 7 9
7 5 4 6 9 8 3 2 1
4 9 1 8 3 2 6 5 7
5 3 6 7 1 9 2 4 8
2 8 7 4 6 5 1 9 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_890
|
...1.8.6.8.96.21456...3582.18....9..3.7...5.4..25.76384.8.6...15..9247867.685.49.
|
254198367839672145671435829185346972367289514942517638498763251513924786726851493
|
### 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 890
|
Basic 9x9 Sudoku 890
|
Normal 9x9 sudoku rules apply
|
. . . 1 . 8 . 6 .
8 . 9 6 . 2 1 4 5
6 . . . 3 5 8 2 .
1 8 . . . . 9 . .
3 . 7 . . . 5 . 4
. . 2 5 . 7 6 3 8
4 . 8 . 6 . . . 1
5 . . 9 2 4 7 8 6
7 . 6 8 5 . 4 9 .
|
2 5 4 1 9 8 3 6 7
8 3 9 6 7 2 1 4 5
6 7 1 4 3 5 8 2 9
1 8 5 3 4 6 9 7 2
3 6 7 2 8 9 5 1 4
9 4 2 5 1 7 6 3 8
4 9 8 7 6 3 2 5 1
5 1 3 9 2 4 7 8 6
7 2 6 8 5 1 4 9 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_891
|
...98.5.41.....923..92..18.....3...8..275......58....29...2.4..2..6..8917.8....35
|
326981574184567923579243186497132658812756349635894712951328467243675891768419235
|
### 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 891
|
Basic 9x9 Sudoku 891
|
Normal 9x9 sudoku rules apply
|
. . . 9 8 . 5 . 4
1 . . . . . 9 2 3
. . 9 2 . . 1 8 .
. . . . 3 . . . 8
. . 2 7 5 . . . .
. . 5 8 . . . . 2
9 . . . 2 . 4 . .
2 . . 6 . . 8 9 1
7 . 8 . . . . 3 5
|
3 2 6 9 8 1 5 7 4
1 8 4 5 6 7 9 2 3
5 7 9 2 4 3 1 8 6
4 9 7 1 3 2 6 5 8
8 1 2 7 5 6 3 4 9
6 3 5 8 9 4 7 1 2
9 5 1 3 2 8 4 6 7
2 4 3 6 7 5 8 9 1
7 6 8 4 1 9 2 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_892
|
.........4.59..83..7...5192.69..275....5.1.....47.6..1.32.145..94.....6.65837..14
|
296183475415927836873465192169842753327591648584736921732614589941258367658379214
|
### 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 892
|
Basic 9x9 Sudoku 892
|
Normal 9x9 sudoku rules apply
|
. . . . . . . . .
4 . 5 9 . . 8 3 .
. 7 . . . 5 1 9 2
. 6 9 . . 2 7 5 .
. . . 5 . 1 . . .
. . 4 7 . 6 . . 1
. 3 2 . 1 4 5 . .
9 4 . . . . . 6 .
6 5 8 3 7 . . 1 4
|
2 9 6 1 8 3 4 7 5
4 1 5 9 2 7 8 3 6
8 7 3 4 6 5 1 9 2
1 6 9 8 4 2 7 5 3
3 2 7 5 9 1 6 4 8
5 8 4 7 3 6 9 2 1
7 3 2 6 1 4 5 8 9
9 4 1 2 5 8 3 6 7
6 5 8 3 7 9 2 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_893
|
65918.3472...94.1..1.3579..1264385798759214..943576...3.1..9.5.7.28.51..564213.98
|
659182347237694815418357926126438579875921463943576281381749652792865134564213798
|
### 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 893
|
Basic 9x9 Sudoku 893
|
Normal 9x9 sudoku rules apply
|
6 5 9 1 8 . 3 4 7
2 . . . 9 4 . 1 .
. 1 . 3 5 7 9 . .
1 2 6 4 3 8 5 7 9
8 7 5 9 2 1 4 . .
9 4 3 5 7 6 . . .
3 . 1 . . 9 . 5 .
7 . 2 8 . 5 1 . .
5 6 4 2 1 3 . 9 8
|
6 5 9 1 8 2 3 4 7
2 3 7 6 9 4 8 1 5
4 1 8 3 5 7 9 2 6
1 2 6 4 3 8 5 7 9
8 7 5 9 2 1 4 6 3
9 4 3 5 7 6 2 8 1
3 8 1 7 4 9 6 5 2
7 9 2 8 6 5 1 3 4
5 6 4 2 1 3 7 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_894
|
9.8....6..16..4592.5..67..416452.738897.4..253.51.86...71.82.5358.3.14.64.9...2..
|
948215367716834592253967814164529738897643125325178649671482953582391476439756281
|
### 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 894
|
Basic 9x9 Sudoku 894
|
Normal 9x9 sudoku rules apply
|
9 . 8 . . . . 6 .
. 1 6 . . 4 5 9 2
. 5 . . 6 7 . . 4
1 6 4 5 2 . 7 3 8
8 9 7 . 4 . . 2 5
3 . 5 1 . 8 6 . .
. 7 1 . 8 2 . 5 3
5 8 . 3 . 1 4 . 6
4 . 9 . . . 2 . .
|
9 4 8 2 1 5 3 6 7
7 1 6 8 3 4 5 9 2
2 5 3 9 6 7 8 1 4
1 6 4 5 2 9 7 3 8
8 9 7 6 4 3 1 2 5
3 2 5 1 7 8 6 4 9
6 7 1 4 8 2 9 5 3
5 8 2 3 9 1 4 7 6
4 3 9 7 5 6 2 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_895
|
..4.8.36.6..172.8497.3..12582.4195.....62743..4.8...9...25.8.1338.7..65256...1..9
|
214985367635172984978346125823419576159627438746853291492568713381794652567231849
|
### 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 895
|
Basic 9x9 Sudoku 895
|
Normal 9x9 sudoku rules apply
|
. . 4 . 8 . 3 6 .
6 . . 1 7 2 . 8 4
9 7 . 3 . . 1 2 5
8 2 . 4 1 9 5 . .
. . . 6 2 7 4 3 .
. 4 . 8 . . . 9 .
. . 2 5 . 8 . 1 3
3 8 . 7 . . 6 5 2
5 6 . . . 1 . . 9
|
2 1 4 9 8 5 3 6 7
6 3 5 1 7 2 9 8 4
9 7 8 3 4 6 1 2 5
8 2 3 4 1 9 5 7 6
1 5 9 6 2 7 4 3 8
7 4 6 8 5 3 2 9 1
4 9 2 5 6 8 7 1 3
3 8 1 7 9 4 6 5 2
5 6 7 2 3 1 8 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_896
|
.69.21.5751.3.4286842675.9398.41..3512..376.8473.8..1279125.864.541683.9638..9521
|
369821457517394286842675193986412735125937648473586912791253864254168379638749521
|
### 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 896
|
Basic 9x9 Sudoku 896
|
Normal 9x9 sudoku rules apply
|
. 6 9 . 2 1 . 5 7
5 1 . 3 . 4 2 8 6
8 4 2 6 7 5 . 9 3
9 8 . 4 1 . . 3 5
1 2 . . 3 7 6 . 8
4 7 3 . 8 . . 1 2
7 9 1 2 5 . 8 6 4
. 5 4 1 6 8 3 . 9
6 3 8 . . 9 5 2 1
|
3 6 9 8 2 1 4 5 7
5 1 7 3 9 4 2 8 6
8 4 2 6 7 5 1 9 3
9 8 6 4 1 2 7 3 5
1 2 5 9 3 7 6 4 8
4 7 3 5 8 6 9 1 2
7 9 1 2 5 3 8 6 4
2 5 4 1 6 8 3 7 9
6 3 8 7 4 9 5 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_897
|
2.3.89.4.176.3498.8...5.1..3..8615.79154..3..68...521.7629.38...9871..23.3.52.6.9
|
253189746176234985849657132324861597915472368687395214762943851598716423431528679
|
### 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 897
|
Basic 9x9 Sudoku 897
|
Normal 9x9 sudoku rules apply
|
2 . 3 . 8 9 . 4 .
1 7 6 . 3 4 9 8 .
8 . . . 5 . 1 . .
3 . . 8 6 1 5 . 7
9 1 5 4 . . 3 . .
6 8 . . . 5 2 1 .
7 6 2 9 . 3 8 . .
. 9 8 7 1 . . 2 3
. 3 . 5 2 . 6 . 9
|
2 5 3 1 8 9 7 4 6
1 7 6 2 3 4 9 8 5
8 4 9 6 5 7 1 3 2
3 2 4 8 6 1 5 9 7
9 1 5 4 7 2 3 6 8
6 8 7 3 9 5 2 1 4
7 6 2 9 4 3 8 5 1
5 9 8 7 1 6 4 2 3
4 3 1 5 2 8 6 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_898
|
475189263.2......71963.784.9..7.....26459...131724.598..1.....96.98.137..8.9.415.
|
475189263823465917196327845958713624264598731317246598531672489649851372782934156
|
### 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 898
|
Basic 9x9 Sudoku 898
|
Normal 9x9 sudoku rules apply
|
4 7 5 1 8 9 2 6 3
. 2 . . . . . . 7
1 9 6 3 . 7 8 4 .
9 . . 7 . . . . .
2 6 4 5 9 . . . 1
3 1 7 2 4 . 5 9 8
. . 1 . . . . . 9
6 . 9 8 . 1 3 7 .
. 8 . 9 . 4 1 5 .
|
4 7 5 1 8 9 2 6 3
8 2 3 4 6 5 9 1 7
1 9 6 3 2 7 8 4 5
9 5 8 7 1 3 6 2 4
2 6 4 5 9 8 7 3 1
3 1 7 2 4 6 5 9 8
5 3 1 6 7 2 4 8 9
6 4 9 8 5 1 3 7 2
7 8 2 9 3 4 1 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_899
|
....234....487513..5.....9...65.19.35.93672..47...95..1..7.462...563.7..7....8.49
|
681923457294875136357416892826541973519367284473289561138794625945632718762158349
|
### 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 899
|
Basic 9x9 Sudoku 899
|
Normal 9x9 sudoku rules apply
|
. . . . 2 3 4 . .
. . 4 8 7 5 1 3 .
. 5 . . . . . 9 .
. . 6 5 . 1 9 . 3
5 . 9 3 6 7 2 . .
4 7 . . . 9 5 . .
1 . . 7 . 4 6 2 .
. . 5 6 3 . 7 . .
7 . . . . 8 . 4 9
|
6 8 1 9 2 3 4 5 7
2 9 4 8 7 5 1 3 6
3 5 7 4 1 6 8 9 2
8 2 6 5 4 1 9 7 3
5 1 9 3 6 7 2 8 4
4 7 3 2 8 9 5 6 1
1 3 8 7 9 4 6 2 5
9 4 5 6 3 2 7 1 8
7 6 2 1 5 8 3 4 9
| 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.