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_1200
|
.8..9.57..1.2...4.4...6382.1..82.4....437..626.......3...7...54..8.19.3.74.......
|
382194576516287349479563821137826495894375162625941783961738254258419637743652918
|
### 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 1200
|
Basic 9x9 Sudoku 1200
|
Normal 9x9 sudoku rules apply
|
. 8 . . 9 . 5 7 .
. 1 . 2 . . . 4 .
4 . . . 6 3 8 2 .
1 . . 8 2 . 4 . .
. . 4 3 7 . . 6 2
6 . . . . . . . 3
. . . 7 . . . 5 4
. . 8 . 1 9 . 3 .
7 4 . . . . . . .
|
3 8 2 1 9 4 5 7 6
5 1 6 2 8 7 3 4 9
4 7 9 5 6 3 8 2 1
1 3 7 8 2 6 4 9 5
8 9 4 3 7 5 1 6 2
6 2 5 9 4 1 7 8 3
9 6 1 7 3 8 2 5 4
2 5 8 4 1 9 6 3 7
7 4 3 6 5 2 9 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1201
|
3..1.5.27..1..6...68..3.....2.7.49...67...........273..19.7.8.4456.1.3...3..4.5..
|
394185627571926483682437195823764951967351248145892736219573864456218379738649512
|
### 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 1201
|
Basic 9x9 Sudoku 1201
|
Normal 9x9 sudoku rules apply
|
3 . . 1 . 5 . 2 7
. . 1 . . 6 . . .
6 8 . . 3 . . . .
. 2 . 7 . 4 9 . .
. 6 7 . . . . . .
. . . . . 2 7 3 .
. 1 9 . 7 . 8 . 4
4 5 6 . 1 . 3 . .
. 3 . . 4 . 5 . .
|
3 9 4 1 8 5 6 2 7
5 7 1 9 2 6 4 8 3
6 8 2 4 3 7 1 9 5
8 2 3 7 6 4 9 5 1
9 6 7 3 5 1 2 4 8
1 4 5 8 9 2 7 3 6
2 1 9 5 7 3 8 6 4
4 5 6 2 1 8 3 7 9
7 3 8 6 4 9 5 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1202
|
845916237236..7.1917.23546.91.87364.35869417...7..2.835213.8796793..1.2..8.729.5.
|
845916237236487519179235468912873645358694172467152983521348796793561824684729351
|
### 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 1202
|
Basic 9x9 Sudoku 1202
|
Normal 9x9 sudoku rules apply
|
8 4 5 9 1 6 2 3 7
2 3 6 . . 7 . 1 9
1 7 . 2 3 5 4 6 .
9 1 . 8 7 3 6 4 .
3 5 8 6 9 4 1 7 .
. . 7 . . 2 . 8 3
5 2 1 3 . 8 7 9 6
7 9 3 . . 1 . 2 .
. 8 . 7 2 9 . 5 .
|
8 4 5 9 1 6 2 3 7
2 3 6 4 8 7 5 1 9
1 7 9 2 3 5 4 6 8
9 1 2 8 7 3 6 4 5
3 5 8 6 9 4 1 7 2
4 6 7 1 5 2 9 8 3
5 2 1 3 4 8 7 9 6
7 9 3 5 6 1 8 2 4
6 8 4 7 2 9 3 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1203
|
4..8915...18....937..3.5.1215.48..378..512.4926473..859.5163.24..19743583472.8..1
|
432891576518627493796345812159486237873512649264739185985163724621974358347258961
|
### 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 1203
|
Basic 9x9 Sudoku 1203
|
Normal 9x9 sudoku rules apply
|
4 . . 8 9 1 5 . .
. 1 8 . . . . 9 3
7 . . 3 . 5 . 1 2
1 5 . 4 8 . . 3 7
8 . . 5 1 2 . 4 9
2 6 4 7 3 . . 8 5
9 . 5 1 6 3 . 2 4
. . 1 9 7 4 3 5 8
3 4 7 2 . 8 . . 1
|
4 3 2 8 9 1 5 7 6
5 1 8 6 2 7 4 9 3
7 9 6 3 4 5 8 1 2
1 5 9 4 8 6 2 3 7
8 7 3 5 1 2 6 4 9
2 6 4 7 3 9 1 8 5
9 8 5 1 6 3 7 2 4
6 2 1 9 7 4 3 5 8
3 4 7 2 5 8 9 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1204
|
.1..4....375916.4...........4...3.755.61..2..8..25..16.68.2.7.3...8.94....17...98
|
219348567375916842684572139142683975536197284897254316968421753753869421421735698
|
### 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 1204
|
Basic 9x9 Sudoku 1204
|
Normal 9x9 sudoku rules apply
|
. 1 . . 4 . . . .
3 7 5 9 1 6 . 4 .
. . . . . . . . .
. 4 . . . 3 . 7 5
5 . 6 1 . . 2 . .
8 . . 2 5 . . 1 6
. 6 8 . 2 . 7 . 3
. . . 8 . 9 4 . .
. . 1 7 . . . 9 8
|
2 1 9 3 4 8 5 6 7
3 7 5 9 1 6 8 4 2
6 8 4 5 7 2 1 3 9
1 4 2 6 8 3 9 7 5
5 3 6 1 9 7 2 8 4
8 9 7 2 5 4 3 1 6
9 6 8 4 2 1 7 5 3
7 5 3 8 6 9 4 2 1
4 2 1 7 3 5 6 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1205
|
.4.169357.1..85946.65.....2893754.6.15..3..9.726.9153...952..1.6.29134..5..478629
|
248169357317285946965347182893754261154632798726891534479526813682913475531478629
|
### 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 1205
|
Basic 9x9 Sudoku 1205
|
Normal 9x9 sudoku rules apply
|
. 4 . 1 6 9 3 5 7
. 1 . . 8 5 9 4 6
. 6 5 . . . . . 2
8 9 3 7 5 4 . 6 .
1 5 . . 3 . . 9 .
7 2 6 . 9 1 5 3 .
. . 9 5 2 . . 1 .
6 . 2 9 1 3 4 . .
5 . . 4 7 8 6 2 9
|
2 4 8 1 6 9 3 5 7
3 1 7 2 8 5 9 4 6
9 6 5 3 4 7 1 8 2
8 9 3 7 5 4 2 6 1
1 5 4 6 3 2 7 9 8
7 2 6 8 9 1 5 3 4
4 7 9 5 2 6 8 1 3
6 8 2 9 1 3 4 7 5
5 3 1 4 7 8 6 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1206
|
3.4...2.79278.341.5.1.4.89313...26.447.61.3898.637412524973856161....748.5..619.2
|
384196257927853416561247893135982674472615389896374125249738561613529748758461932
|
### 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 1206
|
Basic 9x9 Sudoku 1206
|
Normal 9x9 sudoku rules apply
|
3 . 4 . . . 2 . 7
9 2 7 8 . 3 4 1 .
5 . 1 . 4 . 8 9 3
1 3 . . . 2 6 . 4
4 7 . 6 1 . 3 8 9
8 . 6 3 7 4 1 2 5
2 4 9 7 3 8 5 6 1
6 1 . . . . 7 4 8
. 5 . . 6 1 9 . 2
|
3 8 4 1 9 6 2 5 7
9 2 7 8 5 3 4 1 6
5 6 1 2 4 7 8 9 3
1 3 5 9 8 2 6 7 4
4 7 2 6 1 5 3 8 9
8 9 6 3 7 4 1 2 5
2 4 9 7 3 8 5 6 1
6 1 3 5 2 9 7 4 8
7 5 8 4 6 1 9 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1207
|
..781.253.9.25.4...2...681.239.41.....4.38.26.589..13.....6278...61.5....1.7...9.
|
467819253891253467523476819239641578174538926658927134945362781786195342312784695
|
### 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 1207
|
Basic 9x9 Sudoku 1207
|
Normal 9x9 sudoku rules apply
|
. . 7 8 1 . 2 5 3
. 9 . 2 5 . 4 . .
. 2 . . . 6 8 1 .
2 3 9 . 4 1 . . .
. . 4 . 3 8 . 2 6
. 5 8 9 . . 1 3 .
. . . . 6 2 7 8 .
. . 6 1 . 5 . . .
. 1 . 7 . . . 9 .
|
4 6 7 8 1 9 2 5 3
8 9 1 2 5 3 4 6 7
5 2 3 4 7 6 8 1 9
2 3 9 6 4 1 5 7 8
1 7 4 5 3 8 9 2 6
6 5 8 9 2 7 1 3 4
9 4 5 3 6 2 7 8 1
7 8 6 1 9 5 3 4 2
3 1 2 7 8 4 6 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1208
|
..3.19.7.4.15.32....5.4.1938.2..75.49..425.1.3.4168.2.5..78...1.286347.9.47.5..32
|
263819475491573286785246193812397564976425318354168927539782641128634759647951832
|
### 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 1208
|
Basic 9x9 Sudoku 1208
|
Normal 9x9 sudoku rules apply
|
. . 3 . 1 9 . 7 .
4 . 1 5 . 3 2 . .
. . 5 . 4 . 1 9 3
8 . 2 . . 7 5 . 4
9 . . 4 2 5 . 1 .
3 . 4 1 6 8 . 2 .
5 . . 7 8 . . . 1
. 2 8 6 3 4 7 . 9
. 4 7 . 5 . . 3 2
|
2 6 3 8 1 9 4 7 5
4 9 1 5 7 3 2 8 6
7 8 5 2 4 6 1 9 3
8 1 2 3 9 7 5 6 4
9 7 6 4 2 5 3 1 8
3 5 4 1 6 8 9 2 7
5 3 9 7 8 2 6 4 1
1 2 8 6 3 4 7 5 9
6 4 7 9 5 1 8 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1209
|
.4..183..8623..19..7.....24...4295.7..7.63..92.958..4..9....4..62...5.31..8641.5.
|
945218376862374195173956824386429517457163289219587643591732468624895731738641952
|
### 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 1209
|
Basic 9x9 Sudoku 1209
|
Normal 9x9 sudoku rules apply
|
. 4 . . 1 8 3 . .
8 6 2 3 . . 1 9 .
. 7 . . . . . 2 4
. . . 4 2 9 5 . 7
. . 7 . 6 3 . . 9
2 . 9 5 8 . . 4 .
. 9 . . . . 4 . .
6 2 . . . 5 . 3 1
. . 8 6 4 1 . 5 .
|
9 4 5 2 1 8 3 7 6
8 6 2 3 7 4 1 9 5
1 7 3 9 5 6 8 2 4
3 8 6 4 2 9 5 1 7
4 5 7 1 6 3 2 8 9
2 1 9 5 8 7 6 4 3
5 9 1 7 3 2 4 6 8
6 2 4 8 9 5 7 3 1
7 3 8 6 4 1 9 5 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1210
|
.918.37.......62....2....3.1.....3..857314.6.36..8.1....6741.2...35.8.4774.6....1
|
491823756538476219672159438124967385857314962369285174986741523213598647745632891
|
### 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 1210
|
Basic 9x9 Sudoku 1210
|
Normal 9x9 sudoku rules apply
|
. 9 1 8 . 3 7 . .
. . . . . 6 2 . .
. . 2 . . . . 3 .
1 . . . . . 3 . .
8 5 7 3 1 4 . 6 .
3 6 . . 8 . 1 . .
. . 6 7 4 1 . 2 .
. . 3 5 . 8 . 4 7
7 4 . 6 . . . . 1
|
4 9 1 8 2 3 7 5 6
5 3 8 4 7 6 2 1 9
6 7 2 1 5 9 4 3 8
1 2 4 9 6 7 3 8 5
8 5 7 3 1 4 9 6 2
3 6 9 2 8 5 1 7 4
9 8 6 7 4 1 5 2 3
2 1 3 5 9 8 6 4 7
7 4 5 6 3 2 8 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1211
|
647.39.851.92..7342.5.47.618137.5.4975269.81..6.3815724.657..2.52..683973.8.12456
|
647139285189256734235847961813725649752694813964381572496573128521468397378912456
|
### 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 1211
|
Basic 9x9 Sudoku 1211
|
Normal 9x9 sudoku rules apply
|
6 4 7 . 3 9 . 8 5
1 . 9 2 . . 7 3 4
2 . 5 . 4 7 . 6 1
8 1 3 7 . 5 . 4 9
7 5 2 6 9 . 8 1 .
. 6 . 3 8 1 5 7 2
4 . 6 5 7 . . 2 .
5 2 . . 6 8 3 9 7
3 . 8 . 1 2 4 5 6
|
6 4 7 1 3 9 2 8 5
1 8 9 2 5 6 7 3 4
2 3 5 8 4 7 9 6 1
8 1 3 7 2 5 6 4 9
7 5 2 6 9 4 8 1 3
9 6 4 3 8 1 5 7 2
4 9 6 5 7 3 1 2 8
5 2 1 4 6 8 3 9 7
3 7 8 9 1 2 4 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1212
|
.8..32.671..............143.5.92.41646...52.8..2.64..5....8369.8.3........7.....1
|
984132567135476829276598143358927416469315278712864935521783694893641752647259381
|
### 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 1212
|
Basic 9x9 Sudoku 1212
|
Normal 9x9 sudoku rules apply
|
. 8 . . 3 2 . 6 7
1 . . . . . . . .
. . . . . . 1 4 3
. 5 . 9 2 . 4 1 6
4 6 . . . 5 2 . 8
. . 2 . 6 4 . . 5
. . . . 8 3 6 9 .
8 . 3 . . . . . .
. . 7 . . . . . 1
|
9 8 4 1 3 2 5 6 7
1 3 5 4 7 6 8 2 9
2 7 6 5 9 8 1 4 3
3 5 8 9 2 7 4 1 6
4 6 9 3 1 5 2 7 8
7 1 2 8 6 4 9 3 5
5 2 1 7 8 3 6 9 4
8 9 3 6 4 1 7 5 2
6 4 7 2 5 9 3 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1213
|
6..1...7.4.529..1..1.3..8.91346....8.7.9...52....8.6.1.28..91..749.6152.....3.9..
|
693148275485297316217356849134625798876913452952784631328579164749861523561432987
|
### 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 1213
|
Basic 9x9 Sudoku 1213
|
Normal 9x9 sudoku rules apply
|
6 . . 1 . . . 7 .
4 . 5 2 9 . . 1 .
. 1 . 3 . . 8 . 9
1 3 4 6 . . . . 8
. 7 . 9 . . . 5 2
. . . . 8 . 6 . 1
. 2 8 . . 9 1 . .
7 4 9 . 6 1 5 2 .
. . . . 3 . 9 . .
|
6 9 3 1 4 8 2 7 5
4 8 5 2 9 7 3 1 6
2 1 7 3 5 6 8 4 9
1 3 4 6 2 5 7 9 8
8 7 6 9 1 3 4 5 2
9 5 2 7 8 4 6 3 1
3 2 8 5 7 9 1 6 4
7 4 9 8 6 1 5 2 3
5 6 1 4 3 2 9 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1214
|
.9..23.6..6..17.34....568..98..6..4.35..9867.1763.......8.74.295.7..9....19..27..
|
891423567265817934743956812982761345354298671176345298638574129527139486419682753
|
### 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 1214
|
Basic 9x9 Sudoku 1214
|
Normal 9x9 sudoku rules apply
|
. 9 . . 2 3 . 6 .
. 6 . . 1 7 . 3 4
. . . . 5 6 8 . .
9 8 . . 6 . . 4 .
3 5 . . 9 8 6 7 .
1 7 6 3 . . . . .
. . 8 . 7 4 . 2 9
5 . 7 . . 9 . . .
. 1 9 . . 2 7 . .
|
8 9 1 4 2 3 5 6 7
2 6 5 8 1 7 9 3 4
7 4 3 9 5 6 8 1 2
9 8 2 7 6 1 3 4 5
3 5 4 2 9 8 6 7 1
1 7 6 3 4 5 2 9 8
6 3 8 5 7 4 1 2 9
5 2 7 1 3 9 4 8 6
4 1 9 6 8 2 7 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1215
|
2.1...567..512.....98...1.......7.1..6.25978.57..8132..12..5...9.68..273.8.9.....
|
231498567745126938698573142829347615163259784574681329412735896956814273387962451
|
### 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 1215
|
Basic 9x9 Sudoku 1215
|
Normal 9x9 sudoku rules apply
|
2 . 1 . . . 5 6 7
. . 5 1 2 . . . .
. 9 8 . . . 1 . .
. . . . . 7 . 1 .
. 6 . 2 5 9 7 8 .
5 7 . . 8 1 3 2 .
. 1 2 . . 5 . . .
9 . 6 8 . . 2 7 3
. 8 . 9 . . . . .
|
2 3 1 4 9 8 5 6 7
7 4 5 1 2 6 9 3 8
6 9 8 5 7 3 1 4 2
8 2 9 3 4 7 6 1 5
1 6 3 2 5 9 7 8 4
5 7 4 6 8 1 3 2 9
4 1 2 7 3 5 8 9 6
9 5 6 8 1 4 2 7 3
3 8 7 9 6 2 4 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1216
|
...98.6..86.325.4.5.9.76832....4.3..384...276.7526....43..925..6.85.4....5.63.91.
|
243981657867325149519476832126847395384159276975263481431792568698514723752638914
|
### 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 1216
|
Basic 9x9 Sudoku 1216
|
Normal 9x9 sudoku rules apply
|
. . . 9 8 . 6 . .
8 6 . 3 2 5 . 4 .
5 . 9 . 7 6 8 3 2
. . . . 4 . 3 . .
3 8 4 . . . 2 7 6
. 7 5 2 6 . . . .
4 3 . . 9 2 5 . .
6 . 8 5 . 4 . . .
. 5 . 6 3 . 9 1 .
|
2 4 3 9 8 1 6 5 7
8 6 7 3 2 5 1 4 9
5 1 9 4 7 6 8 3 2
1 2 6 8 4 7 3 9 5
3 8 4 1 5 9 2 7 6
9 7 5 2 6 3 4 8 1
4 3 1 7 9 2 5 6 8
6 9 8 5 1 4 7 2 3
7 5 2 6 3 8 9 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1217
|
723.85.468.54....7.6.237.512.781.4.5...7....3..1.6..8..39.7.5..6....2.1..52.48...
|
723185946815496237964237851297813465586724193341569782439671528678952314152348679
|
### 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 1217
|
Basic 9x9 Sudoku 1217
|
Normal 9x9 sudoku rules apply
|
7 2 3 . 8 5 . 4 6
8 . 5 4 . . . . 7
. 6 . 2 3 7 . 5 1
2 . 7 8 1 . 4 . 5
. . . 7 . . . . 3
. . 1 . 6 . . 8 .
. 3 9 . 7 . 5 . .
6 . . . . 2 . 1 .
. 5 2 . 4 8 . . .
|
7 2 3 1 8 5 9 4 6
8 1 5 4 9 6 2 3 7
9 6 4 2 3 7 8 5 1
2 9 7 8 1 3 4 6 5
5 8 6 7 2 4 1 9 3
3 4 1 5 6 9 7 8 2
4 3 9 6 7 1 5 2 8
6 7 8 9 5 2 3 1 4
1 5 2 3 4 8 6 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1218
|
..18.3.472.4....9....9...32....9..5.....1.78...7.8...94.9..13..3.6...921.1.63.574
|
591823647234167895768954132183792456925416783647385219459271368376548921812639574
|
### 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 1218
|
Basic 9x9 Sudoku 1218
|
Normal 9x9 sudoku rules apply
|
. . 1 8 . 3 . 4 7
2 . 4 . . . . 9 .
. . . 9 . . . 3 2
. . . . 9 . . 5 .
. . . . 1 . 7 8 .
. . 7 . 8 . . . 9
4 . 9 . . 1 3 . .
3 . 6 . . . 9 2 1
. 1 . 6 3 . 5 7 4
|
5 9 1 8 2 3 6 4 7
2 3 4 1 6 7 8 9 5
7 6 8 9 5 4 1 3 2
1 8 3 7 9 2 4 5 6
9 2 5 4 1 6 7 8 3
6 4 7 3 8 5 2 1 9
4 5 9 2 7 1 3 6 8
3 7 6 5 4 8 9 2 1
8 1 2 6 3 9 5 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1219
|
.728..5.99..2..1..45.967..31934..6...4.6893....61..79.8.........34.2.95.7.95.68.2
|
372814569968253147451967283193475628247689315586132794825391476634728951719546832
|
### 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 1219
|
Basic 9x9 Sudoku 1219
|
Normal 9x9 sudoku rules apply
|
. 7 2 8 . . 5 . 9
9 . . 2 . . 1 . .
4 5 . 9 6 7 . . 3
1 9 3 4 . . 6 . .
. 4 . 6 8 9 3 . .
. . 6 1 . . 7 9 .
8 . . . . . . . .
. 3 4 . 2 . 9 5 .
7 . 9 5 . 6 8 . 2
|
3 7 2 8 1 4 5 6 9
9 6 8 2 5 3 1 4 7
4 5 1 9 6 7 2 8 3
1 9 3 4 7 5 6 2 8
2 4 7 6 8 9 3 1 5
5 8 6 1 3 2 7 9 4
8 2 5 3 9 1 4 7 6
6 3 4 7 2 8 9 5 1
7 1 9 5 4 6 8 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1220
|
4..5386.7...6..245...2.48.....92.46.2...157.9.9384615.15..89.2.64...39783.9.625.4
|
421538697938671245576294831815927463264315789793846152157489326642153978389762514
|
### 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 1220
|
Basic 9x9 Sudoku 1220
|
Normal 9x9 sudoku rules apply
|
4 . . 5 3 8 6 . 7
. . . 6 . . 2 4 5
. . . 2 . 4 8 . .
. . . 9 2 . 4 6 .
2 . . . 1 5 7 . 9
. 9 3 8 4 6 1 5 .
1 5 . . 8 9 . 2 .
6 4 . . . 3 9 7 8
3 . 9 . 6 2 5 . 4
|
4 2 1 5 3 8 6 9 7
9 3 8 6 7 1 2 4 5
5 7 6 2 9 4 8 3 1
8 1 5 9 2 7 4 6 3
2 6 4 3 1 5 7 8 9
7 9 3 8 4 6 1 5 2
1 5 7 4 8 9 3 2 6
6 4 2 1 5 3 9 7 8
3 8 9 7 6 2 5 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1221
|
..38..62727.3.6.1586.2..9.4.4591..68.826375..7..4583921.45.32.6..7.694.363.7.415.
|
453891627279346815861275934345912768982637541716458392194583276527169483638724159
|
### 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 1221
|
Basic 9x9 Sudoku 1221
|
Normal 9x9 sudoku rules apply
|
. . 3 8 . . 6 2 7
2 7 . 3 . 6 . 1 5
8 6 . 2 . . 9 . 4
. 4 5 9 1 . . 6 8
. 8 2 6 3 7 5 . .
7 . . 4 5 8 3 9 2
1 . 4 5 . 3 2 . 6
. . 7 . 6 9 4 . 3
6 3 . 7 . 4 1 5 .
|
4 5 3 8 9 1 6 2 7
2 7 9 3 4 6 8 1 5
8 6 1 2 7 5 9 3 4
3 4 5 9 1 2 7 6 8
9 8 2 6 3 7 5 4 1
7 1 6 4 5 8 3 9 2
1 9 4 5 8 3 2 7 6
5 2 7 1 6 9 4 8 3
6 3 8 7 2 4 1 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1222
|
..8.3...7.4286.935.379541..8..47532..563.971827.6815.4.6174.259....1...3.85293.61
|
598132647142867935637954182819475326456329718273681594361748259924516873785293461
|
### 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 1222
|
Basic 9x9 Sudoku 1222
|
Normal 9x9 sudoku rules apply
|
. . 8 . 3 . . . 7
. 4 2 8 6 . 9 3 5
. 3 7 9 5 4 1 . .
8 . . 4 7 5 3 2 .
. 5 6 3 . 9 7 1 8
2 7 . 6 8 1 5 . 4
. 6 1 7 4 . 2 5 9
. . . . 1 . . . 3
. 8 5 2 9 3 . 6 1
|
5 9 8 1 3 2 6 4 7
1 4 2 8 6 7 9 3 5
6 3 7 9 5 4 1 8 2
8 1 9 4 7 5 3 2 6
4 5 6 3 2 9 7 1 8
2 7 3 6 8 1 5 9 4
3 6 1 7 4 8 2 5 9
9 2 4 5 1 6 8 7 3
7 8 5 2 9 3 4 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1223
|
364.1.5278294...3.157..289.2857..941.4.2...6...19...82..6.78.19.1.69..787.8.24...
|
364819527829457136157362894285736941943281765671945382436578219512693478798124653
|
### 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 1223
|
Basic 9x9 Sudoku 1223
|
Normal 9x9 sudoku rules apply
|
3 6 4 . 1 . 5 2 7
8 2 9 4 . . . 3 .
1 5 7 . . 2 8 9 .
2 8 5 7 . . 9 4 1
. 4 . 2 . . . 6 .
. . 1 9 . . . 8 2
. . 6 . 7 8 . 1 9
. 1 . 6 9 . . 7 8
7 . 8 . 2 4 . . .
|
3 6 4 8 1 9 5 2 7
8 2 9 4 5 7 1 3 6
1 5 7 3 6 2 8 9 4
2 8 5 7 3 6 9 4 1
9 4 3 2 8 1 7 6 5
6 7 1 9 4 5 3 8 2
4 3 6 5 7 8 2 1 9
5 1 2 6 9 3 4 7 8
7 9 8 1 2 4 6 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1224
|
..12..4.74...9...2.8.....9..42.69.71...8.19..1...74.38.57..8..461.......3.874.6.9
|
591283467473196852286457193842369571735821946169574238957618324614932785328745619
|
### 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 1224
|
Basic 9x9 Sudoku 1224
|
Normal 9x9 sudoku rules apply
|
. . 1 2 . . 4 . 7
4 . . . 9 . . . 2
. 8 . . . . . 9 .
. 4 2 . 6 9 . 7 1
. . . 8 . 1 9 . .
1 . . . 7 4 . 3 8
. 5 7 . . 8 . . 4
6 1 . . . . . . .
3 . 8 7 4 . 6 . 9
|
5 9 1 2 8 3 4 6 7
4 7 3 1 9 6 8 5 2
2 8 6 4 5 7 1 9 3
8 4 2 3 6 9 5 7 1
7 3 5 8 2 1 9 4 6
1 6 9 5 7 4 2 3 8
9 5 7 6 1 8 3 2 4
6 1 4 9 3 2 7 8 5
3 2 8 7 4 5 6 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1225
|
23..19.65.683..1.751467..391.9.26.7..724.359.8.31976424957.128.7.12349.632.958714
|
237819465968345127514672839149526378672483591853197642495761283781234956326958714
|
### 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 1225
|
Basic 9x9 Sudoku 1225
|
Normal 9x9 sudoku rules apply
|
2 3 . . 1 9 . 6 5
. 6 8 3 . . 1 . 7
5 1 4 6 7 . . 3 9
1 . 9 . 2 6 . 7 .
. 7 2 4 . 3 5 9 .
8 . 3 1 9 7 6 4 2
4 9 5 7 . 1 2 8 .
7 . 1 2 3 4 9 . 6
3 2 . 9 5 8 7 1 4
|
2 3 7 8 1 9 4 6 5
9 6 8 3 4 5 1 2 7
5 1 4 6 7 2 8 3 9
1 4 9 5 2 6 3 7 8
6 7 2 4 8 3 5 9 1
8 5 3 1 9 7 6 4 2
4 9 5 7 6 1 2 8 3
7 8 1 2 3 4 9 5 6
3 2 6 9 5 8 7 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1226
|
.193...76562.71843.87546..289.267431..38.46..7...39.8597..2...4234...16865..1...9
|
419382576562971843387546912895267431123854697746139285971628354234795168658413729
|
### 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 1226
|
Basic 9x9 Sudoku 1226
|
Normal 9x9 sudoku rules apply
|
. 1 9 3 . . . 7 6
5 6 2 . 7 1 8 4 3
. 8 7 5 4 6 . . 2
8 9 . 2 6 7 4 3 1
. . 3 8 . 4 6 . .
7 . . . 3 9 . 8 5
9 7 . . 2 . . . 4
2 3 4 . . . 1 6 8
6 5 . . 1 . . . 9
|
4 1 9 3 8 2 5 7 6
5 6 2 9 7 1 8 4 3
3 8 7 5 4 6 9 1 2
8 9 5 2 6 7 4 3 1
1 2 3 8 5 4 6 9 7
7 4 6 1 3 9 2 8 5
9 7 1 6 2 8 3 5 4
2 3 4 7 9 5 1 6 8
6 5 8 4 1 3 7 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1227
|
79.1324564.5.962..23654.89.1239.85..87.4...62..47.3.1.95.67.1836413897..387..16.9
|
798132456415896237236547891123968574879415362564723918952674183641389725387251649
|
### 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 1227
|
Basic 9x9 Sudoku 1227
|
Normal 9x9 sudoku rules apply
|
7 9 . 1 3 2 4 5 6
4 . 5 . 9 6 2 . .
2 3 6 5 4 . 8 9 .
1 2 3 9 . 8 5 . .
8 7 . 4 . . . 6 2
. . 4 7 . 3 . 1 .
9 5 . 6 7 . 1 8 3
6 4 1 3 8 9 7 . .
3 8 7 . . 1 6 . 9
|
7 9 8 1 3 2 4 5 6
4 1 5 8 9 6 2 3 7
2 3 6 5 4 7 8 9 1
1 2 3 9 6 8 5 7 4
8 7 9 4 1 5 3 6 2
5 6 4 7 2 3 9 1 8
9 5 2 6 7 4 1 8 3
6 4 1 3 8 9 7 2 5
3 8 7 2 5 1 6 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1228
|
..913..6416...52735234.6.899..7.863283.5.9741.47...95..7.9..816.5821.4.7.9.6.....
|
789132564164895273523476189915748632836529741247361958372954816658213497491687325
|
### 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 1228
|
Basic 9x9 Sudoku 1228
|
Normal 9x9 sudoku rules apply
|
. . 9 1 3 . . 6 4
1 6 . . . 5 2 7 3
5 2 3 4 . 6 . 8 9
9 . . 7 . 8 6 3 2
8 3 . 5 . 9 7 4 1
. 4 7 . . . 9 5 .
. 7 . 9 . . 8 1 6
. 5 8 2 1 . 4 . 7
. 9 . 6 . . . . .
|
7 8 9 1 3 2 5 6 4
1 6 4 8 9 5 2 7 3
5 2 3 4 7 6 1 8 9
9 1 5 7 4 8 6 3 2
8 3 6 5 2 9 7 4 1
2 4 7 3 6 1 9 5 8
3 7 2 9 5 4 8 1 6
6 5 8 2 1 3 4 9 7
4 9 1 6 8 7 3 2 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1229
|
4268193.57132.684...534.6122..49..5.1597.2.....7583..1.6.97.1849741..56..8163..97
|
426819375713256849895347612238491756159762438647583921362975184974128563581634297
|
### 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 1229
|
Basic 9x9 Sudoku 1229
|
Normal 9x9 sudoku rules apply
|
4 2 6 8 1 9 3 . 5
7 1 3 2 . 6 8 4 .
. . 5 3 4 . 6 1 2
2 . . 4 9 . . 5 .
1 5 9 7 . 2 . . .
. . 7 5 8 3 . . 1
. 6 . 9 7 . 1 8 4
9 7 4 1 . . 5 6 .
. 8 1 6 3 . . 9 7
|
4 2 6 8 1 9 3 7 5
7 1 3 2 5 6 8 4 9
8 9 5 3 4 7 6 1 2
2 3 8 4 9 1 7 5 6
1 5 9 7 6 2 4 3 8
6 4 7 5 8 3 9 2 1
3 6 2 9 7 5 1 8 4
9 7 4 1 2 8 5 6 3
5 8 1 6 3 4 2 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1230
|
93.1....641..8..3...23..8911..85.3.76.92..58.8..7..9....5413.797.....1233....245.
|
938125746417986235562347891124859367679231584853764912285413679746598123391672458
|
### 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 1230
|
Basic 9x9 Sudoku 1230
|
Normal 9x9 sudoku rules apply
|
9 3 . 1 . . . . 6
4 1 . . 8 . . 3 .
. . 2 3 . . 8 9 1
1 . . 8 5 . 3 . 7
6 . 9 2 . . 5 8 .
8 . . 7 . . 9 . .
. . 5 4 1 3 . 7 9
7 . . . . . 1 2 3
3 . . . . 2 4 5 .
|
9 3 8 1 2 5 7 4 6
4 1 7 9 8 6 2 3 5
5 6 2 3 4 7 8 9 1
1 2 4 8 5 9 3 6 7
6 7 9 2 3 1 5 8 4
8 5 3 7 6 4 9 1 2
2 8 5 4 1 3 6 7 9
7 4 6 5 9 8 1 2 3
3 9 1 6 7 2 4 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1231
|
.1.4.85.7856937...2.....83.1483...52......9.3....746...8...32.67...91.85569......
|
913428567856937124274516839148369752627185943395274618481753296732691485569842371
|
### 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 1231
|
Basic 9x9 Sudoku 1231
|
Normal 9x9 sudoku rules apply
|
. 1 . 4 . 8 5 . 7
8 5 6 9 3 7 . . .
2 . . . . . 8 3 .
1 4 8 3 . . . 5 2
. . . . . . 9 . 3
. . . . 7 4 6 . .
. 8 . . . 3 2 . 6
7 . . . 9 1 . 8 5
5 6 9 . . . . . .
|
9 1 3 4 2 8 5 6 7
8 5 6 9 3 7 1 2 4
2 7 4 5 1 6 8 3 9
1 4 8 3 6 9 7 5 2
6 2 7 1 8 5 9 4 3
3 9 5 2 7 4 6 1 8
4 8 1 7 5 3 2 9 6
7 3 2 6 9 1 4 8 5
5 6 9 8 4 2 3 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1232
|
3498..567821567.4.76.3.41.81.3.48...2....13..4876.32.1918435.72672189.3...47.6.19
|
349812567821567943765394128193248756256971384487653291918435672672189435534726819
|
### 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 1232
|
Basic 9x9 Sudoku 1232
|
Normal 9x9 sudoku rules apply
|
3 4 9 8 . . 5 6 7
8 2 1 5 6 7 . 4 .
7 6 . 3 . 4 1 . 8
1 . 3 . 4 8 . . .
2 . . . . 1 3 . .
4 8 7 6 . 3 2 . 1
9 1 8 4 3 5 . 7 2
6 7 2 1 8 9 . 3 .
. . 4 7 . 6 . 1 9
|
3 4 9 8 1 2 5 6 7
8 2 1 5 6 7 9 4 3
7 6 5 3 9 4 1 2 8
1 9 3 2 4 8 7 5 6
2 5 6 9 7 1 3 8 4
4 8 7 6 5 3 2 9 1
9 1 8 4 3 5 6 7 2
6 7 2 1 8 9 4 3 5
5 3 4 7 2 6 8 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1233
|
..........4.8..9..9.5....3.8..1.6...57....81..149..56.1..684...4.7.....16...21453
|
238519746741863925965247138892156374576432819314978562153684297427395681689721453
|
### 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 1233
|
Basic 9x9 Sudoku 1233
|
Normal 9x9 sudoku rules apply
|
. . . . . . . . .
. 4 . 8 . . 9 . .
9 . 5 . . . . 3 .
8 . . 1 . 6 . . .
5 7 . . . . 8 1 .
. 1 4 9 . . 5 6 .
1 . . 6 8 4 . . .
4 . 7 . . . . . 1
6 . . . 2 1 4 5 3
|
2 3 8 5 1 9 7 4 6
7 4 1 8 6 3 9 2 5
9 6 5 2 4 7 1 3 8
8 9 2 1 5 6 3 7 4
5 7 6 4 3 2 8 1 9
3 1 4 9 7 8 5 6 2
1 5 3 6 8 4 2 9 7
4 2 7 3 9 5 6 8 1
6 8 9 7 2 1 4 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1234
|
1.32.....8...3.92.79...48139.7.1...224...93.5635..27.1..68.32793297416.8..89.613.
|
163298547854137926792564813987315462241679385635482791416853279329741658578926134
|
### 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 1234
|
Basic 9x9 Sudoku 1234
|
Normal 9x9 sudoku rules apply
|
1 . 3 2 . . . . .
8 . . . 3 . 9 2 .
7 9 . . . 4 8 1 3
9 . 7 . 1 . . . 2
2 4 . . . 9 3 . 5
6 3 5 . . 2 7 . 1
. . 6 8 . 3 2 7 9
3 2 9 7 4 1 6 . 8
. . 8 9 . 6 1 3 .
|
1 6 3 2 9 8 5 4 7
8 5 4 1 3 7 9 2 6
7 9 2 5 6 4 8 1 3
9 8 7 3 1 5 4 6 2
2 4 1 6 7 9 3 8 5
6 3 5 4 8 2 7 9 1
4 1 6 8 5 3 2 7 9
3 2 9 7 4 1 6 5 8
5 7 8 9 2 6 1 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1235
|
..6......1.9....46...9...2..6.82.7...73.1..8..1..6..34794..1..35......98.2.3.4..7
|
246138975189257346357946821465823719973415682812769534794581263531672498628394157
|
### 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 1235
|
Basic 9x9 Sudoku 1235
|
Normal 9x9 sudoku rules apply
|
. . 6 . . . . . .
1 . 9 . . . . 4 6
. . . 9 . . . 2 .
. 6 . 8 2 . 7 . .
. 7 3 . 1 . . 8 .
. 1 . . 6 . . 3 4
7 9 4 . . 1 . . 3
5 . . . . . . 9 8
. 2 . 3 . 4 . . 7
|
2 4 6 1 3 8 9 7 5
1 8 9 2 5 7 3 4 6
3 5 7 9 4 6 8 2 1
4 6 5 8 2 3 7 1 9
9 7 3 4 1 5 6 8 2
8 1 2 7 6 9 5 3 4
7 9 4 5 8 1 2 6 3
5 3 1 6 7 2 4 9 8
6 2 8 3 9 4 1 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1236
|
197...5.4.62.94..73.4.671294.86..972921.786..6754293812..9.571.753...498..97.32..
|
197832564562194837384567129438651972921378645675429381246985713753216498819743256
|
### 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 1236
|
Basic 9x9 Sudoku 1236
|
Normal 9x9 sudoku rules apply
|
1 9 7 . . . 5 . 4
. 6 2 . 9 4 . . 7
3 . 4 . 6 7 1 2 9
4 . 8 6 . . 9 7 2
9 2 1 . 7 8 6 . .
6 7 5 4 2 9 3 8 1
2 . . 9 . 5 7 1 .
7 5 3 . . . 4 9 8
. . 9 7 . 3 2 . .
|
1 9 7 8 3 2 5 6 4
5 6 2 1 9 4 8 3 7
3 8 4 5 6 7 1 2 9
4 3 8 6 5 1 9 7 2
9 2 1 3 7 8 6 4 5
6 7 5 4 2 9 3 8 1
2 4 6 9 8 5 7 1 3
7 5 3 2 1 6 4 9 8
8 1 9 7 4 3 2 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1237
|
18249.67...48...23.53.26.98.3...15848.5.47..9..6.5.7..5.963.8...2851493734.7.9.5.
|
182493675964875123753126498237961584815247369496358712579632841628514937341789256
|
### 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 1237
|
Basic 9x9 Sudoku 1237
|
Normal 9x9 sudoku rules apply
|
1 8 2 4 9 . 6 7 .
. . 4 8 . . . 2 3
. 5 3 . 2 6 . 9 8
. 3 . . . 1 5 8 4
8 . 5 . 4 7 . . 9
. . 6 . 5 . 7 . .
5 . 9 6 3 . 8 . .
. 2 8 5 1 4 9 3 7
3 4 . 7 . 9 . 5 .
|
1 8 2 4 9 3 6 7 5
9 6 4 8 7 5 1 2 3
7 5 3 1 2 6 4 9 8
2 3 7 9 6 1 5 8 4
8 1 5 2 4 7 3 6 9
4 9 6 3 5 8 7 1 2
5 7 9 6 3 2 8 4 1
6 2 8 5 1 4 9 3 7
3 4 1 7 8 9 2 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1238
|
..31.24754....69....1...38.9..68..3.356...2.87..32..49539..8.6.6..74..5...7563892
|
863192475475836921291457386924681537356974218718325649539218764682749153147563892
|
### 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 1238
|
Basic 9x9 Sudoku 1238
|
Normal 9x9 sudoku rules apply
|
. . 3 1 . 2 4 7 5
4 . . . . 6 9 . .
. . 1 . . . 3 8 .
9 . . 6 8 . . 3 .
3 5 6 . . . 2 . 8
7 . . 3 2 . . 4 9
5 3 9 . . 8 . 6 .
6 . . 7 4 . . 5 .
. . 7 5 6 3 8 9 2
|
8 6 3 1 9 2 4 7 5
4 7 5 8 3 6 9 2 1
2 9 1 4 5 7 3 8 6
9 2 4 6 8 1 5 3 7
3 5 6 9 7 4 2 1 8
7 1 8 3 2 5 6 4 9
5 3 9 2 1 8 7 6 4
6 8 2 7 4 9 1 5 3
1 4 7 5 6 3 8 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1239
|
.5612.37.3..865129.12.34.5.26...17.51.425.6...9.64728142..86.3.7..513462635472918
|
856129374347865129912734856268391745174258693593647281421986537789513462635472918
|
### 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 1239
|
Basic 9x9 Sudoku 1239
|
Normal 9x9 sudoku rules apply
|
. 5 6 1 2 . 3 7 .
3 . . 8 6 5 1 2 9
. 1 2 . 3 4 . 5 .
2 6 . . . 1 7 . 5
1 . 4 2 5 . 6 . .
. 9 . 6 4 7 2 8 1
4 2 . . 8 6 . 3 .
7 . . 5 1 3 4 6 2
6 3 5 4 7 2 9 1 8
|
8 5 6 1 2 9 3 7 4
3 4 7 8 6 5 1 2 9
9 1 2 7 3 4 8 5 6
2 6 8 3 9 1 7 4 5
1 7 4 2 5 8 6 9 3
5 9 3 6 4 7 2 8 1
4 2 1 9 8 6 5 3 7
7 8 9 5 1 3 4 6 2
6 3 5 4 7 2 9 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1240
|
.6.18247.2184.59.3475396..882495163..376.854..96.4..816.2517...7.9...8163..8...52
|
963182475218475963475396128824951637137628549596743281682517394759234816341869752
|
### 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 1240
|
Basic 9x9 Sudoku 1240
|
Normal 9x9 sudoku rules apply
|
. 6 . 1 8 2 4 7 .
2 1 8 4 . 5 9 . 3
4 7 5 3 9 6 . . 8
8 2 4 9 5 1 6 3 .
. 3 7 6 . 8 5 4 .
. 9 6 . 4 . . 8 1
6 . 2 5 1 7 . . .
7 . 9 . . . 8 1 6
3 . . 8 . . . 5 2
|
9 6 3 1 8 2 4 7 5
2 1 8 4 7 5 9 6 3
4 7 5 3 9 6 1 2 8
8 2 4 9 5 1 6 3 7
1 3 7 6 2 8 5 4 9
5 9 6 7 4 3 2 8 1
6 8 2 5 1 7 3 9 4
7 5 9 2 3 4 8 1 6
3 4 1 8 6 9 7 5 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1241
|
8431.96.561258.49..793.4..1.8427356992745613..5.89.74.23164895776.9..3.4..87.5216
|
843129675612587493579364821184273569927456138356891742231648957765912384498735216
|
### 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 1241
|
Basic 9x9 Sudoku 1241
|
Normal 9x9 sudoku rules apply
|
8 4 3 1 . 9 6 . 5
6 1 2 5 8 . 4 9 .
. 7 9 3 . 4 . . 1
. 8 4 2 7 3 5 6 9
9 2 7 4 5 6 1 3 .
. 5 . 8 9 . 7 4 .
2 3 1 6 4 8 9 5 7
7 6 . 9 . . 3 . 4
. . 8 7 . 5 2 1 6
|
8 4 3 1 2 9 6 7 5
6 1 2 5 8 7 4 9 3
5 7 9 3 6 4 8 2 1
1 8 4 2 7 3 5 6 9
9 2 7 4 5 6 1 3 8
3 5 6 8 9 1 7 4 2
2 3 1 6 4 8 9 5 7
7 6 5 9 1 2 3 8 4
4 9 8 7 3 5 2 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1242
|
5.418.63..86...14.317.658298.154.2...62931578953.2..16....7..84.398.4752748..3961
|
594182637286397145317465829871546293462931578953728416125679384639814752748253961
|
### 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 1242
|
Basic 9x9 Sudoku 1242
|
Normal 9x9 sudoku rules apply
|
5 . 4 1 8 . 6 3 .
. 8 6 . . . 1 4 .
3 1 7 . 6 5 8 2 9
8 . 1 5 4 . 2 . .
. 6 2 9 3 1 5 7 8
9 5 3 . 2 . . 1 6
. . . . 7 . . 8 4
. 3 9 8 . 4 7 5 2
7 4 8 . . 3 9 6 1
|
5 9 4 1 8 2 6 3 7
2 8 6 3 9 7 1 4 5
3 1 7 4 6 5 8 2 9
8 7 1 5 4 6 2 9 3
4 6 2 9 3 1 5 7 8
9 5 3 7 2 8 4 1 6
1 2 5 6 7 9 3 8 4
6 3 9 8 1 4 7 5 2
7 4 8 2 5 3 9 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1243
|
2..8...67..41.....87395.2..349..2176..6.418.91.7...54.45.3.9...7312684.5.684...23
|
215834967694127358873956214349582176526741839187693542452379681731268495968415723
|
### 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 1243
|
Basic 9x9 Sudoku 1243
|
Normal 9x9 sudoku rules apply
|
2 . . 8 . . . 6 7
. . 4 1 . . . . .
8 7 3 9 5 . 2 . .
3 4 9 . . 2 1 7 6
. . 6 . 4 1 8 . 9
1 . 7 . . . 5 4 .
4 5 . 3 . 9 . . .
7 3 1 2 6 8 4 . 5
. 6 8 4 . . . 2 3
|
2 1 5 8 3 4 9 6 7
6 9 4 1 2 7 3 5 8
8 7 3 9 5 6 2 1 4
3 4 9 5 8 2 1 7 6
5 2 6 7 4 1 8 3 9
1 8 7 6 9 3 5 4 2
4 5 2 3 7 9 6 8 1
7 3 1 2 6 8 4 9 5
9 6 8 4 1 5 7 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1244
|
6.91...7..2196783...34...6.986.5.74..1.8..95.....9..8236.5...282.86345171452783..
|
659183274421967835873425169986352741712846953534791682367519428298634517145278396
|
### 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 1244
|
Basic 9x9 Sudoku 1244
|
Normal 9x9 sudoku rules apply
|
6 . 9 1 . . . 7 .
. 2 1 9 6 7 8 3 .
. . 3 4 . . . 6 .
9 8 6 . 5 . 7 4 .
. 1 . 8 . . 9 5 .
. . . . 9 . . 8 2
3 6 . 5 . . . 2 8
2 . 8 6 3 4 5 1 7
1 4 5 2 7 8 3 . .
|
6 5 9 1 8 3 2 7 4
4 2 1 9 6 7 8 3 5
8 7 3 4 2 5 1 6 9
9 8 6 3 5 2 7 4 1
7 1 2 8 4 6 9 5 3
5 3 4 7 9 1 6 8 2
3 6 7 5 1 9 4 2 8
2 9 8 6 3 4 5 1 7
1 4 5 2 7 8 3 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1245
|
...8..43..4.3.5..2.83.7...515...76.....4.9.8.43...6.9....54.....9...3.6887.9613..
|
715892436946315872283674915159287643627439581438156297361548729594723168872961354
|
### 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 1245
|
Basic 9x9 Sudoku 1245
|
Normal 9x9 sudoku rules apply
|
. . . 8 . . 4 3 .
. 4 . 3 . 5 . . 2
. 8 3 . 7 . . . 5
1 5 . . . 7 6 . .
. . . 4 . 9 . 8 .
4 3 . . . 6 . 9 .
. . . 5 4 . . . .
. 9 . . . 3 . 6 8
8 7 . 9 6 1 3 . .
|
7 1 5 8 9 2 4 3 6
9 4 6 3 1 5 8 7 2
2 8 3 6 7 4 9 1 5
1 5 9 2 8 7 6 4 3
6 2 7 4 3 9 5 8 1
4 3 8 1 5 6 2 9 7
3 6 1 5 4 8 7 2 9
5 9 4 7 2 3 1 6 8
8 7 2 9 6 1 3 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1246
|
8......67.1..36...7.3...9...5.397.....68.4571.8.1....9.....97.3578....96..967.285
|
845912367912736854763458912154397628396824571287165439621589743578243196439671285
|
### 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 1246
|
Basic 9x9 Sudoku 1246
|
Normal 9x9 sudoku rules apply
|
8 . . . . . . 6 7
. 1 . . 3 6 . . .
7 . 3 . . . 9 . .
. 5 . 3 9 7 . . .
. . 6 8 . 4 5 7 1
. 8 . 1 . . . . 9
. . . . . 9 7 . 3
5 7 8 . . . . 9 6
. . 9 6 7 . 2 8 5
|
8 4 5 9 1 2 3 6 7
9 1 2 7 3 6 8 5 4
7 6 3 4 5 8 9 1 2
1 5 4 3 9 7 6 2 8
3 9 6 8 2 4 5 7 1
2 8 7 1 6 5 4 3 9
6 2 1 5 8 9 7 4 3
5 7 8 2 4 3 1 9 6
4 3 9 6 7 1 2 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1247
|
.8..94..........4..1..3.7981.458.67982.4.9..5...7...8.36.9.12.42796.5..15.......7
|
783194526692857143415236798134582679827469315956713482368971254279645831541328967
|
### 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 1247
|
Basic 9x9 Sudoku 1247
|
Normal 9x9 sudoku rules apply
|
. 8 . . 9 4 . . .
. . . . . . . 4 .
. 1 . . 3 . 7 9 8
1 . 4 5 8 . 6 7 9
8 2 . 4 . 9 . . 5
. . . 7 . . . 8 .
3 6 . 9 . 1 2 . 4
2 7 9 6 . 5 . . 1
5 . . . . . . . 7
|
7 8 3 1 9 4 5 2 6
6 9 2 8 5 7 1 4 3
4 1 5 2 3 6 7 9 8
1 3 4 5 8 2 6 7 9
8 2 7 4 6 9 3 1 5
9 5 6 7 1 3 4 8 2
3 6 8 9 7 1 2 5 4
2 7 9 6 4 5 8 3 1
5 4 1 3 2 8 9 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1248
|
6.3.825.7.2..4736979..63.219.2816.5484...51921754.9683.6.7.1238.8763.91.351.98.7.
|
613982547528147369794563821932816754846375192175429683469751238287634915351298476
|
### 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 1248
|
Basic 9x9 Sudoku 1248
|
Normal 9x9 sudoku rules apply
|
6 . 3 . 8 2 5 . 7
. 2 . . 4 7 3 6 9
7 9 . . 6 3 . 2 1
9 . 2 8 1 6 . 5 4
8 4 . . . 5 1 9 2
1 7 5 4 . 9 6 8 3
. 6 . 7 . 1 2 3 8
. 8 7 6 3 . 9 1 .
3 5 1 . 9 8 . 7 .
|
6 1 3 9 8 2 5 4 7
5 2 8 1 4 7 3 6 9
7 9 4 5 6 3 8 2 1
9 3 2 8 1 6 7 5 4
8 4 6 3 7 5 1 9 2
1 7 5 4 2 9 6 8 3
4 6 9 7 5 1 2 3 8
2 8 7 6 3 4 9 1 5
3 5 1 2 9 8 4 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1249
|
59...1..418.9.6257..2745189..65.2438.7..6.915..5..9.7232.69...176.254..3..9...7..
|
597821364184936257632745189916572438273468915845319672328697541761254893459183726
|
### 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 1249
|
Basic 9x9 Sudoku 1249
|
Normal 9x9 sudoku rules apply
|
5 9 . . . 1 . . 4
1 8 . 9 . 6 2 5 7
. . 2 7 4 5 1 8 9
. . 6 5 . 2 4 3 8
. 7 . . 6 . 9 1 5
. . 5 . . 9 . 7 2
3 2 . 6 9 . . . 1
7 6 . 2 5 4 . . 3
. . 9 . . . 7 . .
|
5 9 7 8 2 1 3 6 4
1 8 4 9 3 6 2 5 7
6 3 2 7 4 5 1 8 9
9 1 6 5 7 2 4 3 8
2 7 3 4 6 8 9 1 5
8 4 5 3 1 9 6 7 2
3 2 8 6 9 7 5 4 1
7 6 1 2 5 4 8 9 3
4 5 9 1 8 3 7 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1250
|
1.52.9.742673..95884956.1235129...8.983176.42.76.5..9.75.41.269.9.62..1762...8.35
|
135289674267341958849567123512934786983176542476852391758413269394625817621798435
|
### 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 1250
|
Basic 9x9 Sudoku 1250
|
Normal 9x9 sudoku rules apply
|
1 . 5 2 . 9 . 7 4
2 6 7 3 . . 9 5 8
8 4 9 5 6 . 1 2 3
5 1 2 9 . . . 8 .
9 8 3 1 7 6 . 4 2
. 7 6 . 5 . . 9 .
7 5 . 4 1 . 2 6 9
. 9 . 6 2 . . 1 7
6 2 . . . 8 . 3 5
|
1 3 5 2 8 9 6 7 4
2 6 7 3 4 1 9 5 8
8 4 9 5 6 7 1 2 3
5 1 2 9 3 4 7 8 6
9 8 3 1 7 6 5 4 2
4 7 6 8 5 2 3 9 1
7 5 8 4 1 3 2 6 9
3 9 4 6 2 5 8 1 7
6 2 1 7 9 8 4 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1251
|
695812...7..4.568.14..67..595..3.418.34.51276216..4.....2.73....8...97.2.7962...4
|
695812347723495681148367925957236418834951276216784593462173859381549762579628134
|
### 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 1251
|
Basic 9x9 Sudoku 1251
|
Normal 9x9 sudoku rules apply
|
6 9 5 8 1 2 . . .
7 . . 4 . 5 6 8 .
1 4 . . 6 7 . . 5
9 5 . . 3 . 4 1 8
. 3 4 . 5 1 2 7 6
2 1 6 . . 4 . . .
. . 2 . 7 3 . . .
. 8 . . . 9 7 . 2
. 7 9 6 2 . . . 4
|
6 9 5 8 1 2 3 4 7
7 2 3 4 9 5 6 8 1
1 4 8 3 6 7 9 2 5
9 5 7 2 3 6 4 1 8
8 3 4 9 5 1 2 7 6
2 1 6 7 8 4 5 9 3
4 6 2 1 7 3 8 5 9
3 8 1 5 4 9 7 6 2
5 7 9 6 2 8 1 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1252
|
.8.31247..1.5872..275694.83..82536.759617832.....46518931.2..46.62..98..85.461.3.
|
689312475314587269275694183148253697596178324723946518931825746462739851857461932
|
### 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 1252
|
Basic 9x9 Sudoku 1252
|
Normal 9x9 sudoku rules apply
|
. 8 . 3 1 2 4 7 .
. 1 . 5 8 7 2 . .
2 7 5 6 9 4 . 8 3
. . 8 2 5 3 6 . 7
5 9 6 1 7 8 3 2 .
. . . . 4 6 5 1 8
9 3 1 . 2 . . 4 6
. 6 2 . . 9 8 . .
8 5 . 4 6 1 . 3 .
|
6 8 9 3 1 2 4 7 5
3 1 4 5 8 7 2 6 9
2 7 5 6 9 4 1 8 3
1 4 8 2 5 3 6 9 7
5 9 6 1 7 8 3 2 4
7 2 3 9 4 6 5 1 8
9 3 1 8 2 5 7 4 6
4 6 2 7 3 9 8 5 1
8 5 7 4 6 1 9 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1253
|
7..183.65.5..4.28334.2659...1.794......816...4.65.21.8..7..8.5.5..47162926.35981.
|
729183465651947283348265971812794536935816742476532198197628354583471629264359817
|
### 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 1253
|
Basic 9x9 Sudoku 1253
|
Normal 9x9 sudoku rules apply
|
7 . . 1 8 3 . 6 5
. 5 . . 4 . 2 8 3
3 4 . 2 6 5 9 . .
. 1 . 7 9 4 . . .
. . . 8 1 6 . . .
4 . 6 5 . 2 1 . 8
. . 7 . . 8 . 5 .
5 . . 4 7 1 6 2 9
2 6 . 3 5 9 8 1 .
|
7 2 9 1 8 3 4 6 5
6 5 1 9 4 7 2 8 3
3 4 8 2 6 5 9 7 1
8 1 2 7 9 4 5 3 6
9 3 5 8 1 6 7 4 2
4 7 6 5 3 2 1 9 8
1 9 7 6 2 8 3 5 4
5 8 3 4 7 1 6 2 9
2 6 4 3 5 9 8 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1254
|
823519.7..56.4.1.....36..8...5.2.79.2.9..35.1614.75.3859173864243.6.1.5776825431.
|
823519476956847123147362985385126794279483561614975238591738642432691857768254319
|
### 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 1254
|
Basic 9x9 Sudoku 1254
|
Normal 9x9 sudoku rules apply
|
8 2 3 5 1 9 . 7 .
. 5 6 . 4 . 1 . .
. . . 3 6 . . 8 .
. . 5 . 2 . 7 9 .
2 . 9 . . 3 5 . 1
6 1 4 . 7 5 . 3 8
5 9 1 7 3 8 6 4 2
4 3 . 6 . 1 . 5 7
7 6 8 2 5 4 3 1 .
|
8 2 3 5 1 9 4 7 6
9 5 6 8 4 7 1 2 3
1 4 7 3 6 2 9 8 5
3 8 5 1 2 6 7 9 4
2 7 9 4 8 3 5 6 1
6 1 4 9 7 5 2 3 8
5 9 1 7 3 8 6 4 2
4 3 2 6 9 1 8 5 7
7 6 8 2 5 4 3 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1255
|
638...74..5148..6........211..75.3.4...6...599.....27..6.2......1.8..49.5......17
|
638192745251487963794536821126759384873624159945318276469271538317865492582943617
|
### 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 1255
|
Basic 9x9 Sudoku 1255
|
Normal 9x9 sudoku rules apply
|
6 3 8 . . . 7 4 .
. 5 1 4 8 . . 6 .
. . . . . . . 2 1
1 . . 7 5 . 3 . 4
. . . 6 . . . 5 9
9 . . . . . 2 7 .
. 6 . 2 . . . . .
. 1 . 8 . . 4 9 .
5 . . . . . . 1 7
|
6 3 8 1 9 2 7 4 5
2 5 1 4 8 7 9 6 3
7 9 4 5 3 6 8 2 1
1 2 6 7 5 9 3 8 4
8 7 3 6 2 4 1 5 9
9 4 5 3 1 8 2 7 6
4 6 9 2 7 1 5 3 8
3 1 7 8 6 5 4 9 2
5 8 2 9 4 3 6 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1256
|
..123.675..6..92342....781..2..85.46165.93.82...67.95.6.9..852..3.7.619.578.21.6.
|
891234675756819234243567819927185346165493782384672951619348527432756198578921463
|
### 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 1256
|
Basic 9x9 Sudoku 1256
|
Normal 9x9 sudoku rules apply
|
. . 1 2 3 . 6 7 5
. . 6 . . 9 2 3 4
2 . . . . 7 8 1 .
. 2 . . 8 5 . 4 6
1 6 5 . 9 3 . 8 2
. . . 6 7 . 9 5 .
6 . 9 . . 8 5 2 .
. 3 . 7 . 6 1 9 .
5 7 8 . 2 1 . 6 .
|
8 9 1 2 3 4 6 7 5
7 5 6 8 1 9 2 3 4
2 4 3 5 6 7 8 1 9
9 2 7 1 8 5 3 4 6
1 6 5 4 9 3 7 8 2
3 8 4 6 7 2 9 5 1
6 1 9 3 4 8 5 2 7
4 3 2 7 5 6 1 9 8
5 7 8 9 2 1 4 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1257
|
.79.8.35.4..5.9.72...374196.2.1....5..7.25..1.5.43.9..7.8....4..4.6.3.8.....48219
|
679281354431569872285374196824196735397825461156437928718952643942613587563748219
|
### 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 1257
|
Basic 9x9 Sudoku 1257
|
Normal 9x9 sudoku rules apply
|
. 7 9 . 8 . 3 5 .
4 . . 5 . 9 . 7 2
. . . 3 7 4 1 9 6
. 2 . 1 . . . . 5
. . 7 . 2 5 . . 1
. 5 . 4 3 . 9 . .
7 . 8 . . . . 4 .
. 4 . 6 . 3 . 8 .
. . . . 4 8 2 1 9
|
6 7 9 2 8 1 3 5 4
4 3 1 5 6 9 8 7 2
2 8 5 3 7 4 1 9 6
8 2 4 1 9 6 7 3 5
3 9 7 8 2 5 4 6 1
1 5 6 4 3 7 9 2 8
7 1 8 9 5 2 6 4 3
9 4 2 6 1 3 5 8 7
5 6 3 7 4 8 2 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1258
|
36..2854..283.491.471596.2.183.65...296817.5.74593...1.527..16.9346..2..6...8..3.
|
369128547528374916471596823183465792296817354745932681852743169934651278617289435
|
### 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 1258
|
Basic 9x9 Sudoku 1258
|
Normal 9x9 sudoku rules apply
|
3 6 . . 2 8 5 4 .
. 2 8 3 . 4 9 1 .
4 7 1 5 9 6 . 2 .
1 8 3 . 6 5 . . .
2 9 6 8 1 7 . 5 .
7 4 5 9 3 . . . 1
. 5 2 7 . . 1 6 .
9 3 4 6 . . 2 . .
6 . . . 8 . . 3 .
|
3 6 9 1 2 8 5 4 7
5 2 8 3 7 4 9 1 6
4 7 1 5 9 6 8 2 3
1 8 3 4 6 5 7 9 2
2 9 6 8 1 7 3 5 4
7 4 5 9 3 2 6 8 1
8 5 2 7 4 3 1 6 9
9 3 4 6 5 1 2 7 8
6 1 7 2 8 9 4 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1259
|
..7...4.5....6437.43.5...1.9...5.7.424..86....7..4.5......72..879...5...5.4.1.2.7
|
127398465859164372436527819961253784245786193378941526613472958792835641584619237
|
### 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 1259
|
Basic 9x9 Sudoku 1259
|
Normal 9x9 sudoku rules apply
|
. . 7 . . . 4 . 5
. . . . 6 4 3 7 .
4 3 . 5 . . . 1 .
9 . . . 5 . 7 . 4
2 4 . . 8 6 . . .
. 7 . . 4 . 5 . .
. . . . 7 2 . . 8
7 9 . . . 5 . . .
5 . 4 . 1 . 2 . 7
|
1 2 7 3 9 8 4 6 5
8 5 9 1 6 4 3 7 2
4 3 6 5 2 7 8 1 9
9 6 1 2 5 3 7 8 4
2 4 5 7 8 6 1 9 3
3 7 8 9 4 1 5 2 6
6 1 3 4 7 2 9 5 8
7 9 2 8 3 5 6 4 1
5 8 4 6 1 9 2 3 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1260
|
..4...5..853.6.1.....375.492.5.496...162.3.9.93.6.1425.2.....1.3.15...8767913.2..
|
794812563853964172162375849285749631416253798937681425528497316341526987679138254
|
### 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 1260
|
Basic 9x9 Sudoku 1260
|
Normal 9x9 sudoku rules apply
|
. . 4 . . . 5 . .
8 5 3 . 6 . 1 . .
. . . 3 7 5 . 4 9
2 . 5 . 4 9 6 . .
. 1 6 2 . 3 . 9 .
9 3 . 6 . 1 4 2 5
. 2 . . . . . 1 .
3 . 1 5 . . . 8 7
6 7 9 1 3 . 2 . .
|
7 9 4 8 1 2 5 6 3
8 5 3 9 6 4 1 7 2
1 6 2 3 7 5 8 4 9
2 8 5 7 4 9 6 3 1
4 1 6 2 5 3 7 9 8
9 3 7 6 8 1 4 2 5
5 2 8 4 9 7 3 1 6
3 4 1 5 2 6 9 8 7
6 7 9 1 3 8 2 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1261
|
1...4..5636.8...4.5.42.7....15.3....283.5..697.6...38...93....78.25964136....259.
|
128943756367815942594267831915638274283754169746129385459381627872596413631472598
|
### 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 1261
|
Basic 9x9 Sudoku 1261
|
Normal 9x9 sudoku rules apply
|
1 . . . 4 . . 5 6
3 6 . 8 . . . 4 .
5 . 4 2 . 7 . . .
. 1 5 . 3 . . . .
2 8 3 . 5 . . 6 9
7 . 6 . . . 3 8 .
. . 9 3 . . . . 7
8 . 2 5 9 6 4 1 3
6 . . . . 2 5 9 .
|
1 2 8 9 4 3 7 5 6
3 6 7 8 1 5 9 4 2
5 9 4 2 6 7 8 3 1
9 1 5 6 3 8 2 7 4
2 8 3 7 5 4 1 6 9
7 4 6 1 2 9 3 8 5
4 5 9 3 8 1 6 2 7
8 7 2 5 9 6 4 1 3
6 3 1 4 7 2 5 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1262
|
.7.1235465468.712.21..468..1942.8635.3.65129..254.978.7519.4.6248.3.5..736.71.45.
|
978123546546897123213546879194278635837651294625439781751984362482365917369712458
|
### 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 1262
|
Basic 9x9 Sudoku 1262
|
Normal 9x9 sudoku rules apply
|
. 7 . 1 2 3 5 4 6
5 4 6 8 . 7 1 2 .
2 1 . . 4 6 8 . .
1 9 4 2 . 8 6 3 5
. 3 . 6 5 1 2 9 .
. 2 5 4 . 9 7 8 .
7 5 1 9 . 4 . 6 2
4 8 . 3 . 5 . . 7
3 6 . 7 1 . 4 5 .
|
9 7 8 1 2 3 5 4 6
5 4 6 8 9 7 1 2 3
2 1 3 5 4 6 8 7 9
1 9 4 2 7 8 6 3 5
8 3 7 6 5 1 2 9 4
6 2 5 4 3 9 7 8 1
7 5 1 9 8 4 3 6 2
4 8 2 3 6 5 9 1 7
3 6 9 7 1 2 4 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1263
|
.84..9.7.75.3..4926..4.71584.823.51919....83636.8..7.48.6..32455236.498..4758236.
|
284159673751368492639427158478236519192745836365891724816973245523614987947582361
|
### 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 1263
|
Basic 9x9 Sudoku 1263
|
Normal 9x9 sudoku rules apply
|
. 8 4 . . 9 . 7 .
7 5 . 3 . . 4 9 2
6 . . 4 . 7 1 5 8
4 . 8 2 3 . 5 1 9
1 9 . . . . 8 3 6
3 6 . 8 . . 7 . 4
8 . 6 . . 3 2 4 5
5 2 3 6 . 4 9 8 .
. 4 7 5 8 2 3 6 .
|
2 8 4 1 5 9 6 7 3
7 5 1 3 6 8 4 9 2
6 3 9 4 2 7 1 5 8
4 7 8 2 3 6 5 1 9
1 9 2 7 4 5 8 3 6
3 6 5 8 9 1 7 2 4
8 1 6 9 7 3 2 4 5
5 2 3 6 1 4 9 8 7
9 4 7 5 8 2 3 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1264
|
37218..645.4....98.1.4...231.....64.8.567.9.2.372948.5.8.716...2.154...675....4.1
|
372189564564327198918465723129853647845671932637294815483716259291548376756932481
|
### 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 1264
|
Basic 9x9 Sudoku 1264
|
Normal 9x9 sudoku rules apply
|
3 7 2 1 8 . . 6 4
5 . 4 . . . . 9 8
. 1 . 4 . . . 2 3
1 . . . . . 6 4 .
8 . 5 6 7 . 9 . 2
. 3 7 2 9 4 8 . 5
. 8 . 7 1 6 . . .
2 . 1 5 4 . . . 6
7 5 . . . . 4 . 1
|
3 7 2 1 8 9 5 6 4
5 6 4 3 2 7 1 9 8
9 1 8 4 6 5 7 2 3
1 2 9 8 5 3 6 4 7
8 4 5 6 7 1 9 3 2
6 3 7 2 9 4 8 1 5
4 8 3 7 1 6 2 5 9
2 9 1 5 4 8 3 7 6
7 5 6 9 3 2 4 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1265
|
...8.....5.9...1.6.4.1....39.24..36..537...49486...5.16.45.....79.......32567....
|
261893457539247186847156923972415368153768249486932571614589732798324615325671894
|
### 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 1265
|
Basic 9x9 Sudoku 1265
|
Normal 9x9 sudoku rules apply
|
. . . 8 . . . . .
5 . 9 . . . 1 . 6
. 4 . 1 . . . . 3
9 . 2 4 . . 3 6 .
. 5 3 7 . . . 4 9
4 8 6 . . . 5 . 1
6 . 4 5 . . . . .
7 9 . . . . . . .
3 2 5 6 7 . . . .
|
2 6 1 8 9 3 4 5 7
5 3 9 2 4 7 1 8 6
8 4 7 1 5 6 9 2 3
9 7 2 4 1 5 3 6 8
1 5 3 7 6 8 2 4 9
4 8 6 9 3 2 5 7 1
6 1 4 5 8 9 7 3 2
7 9 8 3 2 4 6 1 5
3 2 5 6 7 1 8 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1266
|
17...463.4......72.2..57....92....56317.9.4......21.9.73.5...4.9843..5.1.6.41.3.7
|
179284635458136972623957814892743156317695428546821793731568249984372561265419387
|
### 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 1266
|
Basic 9x9 Sudoku 1266
|
Normal 9x9 sudoku rules apply
|
1 7 . . . 4 6 3 .
4 . . . . . . 7 2
. 2 . . 5 7 . . .
. 9 2 . . . . 5 6
3 1 7 . 9 . 4 . .
. . . . 2 1 . 9 .
7 3 . 5 . . . 4 .
9 8 4 3 . . 5 . 1
. 6 . 4 1 . 3 . 7
|
1 7 9 2 8 4 6 3 5
4 5 8 1 3 6 9 7 2
6 2 3 9 5 7 8 1 4
8 9 2 7 4 3 1 5 6
3 1 7 6 9 5 4 2 8
5 4 6 8 2 1 7 9 3
7 3 1 5 6 8 2 4 9
9 8 4 3 7 2 5 6 1
2 6 5 4 1 9 3 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1267
|
..4.9.5.7..61...4.395..6..2..263.75.987......5..82.....79..46.3...9....5.....8..4
|
814293567726185349395746812142639758987451236563827491279514683438962175651378924
|
### 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 1267
|
Basic 9x9 Sudoku 1267
|
Normal 9x9 sudoku rules apply
|
. . 4 . 9 . 5 . 7
. . 6 1 . . . 4 .
3 9 5 . . 6 . . 2
. . 2 6 3 . 7 5 .
9 8 7 . . . . . .
5 . . 8 2 . . . .
. 7 9 . . 4 6 . 3
. . . 9 . . . . 5
. . . . . 8 . . 4
|
8 1 4 2 9 3 5 6 7
7 2 6 1 8 5 3 4 9
3 9 5 7 4 6 8 1 2
1 4 2 6 3 9 7 5 8
9 8 7 4 5 1 2 3 6
5 6 3 8 2 7 4 9 1
2 7 9 5 1 4 6 8 3
4 3 8 9 6 2 1 7 5
6 5 1 3 7 8 9 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1268
|
...8...7.......86.4...7612.84.1.2...275..4...3....864.538..7...1.2..54......3..86
|
651829374927413865483576129846192753275364918319758642538647291162985437794231586
|
### 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 1268
|
Basic 9x9 Sudoku 1268
|
Normal 9x9 sudoku rules apply
|
. . . 8 . . . 7 .
. . . . . . 8 6 .
4 . . . 7 6 1 2 .
8 4 . 1 . 2 . . .
2 7 5 . . 4 . . .
3 . . . . 8 6 4 .
5 3 8 . . 7 . . .
1 . 2 . . 5 4 . .
. . . . 3 . . 8 6
|
6 5 1 8 2 9 3 7 4
9 2 7 4 1 3 8 6 5
4 8 3 5 7 6 1 2 9
8 4 6 1 9 2 7 5 3
2 7 5 3 6 4 9 1 8
3 1 9 7 5 8 6 4 2
5 3 8 6 4 7 2 9 1
1 6 2 9 8 5 4 3 7
7 9 4 2 3 1 5 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1269
|
54.8.93.6218...5...3......1.65..2..8394.7......24.1..36..2...3......31....31.58.4
|
547819326218346579936527481165932748394678215872451693651284937489763152723195864
|
### 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 1269
|
Basic 9x9 Sudoku 1269
|
Normal 9x9 sudoku rules apply
|
5 4 . 8 . 9 3 . 6
2 1 8 . . . 5 . .
. 3 . . . . . . 1
. 6 5 . . 2 . . 8
3 9 4 . 7 . . . .
. . 2 4 . 1 . . 3
6 . . 2 . . . 3 .
. . . . . 3 1 . .
. . 3 1 . 5 8 . 4
|
5 4 7 8 1 9 3 2 6
2 1 8 3 4 6 5 7 9
9 3 6 5 2 7 4 8 1
1 6 5 9 3 2 7 4 8
3 9 4 6 7 8 2 1 5
8 7 2 4 5 1 6 9 3
6 5 1 2 8 4 9 3 7
4 8 9 7 6 3 1 5 2
7 2 3 1 9 5 8 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1270
|
69.....753.24158..854...1.3.2.349.....6.51234..5286.197....258..6.1..........4367
|
691823475372415896854967123127349658986751234435286719749632581563178942218594367
|
### 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 1270
|
Basic 9x9 Sudoku 1270
|
Normal 9x9 sudoku rules apply
|
6 9 . . . . . 7 5
3 . 2 4 1 5 8 . .
8 5 4 . . . 1 . 3
. 2 . 3 4 9 . . .
. . 6 . 5 1 2 3 4
. . 5 2 8 6 . 1 9
7 . . . . 2 5 8 .
. 6 . 1 . . . . .
. . . . . 4 3 6 7
|
6 9 1 8 2 3 4 7 5
3 7 2 4 1 5 8 9 6
8 5 4 9 6 7 1 2 3
1 2 7 3 4 9 6 5 8
9 8 6 7 5 1 2 3 4
4 3 5 2 8 6 7 1 9
7 4 9 6 3 2 5 8 1
5 6 3 1 7 8 9 4 2
2 1 8 5 9 4 3 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1271
|
7.5821.46.83..7125.423569....6.347.88.179..34437.18..2279.83.6.3641728595.84..2.3
|
795821346683947125142356987956234718821795634437618592279583461364172859518469273
|
### 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 1271
|
Basic 9x9 Sudoku 1271
|
Normal 9x9 sudoku rules apply
|
7 . 5 8 2 1 . 4 6
. 8 3 . . 7 1 2 5
. 4 2 3 5 6 9 . .
. . 6 . 3 4 7 . 8
8 . 1 7 9 . . 3 4
4 3 7 . 1 8 . . 2
2 7 9 . 8 3 . 6 .
3 6 4 1 7 2 8 5 9
5 . 8 4 . . 2 . 3
|
7 9 5 8 2 1 3 4 6
6 8 3 9 4 7 1 2 5
1 4 2 3 5 6 9 8 7
9 5 6 2 3 4 7 1 8
8 2 1 7 9 5 6 3 4
4 3 7 6 1 8 5 9 2
2 7 9 5 8 3 4 6 1
3 6 4 1 7 2 8 5 9
5 1 8 4 6 9 2 7 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1272
|
..2...56....1.6934.....5.1282.95..4314.6.72..53624.179..57..4..4...1..2...1....95
|
312894567758126934964375812827951643149637258536248179295763481483519726671482395
|
### 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 1272
|
Basic 9x9 Sudoku 1272
|
Normal 9x9 sudoku rules apply
|
. . 2 . . . 5 6 .
. . . 1 . 6 9 3 4
. . . . . 5 . 1 2
8 2 . 9 5 . . 4 3
1 4 . 6 . 7 2 . .
5 3 6 2 4 . 1 7 9
. . 5 7 . . 4 . .
4 . . . 1 . . 2 .
. . 1 . . . . 9 5
|
3 1 2 8 9 4 5 6 7
7 5 8 1 2 6 9 3 4
9 6 4 3 7 5 8 1 2
8 2 7 9 5 1 6 4 3
1 4 9 6 3 7 2 5 8
5 3 6 2 4 8 1 7 9
2 9 5 7 6 3 4 8 1
4 8 3 5 1 9 7 2 6
6 7 1 4 8 2 3 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1273
|
9378.245..8..5.237..54.3..819.6475835.3..8.7..7.32.94.75.281.6926.53971431.7.4825
|
937812456481956237625473198192647583543198672876325941754281369268539714319764825
|
### 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 1273
|
Basic 9x9 Sudoku 1273
|
Normal 9x9 sudoku rules apply
|
9 3 7 8 . 2 4 5 .
. 8 . . 5 . 2 3 7
. . 5 4 . 3 . . 8
1 9 . 6 4 7 5 8 3
5 . 3 . . 8 . 7 .
. 7 . 3 2 . 9 4 .
7 5 . 2 8 1 . 6 9
2 6 . 5 3 9 7 1 4
3 1 . 7 . 4 8 2 5
|
9 3 7 8 1 2 4 5 6
4 8 1 9 5 6 2 3 7
6 2 5 4 7 3 1 9 8
1 9 2 6 4 7 5 8 3
5 4 3 1 9 8 6 7 2
8 7 6 3 2 5 9 4 1
7 5 4 2 8 1 3 6 9
2 6 8 5 3 9 7 1 4
3 1 9 7 6 4 8 2 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1274
|
..8.94..759...62.347.2.598.8.9.4.3.5264.1379873.928.1..437...626..482....8...157.
|
328194657591876243476235981819647325264513798735928416143759862657482139982361574
|
### 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 1274
|
Basic 9x9 Sudoku 1274
|
Normal 9x9 sudoku rules apply
|
. . 8 . 9 4 . . 7
5 9 . . . 6 2 . 3
4 7 . 2 . 5 9 8 .
8 . 9 . 4 . 3 . 5
2 6 4 . 1 3 7 9 8
7 3 . 9 2 8 . 1 .
. 4 3 7 . . . 6 2
6 . . 4 8 2 . . .
. 8 . . . 1 5 7 .
|
3 2 8 1 9 4 6 5 7
5 9 1 8 7 6 2 4 3
4 7 6 2 3 5 9 8 1
8 1 9 6 4 7 3 2 5
2 6 4 5 1 3 7 9 8
7 3 5 9 2 8 4 1 6
1 4 3 7 5 9 8 6 2
6 5 7 4 8 2 1 3 9
9 8 2 3 6 1 5 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1275
|
..58.1...1.297.....86.....92..41.673967....4..13.....867...8.52......834...5..716
|
395821467142976385786354129258419673967283541413765298674138952521697834839542716
|
### 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 1275
|
Basic 9x9 Sudoku 1275
|
Normal 9x9 sudoku rules apply
|
. . 5 8 . 1 . . .
1 . 2 9 7 . . . .
. 8 6 . . . . . 9
2 . . 4 1 . 6 7 3
9 6 7 . . . . 4 .
. 1 3 . . . . . 8
6 7 . . . 8 . 5 2
. . . . . . 8 3 4
. . . 5 . . 7 1 6
|
3 9 5 8 2 1 4 6 7
1 4 2 9 7 6 3 8 5
7 8 6 3 5 4 1 2 9
2 5 8 4 1 9 6 7 3
9 6 7 2 8 3 5 4 1
4 1 3 7 6 5 2 9 8
6 7 4 1 3 8 9 5 2
5 2 1 6 9 7 8 3 4
8 3 9 5 4 2 7 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1276
|
.36218.4748.9.51.31753468.9..712.6988..56371.641..72.55.4.3.9.1713.894..2..4.....
|
936218547482975163175346829357124698829563714641897235564732981713689452298451376
|
### 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 1276
|
Basic 9x9 Sudoku 1276
|
Normal 9x9 sudoku rules apply
|
. 3 6 2 1 8 . 4 7
4 8 . 9 . 5 1 . 3
1 7 5 3 4 6 8 . 9
. . 7 1 2 . 6 9 8
8 . . 5 6 3 7 1 .
6 4 1 . . 7 2 . 5
5 . 4 . 3 . 9 . 1
7 1 3 . 8 9 4 . .
2 . . 4 . . . . .
|
9 3 6 2 1 8 5 4 7
4 8 2 9 7 5 1 6 3
1 7 5 3 4 6 8 2 9
3 5 7 1 2 4 6 9 8
8 2 9 5 6 3 7 1 4
6 4 1 8 9 7 2 3 5
5 6 4 7 3 2 9 8 1
7 1 3 6 8 9 4 5 2
2 9 8 4 5 1 3 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1277
|
5....3...7..5.6.9...6...81...93.4..73.215.6..675.....39..6.5.31.5..91.6.16...2...
|
591283476784516392236479815819364527342157689675928143928645731453791268167832954
|
### 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 1277
|
Basic 9x9 Sudoku 1277
|
Normal 9x9 sudoku rules apply
|
5 . . . . 3 . . .
7 . . 5 . 6 . 9 .
. . 6 . . . 8 1 .
. . 9 3 . 4 . . 7
3 . 2 1 5 . 6 . .
6 7 5 . . . . . 3
9 . . 6 . 5 . 3 1
. 5 . . 9 1 . 6 .
1 6 . . . 2 . . .
|
5 9 1 2 8 3 4 7 6
7 8 4 5 1 6 3 9 2
2 3 6 4 7 9 8 1 5
8 1 9 3 6 4 5 2 7
3 4 2 1 5 7 6 8 9
6 7 5 9 2 8 1 4 3
9 2 8 6 4 5 7 3 1
4 5 3 7 9 1 2 6 8
1 6 7 8 3 2 9 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1278
|
85..93...1..842..5.2.6..814.8536.7.9...784.21.7..2..6..48.......19.7.25.7.29.548.
|
854193672167842935923657814285361749396784521471529368548236197619478253732915486
|
### 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 1278
|
Basic 9x9 Sudoku 1278
|
Normal 9x9 sudoku rules apply
|
8 5 . . 9 3 . . .
1 . . 8 4 2 . . 5
. 2 . 6 . . 8 1 4
. 8 5 3 6 . 7 . 9
. . . 7 8 4 . 2 1
. 7 . . 2 . . 6 .
. 4 8 . . . . . .
. 1 9 . 7 . 2 5 .
7 . 2 9 . 5 4 8 .
|
8 5 4 1 9 3 6 7 2
1 6 7 8 4 2 9 3 5
9 2 3 6 5 7 8 1 4
2 8 5 3 6 1 7 4 9
3 9 6 7 8 4 5 2 1
4 7 1 5 2 9 3 6 8
5 4 8 2 3 6 1 9 7
6 1 9 4 7 8 2 5 3
7 3 2 9 1 5 4 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1279
|
.9.3..57442.95.1867..481293.3..657422...7....61.23.8.9.7.6439.8..259..1798471.365
|
198326574423957186756481293839165742245879631617234859571643928362598417984712365
|
### 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 1279
|
Basic 9x9 Sudoku 1279
|
Normal 9x9 sudoku rules apply
|
. 9 . 3 . . 5 7 4
4 2 . 9 5 . 1 8 6
7 . . 4 8 1 2 9 3
. 3 . . 6 5 7 4 2
2 . . . 7 . . . .
6 1 . 2 3 . 8 . 9
. 7 . 6 4 3 9 . 8
. . 2 5 9 . . 1 7
9 8 4 7 1 . 3 6 5
|
1 9 8 3 2 6 5 7 4
4 2 3 9 5 7 1 8 6
7 5 6 4 8 1 2 9 3
8 3 9 1 6 5 7 4 2
2 4 5 8 7 9 6 3 1
6 1 7 2 3 4 8 5 9
5 7 1 6 4 3 9 2 8
3 6 2 5 9 8 4 1 7
9 8 4 7 1 2 3 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1280
|
.9.28365.528..6.436...5.9282158..796849.65.317631.9485.86397...35.642.7.9.25183..
|
194283657528976143637451928215834796849765231763129485486397512351642879972518364
|
### 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 1280
|
Basic 9x9 Sudoku 1280
|
Normal 9x9 sudoku rules apply
|
. 9 . 2 8 3 6 5 .
5 2 8 . . 6 . 4 3
6 . . . 5 . 9 2 8
2 1 5 8 . . 7 9 6
8 4 9 . 6 5 . 3 1
7 6 3 1 . 9 4 8 5
. 8 6 3 9 7 . . .
3 5 . 6 4 2 . 7 .
9 . 2 5 1 8 3 . .
|
1 9 4 2 8 3 6 5 7
5 2 8 9 7 6 1 4 3
6 3 7 4 5 1 9 2 8
2 1 5 8 3 4 7 9 6
8 4 9 7 6 5 2 3 1
7 6 3 1 2 9 4 8 5
4 8 6 3 9 7 5 1 2
3 5 1 6 4 2 8 7 9
9 7 2 5 1 8 3 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1281
|
..2.9..7.6.5.73....1..26......25..16.7....4.8.28..7.59..9312...7..46..812....5.4.
|
832194675645873192917526834394258716576931428128647359489312567753469281261785943
|
### 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 1281
|
Basic 9x9 Sudoku 1281
|
Normal 9x9 sudoku rules apply
|
. . 2 . 9 . . 7 .
6 . 5 . 7 3 . . .
. 1 . . 2 6 . . .
. . . 2 5 . . 1 6
. 7 . . . . 4 . 8
. 2 8 . . 7 . 5 9
. . 9 3 1 2 . . .
7 . . 4 6 . . 8 1
2 . . . . 5 . 4 .
|
8 3 2 1 9 4 6 7 5
6 4 5 8 7 3 1 9 2
9 1 7 5 2 6 8 3 4
3 9 4 2 5 8 7 1 6
5 7 6 9 3 1 4 2 8
1 2 8 6 4 7 3 5 9
4 8 9 3 1 2 5 6 7
7 5 3 4 6 9 2 8 1
2 6 1 7 8 5 9 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1282
|
73.1.9..592.35.81.5..26.37..45.28..3872.35.6.3697.15.22834.6951...51..38.51.936.7
|
736189245924357816518264379145628793872935164369741582283476951697512438451893627
|
### 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 1282
|
Basic 9x9 Sudoku 1282
|
Normal 9x9 sudoku rules apply
|
7 3 . 1 . 9 . . 5
9 2 . 3 5 . 8 1 .
5 . . 2 6 . 3 7 .
. 4 5 . 2 8 . . 3
8 7 2 . 3 5 . 6 .
3 6 9 7 . 1 5 . 2
2 8 3 4 . 6 9 5 1
. . . 5 1 . . 3 8
. 5 1 . 9 3 6 . 7
|
7 3 6 1 8 9 2 4 5
9 2 4 3 5 7 8 1 6
5 1 8 2 6 4 3 7 9
1 4 5 6 2 8 7 9 3
8 7 2 9 3 5 1 6 4
3 6 9 7 4 1 5 8 2
2 8 3 4 7 6 9 5 1
6 9 7 5 1 2 4 3 8
4 5 1 8 9 3 6 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1283
|
.76..23.............83...96827.93.1.56...8.3....15....319.46..8.8.53..4.7.5.8.9.3
|
976812354234965871158374296827693415561428739493157682319746528682539147745281963
|
### 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 1283
|
Basic 9x9 Sudoku 1283
|
Normal 9x9 sudoku rules apply
|
. 7 6 . . 2 3 . .
. . . . . . . . .
. . 8 3 . . . 9 6
8 2 7 . 9 3 . 1 .
5 6 . . . 8 . 3 .
. . . 1 5 . . . .
3 1 9 . 4 6 . . 8
. 8 . 5 3 . . 4 .
7 . 5 . 8 . 9 . 3
|
9 7 6 8 1 2 3 5 4
2 3 4 9 6 5 8 7 1
1 5 8 3 7 4 2 9 6
8 2 7 6 9 3 4 1 5
5 6 1 4 2 8 7 3 9
4 9 3 1 5 7 6 8 2
3 1 9 7 4 6 5 2 8
6 8 2 5 3 9 1 4 7
7 4 5 2 8 1 9 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1284
|
7...896..35124.879869..71.4..38.2456..65..987...9.4213..8..3...4.57.8362632.1.7.8
|
724189635351246879869357124193872456246531987587964213978623541415798362632415798
|
### 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 1284
|
Basic 9x9 Sudoku 1284
|
Normal 9x9 sudoku rules apply
|
7 . . . 8 9 6 . .
3 5 1 2 4 . 8 7 9
8 6 9 . . 7 1 . 4
. . 3 8 . 2 4 5 6
. . 6 5 . . 9 8 7
. . . 9 . 4 2 1 3
. . 8 . . 3 . . .
4 . 5 7 . 8 3 6 2
6 3 2 . 1 . 7 . 8
|
7 2 4 1 8 9 6 3 5
3 5 1 2 4 6 8 7 9
8 6 9 3 5 7 1 2 4
1 9 3 8 7 2 4 5 6
2 4 6 5 3 1 9 8 7
5 8 7 9 6 4 2 1 3
9 7 8 6 2 3 5 4 1
4 1 5 7 9 8 3 6 2
6 3 2 4 1 5 7 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1285
|
3.28.467.18.526.9354.973....2..5...9.5.36.7.8.7.198.249.8.3.2...65.4..3..3.68.95.
|
392814675187526493546973182821457369459362718673198524918735246765249831234681957
|
### 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 1285
|
Basic 9x9 Sudoku 1285
|
Normal 9x9 sudoku rules apply
|
3 . 2 8 . 4 6 7 .
1 8 . 5 2 6 . 9 3
5 4 . 9 7 3 . . .
. 2 . . 5 . . . 9
. 5 . 3 6 . 7 . 8
. 7 . 1 9 8 . 2 4
9 . 8 . 3 . 2 . .
. 6 5 . 4 . . 3 .
. 3 . 6 8 . 9 5 .
|
3 9 2 8 1 4 6 7 5
1 8 7 5 2 6 4 9 3
5 4 6 9 7 3 1 8 2
8 2 1 4 5 7 3 6 9
4 5 9 3 6 2 7 1 8
6 7 3 1 9 8 5 2 4
9 1 8 7 3 5 2 4 6
7 6 5 2 4 9 8 3 1
2 3 4 6 8 1 9 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1286
|
.3.9...7.7...36.98.8.475..2..9364....6..52...2.4..763.......8.919...8746..8....1.
|
632981475745236198981475362819364527367152984254897631426713859193528746578649213
|
### 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 1286
|
Basic 9x9 Sudoku 1286
|
Normal 9x9 sudoku rules apply
|
. 3 . 9 . . . 7 .
7 . . . 3 6 . 9 8
. 8 . 4 7 5 . . 2
. . 9 3 6 4 . . .
. 6 . . 5 2 . . .
2 . 4 . . 7 6 3 .
. . . . . . 8 . 9
1 9 . . . 8 7 4 6
. . 8 . . . . 1 .
|
6 3 2 9 8 1 4 7 5
7 4 5 2 3 6 1 9 8
9 8 1 4 7 5 3 6 2
8 1 9 3 6 4 5 2 7
3 6 7 1 5 2 9 8 4
2 5 4 8 9 7 6 3 1
4 2 6 7 1 3 8 5 9
1 9 3 5 2 8 7 4 6
5 7 8 6 4 9 2 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1287
|
9.8..347673..6.1.2.167928.3..2.3.7413..2.1.6.691547238....7962..6..283172..6..9.4
|
928153476735864192416792853852936741347281569691547238184379625569428317273615984
|
### 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 1287
|
Basic 9x9 Sudoku 1287
|
Normal 9x9 sudoku rules apply
|
9 . 8 . . 3 4 7 6
7 3 . . 6 . 1 . 2
. 1 6 7 9 2 8 . 3
. . 2 . 3 . 7 4 1
3 . . 2 . 1 . 6 .
6 9 1 5 4 7 2 3 8
. . . . 7 9 6 2 .
. 6 . . 2 8 3 1 7
2 . . 6 . . 9 . 4
|
9 2 8 1 5 3 4 7 6
7 3 5 8 6 4 1 9 2
4 1 6 7 9 2 8 5 3
8 5 2 9 3 6 7 4 1
3 4 7 2 8 1 5 6 9
6 9 1 5 4 7 2 3 8
1 8 4 3 7 9 6 2 5
5 6 9 4 2 8 3 1 7
2 7 3 6 1 5 9 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1288
|
752.914..894.3651761.45.9....972..4.2.5..4.913476..258.21578364438.621.5.7..4.829
|
752891436894236517613457982189725643265384791347619258921578364438962175576143829
|
### 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 1288
|
Basic 9x9 Sudoku 1288
|
Normal 9x9 sudoku rules apply
|
7 5 2 . 9 1 4 . .
8 9 4 . 3 6 5 1 7
6 1 . 4 5 . 9 . .
. . 9 7 2 . . 4 .
2 . 5 . . 4 . 9 1
3 4 7 6 . . 2 5 8
. 2 1 5 7 8 3 6 4
4 3 8 . 6 2 1 . 5
. 7 . . 4 . 8 2 9
|
7 5 2 8 9 1 4 3 6
8 9 4 2 3 6 5 1 7
6 1 3 4 5 7 9 8 2
1 8 9 7 2 5 6 4 3
2 6 5 3 8 4 7 9 1
3 4 7 6 1 9 2 5 8
9 2 1 5 7 8 3 6 4
4 3 8 9 6 2 1 7 5
5 7 6 1 4 3 8 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1289
|
3459.1.2.98..6415321.53.89457..469..8..15236.1623.9.854287.5.39.39.2.571.5.6932..
|
345981726987264153216537894573846912894152367162379485428715639639428571751693248
|
### 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 1289
|
Basic 9x9 Sudoku 1289
|
Normal 9x9 sudoku rules apply
|
3 4 5 9 . 1 . 2 .
9 8 . . 6 4 1 5 3
2 1 . 5 3 . 8 9 4
5 7 . . 4 6 9 . .
8 . . 1 5 2 3 6 .
1 6 2 3 . 9 . 8 5
4 2 8 7 . 5 . 3 9
. 3 9 . 2 . 5 7 1
. 5 . 6 9 3 2 . .
|
3 4 5 9 8 1 7 2 6
9 8 7 2 6 4 1 5 3
2 1 6 5 3 7 8 9 4
5 7 3 8 4 6 9 1 2
8 9 4 1 5 2 3 6 7
1 6 2 3 7 9 4 8 5
4 2 8 7 1 5 6 3 9
6 3 9 4 2 8 5 7 1
7 5 1 6 9 3 2 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1290
|
..1.94....7..25.939283...5.845719326..7682.15..25.3.89.5.9....87.4..69.1...4....7
|
531894672476125893928367154845719326397682415162543789653971248784256931219438567
|
### 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 1290
|
Basic 9x9 Sudoku 1290
|
Normal 9x9 sudoku rules apply
|
. . 1 . 9 4 . . .
. 7 . . 2 5 . 9 3
9 2 8 3 . . . 5 .
8 4 5 7 1 9 3 2 6
. . 7 6 8 2 . 1 5
. . 2 5 . 3 . 8 9
. 5 . 9 . . . . 8
7 . 4 . . 6 9 . 1
. . . 4 . . . . 7
|
5 3 1 8 9 4 6 7 2
4 7 6 1 2 5 8 9 3
9 2 8 3 6 7 1 5 4
8 4 5 7 1 9 3 2 6
3 9 7 6 8 2 4 1 5
1 6 2 5 4 3 7 8 9
6 5 3 9 7 1 2 4 8
7 8 4 2 5 6 9 3 1
2 1 9 4 3 8 5 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1291
|
.86.3..5..13857.4.7592.618..25...79..9.7...3..74391528.3..1.4..1.25738.9....843..
|
486139257213857946759246183325468791891725634674391528938612475142573869567984312
|
### 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 1291
|
Basic 9x9 Sudoku 1291
|
Normal 9x9 sudoku rules apply
|
. 8 6 . 3 . . 5 .
. 1 3 8 5 7 . 4 .
7 5 9 2 . 6 1 8 .
. 2 5 . . . 7 9 .
. 9 . 7 . . . 3 .
. 7 4 3 9 1 5 2 8
. 3 . . 1 . 4 . .
1 . 2 5 7 3 8 . 9
. . . . 8 4 3 . .
|
4 8 6 1 3 9 2 5 7
2 1 3 8 5 7 9 4 6
7 5 9 2 4 6 1 8 3
3 2 5 4 6 8 7 9 1
8 9 1 7 2 5 6 3 4
6 7 4 3 9 1 5 2 8
9 3 8 6 1 2 4 7 5
1 4 2 5 7 3 8 6 9
5 6 7 9 8 4 3 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1292
|
59.1..467.....713.7....5.8.8.135..9.3...4..28..59....113.67....687.392.49.4...673
|
598123467426897135713465982841352796369741528275986341132674859687539214954218673
|
### 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 1292
|
Basic 9x9 Sudoku 1292
|
Normal 9x9 sudoku rules apply
|
5 9 . 1 . . 4 6 7
. . . . . 7 1 3 .
7 . . . . 5 . 8 .
8 . 1 3 5 . . 9 .
3 . . . 4 . . 2 8
. . 5 9 . . . . 1
1 3 . 6 7 . . . .
6 8 7 . 3 9 2 . 4
9 . 4 . . . 6 7 3
|
5 9 8 1 2 3 4 6 7
4 2 6 8 9 7 1 3 5
7 1 3 4 6 5 9 8 2
8 4 1 3 5 2 7 9 6
3 6 9 7 4 1 5 2 8
2 7 5 9 8 6 3 4 1
1 3 2 6 7 4 8 5 9
6 8 7 5 3 9 2 1 4
9 5 4 2 1 8 6 7 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1293
|
.4....75.5789.6..3.6154...8..4....65..3.628916.981..7..9.6.143.21.35468.436.98.17
|
942183756578926143361547928184739265753462891629815374895671432217354689436298517
|
### 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 1293
|
Basic 9x9 Sudoku 1293
|
Normal 9x9 sudoku rules apply
|
. 4 . . . . 7 5 .
5 7 8 9 . 6 . . 3
. 6 1 5 4 . . . 8
. . 4 . . . . 6 5
. . 3 . 6 2 8 9 1
6 . 9 8 1 . . 7 .
. 9 . 6 . 1 4 3 .
2 1 . 3 5 4 6 8 .
4 3 6 . 9 8 . 1 7
|
9 4 2 1 8 3 7 5 6
5 7 8 9 2 6 1 4 3
3 6 1 5 4 7 9 2 8
1 8 4 7 3 9 2 6 5
7 5 3 4 6 2 8 9 1
6 2 9 8 1 5 3 7 4
8 9 5 6 7 1 4 3 2
2 1 7 3 5 4 6 8 9
4 3 6 2 9 8 5 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1294
|
..78139.63...268.76....5..183.76.12..543.2.79..6.59.8.9625..4.8.836.1.924.1...563
|
247813956315926847698475231839764125154382679726159384962537418583641792471298563
|
### 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 1294
|
Basic 9x9 Sudoku 1294
|
Normal 9x9 sudoku rules apply
|
. . 7 8 1 3 9 . 6
3 . . . 2 6 8 . 7
6 . . . . 5 . . 1
8 3 . 7 6 . 1 2 .
. 5 4 3 . 2 . 7 9
. . 6 . 5 9 . 8 .
9 6 2 5 . . 4 . 8
. 8 3 6 . 1 . 9 2
4 . 1 . . . 5 6 3
|
2 4 7 8 1 3 9 5 6
3 1 5 9 2 6 8 4 7
6 9 8 4 7 5 2 3 1
8 3 9 7 6 4 1 2 5
1 5 4 3 8 2 6 7 9
7 2 6 1 5 9 3 8 4
9 6 2 5 3 7 4 1 8
5 8 3 6 4 1 7 9 2
4 7 1 2 9 8 5 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1295
|
9.128.54......32.8628457.93813.65.2.5.782463.26.3..78..8.5423.63..9784.27...31.5.
|
931286547475193268628457193813765924597824631264319785189542376356978412742631859
|
### 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 1295
|
Basic 9x9 Sudoku 1295
|
Normal 9x9 sudoku rules apply
|
9 . 1 2 8 . 5 4 .
. . . . . 3 2 . 8
6 2 8 4 5 7 . 9 3
8 1 3 . 6 5 . 2 .
5 . 7 8 2 4 6 3 .
2 6 . 3 . . 7 8 .
. 8 . 5 4 2 3 . 6
3 . . 9 7 8 4 . 2
7 . . . 3 1 . 5 .
|
9 3 1 2 8 6 5 4 7
4 7 5 1 9 3 2 6 8
6 2 8 4 5 7 1 9 3
8 1 3 7 6 5 9 2 4
5 9 7 8 2 4 6 3 1
2 6 4 3 1 9 7 8 5
1 8 9 5 4 2 3 7 6
3 5 6 9 7 8 4 1 2
7 4 2 6 3 1 8 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1296
|
.83......7.1.5...925.....3...763.1.5..6..19841....5....15..2..73..9..6......6.4.8
|
483129576761358249259746831897634125536271984124895763615482397348917652972563418
|
### 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 1296
|
Basic 9x9 Sudoku 1296
|
Normal 9x9 sudoku rules apply
|
. 8 3 . . . . . .
7 . 1 . 5 . . . 9
2 5 . . . . . 3 .
. . 7 6 3 . 1 . 5
. . 6 . . 1 9 8 4
1 . . . . 5 . . .
. 1 5 . . 2 . . 7
3 . . 9 . . 6 . .
. . . . 6 . 4 . 8
|
4 8 3 1 2 9 5 7 6
7 6 1 3 5 8 2 4 9
2 5 9 7 4 6 8 3 1
8 9 7 6 3 4 1 2 5
5 3 6 2 7 1 9 8 4
1 2 4 8 9 5 7 6 3
6 1 5 4 8 2 3 9 7
3 4 8 9 1 7 6 5 2
9 7 2 5 6 3 4 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1297
|
2.1.8.5..983....14.572.189389.3.7.521.56.247.72.85413931.529.4.5694.8.21472136985
|
241983567983765214657241893894317652135692478726854139318529746569478321472136985
|
### 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 1297
|
Basic 9x9 Sudoku 1297
|
Normal 9x9 sudoku rules apply
|
2 . 1 . 8 . 5 . .
9 8 3 . . . . 1 4
. 5 7 2 . 1 8 9 3
8 9 . 3 . 7 . 5 2
1 . 5 6 . 2 4 7 .
7 2 . 8 5 4 1 3 9
3 1 . 5 2 9 . 4 .
5 6 9 4 . 8 . 2 1
4 7 2 1 3 6 9 8 5
|
2 4 1 9 8 3 5 6 7
9 8 3 7 6 5 2 1 4
6 5 7 2 4 1 8 9 3
8 9 4 3 1 7 6 5 2
1 3 5 6 9 2 4 7 8
7 2 6 8 5 4 1 3 9
3 1 8 5 2 9 7 4 6
5 6 9 4 7 8 3 2 1
4 7 2 1 3 6 9 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1298
|
4.3289....68.17492972..6.8..95.3.1.47341..82.1864.27..64.87123.3..654..885192364.
|
413289576568317492972546381295738164734165829186492753649871235327654918851923647
|
### 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 1298
|
Basic 9x9 Sudoku 1298
|
Normal 9x9 sudoku rules apply
|
4 . 3 2 8 9 . . .
. 6 8 . 1 7 4 9 2
9 7 2 . . 6 . 8 .
. 9 5 . 3 . 1 . 4
7 3 4 1 . . 8 2 .
1 8 6 4 . 2 7 . .
6 4 . 8 7 1 2 3 .
3 . . 6 5 4 . . 8
8 5 1 9 2 3 6 4 .
|
4 1 3 2 8 9 5 7 6
5 6 8 3 1 7 4 9 2
9 7 2 5 4 6 3 8 1
2 9 5 7 3 8 1 6 4
7 3 4 1 6 5 8 2 9
1 8 6 4 9 2 7 5 3
6 4 9 8 7 1 2 3 5
3 2 7 6 5 4 9 1 8
8 5 1 9 2 3 6 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1299
|
...9.12.58..23741631264.897958126374136.74.28427.9.6.12...58.49741.69.82..9..2763
|
674981235895237416312645897958126374136574928427893651263758149741369582589412763
|
### 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 1299
|
Basic 9x9 Sudoku 1299
|
Normal 9x9 sudoku rules apply
|
. . . 9 . 1 2 . 5
8 . . 2 3 7 4 1 6
3 1 2 6 4 . 8 9 7
9 5 8 1 2 6 3 7 4
1 3 6 . 7 4 . 2 8
4 2 7 . 9 . 6 . 1
2 . . . 5 8 . 4 9
7 4 1 . 6 9 . 8 2
. . 9 . . 2 7 6 3
|
6 7 4 9 8 1 2 3 5
8 9 5 2 3 7 4 1 6
3 1 2 6 4 5 8 9 7
9 5 8 1 2 6 3 7 4
1 3 6 5 7 4 9 2 8
4 2 7 8 9 3 6 5 1
2 6 3 7 5 8 1 4 9
7 4 1 3 6 9 5 8 2
5 8 9 4 1 2 7 6 3
| 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.