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_1100
|
.7...2..42..84...7941.678321....937..59..462...63........27....4..916285592.3...6
|
873192564265843197941567832124659378359784621786321459618275943437916285592438716
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1100
|
Basic 9x9 Sudoku 1100
|
Normal 9x9 sudoku rules apply
|
. 7 . . . 2 . . 4
2 . . 8 4 . . . 7
9 4 1 . 6 7 8 3 2
1 . . . . 9 3 7 .
. 5 9 . . 4 6 2 .
. . 6 3 . . . . .
. . . 2 7 . . . .
4 . . 9 1 6 2 8 5
5 9 2 . 3 . . . 6
|
8 7 3 1 9 2 5 6 4
2 6 5 8 4 3 1 9 7
9 4 1 5 6 7 8 3 2
1 2 4 6 5 9 3 7 8
3 5 9 7 8 4 6 2 1
7 8 6 3 2 1 4 5 9
6 1 8 2 7 5 9 4 3
4 3 7 9 1 6 2 8 5
5 9 2 4 3 8 7 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1101
|
3...1256.5.2..48.78465....2197.48.5326....948.83956.2.9..785..66..4912.5..46.3.8.
|
379812564512364897846579312197248653265137948483956721921785436638491275754623189
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1101
|
Basic 9x9 Sudoku 1101
|
Normal 9x9 sudoku rules apply
|
3 . . . 1 2 5 6 .
5 . 2 . . 4 8 . 7
8 4 6 5 . . . . 2
1 9 7 . 4 8 . 5 3
2 6 . . . . 9 4 8
. 8 3 9 5 6 . 2 .
9 . . 7 8 5 . . 6
6 . . 4 9 1 2 . 5
. . 4 6 . 3 . 8 .
|
3 7 9 8 1 2 5 6 4
5 1 2 3 6 4 8 9 7
8 4 6 5 7 9 3 1 2
1 9 7 2 4 8 6 5 3
2 6 5 1 3 7 9 4 8
4 8 3 9 5 6 7 2 1
9 2 1 7 8 5 4 3 6
6 3 8 4 9 1 2 7 5
7 5 4 6 2 3 1 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1102
|
.1.9....6..41.3......5.7..48...7.9.3.53....829.78.....1.93.....23.74..51.762..439
|
715984326684123597392567814821475963453691782967832145149356278238749651576218439
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1102
|
Basic 9x9 Sudoku 1102
|
Normal 9x9 sudoku rules apply
|
. 1 . 9 . . . . 6
. . 4 1 . 3 . . .
. . . 5 . 7 . . 4
8 . . . 7 . 9 . 3
. 5 3 . . . . 8 2
9 . 7 8 . . . . .
1 . 9 3 . . . . .
2 3 . 7 4 . . 5 1
. 7 6 2 . . 4 3 9
|
7 1 5 9 8 4 3 2 6
6 8 4 1 2 3 5 9 7
3 9 2 5 6 7 8 1 4
8 2 1 4 7 5 9 6 3
4 5 3 6 9 1 7 8 2
9 6 7 8 3 2 1 4 5
1 4 9 3 5 6 2 7 8
2 3 8 7 4 9 6 5 1
5 7 6 2 1 8 4 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1103
|
.8..193544.2..5897..3....6.9.5.87..284792651.26...3..9.7.54192.15..3.47..24..8135
|
786219354412365897593874261935187642847926513261453789378541926159632478624798135
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1103
|
Basic 9x9 Sudoku 1103
|
Normal 9x9 sudoku rules apply
|
. 8 . . 1 9 3 5 4
4 . 2 . . 5 8 9 7
. . 3 . . . . 6 .
9 . 5 . 8 7 . . 2
8 4 7 9 2 6 5 1 .
2 6 . . . 3 . . 9
. 7 . 5 4 1 9 2 .
1 5 . . 3 . 4 7 .
. 2 4 . . 8 1 3 5
|
7 8 6 2 1 9 3 5 4
4 1 2 3 6 5 8 9 7
5 9 3 8 7 4 2 6 1
9 3 5 1 8 7 6 4 2
8 4 7 9 2 6 5 1 3
2 6 1 4 5 3 7 8 9
3 7 8 5 4 1 9 2 6
1 5 9 6 3 2 4 7 8
6 2 4 7 9 8 1 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1104
|
....1..6.6.23.....19.265.....71.85...1..2..3453..97.28.819426534.3.5...29.5....71
|
374819265652374819198265347247138596819526734536497128781942653463751982925683471
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1104
|
Basic 9x9 Sudoku 1104
|
Normal 9x9 sudoku rules apply
|
. . . . 1 . . 6 .
6 . 2 3 . . . . .
1 9 . 2 6 5 . . .
. . 7 1 . 8 5 . .
. 1 . . 2 . . 3 4
5 3 . . 9 7 . 2 8
. 8 1 9 4 2 6 5 3
4 . 3 . 5 . . . 2
9 . 5 . . . . 7 1
|
3 7 4 8 1 9 2 6 5
6 5 2 3 7 4 8 1 9
1 9 8 2 6 5 3 4 7
2 4 7 1 3 8 5 9 6
8 1 9 5 2 6 7 3 4
5 3 6 4 9 7 1 2 8
7 8 1 9 4 2 6 5 3
4 6 3 7 5 1 9 8 2
9 2 5 6 8 3 4 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1105
|
36....2.5.7...5461415..2....9.5.6.14124..765.657..13...39.5.18..8.96.5.7.4.7...23
|
368149275972835461415672839893526714124397658657481392739254186281963547546718923
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1105
|
Basic 9x9 Sudoku 1105
|
Normal 9x9 sudoku rules apply
|
3 6 . . . . 2 . 5
. 7 . . . 5 4 6 1
4 1 5 . . 2 . . .
. 9 . 5 . 6 . 1 4
1 2 4 . . 7 6 5 .
6 5 7 . . 1 3 . .
. 3 9 . 5 . 1 8 .
. 8 . 9 6 . 5 . 7
. 4 . 7 . . . 2 3
|
3 6 8 1 4 9 2 7 5
9 7 2 8 3 5 4 6 1
4 1 5 6 7 2 8 3 9
8 9 3 5 2 6 7 1 4
1 2 4 3 9 7 6 5 8
6 5 7 4 8 1 3 9 2
7 3 9 2 5 4 1 8 6
2 8 1 9 6 3 5 4 7
5 4 6 7 1 8 9 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1106
|
91583.74.84317...26.249.183...75.3.43..9..51.15.364.9..96.4...1....1.675.21687.39
|
915832746843176952672495183289751364364928517157364298796543821438219675521687439
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1106
|
Basic 9x9 Sudoku 1106
|
Normal 9x9 sudoku rules apply
|
9 1 5 8 3 . 7 4 .
8 4 3 1 7 . . . 2
6 . 2 4 9 . 1 8 3
. . . 7 5 . 3 . 4
3 . . 9 . . 5 1 .
1 5 . 3 6 4 . 9 .
. 9 6 . 4 . . . 1
. . . . 1 . 6 7 5
. 2 1 6 8 7 . 3 9
|
9 1 5 8 3 2 7 4 6
8 4 3 1 7 6 9 5 2
6 7 2 4 9 5 1 8 3
2 8 9 7 5 1 3 6 4
3 6 4 9 2 8 5 1 7
1 5 7 3 6 4 2 9 8
7 9 6 5 4 3 8 2 1
4 3 8 2 1 9 6 7 5
5 2 1 6 8 7 4 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1107
|
...31..7.1.65...8..3...6.9528..67.59..92348..36....7.2..8692537.5384.92.......4..
|
925318674146579283837426195284167359579234861361985742418692537753841926692753418
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1107
|
Basic 9x9 Sudoku 1107
|
Normal 9x9 sudoku rules apply
|
. . . 3 1 . . 7 .
1 . 6 5 . . . 8 .
. 3 . . . 6 . 9 5
2 8 . . 6 7 . 5 9
. . 9 2 3 4 8 . .
3 6 . . . . 7 . 2
. . 8 6 9 2 5 3 7
. 5 3 8 4 . 9 2 .
. . . . . . 4 . .
|
9 2 5 3 1 8 6 7 4
1 4 6 5 7 9 2 8 3
8 3 7 4 2 6 1 9 5
2 8 4 1 6 7 3 5 9
5 7 9 2 3 4 8 6 1
3 6 1 9 8 5 7 4 2
4 1 8 6 9 2 5 3 7
7 5 3 8 4 1 9 2 6
6 9 2 7 5 3 4 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1108
|
6...98..717.........8.67.432.7.....195..2147.816..3.......5.214....1.6.9.....2785
|
634198527172345896598267143247589361953621478816473952389756214725814639461932785
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1108
|
Basic 9x9 Sudoku 1108
|
Normal 9x9 sudoku rules apply
|
6 . . . 9 8 . . 7
1 7 . . . . . . .
. . 8 . 6 7 . 4 3
2 . 7 . . . . . 1
9 5 . . 2 1 4 7 .
8 1 6 . . 3 . . .
. . . . 5 . 2 1 4
. . . . 1 . 6 . 9
. . . . . 2 7 8 5
|
6 3 4 1 9 8 5 2 7
1 7 2 3 4 5 8 9 6
5 9 8 2 6 7 1 4 3
2 4 7 5 8 9 3 6 1
9 5 3 6 2 1 4 7 8
8 1 6 4 7 3 9 5 2
3 8 9 7 5 6 2 1 4
7 2 5 8 1 4 6 3 9
4 6 1 9 3 2 7 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1109
|
7..192.35.4.3.5.965.9.....8..74..5.9.14..78.3..5..9247498.713.227.954.816...389.4
|
786192435142385796539746128827463519914527863365819247498671352273954681651238974
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1109
|
Basic 9x9 Sudoku 1109
|
Normal 9x9 sudoku rules apply
|
7 . . 1 9 2 . 3 5
. 4 . 3 . 5 . 9 6
5 . 9 . . . . . 8
. . 7 4 . . 5 . 9
. 1 4 . . 7 8 . 3
. . 5 . . 9 2 4 7
4 9 8 . 7 1 3 . 2
2 7 . 9 5 4 . 8 1
6 . . . 3 8 9 . 4
|
7 8 6 1 9 2 4 3 5
1 4 2 3 8 5 7 9 6
5 3 9 7 4 6 1 2 8
8 2 7 4 6 3 5 1 9
9 1 4 5 2 7 8 6 3
3 6 5 8 1 9 2 4 7
4 9 8 6 7 1 3 5 2
2 7 3 9 5 4 6 8 1
6 5 1 2 3 8 9 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1110
|
..194.....931.582.7....6..92..4.97.815..32.469846572..5.9764.82.7.59846.468.2..97
|
821943675693175824745286139236419758157832946984657213519764382372598461468321597
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1110
|
Basic 9x9 Sudoku 1110
|
Normal 9x9 sudoku rules apply
|
. . 1 9 4 . . . .
. 9 3 1 . 5 8 2 .
7 . . . . 6 . . 9
2 . . 4 . 9 7 . 8
1 5 . . 3 2 . 4 6
9 8 4 6 5 7 2 . .
5 . 9 7 6 4 . 8 2
. 7 . 5 9 8 4 6 .
4 6 8 . 2 . . 9 7
|
8 2 1 9 4 3 6 7 5
6 9 3 1 7 5 8 2 4
7 4 5 2 8 6 1 3 9
2 3 6 4 1 9 7 5 8
1 5 7 8 3 2 9 4 6
9 8 4 6 5 7 2 1 3
5 1 9 7 6 4 3 8 2
3 7 2 5 9 8 4 6 1
4 6 8 3 2 1 5 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1111
|
98.214.577.68932.41..6578938.94657.2.6417.9.52753.946.53...6...491..83....7.3..48
|
983214657756893214142657893819465732364172985275389461538746129491528376627931548
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1111
|
Basic 9x9 Sudoku 1111
|
Normal 9x9 sudoku rules apply
|
9 8 . 2 1 4 . 5 7
7 . 6 8 9 3 2 . 4
1 . . 6 5 7 8 9 3
8 . 9 4 6 5 7 . 2
. 6 4 1 7 . 9 . 5
2 7 5 3 . 9 4 6 .
5 3 . . . 6 . . .
4 9 1 . . 8 3 . .
. . 7 . 3 . . 4 8
|
9 8 3 2 1 4 6 5 7
7 5 6 8 9 3 2 1 4
1 4 2 6 5 7 8 9 3
8 1 9 4 6 5 7 3 2
3 6 4 1 7 2 9 8 5
2 7 5 3 8 9 4 6 1
5 3 8 7 4 6 1 2 9
4 9 1 5 2 8 3 7 6
6 2 7 9 3 1 5 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1112
|
7..8192359.2435.768532..9.1138.64.52.67.51..84.5782613.29..8167674.23.895.169..24
|
746819235912435876853276941138964752267351498495782613329548167674123589581697324
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1112
|
Basic 9x9 Sudoku 1112
|
Normal 9x9 sudoku rules apply
|
7 . . 8 1 9 2 3 5
9 . 2 4 3 5 . 7 6
8 5 3 2 . . 9 . 1
1 3 8 . 6 4 . 5 2
. 6 7 . 5 1 . . 8
4 . 5 7 8 2 6 1 3
. 2 9 . . 8 1 6 7
6 7 4 . 2 3 . 8 9
5 . 1 6 9 . . 2 4
|
7 4 6 8 1 9 2 3 5
9 1 2 4 3 5 8 7 6
8 5 3 2 7 6 9 4 1
1 3 8 9 6 4 7 5 2
2 6 7 3 5 1 4 9 8
4 9 5 7 8 2 6 1 3
3 2 9 5 4 8 1 6 7
6 7 4 1 2 3 5 8 9
5 8 1 6 9 7 3 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1113
|
8672..354542.3619.91..7.26823416758.185..4673679583.124.67528..7..34.92.3..6.87.5
|
867219354542836197913475268234167589185924673679583412496752831758341926321698745
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1113
|
Basic 9x9 Sudoku 1113
|
Normal 9x9 sudoku rules apply
|
8 6 7 2 . . 3 5 4
5 4 2 . 3 6 1 9 .
9 1 . . 7 . 2 6 8
2 3 4 1 6 7 5 8 .
1 8 5 . . 4 6 7 3
6 7 9 5 8 3 . 1 2
4 . 6 7 5 2 8 . .
7 . . 3 4 . 9 2 .
3 . . 6 . 8 7 . 5
|
8 6 7 2 1 9 3 5 4
5 4 2 8 3 6 1 9 7
9 1 3 4 7 5 2 6 8
2 3 4 1 6 7 5 8 9
1 8 5 9 2 4 6 7 3
6 7 9 5 8 3 4 1 2
4 9 6 7 5 2 8 3 1
7 5 8 3 4 1 9 2 6
3 2 1 6 9 8 7 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1114
|
1.2.86...683.712.47..243.61......7.2.2.3.51484...27.39378.5.9..51....4.72.4..9385
|
142986573683571294795243861836194752927365148451827639378452916519638427264719385
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1114
|
Basic 9x9 Sudoku 1114
|
Normal 9x9 sudoku rules apply
|
1 . 2 . 8 6 . . .
6 8 3 . 7 1 2 . 4
7 . . 2 4 3 . 6 1
. . . . . . 7 . 2
. 2 . 3 . 5 1 4 8
4 . . . 2 7 . 3 9
3 7 8 . 5 . 9 . .
5 1 . . . . 4 . 7
2 . 4 . . 9 3 8 5
|
1 4 2 9 8 6 5 7 3
6 8 3 5 7 1 2 9 4
7 9 5 2 4 3 8 6 1
8 3 6 1 9 4 7 5 2
9 2 7 3 6 5 1 4 8
4 5 1 8 2 7 6 3 9
3 7 8 4 5 2 9 1 6
5 1 9 6 3 8 4 2 7
2 6 4 7 1 9 3 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1115
|
8...3.567...8.7194679154.8.19568.4.228.491356436...81.9132.8.4572...6..85.8.....1
|
841932567352867194679154283195683472287491356436725819913278645724516938568349721
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1115
|
Basic 9x9 Sudoku 1115
|
Normal 9x9 sudoku rules apply
|
8 . . . 3 . 5 6 7
. . . 8 . 7 1 9 4
6 7 9 1 5 4 . 8 .
1 9 5 6 8 . 4 . 2
2 8 . 4 9 1 3 5 6
4 3 6 . . . 8 1 .
9 1 3 2 . 8 . 4 5
7 2 . . . 6 . . 8
5 . 8 . . . . . 1
|
8 4 1 9 3 2 5 6 7
3 5 2 8 6 7 1 9 4
6 7 9 1 5 4 2 8 3
1 9 5 6 8 3 4 7 2
2 8 7 4 9 1 3 5 6
4 3 6 7 2 5 8 1 9
9 1 3 2 7 8 6 4 5
7 2 4 5 1 6 9 3 8
5 6 8 3 4 9 7 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1116
|
.82..9..7.7....9.3.4975....9.4..8..15..213.497...9462..9....1848..4...9...3..1...
|
682139457175842963349756812924678531568213749731594628297365184816427395453981276
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1116
|
Basic 9x9 Sudoku 1116
|
Normal 9x9 sudoku rules apply
|
. 8 2 . . 9 . . 7
. 7 . . . . 9 . 3
. 4 9 7 5 . . . .
9 . 4 . . 8 . . 1
5 . . 2 1 3 . 4 9
7 . . . 9 4 6 2 .
. 9 . . . . 1 8 4
8 . . 4 . . . 9 .
. . 3 . . 1 . . .
|
6 8 2 1 3 9 4 5 7
1 7 5 8 4 2 9 6 3
3 4 9 7 5 6 8 1 2
9 2 4 6 7 8 5 3 1
5 6 8 2 1 3 7 4 9
7 3 1 5 9 4 6 2 8
2 9 7 3 6 5 1 8 4
8 1 6 4 2 7 3 9 5
4 5 3 9 8 1 2 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1117
|
4..1...67..682...525...618......2.3417.46952..2....7..5.9..3...381254..67..98.45.
|
438195267916827345257346189895712634173469528624538791549673812381254976762981453
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1117
|
Basic 9x9 Sudoku 1117
|
Normal 9x9 sudoku rules apply
|
4 . . 1 . . . 6 7
. . 6 8 2 . . . 5
2 5 . . . 6 1 8 .
. . . . . 2 . 3 4
1 7 . 4 6 9 5 2 .
. 2 . . . . 7 . .
5 . 9 . . 3 . . .
3 8 1 2 5 4 . . 6
7 . . 9 8 . 4 5 .
|
4 3 8 1 9 5 2 6 7
9 1 6 8 2 7 3 4 5
2 5 7 3 4 6 1 8 9
8 9 5 7 1 2 6 3 4
1 7 3 4 6 9 5 2 8
6 2 4 5 3 8 7 9 1
5 4 9 6 7 3 8 1 2
3 8 1 2 5 4 9 7 6
7 6 2 9 8 1 4 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1118
|
..1.8.27.6.932718.2.76.4..319...863284326.71..2.19....3..851.9791.7.28........3.1
|
431589276659327184287614953195478632843265719726193548362851497914732865578946321
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1118
|
Basic 9x9 Sudoku 1118
|
Normal 9x9 sudoku rules apply
|
. . 1 . 8 . 2 7 .
6 . 9 3 2 7 1 8 .
2 . 7 6 . 4 . . 3
1 9 . . . 8 6 3 2
8 4 3 2 6 . 7 1 .
. 2 . 1 9 . . . .
3 . . 8 5 1 . 9 7
9 1 . 7 . 2 8 . .
. . . . . . 3 . 1
|
4 3 1 5 8 9 2 7 6
6 5 9 3 2 7 1 8 4
2 8 7 6 1 4 9 5 3
1 9 5 4 7 8 6 3 2
8 4 3 2 6 5 7 1 9
7 2 6 1 9 3 5 4 8
3 6 2 8 5 1 4 9 7
9 1 4 7 3 2 8 6 5
5 7 8 9 4 6 3 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1119
|
.678..34543.69.1.88....4......375.....3986.17.89..1.53.92.485...741..8..61...9.34
|
967812345435697128821534976146375289253986417789421653392748561574163892618259734
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1119
|
Basic 9x9 Sudoku 1119
|
Normal 9x9 sudoku rules apply
|
. 6 7 8 . . 3 4 5
4 3 . 6 9 . 1 . 8
8 . . . . 4 . . .
. . . 3 7 5 . . .
. . 3 9 8 6 . 1 7
. 8 9 . . 1 . 5 3
. 9 2 . 4 8 5 . .
. 7 4 1 . . 8 . .
6 1 . . . 9 . 3 4
|
9 6 7 8 1 2 3 4 5
4 3 5 6 9 7 1 2 8
8 2 1 5 3 4 9 7 6
1 4 6 3 7 5 2 8 9
2 5 3 9 8 6 4 1 7
7 8 9 4 2 1 6 5 3
3 9 2 7 4 8 5 6 1
5 7 4 1 6 3 8 9 2
6 1 8 2 5 9 7 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1120
|
2....85.9.7.1523..45396728.16..8..95.37695..2..24.1.3.7.9.168.3.45839..7....2495.
|
216348579978152364453967281164283795837695412592471638729516843645839127381724956
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1120
|
Basic 9x9 Sudoku 1120
|
Normal 9x9 sudoku rules apply
|
2 . . . . 8 5 . 9
. 7 . 1 5 2 3 . .
4 5 3 9 6 7 2 8 .
1 6 . . 8 . . 9 5
. 3 7 6 9 5 . . 2
. . 2 4 . 1 . 3 .
7 . 9 . 1 6 8 . 3
. 4 5 8 3 9 . . 7
. . . . 2 4 9 5 .
|
2 1 6 3 4 8 5 7 9
9 7 8 1 5 2 3 6 4
4 5 3 9 6 7 2 8 1
1 6 4 2 8 3 7 9 5
8 3 7 6 9 5 4 1 2
5 9 2 4 7 1 6 3 8
7 2 9 5 1 6 8 4 3
6 4 5 8 3 9 1 2 7
3 8 1 7 2 4 9 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1121
|
.5798..6.94.23671...6...8.91....93.4.....4.71.641.3...4.1..5.8..8..1...66..7....3
|
357981462948236715216457839172869354893524671564173928431695287789312546625748193
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1121
|
Basic 9x9 Sudoku 1121
|
Normal 9x9 sudoku rules apply
|
. 5 7 9 8 . . 6 .
9 4 . 2 3 6 7 1 .
. . 6 . . . 8 . 9
1 . . . . 9 3 . 4
. . . . . 4 . 7 1
. 6 4 1 . 3 . . .
4 . 1 . . 5 . 8 .
. 8 . . 1 . . . 6
6 . . 7 . . . . 3
|
3 5 7 9 8 1 4 6 2
9 4 8 2 3 6 7 1 5
2 1 6 4 5 7 8 3 9
1 7 2 8 6 9 3 5 4
8 9 3 5 2 4 6 7 1
5 6 4 1 7 3 9 2 8
4 3 1 6 9 5 2 8 7
7 8 9 3 1 2 5 4 6
6 2 5 7 4 8 1 9 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1122
|
.2.1839..3719.6.856.95.712..3.6.975...78.42.9..5.7..18..87..342...4.18.774.238.9.
|
524183976371926485689547123832619754167854239495372618918765342253491867746238591
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1122
|
Basic 9x9 Sudoku 1122
|
Normal 9x9 sudoku rules apply
|
. 2 . 1 8 3 9 . .
3 7 1 9 . 6 . 8 5
6 . 9 5 . 7 1 2 .
. 3 . 6 . 9 7 5 .
. . 7 8 . 4 2 . 9
. . 5 . 7 . . 1 8
. . 8 7 . . 3 4 2
. . . 4 . 1 8 . 7
7 4 . 2 3 8 . 9 .
|
5 2 4 1 8 3 9 7 6
3 7 1 9 2 6 4 8 5
6 8 9 5 4 7 1 2 3
8 3 2 6 1 9 7 5 4
1 6 7 8 5 4 2 3 9
4 9 5 3 7 2 6 1 8
9 1 8 7 6 5 3 4 2
2 5 3 4 9 1 8 6 7
7 4 6 2 3 8 5 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1123
|
....8.54626.394...84.5.723.3.281....45.2.3...187..6.5271.43...5.34621.7.6.97...13
|
973182546265394187841567239392815764456273891187946352718439625534621978629758413
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1123
|
Basic 9x9 Sudoku 1123
|
Normal 9x9 sudoku rules apply
|
. . . . 8 . 5 4 6
2 6 . 3 9 4 . . .
8 4 . 5 . 7 2 3 .
3 . 2 8 1 . . . .
4 5 . 2 . 3 . . .
1 8 7 . . 6 . 5 2
7 1 . 4 3 . . . 5
. 3 4 6 2 1 . 7 .
6 . 9 7 . . . 1 3
|
9 7 3 1 8 2 5 4 6
2 6 5 3 9 4 1 8 7
8 4 1 5 6 7 2 3 9
3 9 2 8 1 5 7 6 4
4 5 6 2 7 3 8 9 1
1 8 7 9 4 6 3 5 2
7 1 8 4 3 9 6 2 5
5 3 4 6 2 1 9 7 8
6 2 9 7 5 8 4 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1124
|
6.2..94...4...39868956741..153.9..68.8936725.....853949..73...2528.41...3.4526819
|
632819475741253986895674123153492768489367251267185394916738542528941637374526819
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1124
|
Basic 9x9 Sudoku 1124
|
Normal 9x9 sudoku rules apply
|
6 . 2 . . 9 4 . .
. 4 . . . 3 9 8 6
8 9 5 6 7 4 1 . .
1 5 3 . 9 . . 6 8
. 8 9 3 6 7 2 5 .
. . . . 8 5 3 9 4
9 . . 7 3 . . . 2
5 2 8 . 4 1 . . .
3 . 4 5 2 6 8 1 9
|
6 3 2 8 1 9 4 7 5
7 4 1 2 5 3 9 8 6
8 9 5 6 7 4 1 2 3
1 5 3 4 9 2 7 6 8
4 8 9 3 6 7 2 5 1
2 6 7 1 8 5 3 9 4
9 1 6 7 3 8 5 4 2
5 2 8 9 4 1 6 3 7
3 7 4 5 2 6 8 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1125
|
9.1234.56..5..6.2..36...8....93.547.3..4..9...6.92.38.15.....3.6.315.2.8....83517
|
981234756745896123236571894819365472327418965564927381158742639673159248492683517
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1125
|
Basic 9x9 Sudoku 1125
|
Normal 9x9 sudoku rules apply
|
9 . 1 2 3 4 . 5 6
. . 5 . . 6 . 2 .
. 3 6 . . . 8 . .
. . 9 3 . 5 4 7 .
3 . . 4 . . 9 . .
. 6 . 9 2 . 3 8 .
1 5 . . . . . 3 .
6 . 3 1 5 . 2 . 8
. . . . 8 3 5 1 7
|
9 8 1 2 3 4 7 5 6
7 4 5 8 9 6 1 2 3
2 3 6 5 7 1 8 9 4
8 1 9 3 6 5 4 7 2
3 2 7 4 1 8 9 6 5
5 6 4 9 2 7 3 8 1
1 5 8 7 4 2 6 3 9
6 7 3 1 5 9 2 4 8
4 9 2 6 8 3 5 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1126
|
61482935.39..5..628527.6.492..69.57.5493.72161762.59837.19.8..5438..26919...1.72.
|
614829357397154862852736149283691574549387216176245983721968435438572691965413728
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1126
|
Basic 9x9 Sudoku 1126
|
Normal 9x9 sudoku rules apply
|
6 1 4 8 2 9 3 5 .
3 9 . . 5 . . 6 2
8 5 2 7 . 6 . 4 9
2 . . 6 9 . 5 7 .
5 4 9 3 . 7 2 1 6
1 7 6 2 . 5 9 8 3
7 . 1 9 . 8 . . 5
4 3 8 . . 2 6 9 1
9 . . . 1 . 7 2 .
|
6 1 4 8 2 9 3 5 7
3 9 7 1 5 4 8 6 2
8 5 2 7 3 6 1 4 9
2 8 3 6 9 1 5 7 4
5 4 9 3 8 7 2 1 6
1 7 6 2 4 5 9 8 3
7 2 1 9 6 8 4 3 5
4 3 8 5 7 2 6 9 1
9 6 5 4 1 3 7 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1127
|
34.189...78.4..19316.23.45..93.61724.17.2.365..637.819621.45..7.3471258657869.241
|
345189672782456193169237458893561724417928365256374819621845937934712586578693241
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1127
|
Basic 9x9 Sudoku 1127
|
Normal 9x9 sudoku rules apply
|
3 4 . 1 8 9 . . .
7 8 . 4 . . 1 9 3
1 6 . 2 3 . 4 5 .
. 9 3 . 6 1 7 2 4
. 1 7 . 2 . 3 6 5
. . 6 3 7 . 8 1 9
6 2 1 . 4 5 . . 7
. 3 4 7 1 2 5 8 6
5 7 8 6 9 . 2 4 1
|
3 4 5 1 8 9 6 7 2
7 8 2 4 5 6 1 9 3
1 6 9 2 3 7 4 5 8
8 9 3 5 6 1 7 2 4
4 1 7 9 2 8 3 6 5
2 5 6 3 7 4 8 1 9
6 2 1 8 4 5 9 3 7
9 3 4 7 1 2 5 8 6
5 7 8 6 9 3 2 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1128
|
746....52..35...87.89237.....71.4.381.8.23.9......9...6.5.182..431.9..6..7.36.1.9
|
746981352213546987589237416927154638158623794364879521695418273431792865872365149
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1128
|
Basic 9x9 Sudoku 1128
|
Normal 9x9 sudoku rules apply
|
7 4 6 . . . . 5 2
. . 3 5 . . . 8 7
. 8 9 2 3 7 . . .
. . 7 1 . 4 . 3 8
1 . 8 . 2 3 . 9 .
. . . . . 9 . . .
6 . 5 . 1 8 2 . .
4 3 1 . 9 . . 6 .
. 7 . 3 6 . 1 . 9
|
7 4 6 9 8 1 3 5 2
2 1 3 5 4 6 9 8 7
5 8 9 2 3 7 4 1 6
9 2 7 1 5 4 6 3 8
1 5 8 6 2 3 7 9 4
3 6 4 8 7 9 5 2 1
6 9 5 4 1 8 2 7 3
4 3 1 7 9 2 8 6 5
8 7 2 3 6 5 1 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1129
|
48...356.9...783.....2461.9829..7..1.5....6933..19..78.1.369.4.6387.4915.9.8517..
|
482913567961578324573246189829637451157482693346195278715369842638724915294851736
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1129
|
Basic 9x9 Sudoku 1129
|
Normal 9x9 sudoku rules apply
|
4 8 . . . 3 5 6 .
9 . . . 7 8 3 . .
. . . 2 4 6 1 . 9
8 2 9 . . 7 . . 1
. 5 . . . . 6 9 3
3 . . 1 9 . . 7 8
. 1 . 3 6 9 . 4 .
6 3 8 7 . 4 9 1 5
. 9 . 8 5 1 7 . .
|
4 8 2 9 1 3 5 6 7
9 6 1 5 7 8 3 2 4
5 7 3 2 4 6 1 8 9
8 2 9 6 3 7 4 5 1
1 5 7 4 8 2 6 9 3
3 4 6 1 9 5 2 7 8
7 1 5 3 6 9 8 4 2
6 3 8 7 2 4 9 1 5
2 9 4 8 5 1 7 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1130
|
.......4..91842.372345671.91253798649436..71.8674219533.925467.71..38.2545..16398
|
578193246691842537234567189125379864943685712867421953389254671716938425452716398
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1130
|
Basic 9x9 Sudoku 1130
|
Normal 9x9 sudoku rules apply
|
. . . . . . . 4 .
. 9 1 8 4 2 . 3 7
2 3 4 5 6 7 1 . 9
1 2 5 3 7 9 8 6 4
9 4 3 6 . . 7 1 .
8 6 7 4 2 1 9 5 3
3 . 9 2 5 4 6 7 .
7 1 . . 3 8 . 2 5
4 5 . . 1 6 3 9 8
|
5 7 8 1 9 3 2 4 6
6 9 1 8 4 2 5 3 7
2 3 4 5 6 7 1 8 9
1 2 5 3 7 9 8 6 4
9 4 3 6 8 5 7 1 2
8 6 7 4 2 1 9 5 3
3 8 9 2 5 4 6 7 1
7 1 6 9 3 8 4 2 5
4 5 2 7 1 6 3 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1131
|
9152834672.8......3679..1..4.....6..8.16...2.6.9..2.1.73...9846.9..6.23.5..3.47..
|
915283467248176953367945182423851679851697324679432518732519846194768235586324791
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1131
|
Basic 9x9 Sudoku 1131
|
Normal 9x9 sudoku rules apply
|
9 1 5 2 8 3 4 6 7
2 . 8 . . . . . .
3 6 7 9 . . 1 . .
4 . . . . . 6 . .
8 . 1 6 . . . 2 .
6 . 9 . . 2 . 1 .
7 3 . . . 9 8 4 6
. 9 . . 6 . 2 3 .
5 . . 3 . 4 7 . .
|
9 1 5 2 8 3 4 6 7
2 4 8 1 7 6 9 5 3
3 6 7 9 4 5 1 8 2
4 2 3 8 5 1 6 7 9
8 5 1 6 9 7 3 2 4
6 7 9 4 3 2 5 1 8
7 3 2 5 1 9 8 4 6
1 9 4 7 6 8 2 3 5
5 8 6 3 2 4 7 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1132
|
524.89.37.162348.9.896..2141.5968472.68572193...4135.66..3.5.4.8.3..69......9.3.5
|
524189637716234859389657214135968472468572193972413586691325748853746921247891365
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1132
|
Basic 9x9 Sudoku 1132
|
Normal 9x9 sudoku rules apply
|
5 2 4 . 8 9 . 3 7
. 1 6 2 3 4 8 . 9
. 8 9 6 . . 2 1 4
1 . 5 9 6 8 4 7 2
. 6 8 5 7 2 1 9 3
. . . 4 1 3 5 . 6
6 . . 3 . 5 . 4 .
8 . 3 . . 6 9 . .
. . . . 9 . 3 . 5
|
5 2 4 1 8 9 6 3 7
7 1 6 2 3 4 8 5 9
3 8 9 6 5 7 2 1 4
1 3 5 9 6 8 4 7 2
4 6 8 5 7 2 1 9 3
9 7 2 4 1 3 5 8 6
6 9 1 3 2 5 7 4 8
8 5 3 7 4 6 9 2 1
2 4 7 8 9 1 3 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1133
|
2...1..7...6.9.85..73.6...2.8..4652..57.28..16.4751.8....189.6.9....2.35..15342..
|
295813476416297853873465912189346527357928641624751389532189764948672135761534298
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1133
|
Basic 9x9 Sudoku 1133
|
Normal 9x9 sudoku rules apply
|
2 . . . 1 . . 7 .
. . 6 . 9 . 8 5 .
. 7 3 . 6 . . . 2
. 8 . . 4 6 5 2 .
. 5 7 . 2 8 . . 1
6 . 4 7 5 1 . 8 .
. . . 1 8 9 . 6 .
9 . . . . 2 . 3 5
. . 1 5 3 4 2 . .
|
2 9 5 8 1 3 4 7 6
4 1 6 2 9 7 8 5 3
8 7 3 4 6 5 9 1 2
1 8 9 3 4 6 5 2 7
3 5 7 9 2 8 6 4 1
6 2 4 7 5 1 3 8 9
5 3 2 1 8 9 7 6 4
9 4 8 6 7 2 1 3 5
7 6 1 5 3 4 2 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1134
|
..4.1..5.3..6.58.....32.16.8....157..1.57638995..8.4...9...4.....8932.....3758...
|
764819253321645897589327164836491572412576389957283416295164738178932645643758921
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1134
|
Basic 9x9 Sudoku 1134
|
Normal 9x9 sudoku rules apply
|
. . 4 . 1 . . 5 .
3 . . 6 . 5 8 . .
. . . 3 2 . 1 6 .
8 . . . . 1 5 7 .
. 1 . 5 7 6 3 8 9
9 5 . . 8 . 4 . .
. 9 . . . 4 . . .
. . 8 9 3 2 . . .
. . 3 7 5 8 . . .
|
7 6 4 8 1 9 2 5 3
3 2 1 6 4 5 8 9 7
5 8 9 3 2 7 1 6 4
8 3 6 4 9 1 5 7 2
4 1 2 5 7 6 3 8 9
9 5 7 2 8 3 4 1 6
2 9 5 1 6 4 7 3 8
1 7 8 9 3 2 6 4 5
6 4 3 7 5 8 9 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1135
|
6.9...457.8..7.926..2....8392.7586.4..5...7.2.6792.5.8..85643...4.839265....1784.
|
639182457184375926572496183923758614815643792467921538298564371741839265356217849
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1135
|
Basic 9x9 Sudoku 1135
|
Normal 9x9 sudoku rules apply
|
6 . 9 . . . 4 5 7
. 8 . . 7 . 9 2 6
. . 2 . . . . 8 3
9 2 . 7 5 8 6 . 4
. . 5 . . . 7 . 2
. 6 7 9 2 . 5 . 8
. . 8 5 6 4 3 . .
. 4 . 8 3 9 2 6 5
. . . . 1 7 8 4 .
|
6 3 9 1 8 2 4 5 7
1 8 4 3 7 5 9 2 6
5 7 2 4 9 6 1 8 3
9 2 3 7 5 8 6 1 4
8 1 5 6 4 3 7 9 2
4 6 7 9 2 1 5 3 8
2 9 8 5 6 4 3 7 1
7 4 1 8 3 9 2 6 5
3 5 6 2 1 7 8 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1136
|
8.1..24.....8..39.9...56......2.36.92.794.5....9...8.252.......7.643.....9.7...6.
|
871392456652874391943156728485213679267948513139567842524681937716439285398725164
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1136
|
Basic 9x9 Sudoku 1136
|
Normal 9x9 sudoku rules apply
|
8 . 1 . . 2 4 . .
. . . 8 . . 3 9 .
9 . . . 5 6 . . .
. . . 2 . 3 6 . 9
2 . 7 9 4 . 5 . .
. . 9 . . . 8 . 2
5 2 . . . . . . .
7 . 6 4 3 . . . .
. 9 . 7 . . . 6 .
|
8 7 1 3 9 2 4 5 6
6 5 2 8 7 4 3 9 1
9 4 3 1 5 6 7 2 8
4 8 5 2 1 3 6 7 9
2 6 7 9 4 8 5 1 3
1 3 9 5 6 7 8 4 2
5 2 4 6 8 1 9 3 7
7 1 6 4 3 9 2 8 5
3 9 8 7 2 5 1 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1137
|
1792.435646.3.589738.6.712.8.31...7..51.7396874695..315287.961.634.2.7.991.8.6542
|
179284356462315897385697124893162475251473968746958231528749613634521789917836542
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1137
|
Basic 9x9 Sudoku 1137
|
Normal 9x9 sudoku rules apply
|
1 7 9 2 . 4 3 5 6
4 6 . 3 . 5 8 9 7
3 8 . 6 . 7 1 2 .
8 . 3 1 . . . 7 .
. 5 1 . 7 3 9 6 8
7 4 6 9 5 . . 3 1
5 2 8 7 . 9 6 1 .
6 3 4 . 2 . 7 . 9
9 1 . 8 . 6 5 4 2
|
1 7 9 2 8 4 3 5 6
4 6 2 3 1 5 8 9 7
3 8 5 6 9 7 1 2 4
8 9 3 1 6 2 4 7 5
2 5 1 4 7 3 9 6 8
7 4 6 9 5 8 2 3 1
5 2 8 7 4 9 6 1 3
6 3 4 5 2 1 7 8 9
9 1 7 8 3 6 5 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1138
|
.9183.47.8.2.761.564791.23816..27854483..976227.6483193587..9...24.916.39.6283547
|
591832476832476195647915238169327854483159762275648319358764921724591683916283547
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1138
|
Basic 9x9 Sudoku 1138
|
Normal 9x9 sudoku rules apply
|
. 9 1 8 3 . 4 7 .
8 . 2 . 7 6 1 . 5
6 4 7 9 1 . 2 3 8
1 6 . . 2 7 8 5 4
4 8 3 . . 9 7 6 2
2 7 . 6 4 8 3 1 9
3 5 8 7 . . 9 . .
. 2 4 . 9 1 6 . 3
9 . 6 2 8 3 5 4 7
|
5 9 1 8 3 2 4 7 6
8 3 2 4 7 6 1 9 5
6 4 7 9 1 5 2 3 8
1 6 9 3 2 7 8 5 4
4 8 3 1 5 9 7 6 2
2 7 5 6 4 8 3 1 9
3 5 8 7 6 4 9 2 1
7 2 4 5 9 1 6 8 3
9 1 6 2 8 3 5 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1139
|
76812.3452..8549..594.3.812.8659742.4.7318..99536427.1.49.81..73724.5198815.73.6.
|
768129345231854976594736812186597423427318659953642781649281537372465198815973264
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1139
|
Basic 9x9 Sudoku 1139
|
Normal 9x9 sudoku rules apply
|
7 6 8 1 2 . 3 4 5
2 . . 8 5 4 9 . .
5 9 4 . 3 . 8 1 2
. 8 6 5 9 7 4 2 .
4 . 7 3 1 8 . . 9
9 5 3 6 4 2 7 . 1
. 4 9 . 8 1 . . 7
3 7 2 4 . 5 1 9 8
8 1 5 . 7 3 . 6 .
|
7 6 8 1 2 9 3 4 5
2 3 1 8 5 4 9 7 6
5 9 4 7 3 6 8 1 2
1 8 6 5 9 7 4 2 3
4 2 7 3 1 8 6 5 9
9 5 3 6 4 2 7 8 1
6 4 9 2 8 1 5 3 7
3 7 2 4 6 5 1 9 8
8 1 5 9 7 3 2 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1140
|
4369.1.578..25.3969.23.781424389.6.118764....569.7.42862..19.43..4.281.571543.98.
|
436981257871254396952367814243895671187642539569173428628519743394728165715436982
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1140
|
Basic 9x9 Sudoku 1140
|
Normal 9x9 sudoku rules apply
|
4 3 6 9 . 1 . 5 7
8 . . 2 5 . 3 9 6
9 . 2 3 . 7 8 1 4
2 4 3 8 9 . 6 . 1
1 8 7 6 4 . . . .
5 6 9 . 7 . 4 2 8
6 2 . . 1 9 . 4 3
. . 4 . 2 8 1 . 5
7 1 5 4 3 . 9 8 .
|
4 3 6 9 8 1 2 5 7
8 7 1 2 5 4 3 9 6
9 5 2 3 6 7 8 1 4
2 4 3 8 9 5 6 7 1
1 8 7 6 4 2 5 3 9
5 6 9 1 7 3 4 2 8
6 2 8 5 1 9 7 4 3
3 9 4 7 2 8 1 6 5
7 1 5 4 3 6 9 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1141
|
1.3.......471.986..98.7...1.362..7.....39..5...1..74..36.8.25977..9.....21..4....
|
123468975547129863698573241836254719472391658951687432364812597785936124219745386
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1141
|
Basic 9x9 Sudoku 1141
|
Normal 9x9 sudoku rules apply
|
1 . 3 . . . . . .
. 4 7 1 . 9 8 6 .
. 9 8 . 7 . . . 1
. 3 6 2 . . 7 . .
. . . 3 9 . . 5 .
. . 1 . . 7 4 . .
3 6 . 8 . 2 5 9 7
7 . . 9 . . . . .
2 1 . . 4 . . . .
|
1 2 3 4 6 8 9 7 5
5 4 7 1 2 9 8 6 3
6 9 8 5 7 3 2 4 1
8 3 6 2 5 4 7 1 9
4 7 2 3 9 1 6 5 8
9 5 1 6 8 7 4 3 2
3 6 4 8 1 2 5 9 7
7 8 5 9 3 6 1 2 4
2 1 9 7 4 5 3 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1142
|
2...8.5..5.791248384...5192....9.76..86257914759146..8...83....4.5761829..85293.1
|
291483576567912483843675192124398765386257914759146238912834657435761829678529341
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1142
|
Basic 9x9 Sudoku 1142
|
Normal 9x9 sudoku rules apply
|
2 . . . 8 . 5 . .
5 . 7 9 1 2 4 8 3
8 4 . . . 5 1 9 2
. . . . 9 . 7 6 .
. 8 6 2 5 7 9 1 4
7 5 9 1 4 6 . . 8
. . . 8 3 . . . .
4 . 5 7 6 1 8 2 9
. . 8 5 2 9 3 . 1
|
2 9 1 4 8 3 5 7 6
5 6 7 9 1 2 4 8 3
8 4 3 6 7 5 1 9 2
1 2 4 3 9 8 7 6 5
3 8 6 2 5 7 9 1 4
7 5 9 1 4 6 2 3 8
9 1 2 8 3 4 6 5 7
4 3 5 7 6 1 8 2 9
6 7 8 5 2 9 3 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1143
|
9..85..631.......7.4.3..18..3.5...7.87.6...1....9.7.48.98......7564...213.2.86.5.
|
927851463183264597645379182234518679879642315561937248498125736756493821312786954
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1143
|
Basic 9x9 Sudoku 1143
|
Normal 9x9 sudoku rules apply
|
9 . . 8 5 . . 6 3
1 . . . . . . . 7
. 4 . 3 . . 1 8 .
. 3 . 5 . . . 7 .
8 7 . 6 . . . 1 .
. . . 9 . 7 . 4 8
. 9 8 . . . . . .
7 5 6 4 . . . 2 1
3 . 2 . 8 6 . 5 .
|
9 2 7 8 5 1 4 6 3
1 8 3 2 6 4 5 9 7
6 4 5 3 7 9 1 8 2
2 3 4 5 1 8 6 7 9
8 7 9 6 4 2 3 1 5
5 6 1 9 3 7 2 4 8
4 9 8 1 2 5 7 3 6
7 5 6 4 9 3 8 2 1
3 1 2 7 8 6 9 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1144
|
538914267...8...35...357..1.69.....3.......2921...3486.9.67.358.8543.67.67.......
|
538914267741826935926357841869742513354168729217593486492671358185439672673285194
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1144
|
Basic 9x9 Sudoku 1144
|
Normal 9x9 sudoku rules apply
|
5 3 8 9 1 4 2 6 7
. . . 8 . . . 3 5
. . . 3 5 7 . . 1
. 6 9 . . . . . 3
. . . . . . . 2 9
2 1 . . . 3 4 8 6
. 9 . 6 7 . 3 5 8
. 8 5 4 3 . 6 7 .
6 7 . . . . . . .
|
5 3 8 9 1 4 2 6 7
7 4 1 8 2 6 9 3 5
9 2 6 3 5 7 8 4 1
8 6 9 7 4 2 5 1 3
3 5 4 1 6 8 7 2 9
2 1 7 5 9 3 4 8 6
4 9 2 6 7 1 3 5 8
1 8 5 4 3 9 6 7 2
6 7 3 2 8 5 1 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1145
|
32481956786.3.51.2.51246.89.4298..535.61.24989836.4721638.912.44.5723...2.74689..
|
324819567869375142751246389142987653576132498983654721638591274495723816217468935
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1145
|
Basic 9x9 Sudoku 1145
|
Normal 9x9 sudoku rules apply
|
3 2 4 8 1 9 5 6 7
8 6 . 3 . 5 1 . 2
. 5 1 2 4 6 . 8 9
. 4 2 9 8 . . 5 3
5 . 6 1 . 2 4 9 8
9 8 3 6 . 4 7 2 1
6 3 8 . 9 1 2 . 4
4 . 5 7 2 3 . . .
2 . 7 4 6 8 9 . .
|
3 2 4 8 1 9 5 6 7
8 6 9 3 7 5 1 4 2
7 5 1 2 4 6 3 8 9
1 4 2 9 8 7 6 5 3
5 7 6 1 3 2 4 9 8
9 8 3 6 5 4 7 2 1
6 3 8 5 9 1 2 7 4
4 9 5 7 2 3 8 1 6
2 1 7 4 6 8 9 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1146
|
....8.....751.3...248.76.313927.1.85..7....16......379.219476.3.34..87..7..352.4.
|
913284567675193824248576931392761485457839216186425379821947653534618792769352148
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1146
|
Basic 9x9 Sudoku 1146
|
Normal 9x9 sudoku rules apply
|
. . . . 8 . . . .
. 7 5 1 . 3 . . .
2 4 8 . 7 6 . 3 1
3 9 2 7 . 1 . 8 5
. . 7 . . . . 1 6
. . . . . . 3 7 9
. 2 1 9 4 7 6 . 3
. 3 4 . . 8 7 . .
7 . . 3 5 2 . 4 .
|
9 1 3 2 8 4 5 6 7
6 7 5 1 9 3 8 2 4
2 4 8 5 7 6 9 3 1
3 9 2 7 6 1 4 8 5
4 5 7 8 3 9 2 1 6
1 8 6 4 2 5 3 7 9
8 2 1 9 4 7 6 5 3
5 3 4 6 1 8 7 9 2
7 6 9 3 5 2 1 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1147
|
61.28.5.7..2..5......6.91.3..38.1..58264579.1.5...62..3719..4........71..65.123.8
|
619283547732145869584679123943821675826457931157396284371968452298534716465712398
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1147
|
Basic 9x9 Sudoku 1147
|
Normal 9x9 sudoku rules apply
|
6 1 . 2 8 . 5 . 7
. . 2 . . 5 . . .
. . . 6 . 9 1 . 3
. . 3 8 . 1 . . 5
8 2 6 4 5 7 9 . 1
. 5 . . . 6 2 . .
3 7 1 9 . . 4 . .
. . . . . . 7 1 .
. 6 5 . 1 2 3 . 8
|
6 1 9 2 8 3 5 4 7
7 3 2 1 4 5 8 6 9
5 8 4 6 7 9 1 2 3
9 4 3 8 2 1 6 7 5
8 2 6 4 5 7 9 3 1
1 5 7 3 9 6 2 8 4
3 7 1 9 6 8 4 5 2
2 9 8 5 3 4 7 1 6
4 6 5 7 1 2 3 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1148
|
.....85677951.28.38.6..5...25.3817.........1..1..7.35463...74855.2.1.6....9......
|
123498567795162843846735921254381796367549218918276354631927485572814639489653172
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1148
|
Basic 9x9 Sudoku 1148
|
Normal 9x9 sudoku rules apply
|
. . . . . 8 5 6 7
7 9 5 1 . 2 8 . 3
8 . 6 . . 5 . . .
2 5 . 3 8 1 7 . .
. . . . . . . 1 .
. 1 . . 7 . 3 5 4
6 3 . . . 7 4 8 5
5 . 2 . 1 . 6 . .
. . 9 . . . . . .
|
1 2 3 4 9 8 5 6 7
7 9 5 1 6 2 8 4 3
8 4 6 7 3 5 9 2 1
2 5 4 3 8 1 7 9 6
3 6 7 5 4 9 2 1 8
9 1 8 2 7 6 3 5 4
6 3 1 9 2 7 4 8 5
5 7 2 8 1 4 6 3 9
4 8 9 6 5 3 1 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1149
|
546....3782.3.7.....352.984...73........1.7.32.76..418.7..6..5......3841.9...867.
|
546189237829347165713526984184732596965814723237695418478261359652973841391458672
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1149
|
Basic 9x9 Sudoku 1149
|
Normal 9x9 sudoku rules apply
|
5 4 6 . . . . 3 7
8 2 . 3 . 7 . . .
. . 3 5 2 . 9 8 4
. . . 7 3 . . . .
. . . . 1 . 7 . 3
2 . 7 6 . . 4 1 8
. 7 . . 6 . . 5 .
. . . . . 3 8 4 1
. 9 . . . 8 6 7 .
|
5 4 6 1 8 9 2 3 7
8 2 9 3 4 7 1 6 5
7 1 3 5 2 6 9 8 4
1 8 4 7 3 2 5 9 6
9 6 5 8 1 4 7 2 3
2 3 7 6 9 5 4 1 8
4 7 8 2 6 1 3 5 9
6 5 2 9 7 3 8 4 1
3 9 1 4 5 8 6 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1150
|
.9.14.2676287931.4.....5983.3251.6491.93.45785.4986.1...3.7..2.7..4...962.685..31
|
395148267628793154417265983832517649169324578574986312983671425751432896246859731
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1150
|
Basic 9x9 Sudoku 1150
|
Normal 9x9 sudoku rules apply
|
. 9 . 1 4 . 2 6 7
6 2 8 7 9 3 1 . 4
. . . . . 5 9 8 3
. 3 2 5 1 . 6 4 9
1 . 9 3 . 4 5 7 8
5 . 4 9 8 6 . 1 .
. . 3 . 7 . . 2 .
7 . . 4 . . . 9 6
2 . 6 8 5 . . 3 1
|
3 9 5 1 4 8 2 6 7
6 2 8 7 9 3 1 5 4
4 1 7 2 6 5 9 8 3
8 3 2 5 1 7 6 4 9
1 6 9 3 2 4 5 7 8
5 7 4 9 8 6 3 1 2
9 8 3 6 7 1 4 2 5
7 5 1 4 3 2 8 9 6
2 4 6 8 5 9 7 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1151
|
2.5819..6.1324597894837.25.8.41327.9.9746.5.2126957483.3268.1..46..21.35781593.2.
|
275819346613245978948376251854132769397468512126957483532684197469721835781593624
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1151
|
Basic 9x9 Sudoku 1151
|
Normal 9x9 sudoku rules apply
|
2 . 5 8 1 9 . . 6
. 1 3 2 4 5 9 7 8
9 4 8 3 7 . 2 5 .
8 . 4 1 3 2 7 . 9
. 9 7 4 6 . 5 . 2
1 2 6 9 5 7 4 8 3
. 3 2 6 8 . 1 . .
4 6 . . 2 1 . 3 5
7 8 1 5 9 3 . 2 .
|
2 7 5 8 1 9 3 4 6
6 1 3 2 4 5 9 7 8
9 4 8 3 7 6 2 5 1
8 5 4 1 3 2 7 6 9
3 9 7 4 6 8 5 1 2
1 2 6 9 5 7 4 8 3
5 3 2 6 8 4 1 9 7
4 6 9 7 2 1 8 3 5
7 8 1 5 9 3 6 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1152
|
.968....47.8.9.316143.57.2....93.64....47..31.1.562...439.2..67.82.4.15..7138..9.
|
296813574758294316143657928827931645965478231314562789439125867682749153571386492
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1152
|
Basic 9x9 Sudoku 1152
|
Normal 9x9 sudoku rules apply
|
. 9 6 8 . . . . 4
7 . 8 . 9 . 3 1 6
1 4 3 . 5 7 . 2 .
. . . 9 3 . 6 4 .
. . . 4 7 . . 3 1
. 1 . 5 6 2 . . .
4 3 9 . 2 . . 6 7
. 8 2 . 4 . 1 5 .
. 7 1 3 8 . . 9 .
|
2 9 6 8 1 3 5 7 4
7 5 8 2 9 4 3 1 6
1 4 3 6 5 7 9 2 8
8 2 7 9 3 1 6 4 5
9 6 5 4 7 8 2 3 1
3 1 4 5 6 2 7 8 9
4 3 9 1 2 5 8 6 7
6 8 2 7 4 9 1 5 3
5 7 1 3 8 6 4 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1153
|
.64..13.73...25861.1....9458..913.5.479.5.1831....429.68......29.36..5....2.4....
|
564891327397425861218367945826913754479256183135784296681539472943672518752148639
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1153
|
Basic 9x9 Sudoku 1153
|
Normal 9x9 sudoku rules apply
|
. 6 4 . . 1 3 . 7
3 . . . 2 5 8 6 1
. 1 . . . . 9 4 5
8 . . 9 1 3 . 5 .
4 7 9 . 5 . 1 8 3
1 . . . . 4 2 9 .
6 8 . . . . . . 2
9 . 3 6 . . 5 . .
. . 2 . 4 . . . .
|
5 6 4 8 9 1 3 2 7
3 9 7 4 2 5 8 6 1
2 1 8 3 6 7 9 4 5
8 2 6 9 1 3 7 5 4
4 7 9 2 5 6 1 8 3
1 3 5 7 8 4 2 9 6
6 8 1 5 3 9 4 7 2
9 4 3 6 7 2 5 1 8
7 5 2 1 4 8 6 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1154
|
.53.......492.78..82...59..9847265315163.84..7.2514.8.295673148.6894175..71.5...6
|
653189274149237865827465913984726531516398427732514689295673148368941752471852396
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1154
|
Basic 9x9 Sudoku 1154
|
Normal 9x9 sudoku rules apply
|
. 5 3 . . . . . .
. 4 9 2 . 7 8 . .
8 2 . . . 5 9 . .
9 8 4 7 2 6 5 3 1
5 1 6 3 . 8 4 . .
7 . 2 5 1 4 . 8 .
2 9 5 6 7 3 1 4 8
. 6 8 9 4 1 7 5 .
. 7 1 . 5 . . . 6
|
6 5 3 1 8 9 2 7 4
1 4 9 2 3 7 8 6 5
8 2 7 4 6 5 9 1 3
9 8 4 7 2 6 5 3 1
5 1 6 3 9 8 4 2 7
7 3 2 5 1 4 6 8 9
2 9 5 6 7 3 1 4 8
3 6 8 9 4 1 7 5 2
4 7 1 8 5 2 3 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1155
|
.3.91..5...4.8.9.2.5.6.73.....3..1..26.17..84..7.682394.....8.33.529674..9.8.46.5
|
638912457174583962952647318849325176263179584517468239426751893385296741791834625
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1155
|
Basic 9x9 Sudoku 1155
|
Normal 9x9 sudoku rules apply
|
. 3 . 9 1 . . 5 .
. . 4 . 8 . 9 . 2
. 5 . 6 . 7 3 . .
. . . 3 . . 1 . .
2 6 . 1 7 . . 8 4
. . 7 . 6 8 2 3 9
4 . . . . . 8 . 3
3 . 5 2 9 6 7 4 .
. 9 . 8 . 4 6 . 5
|
6 3 8 9 1 2 4 5 7
1 7 4 5 8 3 9 6 2
9 5 2 6 4 7 3 1 8
8 4 9 3 2 5 1 7 6
2 6 3 1 7 9 5 8 4
5 1 7 4 6 8 2 3 9
4 2 6 7 5 1 8 9 3
3 8 5 2 9 6 7 4 1
7 9 1 8 3 4 6 2 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1156
|
58.1....37...........47.9.5..7..26..1..3..7.993..1.5.8.....185....2.8...8749..2..
|
586129473749583162321476985457892631168354729932617548293761854615248397874935216
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1156
|
Basic 9x9 Sudoku 1156
|
Normal 9x9 sudoku rules apply
|
5 8 . 1 . . . . 3
7 . . . . . . . .
. . . 4 7 . 9 . 5
. . 7 . . 2 6 . .
1 . . 3 . . 7 . 9
9 3 . . 1 . 5 . 8
. . . . . 1 8 5 .
. . . 2 . 8 . . .
8 7 4 9 . . 2 . .
|
5 8 6 1 2 9 4 7 3
7 4 9 5 8 3 1 6 2
3 2 1 4 7 6 9 8 5
4 5 7 8 9 2 6 3 1
1 6 8 3 5 4 7 2 9
9 3 2 6 1 7 5 4 8
2 9 3 7 6 1 8 5 4
6 1 5 2 4 8 3 9 7
8 7 4 9 3 5 2 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1157
|
4..1589.678..6..3.69.34.81.816.3..9.2.481.76.97342..81.....16.712..74..856..83.4.
|
432158976781962435695347812816735294254819763973426581348591627129674358567283149
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1157
|
Basic 9x9 Sudoku 1157
|
Normal 9x9 sudoku rules apply
|
4 . . 1 5 8 9 . 6
7 8 . . 6 . . 3 .
6 9 . 3 4 . 8 1 .
8 1 6 . 3 . . 9 .
2 . 4 8 1 . 7 6 .
9 7 3 4 2 . . 8 1
. . . . . 1 6 . 7
1 2 . . 7 4 . . 8
5 6 . . 8 3 . 4 .
|
4 3 2 1 5 8 9 7 6
7 8 1 9 6 2 4 3 5
6 9 5 3 4 7 8 1 2
8 1 6 7 3 5 2 9 4
2 5 4 8 1 9 7 6 3
9 7 3 4 2 6 5 8 1
3 4 8 5 9 1 6 2 7
1 2 9 6 7 4 3 5 8
5 6 7 2 8 3 1 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1158
|
..9....674...6..8.63...52..1...3..29...57.61.........8294.1.87531.2.7..6.654...32
|
589142367427963581631785294156834729842579613973621458294316875318257946765498132
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1158
|
Basic 9x9 Sudoku 1158
|
Normal 9x9 sudoku rules apply
|
. . 9 . . . . 6 7
4 . . . 6 . . 8 .
6 3 . . . 5 2 . .
1 . . . 3 . . 2 9
. . . 5 7 . 6 1 .
. . . . . . . . 8
2 9 4 . 1 . 8 7 5
3 1 . 2 . 7 . . 6
. 6 5 4 . . . 3 2
|
5 8 9 1 4 2 3 6 7
4 2 7 9 6 3 5 8 1
6 3 1 7 8 5 2 9 4
1 5 6 8 3 4 7 2 9
8 4 2 5 7 9 6 1 3
9 7 3 6 2 1 4 5 8
2 9 4 3 1 6 8 7 5
3 1 8 2 5 7 9 4 6
7 6 5 4 9 8 1 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1159
|
..42..3.6362..7..1...5..8.4..9325.8.2761..59.8.5..64.2.2..51.39.5369.1.894173.2..
|
584219376362847951197563824419325687276184593835976412628451739753692148941738265
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1159
|
Basic 9x9 Sudoku 1159
|
Normal 9x9 sudoku rules apply
|
. . 4 2 . . 3 . 6
3 6 2 . . 7 . . 1
. . . 5 . . 8 . 4
. . 9 3 2 5 . 8 .
2 7 6 1 . . 5 9 .
8 . 5 . . 6 4 . 2
. 2 . . 5 1 . 3 9
. 5 3 6 9 . 1 . 8
9 4 1 7 3 . 2 . .
|
5 8 4 2 1 9 3 7 6
3 6 2 8 4 7 9 5 1
1 9 7 5 6 3 8 2 4
4 1 9 3 2 5 6 8 7
2 7 6 1 8 4 5 9 3
8 3 5 9 7 6 4 1 2
6 2 8 4 5 1 7 3 9
7 5 3 6 9 2 1 4 8
9 4 1 7 3 8 2 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1160
|
.19.....76.4.5781357...6249.861.9..5.3...5..295....4.13924..1..76.5.13241.562397.
|
819234567624957813573816249286149735431785692957362481392478156768591324145623978
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1160
|
Basic 9x9 Sudoku 1160
|
Normal 9x9 sudoku rules apply
|
. 1 9 . . . . . 7
6 . 4 . 5 7 8 1 3
5 7 . . . 6 2 4 9
. 8 6 1 . 9 . . 5
. 3 . . . 5 . . 2
9 5 . . . . 4 . 1
3 9 2 4 . . 1 . .
7 6 . 5 . 1 3 2 4
1 . 5 6 2 3 9 7 .
|
8 1 9 2 3 4 5 6 7
6 2 4 9 5 7 8 1 3
5 7 3 8 1 6 2 4 9
2 8 6 1 4 9 7 3 5
4 3 1 7 8 5 6 9 2
9 5 7 3 6 2 4 8 1
3 9 2 4 7 8 1 5 6
7 6 8 5 9 1 3 2 4
1 4 5 6 2 3 9 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1161
|
..819.4.741268739.7963.5.281..2.8.54.2.5146396459732.15..8369122.175..43983.21576
|
358192467412687395796345128139268754827514639645973281574836912261759843983421576
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1161
|
Basic 9x9 Sudoku 1161
|
Normal 9x9 sudoku rules apply
|
. . 8 1 9 . 4 . 7
4 1 2 6 8 7 3 9 .
7 9 6 3 . 5 . 2 8
1 . . 2 . 8 . 5 4
. 2 . 5 1 4 6 3 9
6 4 5 9 7 3 2 . 1
5 . . 8 3 6 9 1 2
2 . 1 7 5 . . 4 3
9 8 3 . 2 1 5 7 6
|
3 5 8 1 9 2 4 6 7
4 1 2 6 8 7 3 9 5
7 9 6 3 4 5 1 2 8
1 3 9 2 6 8 7 5 4
8 2 7 5 1 4 6 3 9
6 4 5 9 7 3 2 8 1
5 7 4 8 3 6 9 1 2
2 6 1 7 5 9 8 4 3
9 8 3 4 2 1 5 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1162
|
6.4829..38...5.1467..1649.818269..54.4...8.6..673....1578.3641.4.1.826972.647..35
|
614829573829753146753164928182697354345218769967345281578936412431582697296471835
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1162
|
Basic 9x9 Sudoku 1162
|
Normal 9x9 sudoku rules apply
|
6 . 4 8 2 9 . . 3
8 . . . 5 . 1 4 6
7 . . 1 6 4 9 . 8
1 8 2 6 9 . . 5 4
. 4 . . . 8 . 6 .
. 6 7 3 . . . . 1
5 7 8 . 3 6 4 1 .
4 . 1 . 8 2 6 9 7
2 . 6 4 7 . . 3 5
|
6 1 4 8 2 9 5 7 3
8 2 9 7 5 3 1 4 6
7 5 3 1 6 4 9 2 8
1 8 2 6 9 7 3 5 4
3 4 5 2 1 8 7 6 9
9 6 7 3 4 5 2 8 1
5 7 8 9 3 6 4 1 2
4 3 1 5 8 2 6 9 7
2 9 6 4 7 1 8 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1163
|
.5.2.9.769.......3..26...918...9....47..28.69.96....4.23..61......8..63.....5..2.
|
351289476964517283782634591823496715475128369196375842238761954519842637647953128
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1163
|
Basic 9x9 Sudoku 1163
|
Normal 9x9 sudoku rules apply
|
. 5 . 2 . 9 . 7 6
9 . . . . . . . 3
. . 2 6 . . . 9 1
8 . . . 9 . . . .
4 7 . . 2 8 . 6 9
. 9 6 . . . . 4 .
2 3 . . 6 1 . . .
. . . 8 . . 6 3 .
. . . . 5 . . 2 .
|
3 5 1 2 8 9 4 7 6
9 6 4 5 1 7 2 8 3
7 8 2 6 3 4 5 9 1
8 2 3 4 9 6 7 1 5
4 7 5 1 2 8 3 6 9
1 9 6 3 7 5 8 4 2
2 3 8 7 6 1 9 5 4
5 1 9 8 4 2 6 3 7
6 4 7 9 5 3 1 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1164
|
.53..246.4621....59...5.21.2..31...9.39.6..7.61.9...32....2.7.85.1.8.9.6.....9.5.
|
153892467462137895987456213275314689839265174614978532396521748541783926728649351
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1164
|
Basic 9x9 Sudoku 1164
|
Normal 9x9 sudoku rules apply
|
. 5 3 . . 2 4 6 .
4 6 2 1 . . . . 5
9 . . . 5 . 2 1 .
2 . . 3 1 . . . 9
. 3 9 . 6 . . 7 .
6 1 . 9 . . . 3 2
. . . . 2 . 7 . 8
5 . 1 . 8 . 9 . 6
. . . . . 9 . 5 .
|
1 5 3 8 9 2 4 6 7
4 6 2 1 3 7 8 9 5
9 8 7 4 5 6 2 1 3
2 7 5 3 1 4 6 8 9
8 3 9 2 6 5 1 7 4
6 1 4 9 7 8 5 3 2
3 9 6 5 2 1 7 4 8
5 4 1 7 8 3 9 2 6
7 2 8 6 4 9 3 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1165
|
73...94525.83.61971.9257.638129..54.964.2.37....4612.9.8.69.7..6715.89244957.2638
|
736189452528346197149257863812973546964825371357461289283694715671538924495712638
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1165
|
Basic 9x9 Sudoku 1165
|
Normal 9x9 sudoku rules apply
|
7 3 . . . 9 4 5 2
5 . 8 3 . 6 1 9 7
1 . 9 2 5 7 . 6 3
8 1 2 9 . . 5 4 .
9 6 4 . 2 . 3 7 .
. . . 4 6 1 2 . 9
. 8 . 6 9 . 7 . .
6 7 1 5 . 8 9 2 4
4 9 5 7 . 2 6 3 8
|
7 3 6 1 8 9 4 5 2
5 2 8 3 4 6 1 9 7
1 4 9 2 5 7 8 6 3
8 1 2 9 7 3 5 4 6
9 6 4 8 2 5 3 7 1
3 5 7 4 6 1 2 8 9
2 8 3 6 9 4 7 1 5
6 7 1 5 3 8 9 2 4
4 9 5 7 1 2 6 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1166
|
4..2185.7126.7938.7853..2..87.4356.136.1.7.95..2.9...365...19...3.6.2148.4.98.756
|
493218567126579384785364219879435621364127895512896473658741932937652148241983756
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1166
|
Basic 9x9 Sudoku 1166
|
Normal 9x9 sudoku rules apply
|
4 . . 2 1 8 5 . 7
1 2 6 . 7 9 3 8 .
7 8 5 3 . . 2 . .
8 7 . 4 3 5 6 . 1
3 6 . 1 . 7 . 9 5
. . 2 . 9 . . . 3
6 5 . . . 1 9 . .
. 3 . 6 . 2 1 4 8
. 4 . 9 8 . 7 5 6
|
4 9 3 2 1 8 5 6 7
1 2 6 5 7 9 3 8 4
7 8 5 3 6 4 2 1 9
8 7 9 4 3 5 6 2 1
3 6 4 1 2 7 8 9 5
5 1 2 8 9 6 4 7 3
6 5 8 7 4 1 9 3 2
9 3 7 6 5 2 1 4 8
2 4 1 9 8 3 7 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1167
|
5819.3476.93.7.8156.481523993.1586...26397.58..5246.9..4258976376.43.58235.76..41
|
581923476293674815674815239937158624426397158815246397142589763769431582358762941
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1167
|
Basic 9x9 Sudoku 1167
|
Normal 9x9 sudoku rules apply
|
5 8 1 9 . 3 4 7 6
. 9 3 . 7 . 8 1 5
6 . 4 8 1 5 2 3 9
9 3 . 1 5 8 6 . .
. 2 6 3 9 7 . 5 8
. . 5 2 4 6 . 9 .
. 4 2 5 8 9 7 6 3
7 6 . 4 3 . 5 8 2
3 5 . 7 6 . . 4 1
|
5 8 1 9 2 3 4 7 6
2 9 3 6 7 4 8 1 5
6 7 4 8 1 5 2 3 9
9 3 7 1 5 8 6 2 4
4 2 6 3 9 7 1 5 8
8 1 5 2 4 6 3 9 7
1 4 2 5 8 9 7 6 3
7 6 9 4 3 1 5 8 2
3 5 8 7 6 2 9 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1168
|
.3....264..83..51..495...7..9.26....21.7..4...571.4.2..7..3..42963.52..7...9.13..
|
735819264628347519149526873894265731216783495357194628571638942963452187482971356
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1168
|
Basic 9x9 Sudoku 1168
|
Normal 9x9 sudoku rules apply
|
. 3 . . . . 2 6 4
. . 8 3 . . 5 1 .
. 4 9 5 . . . 7 .
. 9 . 2 6 . . . .
2 1 . 7 . . 4 . .
. 5 7 1 . 4 . 2 .
. 7 . . 3 . . 4 2
9 6 3 . 5 2 . . 7
. . . 9 . 1 3 . .
|
7 3 5 8 1 9 2 6 4
6 2 8 3 4 7 5 1 9
1 4 9 5 2 6 8 7 3
8 9 4 2 6 5 7 3 1
2 1 6 7 8 3 4 9 5
3 5 7 1 9 4 6 2 8
5 7 1 6 3 8 9 4 2
9 6 3 4 5 2 1 8 7
4 8 2 9 7 1 3 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1169
|
.42189..65....2..99..5478.3..78.......32.49.5.2..3.47.7..6...1.651.98.3.23.7.5...
|
342189756578362149916547823497851362163274985825936471789623514651498237234715698
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1169
|
Basic 9x9 Sudoku 1169
|
Normal 9x9 sudoku rules apply
|
. 4 2 1 8 9 . . 6
5 . . . . 2 . . 9
9 . . 5 4 7 8 . 3
. . 7 8 . . . . .
. . 3 2 . 4 9 . 5
. 2 . . 3 . 4 7 .
7 . . 6 . . . 1 .
6 5 1 . 9 8 . 3 .
2 3 . 7 . 5 . . .
|
3 4 2 1 8 9 7 5 6
5 7 8 3 6 2 1 4 9
9 1 6 5 4 7 8 2 3
4 9 7 8 5 1 3 6 2
1 6 3 2 7 4 9 8 5
8 2 5 9 3 6 4 7 1
7 8 9 6 2 3 5 1 4
6 5 1 4 9 8 2 3 7
2 3 4 7 1 5 6 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1170
|
8...93.75....143.22...7.8.412.56...9.....7......9.146.4.9...18.68.13..4..1....95.
|
841293675576814392293675814124568739968347521357921468439752186685139247712486953
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1170
|
Basic 9x9 Sudoku 1170
|
Normal 9x9 sudoku rules apply
|
8 . . . 9 3 . 7 5
. . . . 1 4 3 . 2
2 . . . 7 . 8 . 4
1 2 . 5 6 . . . 9
. . . . . 7 . . .
. . . 9 . 1 4 6 .
4 . 9 . . . 1 8 .
6 8 . 1 3 . . 4 .
. 1 . . . . 9 5 .
|
8 4 1 2 9 3 6 7 5
5 7 6 8 1 4 3 9 2
2 9 3 6 7 5 8 1 4
1 2 4 5 6 8 7 3 9
9 6 8 3 4 7 5 2 1
3 5 7 9 2 1 4 6 8
4 3 9 7 5 2 1 8 6
6 8 5 1 3 9 2 4 7
7 1 2 4 8 6 9 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1171
|
71..2...5...9.4.78.645.19...92....4...7.3.68163..4..5994..825.65.1..6..7..63.58..
|
719823465325964178864571932192658743457239681638147259943782516581496327276315894
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1171
|
Basic 9x9 Sudoku 1171
|
Normal 9x9 sudoku rules apply
|
7 1 . . 2 . . . 5
. . . 9 . 4 . 7 8
. 6 4 5 . 1 9 . .
. 9 2 . . . . 4 .
. . 7 . 3 . 6 8 1
6 3 . . 4 . . 5 9
9 4 . . 8 2 5 . 6
5 . 1 . . 6 . . 7
. . 6 3 . 5 8 . .
|
7 1 9 8 2 3 4 6 5
3 2 5 9 6 4 1 7 8
8 6 4 5 7 1 9 3 2
1 9 2 6 5 8 7 4 3
4 5 7 2 3 9 6 8 1
6 3 8 1 4 7 2 5 9
9 4 3 7 8 2 5 1 6
5 8 1 4 9 6 3 2 7
2 7 6 3 1 5 8 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1172
|
..9...347...9..5.623.4.68......63....7.2....1.5...82.372....1..64.3.....195.24...
|
569812347481937526237456819812763495374295681956148273723589164648371952195624738
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1172
|
Basic 9x9 Sudoku 1172
|
Normal 9x9 sudoku rules apply
|
. . 9 . . . 3 4 7
. . . 9 . . 5 . 6
2 3 . 4 . 6 8 . .
. . . . 6 3 . . .
. 7 . 2 . . . . 1
. 5 . . . 8 2 . 3
7 2 . . . . 1 . .
6 4 . 3 . . . . .
1 9 5 . 2 4 . . .
|
5 6 9 8 1 2 3 4 7
4 8 1 9 3 7 5 2 6
2 3 7 4 5 6 8 1 9
8 1 2 7 6 3 4 9 5
3 7 4 2 9 5 6 8 1
9 5 6 1 4 8 2 7 3
7 2 3 5 8 9 1 6 4
6 4 8 3 7 1 9 5 2
1 9 5 6 2 4 7 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1173
|
.8319.2..297856......273958.24.19673.51.3.48973964...294..61725172..53.6.65427.9.
|
583194267297856134416273958824519673651732489739648512948361725172985346365427891
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1173
|
Basic 9x9 Sudoku 1173
|
Normal 9x9 sudoku rules apply
|
. 8 3 1 9 . 2 . .
2 9 7 8 5 6 . . .
. . . 2 7 3 9 5 8
. 2 4 . 1 9 6 7 3
. 5 1 . 3 . 4 8 9
7 3 9 6 4 . . . 2
9 4 . . 6 1 7 2 5
1 7 2 . . 5 3 . 6
. 6 5 4 2 7 . 9 .
|
5 8 3 1 9 4 2 6 7
2 9 7 8 5 6 1 3 4
4 1 6 2 7 3 9 5 8
8 2 4 5 1 9 6 7 3
6 5 1 7 3 2 4 8 9
7 3 9 6 4 8 5 1 2
9 4 8 3 6 1 7 2 5
1 7 2 9 8 5 3 4 6
3 6 5 4 2 7 8 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1174
|
..5831..7.6792.4.198..76352819654.23524317.9..7..985.419..63.45.5.1.28....258..7.
|
245831967367925481981476352819654723524317698673298514198763245756142839432589176
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1174
|
Basic 9x9 Sudoku 1174
|
Normal 9x9 sudoku rules apply
|
. . 5 8 3 1 . . 7
. 6 7 9 2 . 4 . 1
9 8 . . 7 6 3 5 2
8 1 9 6 5 4 . 2 3
5 2 4 3 1 7 . 9 .
. 7 . . 9 8 5 . 4
1 9 . . 6 3 . 4 5
. 5 . 1 . 2 8 . .
. . 2 5 8 . . 7 .
|
2 4 5 8 3 1 9 6 7
3 6 7 9 2 5 4 8 1
9 8 1 4 7 6 3 5 2
8 1 9 6 5 4 7 2 3
5 2 4 3 1 7 6 9 8
6 7 3 2 9 8 5 1 4
1 9 8 7 6 3 2 4 5
7 5 6 1 4 2 8 3 9
4 3 2 5 8 9 1 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1175
|
1.9.2.7.64..169.2.286..5.39.129.7.64.45286971...3.425873164859...8..2.1.92.5..68.
|
159823746473169825286475139812957364345286971697314258731648592568792413924531687
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1175
|
Basic 9x9 Sudoku 1175
|
Normal 9x9 sudoku rules apply
|
1 . 9 . 2 . 7 . 6
4 . . 1 6 9 . 2 .
2 8 6 . . 5 . 3 9
. 1 2 9 . 7 . 6 4
. 4 5 2 8 6 9 7 1
. . . 3 . 4 2 5 8
7 3 1 6 4 8 5 9 .
. . 8 . . 2 . 1 .
9 2 . 5 . . 6 8 .
|
1 5 9 8 2 3 7 4 6
4 7 3 1 6 9 8 2 5
2 8 6 4 7 5 1 3 9
8 1 2 9 5 7 3 6 4
3 4 5 2 8 6 9 7 1
6 9 7 3 1 4 2 5 8
7 3 1 6 4 8 5 9 2
5 6 8 7 9 2 4 1 3
9 2 4 5 3 1 6 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1176
|
6...123.59.3.541..45167...9.4259.76339.126.588.534.29..867.95.47194.5632.342.19.7
|
678912345923854176451673829142598763397126458865347291286739514719485632534261987
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1176
|
Basic 9x9 Sudoku 1176
|
Normal 9x9 sudoku rules apply
|
6 . . . 1 2 3 . 5
9 . 3 . 5 4 1 . .
4 5 1 6 7 . . . 9
. 4 2 5 9 . 7 6 3
3 9 . 1 2 6 . 5 8
8 . 5 3 4 . 2 9 .
. 8 6 7 . 9 5 . 4
7 1 9 4 . 5 6 3 2
. 3 4 2 . 1 9 . 7
|
6 7 8 9 1 2 3 4 5
9 2 3 8 5 4 1 7 6
4 5 1 6 7 3 8 2 9
1 4 2 5 9 8 7 6 3
3 9 7 1 2 6 4 5 8
8 6 5 3 4 7 2 9 1
2 8 6 7 3 9 5 1 4
7 1 9 4 8 5 6 3 2
5 3 4 2 6 1 9 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1177
|
291.8.5..764..5.38.536.912.9.7.164..38..4761..468.2.9.5..2....1..8.9...34...3..69
|
291483576764125938853679124927316485385947612146852397539268741618794253472531869
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1177
|
Basic 9x9 Sudoku 1177
|
Normal 9x9 sudoku rules apply
|
2 9 1 . 8 . 5 . .
7 6 4 . . 5 . 3 8
. 5 3 6 . 9 1 2 .
9 . 7 . 1 6 4 . .
3 8 . . 4 7 6 1 .
. 4 6 8 . 2 . 9 .
5 . . 2 . . . . 1
. . 8 . 9 . . . 3
4 . . . 3 . . 6 9
|
2 9 1 4 8 3 5 7 6
7 6 4 1 2 5 9 3 8
8 5 3 6 7 9 1 2 4
9 2 7 3 1 6 4 8 5
3 8 5 9 4 7 6 1 2
1 4 6 8 5 2 3 9 7
5 3 9 2 6 8 7 4 1
6 1 8 7 9 4 2 5 3
4 7 2 5 3 1 8 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1178
|
96.3...4.357.42861814576.32..6..3785135.6729.7.9...61..23.8.179498751.2667..39458
|
962318547357942861814576932246193785135867294789425613523684179498751326671239458
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1178
|
Basic 9x9 Sudoku 1178
|
Normal 9x9 sudoku rules apply
|
9 6 . 3 . . . 4 .
3 5 7 . 4 2 8 6 1
8 1 4 5 7 6 . 3 2
. . 6 . . 3 7 8 5
1 3 5 . 6 7 2 9 .
7 . 9 . . . 6 1 .
. 2 3 . 8 . 1 7 9
4 9 8 7 5 1 . 2 6
6 7 . . 3 9 4 5 8
|
9 6 2 3 1 8 5 4 7
3 5 7 9 4 2 8 6 1
8 1 4 5 7 6 9 3 2
2 4 6 1 9 3 7 8 5
1 3 5 8 6 7 2 9 4
7 8 9 4 2 5 6 1 3
5 2 3 6 8 4 1 7 9
4 9 8 7 5 1 3 2 6
6 7 1 2 3 9 4 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1179
|
.85192.37.9.46..1.716853.9483127654964798....2.931.7869745.136.5.8.394..1.37.8952
|
485192637392467815716853294831276549647985123259314786974521368528639471163748952
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1179
|
Basic 9x9 Sudoku 1179
|
Normal 9x9 sudoku rules apply
|
. 8 5 1 9 2 . 3 7
. 9 . 4 6 . . 1 .
7 1 6 8 5 3 . 9 4
8 3 1 2 7 6 5 4 9
6 4 7 9 8 . . . .
2 . 9 3 1 . 7 8 6
9 7 4 5 . 1 3 6 .
5 . 8 . 3 9 4 . .
1 . 3 7 . 8 9 5 2
|
4 8 5 1 9 2 6 3 7
3 9 2 4 6 7 8 1 5
7 1 6 8 5 3 2 9 4
8 3 1 2 7 6 5 4 9
6 4 7 9 8 5 1 2 3
2 5 9 3 1 4 7 8 6
9 7 4 5 2 1 3 6 8
5 2 8 6 3 9 4 7 1
1 6 3 7 4 8 9 5 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1180
|
75.183...9....487.1.89672358..31..6736784.1.92.56...84.715.8.42523496.1848.7.16.3
|
752183496936254871148967235894312567367845129215679384671538942523496718489721653
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1180
|
Basic 9x9 Sudoku 1180
|
Normal 9x9 sudoku rules apply
|
7 5 . 1 8 3 . . .
9 . . . . 4 8 7 .
1 . 8 9 6 7 2 3 5
8 . . 3 1 . . 6 7
3 6 7 8 4 . 1 . 9
2 . 5 6 . . . 8 4
. 7 1 5 . 8 . 4 2
5 2 3 4 9 6 . 1 8
4 8 . 7 . 1 6 . 3
|
7 5 2 1 8 3 4 9 6
9 3 6 2 5 4 8 7 1
1 4 8 9 6 7 2 3 5
8 9 4 3 1 2 5 6 7
3 6 7 8 4 5 1 2 9
2 1 5 6 7 9 3 8 4
6 7 1 5 3 8 9 4 2
5 2 3 4 9 6 7 1 8
4 8 9 7 2 1 6 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1181
|
..9.1.356...9...4.5.4......1..8.957...657.2..78.1.2..34....17.........65..27...1.
|
879214356231956847564387129123869574946573281785142693458691732317428965692735418
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1181
|
Basic 9x9 Sudoku 1181
|
Normal 9x9 sudoku rules apply
|
. . 9 . 1 . 3 5 6
. . . 9 . . . 4 .
5 . 4 . . . . . .
1 . . 8 . 9 5 7 .
. . 6 5 7 . 2 . .
7 8 . 1 . 2 . . 3
4 . . . . 1 7 . .
. . . . . . . 6 5
. . 2 7 . . . 1 .
|
8 7 9 2 1 4 3 5 6
2 3 1 9 5 6 8 4 7
5 6 4 3 8 7 1 2 9
1 2 3 8 6 9 5 7 4
9 4 6 5 7 3 2 8 1
7 8 5 1 4 2 6 9 3
4 5 8 6 9 1 7 3 2
3 1 7 4 2 8 9 6 5
6 9 2 7 3 5 4 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1182
|
...8.3..5..3.76...6.9..28139152.4.3.2349..1568..31..924.8.2136..9..3..4132.6..5.7
|
142893675583176924679452813915264738234987156867315492458721369796538241321649587
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1182
|
Basic 9x9 Sudoku 1182
|
Normal 9x9 sudoku rules apply
|
. . . 8 . 3 . . 5
. . 3 . 7 6 . . .
6 . 9 . . 2 8 1 3
9 1 5 2 . 4 . 3 .
2 3 4 9 . . 1 5 6
8 . . 3 1 . . 9 2
4 . 8 . 2 1 3 6 .
. 9 . . 3 . . 4 1
3 2 . 6 . . 5 . 7
|
1 4 2 8 9 3 6 7 5
5 8 3 1 7 6 9 2 4
6 7 9 4 5 2 8 1 3
9 1 5 2 6 4 7 3 8
2 3 4 9 8 7 1 5 6
8 6 7 3 1 5 4 9 2
4 5 8 7 2 1 3 6 9
7 9 6 5 3 8 2 4 1
3 2 1 6 4 9 5 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1183
|
.8..2.375.7498.1.6.51.7689442.81.6.78.756..4969374251873.451.625..237481142.9.753
|
986124375374985126251376894425819637817563249693742518738451962569237481142698753
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1183
|
Basic 9x9 Sudoku 1183
|
Normal 9x9 sudoku rules apply
|
. 8 . . 2 . 3 7 5
. 7 4 9 8 . 1 . 6
. 5 1 . 7 6 8 9 4
4 2 . 8 1 . 6 . 7
8 . 7 5 6 . . 4 9
6 9 3 7 4 2 5 1 8
7 3 . 4 5 1 . 6 2
5 . . 2 3 7 4 8 1
1 4 2 . 9 . 7 5 3
|
9 8 6 1 2 4 3 7 5
3 7 4 9 8 5 1 2 6
2 5 1 3 7 6 8 9 4
4 2 5 8 1 9 6 3 7
8 1 7 5 6 3 2 4 9
6 9 3 7 4 2 5 1 8
7 3 8 4 5 1 9 6 2
5 6 9 2 3 7 4 8 1
1 4 2 6 9 8 7 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1184
|
.....23.717..4.265..2.....99817...262.4...9.35....91...2835.4.1495..1..8.1349875.
|
856912347179843265342567819981734526264185973537629184728356491495271638613498752
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1184
|
Basic 9x9 Sudoku 1184
|
Normal 9x9 sudoku rules apply
|
. . . . . 2 3 . 7
1 7 . . 4 . 2 6 5
. . 2 . . . . . 9
9 8 1 7 . . . 2 6
2 . 4 . . . 9 . 3
5 . . . . 9 1 . .
. 2 8 3 5 . 4 . 1
4 9 5 . . 1 . . 8
. 1 3 4 9 8 7 5 .
|
8 5 6 9 1 2 3 4 7
1 7 9 8 4 3 2 6 5
3 4 2 5 6 7 8 1 9
9 8 1 7 3 4 5 2 6
2 6 4 1 8 5 9 7 3
5 3 7 6 2 9 1 8 4
7 2 8 3 5 6 4 9 1
4 9 5 2 7 1 6 3 8
6 1 3 4 9 8 7 5 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1185
|
14..892..67.51.84..8.674.3.35.1.86....7.56.93.694..51859184376.72.96.354.3.7..981
|
145389276673512849982674135354198627817256493269437518591843762728961354436725981
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1185
|
Basic 9x9 Sudoku 1185
|
Normal 9x9 sudoku rules apply
|
1 4 . . 8 9 2 . .
6 7 . 5 1 . 8 4 .
. 8 . 6 7 4 . 3 .
3 5 . 1 . 8 6 . .
. . 7 . 5 6 . 9 3
. 6 9 4 . . 5 1 8
5 9 1 8 4 3 7 6 .
7 2 . 9 6 . 3 5 4
. 3 . 7 . . 9 8 1
|
1 4 5 3 8 9 2 7 6
6 7 3 5 1 2 8 4 9
9 8 2 6 7 4 1 3 5
3 5 4 1 9 8 6 2 7
8 1 7 2 5 6 4 9 3
2 6 9 4 3 7 5 1 8
5 9 1 8 4 3 7 6 2
7 2 8 9 6 1 3 5 4
4 3 6 7 2 5 9 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1186
|
419238.678.6..7394...46..1219.6.3.......8.94...297.631268.4.....3..95..6945..6.83
|
419238567826517394357469812194653278673182945582974631268341759731895426945726183
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1186
|
Basic 9x9 Sudoku 1186
|
Normal 9x9 sudoku rules apply
|
4 1 9 2 3 8 . 6 7
8 . 6 . . 7 3 9 4
. . . 4 6 . . 1 2
1 9 . 6 . 3 . . .
. . . . 8 . 9 4 .
. . 2 9 7 . 6 3 1
2 6 8 . 4 . . . .
. 3 . . 9 5 . . 6
9 4 5 . . 6 . 8 3
|
4 1 9 2 3 8 5 6 7
8 2 6 5 1 7 3 9 4
3 5 7 4 6 9 8 1 2
1 9 4 6 5 3 2 7 8
6 7 3 1 8 2 9 4 5
5 8 2 9 7 4 6 3 1
2 6 8 3 4 1 7 5 9
7 3 1 8 9 5 4 2 6
9 4 5 7 2 6 1 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1187
|
.582..647....8....23..5......38..57....1.4.32....39..1.2.6.57.854...8326..6..1.95
|
958213647614987253237456189193862574865174932472539861329645718541798326786321495
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1187
|
Basic 9x9 Sudoku 1187
|
Normal 9x9 sudoku rules apply
|
. 5 8 2 . . 6 4 7
. . . . 8 . . . .
2 3 . . 5 . . . .
. . 3 8 . . 5 7 .
. . . 1 . 4 . 3 2
. . . . 3 9 . . 1
. 2 . 6 . 5 7 . 8
5 4 . . . 8 3 2 6
. . 6 . . 1 . 9 5
|
9 5 8 2 1 3 6 4 7
6 1 4 9 8 7 2 5 3
2 3 7 4 5 6 1 8 9
1 9 3 8 6 2 5 7 4
8 6 5 1 7 4 9 3 2
4 7 2 5 3 9 8 6 1
3 2 9 6 4 5 7 1 8
5 4 1 7 9 8 3 2 6
7 8 6 3 2 1 4 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1188
|
7..1932.5...824.1..1..6..9.12.386.59.6....73193574.8....12..564..347.1825426.897.
|
786193245359824617214567398127386459468952731935741826871239564693475182542618973
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1188
|
Basic 9x9 Sudoku 1188
|
Normal 9x9 sudoku rules apply
|
7 . . 1 9 3 2 . 5
. . . 8 2 4 . 1 .
. 1 . . 6 . . 9 .
1 2 . 3 8 6 . 5 9
. 6 . . . . 7 3 1
9 3 5 7 4 . 8 . .
. . 1 2 . . 5 6 4
. . 3 4 7 . 1 8 2
5 4 2 6 . 8 9 7 .
|
7 8 6 1 9 3 2 4 5
3 5 9 8 2 4 6 1 7
2 1 4 5 6 7 3 9 8
1 2 7 3 8 6 4 5 9
4 6 8 9 5 2 7 3 1
9 3 5 7 4 1 8 2 6
8 7 1 2 3 9 5 6 4
6 9 3 4 7 5 1 8 2
5 4 2 6 1 8 9 7 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1189
|
.59.314.6487....933619.7.851......5.7.8.5631..4...96...7.1.48.2.32.7...1...5.39.7
|
259831476487265193361947285196382754728456319543719628675194832932678541814523967
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1189
|
Basic 9x9 Sudoku 1189
|
Normal 9x9 sudoku rules apply
|
. 5 9 . 3 1 4 . 6
4 8 7 . . . . 9 3
3 6 1 9 . 7 . 8 5
1 . . . . . . 5 .
7 . 8 . 5 6 3 1 .
. 4 . . . 9 6 . .
. 7 . 1 . 4 8 . 2
. 3 2 . 7 . . . 1
. . . 5 . 3 9 . 7
|
2 5 9 8 3 1 4 7 6
4 8 7 2 6 5 1 9 3
3 6 1 9 4 7 2 8 5
1 9 6 3 8 2 7 5 4
7 2 8 4 5 6 3 1 9
5 4 3 7 1 9 6 2 8
6 7 5 1 9 4 8 3 2
9 3 2 6 7 8 5 4 1
8 1 4 5 2 3 9 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1190
|
..3.9.4....83..9.72.9..7.3...62....3...6..591.3.4..68......4.7.....5.16979.1...5.
|
673891425548326917219547836856219743427683591931475682165934278384752169792168354
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1190
|
Basic 9x9 Sudoku 1190
|
Normal 9x9 sudoku rules apply
|
. . 3 . 9 . 4 . .
. . 8 3 . . 9 . 7
2 . 9 . . 7 . 3 .
. . 6 2 . . . . 3
. . . 6 . . 5 9 1
. 3 . 4 . . 6 8 .
. . . . . 4 . 7 .
. . . . 5 . 1 6 9
7 9 . 1 . . . 5 .
|
6 7 3 8 9 1 4 2 5
5 4 8 3 2 6 9 1 7
2 1 9 5 4 7 8 3 6
8 5 6 2 1 9 7 4 3
4 2 7 6 8 3 5 9 1
9 3 1 4 7 5 6 8 2
1 6 5 9 3 4 2 7 8
3 8 4 7 5 2 1 6 9
7 9 2 1 6 8 3 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1191
|
1.4982.5778.1.49269.56378..2...7.6.3..6......4.7..6.8131.76........1.7.8.....8135
|
164982357783154926925637814251879643836541279497326581318765492549213768672498135
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1191
|
Basic 9x9 Sudoku 1191
|
Normal 9x9 sudoku rules apply
|
1 . 4 9 8 2 . 5 7
7 8 . 1 . 4 9 2 6
9 . 5 6 3 7 8 . .
2 . . . 7 . 6 . 3
. . 6 . . . . . .
4 . 7 . . 6 . 8 1
3 1 . 7 6 . . . .
. . . . 1 . 7 . 8
. . . . . 8 1 3 5
|
1 6 4 9 8 2 3 5 7
7 8 3 1 5 4 9 2 6
9 2 5 6 3 7 8 1 4
2 5 1 8 7 9 6 4 3
8 3 6 5 4 1 2 7 9
4 9 7 3 2 6 5 8 1
3 1 8 7 6 5 4 9 2
5 4 9 2 1 3 7 6 8
6 7 2 4 9 8 1 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1192
|
.91.834757.516.8...34..51...8259..43.49.17.56.67342.189....8..4..862........5.68.
|
691283475725164839834975162182596743349817256567342918916738524458621397273459681
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1192
|
Basic 9x9 Sudoku 1192
|
Normal 9x9 sudoku rules apply
|
. 9 1 . 8 3 4 7 5
7 . 5 1 6 . 8 . .
. 3 4 . . 5 1 . .
. 8 2 5 9 . . 4 3
. 4 9 . 1 7 . 5 6
. 6 7 3 4 2 . 1 8
9 . . . . 8 . . 4
. . 8 6 2 . . . .
. . . . 5 . 6 8 .
|
6 9 1 2 8 3 4 7 5
7 2 5 1 6 4 8 3 9
8 3 4 9 7 5 1 6 2
1 8 2 5 9 6 7 4 3
3 4 9 8 1 7 2 5 6
5 6 7 3 4 2 9 1 8
9 1 6 7 3 8 5 2 4
4 5 8 6 2 1 3 9 7
2 7 3 4 5 9 6 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1193
|
18.9.54..4..16.8..376..8...8.....75...7..4.28....7.3...4....2.3...4.95..25......6
|
182935467495167832376248195823691754917354628564872319749516283638429571251783946
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1193
|
Basic 9x9 Sudoku 1193
|
Normal 9x9 sudoku rules apply
|
1 8 . 9 . 5 4 . .
4 . . 1 6 . 8 . .
3 7 6 . . 8 . . .
8 . . . . . 7 5 .
. . 7 . . 4 . 2 8
. . . . 7 . 3 . .
. 4 . . . . 2 . 3
. . . 4 . 9 5 . .
2 5 . . . . . . 6
|
1 8 2 9 3 5 4 6 7
4 9 5 1 6 7 8 3 2
3 7 6 2 4 8 1 9 5
8 2 3 6 9 1 7 5 4
9 1 7 3 5 4 6 2 8
5 6 4 8 7 2 3 1 9
7 4 9 5 1 6 2 8 3
6 3 8 4 2 9 5 7 1
2 5 1 7 8 3 9 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1194
|
1.5.9367..8..2..5..43..78..3...4...121.5.6...476.8.5.............4...1.683...9...
|
125893674687124953943657812358942761219576438476381529562418397794235186831769245
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1194
|
Basic 9x9 Sudoku 1194
|
Normal 9x9 sudoku rules apply
|
1 . 5 . 9 3 6 7 .
. 8 . . 2 . . 5 .
. 4 3 . . 7 8 . .
3 . . . 4 . . . 1
2 1 . 5 . 6 . . .
4 7 6 . 8 . 5 . .
. . . . . . . . .
. . 4 . . . 1 . 6
8 3 . . . 9 . . .
|
1 2 5 8 9 3 6 7 4
6 8 7 1 2 4 9 5 3
9 4 3 6 5 7 8 1 2
3 5 8 9 4 2 7 6 1
2 1 9 5 7 6 4 3 8
4 7 6 3 8 1 5 2 9
5 6 2 4 1 8 3 9 7
7 9 4 2 3 5 1 8 6
8 3 1 7 6 9 2 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1195
|
..8926.37.29......76534.9.2...6817.58.7..36.114627538959.86.4.36.351429.284.3..56
|
418926537329157864765348912932681745857493621146275389591862473673514298284739156
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1195
|
Basic 9x9 Sudoku 1195
|
Normal 9x9 sudoku rules apply
|
. . 8 9 2 6 . 3 7
. 2 9 . . . . . .
7 6 5 3 4 . 9 . 2
. . . 6 8 1 7 . 5
8 . 7 . . 3 6 . 1
1 4 6 2 7 5 3 8 9
5 9 . 8 6 . 4 . 3
6 . 3 5 1 4 2 9 .
2 8 4 . 3 . . 5 6
|
4 1 8 9 2 6 5 3 7
3 2 9 1 5 7 8 6 4
7 6 5 3 4 8 9 1 2
9 3 2 6 8 1 7 4 5
8 5 7 4 9 3 6 2 1
1 4 6 2 7 5 3 8 9
5 9 1 8 6 2 4 7 3
6 7 3 5 1 4 2 9 8
2 8 4 7 3 9 1 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1196
|
513..2476.92.748.....36512.8365279.4274819..3.5943.287.2...1368...29354134.6.8.92
|
513982476692174835487365129836527914274819653159436287925741368768293541341658792
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1196
|
Basic 9x9 Sudoku 1196
|
Normal 9x9 sudoku rules apply
|
5 1 3 . . 2 4 7 6
. 9 2 . 7 4 8 . .
. . . 3 6 5 1 2 .
8 3 6 5 2 7 9 . 4
2 7 4 8 1 9 . . 3
. 5 9 4 3 . 2 8 7
. 2 . . . 1 3 6 8
. . . 2 9 3 5 4 1
3 4 . 6 . 8 . 9 2
|
5 1 3 9 8 2 4 7 6
6 9 2 1 7 4 8 3 5
4 8 7 3 6 5 1 2 9
8 3 6 5 2 7 9 1 4
2 7 4 8 1 9 6 5 3
1 5 9 4 3 6 2 8 7
9 2 5 7 4 1 3 6 8
7 6 8 2 9 3 5 4 1
3 4 1 6 5 8 7 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1197
|
29....57.6..9354.24..6721..1.74.86599...16.28..6..7.1.3.425.8.7....64931.69.83245
|
293841576671935482458672193137428659945316728826597314314259867582764931769183245
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1197
|
Basic 9x9 Sudoku 1197
|
Normal 9x9 sudoku rules apply
|
2 9 . . . . 5 7 .
6 . . 9 3 5 4 . 2
4 . . 6 7 2 1 . .
1 . 7 4 . 8 6 5 9
9 . . . 1 6 . 2 8
. . 6 . . 7 . 1 .
3 . 4 2 5 . 8 . 7
. . . . 6 4 9 3 1
. 6 9 . 8 3 2 4 5
|
2 9 3 8 4 1 5 7 6
6 7 1 9 3 5 4 8 2
4 5 8 6 7 2 1 9 3
1 3 7 4 2 8 6 5 9
9 4 5 3 1 6 7 2 8
8 2 6 5 9 7 3 1 4
3 1 4 2 5 9 8 6 7
5 8 2 7 6 4 9 3 1
7 6 9 1 8 3 2 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1198
|
.8..19..5..3.7.94.....46.21135..82.7.....7....47...1.8....64.1..5...1689.2..8.57.
|
486219735213875946579346821135498267862157493947632158798564312354721689621983574
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1198
|
Basic 9x9 Sudoku 1198
|
Normal 9x9 sudoku rules apply
|
. 8 . . 1 9 . . 5
. . 3 . 7 . 9 4 .
. . . . 4 6 . 2 1
1 3 5 . . 8 2 . 7
. . . . . 7 . . .
. 4 7 . . . 1 . 8
. . . . 6 4 . 1 .
. 5 . . . 1 6 8 9
. 2 . . 8 . 5 7 .
|
4 8 6 2 1 9 7 3 5
2 1 3 8 7 5 9 4 6
5 7 9 3 4 6 8 2 1
1 3 5 4 9 8 2 6 7
8 6 2 1 5 7 4 9 3
9 4 7 6 3 2 1 5 8
7 9 8 5 6 4 3 1 2
3 5 4 7 2 1 6 8 9
6 2 1 9 8 3 5 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1199
|
..8.3....3...87.2979..5..34.......98..147...593.86...11.2..69.3.8.513.4..73..8.1.
|
218934657345687129796152834567321498821479365934865271152746983689513742473298516
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1199
|
Basic 9x9 Sudoku 1199
|
Normal 9x9 sudoku rules apply
|
. . 8 . 3 . . . .
3 . . . 8 7 . 2 9
7 9 . . 5 . . 3 4
. . . . . . . 9 8
. . 1 4 7 . . . 5
9 3 . 8 6 . . . 1
1 . 2 . . 6 9 . 3
. 8 . 5 1 3 . 4 .
. 7 3 . . 8 . 1 .
|
2 1 8 9 3 4 6 5 7
3 4 5 6 8 7 1 2 9
7 9 6 1 5 2 8 3 4
5 6 7 3 2 1 4 9 8
8 2 1 4 7 9 3 6 5
9 3 4 8 6 5 2 7 1
1 5 2 7 4 6 9 8 3
6 8 9 5 1 3 7 4 2
4 7 3 2 9 8 5 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.