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_1000
|
253.814766.927.15347.36598281673924.93514276.72.856.19148.2.....6749.5..5...1783.
|
253981476689274153471365982816739245935142768724856319148523697367498521592617834
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1000
|
Basic 9x9 Sudoku 1000
|
Normal 9x9 sudoku rules apply
|
2 5 3 . 8 1 4 7 6
6 . 9 2 7 . 1 5 3
4 7 . 3 6 5 9 8 2
8 1 6 7 3 9 2 4 .
9 3 5 1 4 2 7 6 .
7 2 . 8 5 6 . 1 9
1 4 8 . 2 . . . .
. 6 7 4 9 . 5 . .
5 . . . 1 7 8 3 .
|
2 5 3 9 8 1 4 7 6
6 8 9 2 7 4 1 5 3
4 7 1 3 6 5 9 8 2
8 1 6 7 3 9 2 4 5
9 3 5 1 4 2 7 6 8
7 2 4 8 5 6 3 1 9
1 4 8 5 2 3 6 9 7
3 6 7 4 9 8 5 2 1
5 9 2 6 1 7 8 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1001
|
..5381.76.869..1.54.1567.288.71236595.9..42.32136..7.43.245986.198..6542..42.83.7
|
925381476786942135431567928847123659569874213213695784372459861198736542654218397
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1001
|
Basic 9x9 Sudoku 1001
|
Normal 9x9 sudoku rules apply
|
. . 5 3 8 1 . 7 6
. 8 6 9 . . 1 . 5
4 . 1 5 6 7 . 2 8
8 . 7 1 2 3 6 5 9
5 . 9 . . 4 2 . 3
2 1 3 6 . . 7 . 4
3 . 2 4 5 9 8 6 .
1 9 8 . . 6 5 4 2
. . 4 2 . 8 3 . 7
|
9 2 5 3 8 1 4 7 6
7 8 6 9 4 2 1 3 5
4 3 1 5 6 7 9 2 8
8 4 7 1 2 3 6 5 9
5 6 9 8 7 4 2 1 3
2 1 3 6 9 5 7 8 4
3 7 2 4 5 9 8 6 1
1 9 8 7 3 6 5 4 2
6 5 4 2 1 8 3 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1002
|
.1.2.9...974.1.82.8.247....1.7.9..4.....25..959634.2...5..64317....5..62...73.9..
|
615289734974513826832476195127698543348125679596347281259864317783951462461732958
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1002
|
Basic 9x9 Sudoku 1002
|
Normal 9x9 sudoku rules apply
|
. 1 . 2 . 9 . . .
9 7 4 . 1 . 8 2 .
8 . 2 4 7 . . . .
1 . 7 . 9 . . 4 .
. . . . 2 5 . . 9
5 9 6 3 4 . 2 . .
. 5 . . 6 4 3 1 7
. . . . 5 . . 6 2
. . . 7 3 . 9 . .
|
6 1 5 2 8 9 7 3 4
9 7 4 5 1 3 8 2 6
8 3 2 4 7 6 1 9 5
1 2 7 6 9 8 5 4 3
3 4 8 1 2 5 6 7 9
5 9 6 3 4 7 2 8 1
2 5 9 8 6 4 3 1 7
7 8 3 9 5 1 4 6 2
4 6 1 7 3 2 9 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1003
|
9..8...6.7...5....5..74...2....9.73.8.367.4..4....59.1.7..6....6.428..592....4...
|
942813567786952143531746892125498736893671425467325981378569214614287359259134678
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1003
|
Basic 9x9 Sudoku 1003
|
Normal 9x9 sudoku rules apply
|
9 . . 8 . . . 6 .
7 . . . 5 . . . .
5 . . 7 4 . . . 2
. . . . 9 . 7 3 .
8 . 3 6 7 . 4 . .
4 . . . . 5 9 . 1
. 7 . . 6 . . . .
6 . 4 2 8 . . 5 9
2 . . . . 4 . . .
|
9 4 2 8 1 3 5 6 7
7 8 6 9 5 2 1 4 3
5 3 1 7 4 6 8 9 2
1 2 5 4 9 8 7 3 6
8 9 3 6 7 1 4 2 5
4 6 7 3 2 5 9 8 1
3 7 8 5 6 9 2 1 4
6 1 4 2 8 7 3 5 9
2 5 9 1 3 4 6 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1004
|
..41...5.75.3..19..9..5782..4.7..6..539..478..6..3.9422..613...9..5.8213...97..68
|
624189357758326194391457826842791635539264781167835942285613479976548213413972568
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1004
|
Basic 9x9 Sudoku 1004
|
Normal 9x9 sudoku rules apply
|
. . 4 1 . . . 5 .
7 5 . 3 . . 1 9 .
. 9 . . 5 7 8 2 .
. 4 . 7 . . 6 . .
5 3 9 . . 4 7 8 .
. 6 . . 3 . 9 4 2
2 . . 6 1 3 . . .
9 . . 5 . 8 2 1 3
. . . 9 7 . . 6 8
|
6 2 4 1 8 9 3 5 7
7 5 8 3 2 6 1 9 4
3 9 1 4 5 7 8 2 6
8 4 2 7 9 1 6 3 5
5 3 9 2 6 4 7 8 1
1 6 7 8 3 5 9 4 2
2 8 5 6 1 3 4 7 9
9 7 6 5 4 8 2 1 3
4 1 3 9 7 2 5 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1005
|
.4..8..65..6.37.....2..637...5.14..2...3.2....29.7.136.58.......6.9..8.31..75.6..
|
347189265516237489982546371835614792671392548429875136258463917764921853193758624
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1005
|
Basic 9x9 Sudoku 1005
|
Normal 9x9 sudoku rules apply
|
. 4 . . 8 . . 6 5
. . 6 . 3 7 . . .
. . 2 . . 6 3 7 .
. . 5 . 1 4 . . 2
. . . 3 . 2 . . .
. 2 9 . 7 . 1 3 6
. 5 8 . . . . . .
. 6 . 9 . . 8 . 3
1 . . 7 5 . 6 . .
|
3 4 7 1 8 9 2 6 5
5 1 6 2 3 7 4 8 9
9 8 2 5 4 6 3 7 1
8 3 5 6 1 4 7 9 2
6 7 1 3 9 2 5 4 8
4 2 9 8 7 5 1 3 6
2 5 8 4 6 3 9 1 7
7 6 4 9 2 1 8 5 3
1 9 3 7 5 8 6 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1006
|
3..89.6.7256.1.9...7.4652.39871.4.621236.9.855.42.3179715..68.44387.159.692.48731
|
341892657256317948879465213987154362123679485564283179715936824438721596692548731
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1006
|
Basic 9x9 Sudoku 1006
|
Normal 9x9 sudoku rules apply
|
3 . . 8 9 . 6 . 7
2 5 6 . 1 . 9 . .
. 7 . 4 6 5 2 . 3
9 8 7 1 . 4 . 6 2
1 2 3 6 . 9 . 8 5
5 . 4 2 . 3 1 7 9
7 1 5 . . 6 8 . 4
4 3 8 7 . 1 5 9 .
6 9 2 . 4 8 7 3 1
|
3 4 1 8 9 2 6 5 7
2 5 6 3 1 7 9 4 8
8 7 9 4 6 5 2 1 3
9 8 7 1 5 4 3 6 2
1 2 3 6 7 9 4 8 5
5 6 4 2 8 3 1 7 9
7 1 5 9 3 6 8 2 4
4 3 8 7 2 1 5 9 6
6 9 2 5 4 8 7 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1007
|
54.128.963.156987468974...5864..2...29...46131739.64.29564.72....263.948.3.2..567
|
547128396321569874689743125864312759295874613173956482956487231712635948438291567
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1007
|
Basic 9x9 Sudoku 1007
|
Normal 9x9 sudoku rules apply
|
5 4 . 1 2 8 . 9 6
3 . 1 5 6 9 8 7 4
6 8 9 7 4 . . . 5
8 6 4 . . 2 . . .
2 9 . . . 4 6 1 3
1 7 3 9 . 6 4 . 2
9 5 6 4 . 7 2 . .
. . 2 6 3 . 9 4 8
. 3 . 2 . . 5 6 7
|
5 4 7 1 2 8 3 9 6
3 2 1 5 6 9 8 7 4
6 8 9 7 4 3 1 2 5
8 6 4 3 1 2 7 5 9
2 9 5 8 7 4 6 1 3
1 7 3 9 5 6 4 8 2
9 5 6 4 8 7 2 3 1
7 1 2 6 3 5 9 4 8
4 3 8 2 9 1 5 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1008
|
.15..467376493.82582.57...9246195.3.3816.....57982..64457.692.1.987..34.6.24..59.
|
915284673764931825823576419246195738381647952579823164457369281198752346632418597
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1008
|
Basic 9x9 Sudoku 1008
|
Normal 9x9 sudoku rules apply
|
. 1 5 . . 4 6 7 3
7 6 4 9 3 . 8 2 5
8 2 . 5 7 . . . 9
2 4 6 1 9 5 . 3 .
3 8 1 6 . . . . .
5 7 9 8 2 . . 6 4
4 5 7 . 6 9 2 . 1
. 9 8 7 . . 3 4 .
6 . 2 4 . . 5 9 .
|
9 1 5 2 8 4 6 7 3
7 6 4 9 3 1 8 2 5
8 2 3 5 7 6 4 1 9
2 4 6 1 9 5 7 3 8
3 8 1 6 4 7 9 5 2
5 7 9 8 2 3 1 6 4
4 5 7 3 6 9 2 8 1
1 9 8 7 5 2 3 4 6
6 3 2 4 1 8 5 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1009
|
96..32....2..95.6.13...79.82.1....8.6.398..7.8...2465...2.43..74..71...2.79...4..
|
968132745724895163135467928241576389653981274897324651512643897486719532379258416
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1009
|
Basic 9x9 Sudoku 1009
|
Normal 9x9 sudoku rules apply
|
9 6 . . 3 2 . . .
. 2 . . 9 5 . 6 .
1 3 . . . 7 9 . 8
2 . 1 . . . . 8 .
6 . 3 9 8 . . 7 .
8 . . . 2 4 6 5 .
. . 2 . 4 3 . . 7
4 . . 7 1 . . . 2
. 7 9 . . . 4 . .
|
9 6 8 1 3 2 7 4 5
7 2 4 8 9 5 1 6 3
1 3 5 4 6 7 9 2 8
2 4 1 5 7 6 3 8 9
6 5 3 9 8 1 2 7 4
8 9 7 3 2 4 6 5 1
5 1 2 6 4 3 8 9 7
4 8 6 7 1 9 5 3 2
3 7 9 2 5 8 4 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1010
|
24.9...5.6....5324.752641.9...85...2..73.149..23497..6....18.4..12..986.4.86.2.71
|
241983657689175324375264189194856732567321498823497516936718245712549863458632971
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1010
|
Basic 9x9 Sudoku 1010
|
Normal 9x9 sudoku rules apply
|
2 4 . 9 . . . 5 .
6 . . . . 5 3 2 4
. 7 5 2 6 4 1 . 9
. . . 8 5 . . . 2
. . 7 3 . 1 4 9 .
. 2 3 4 9 7 . . 6
. . . . 1 8 . 4 .
. 1 2 . . 9 8 6 .
4 . 8 6 . 2 . 7 1
|
2 4 1 9 8 3 6 5 7
6 8 9 1 7 5 3 2 4
3 7 5 2 6 4 1 8 9
1 9 4 8 5 6 7 3 2
5 6 7 3 2 1 4 9 8
8 2 3 4 9 7 5 1 6
9 3 6 7 1 8 2 4 5
7 1 2 5 4 9 8 6 3
4 5 8 6 3 2 9 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1011
|
...19......68..19.1......28..39..57..857142..67..3.8.953...9.4..91.58732..23..985
|
827193456346825197159467328213986574985714263674532819538279641491658732762341985
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1011
|
Basic 9x9 Sudoku 1011
|
Normal 9x9 sudoku rules apply
|
. . . 1 9 . . . .
. . 6 8 . . 1 9 .
1 . . . . . . 2 8
. . 3 9 . . 5 7 .
. 8 5 7 1 4 2 . .
6 7 . . 3 . 8 . 9
5 3 . . . 9 . 4 .
. 9 1 . 5 8 7 3 2
. . 2 3 . . 9 8 5
|
8 2 7 1 9 3 4 5 6
3 4 6 8 2 5 1 9 7
1 5 9 4 6 7 3 2 8
2 1 3 9 8 6 5 7 4
9 8 5 7 1 4 2 6 3
6 7 4 5 3 2 8 1 9
5 3 8 2 7 9 6 4 1
4 9 1 6 5 8 7 3 2
7 6 2 3 4 1 9 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1012
|
87.....4...3.5816715...7.9....2.49.6....85..4...9..5..531........25..6..6...1.2..
|
876192345923458167154367892385274916219685734467931528531826479792543681648719253
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1012
|
Basic 9x9 Sudoku 1012
|
Normal 9x9 sudoku rules apply
|
8 7 . . . . . 4 .
. . 3 . 5 8 1 6 7
1 5 . . . 7 . 9 .
. . . 2 . 4 9 . 6
. . . . 8 5 . . 4
. . . 9 . . 5 . .
5 3 1 . . . . . .
. . 2 5 . . 6 . .
6 . . . 1 . 2 . .
|
8 7 6 1 9 2 3 4 5
9 2 3 4 5 8 1 6 7
1 5 4 3 6 7 8 9 2
3 8 5 2 7 4 9 1 6
2 1 9 6 8 5 7 3 4
4 6 7 9 3 1 5 2 8
5 3 1 8 2 6 4 7 9
7 9 2 5 4 3 6 8 1
6 4 8 7 1 9 2 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1013
|
594.1.673...9..1.468...4.2..1624.7..9..63.258.35.98...45812936736...75.1.795.3842
|
594812673723956184681374925816245739947631258235798416458129367362487591179563842
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1013
|
Basic 9x9 Sudoku 1013
|
Normal 9x9 sudoku rules apply
|
5 9 4 . 1 . 6 7 3
. . . 9 . . 1 . 4
6 8 . . . 4 . 2 .
. 1 6 2 4 . 7 . .
9 . . 6 3 . 2 5 8
. 3 5 . 9 8 . . .
4 5 8 1 2 9 3 6 7
3 6 . . . 7 5 . 1
. 7 9 5 . 3 8 4 2
|
5 9 4 8 1 2 6 7 3
7 2 3 9 5 6 1 8 4
6 8 1 3 7 4 9 2 5
8 1 6 2 4 5 7 3 9
9 4 7 6 3 1 2 5 8
2 3 5 7 9 8 4 1 6
4 5 8 1 2 9 3 6 7
3 6 2 4 8 7 5 9 1
1 7 9 5 6 3 8 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1014
|
..821.5.76..9.74835...8...2...8.9.35.931...4.7854.3.21.5473.8.686....374.17..8..9
|
438216597621957483579384162146829735293175648785463921954732816862591374317648259
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1014
|
Basic 9x9 Sudoku 1014
|
Normal 9x9 sudoku rules apply
|
. . 8 2 1 . 5 . 7
6 . . 9 . 7 4 8 3
5 . . . 8 . . . 2
. . . 8 . 9 . 3 5
. 9 3 1 . . . 4 .
7 8 5 4 . 3 . 2 1
. 5 4 7 3 . 8 . 6
8 6 . . . . 3 7 4
. 1 7 . . 8 . . 9
|
4 3 8 2 1 6 5 9 7
6 2 1 9 5 7 4 8 3
5 7 9 3 8 4 1 6 2
1 4 6 8 2 9 7 3 5
2 9 3 1 7 5 6 4 8
7 8 5 4 6 3 9 2 1
9 5 4 7 3 2 8 1 6
8 6 2 5 9 1 3 7 4
3 1 7 6 4 8 2 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1015
|
..4.9.75.5...8...33.2..7841.194.5.7..7523..89.........938.26514751...62842..1893.
|
184392756567184293392657841819465372675231489243879165938726514751943628426518937
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1015
|
Basic 9x9 Sudoku 1015
|
Normal 9x9 sudoku rules apply
|
. . 4 . 9 . 7 5 .
5 . . . 8 . . . 3
3 . 2 . . 7 8 4 1
. 1 9 4 . 5 . 7 .
. 7 5 2 3 . . 8 9
. . . . . . . . .
9 3 8 . 2 6 5 1 4
7 5 1 . . . 6 2 8
4 2 . . 1 8 9 3 .
|
1 8 4 3 9 2 7 5 6
5 6 7 1 8 4 2 9 3
3 9 2 6 5 7 8 4 1
8 1 9 4 6 5 3 7 2
6 7 5 2 3 1 4 8 9
2 4 3 8 7 9 1 6 5
9 3 8 7 2 6 5 1 4
7 5 1 9 4 3 6 2 8
4 2 6 5 1 8 9 3 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1016
|
...81.6.77.2456.3.38627....137....62...7613858.53..4..59..2..4.6...47598.78...216
|
954813627712456839386279154137584962249761385865392471591628743623147598478935216
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1016
|
Basic 9x9 Sudoku 1016
|
Normal 9x9 sudoku rules apply
|
. . . 8 1 . 6 . 7
7 . 2 4 5 6 . 3 .
3 8 6 2 7 . . . .
1 3 7 . . . . 6 2
. . . 7 6 1 3 8 5
8 . 5 3 . . 4 . .
5 9 . . 2 . . 4 .
6 . . . 4 7 5 9 8
. 7 8 . . . 2 1 6
|
9 5 4 8 1 3 6 2 7
7 1 2 4 5 6 8 3 9
3 8 6 2 7 9 1 5 4
1 3 7 5 8 4 9 6 2
2 4 9 7 6 1 3 8 5
8 6 5 3 9 2 4 7 1
5 9 1 6 2 8 7 4 3
6 2 3 1 4 7 5 9 8
4 7 8 9 3 5 2 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1017
|
.7.1.2...42...5..79.3.67..1...2785..2..359....38.417.9312.......4.....32.85......
|
876192345421835697953467281194278563267359418538641729312784956749516832685923174
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1017
|
Basic 9x9 Sudoku 1017
|
Normal 9x9 sudoku rules apply
|
. 7 . 1 . 2 . . .
4 2 . . . 5 . . 7
9 . 3 . 6 7 . . 1
. . . 2 7 8 5 . .
2 . . 3 5 9 . . .
. 3 8 . 4 1 7 . 9
3 1 2 . . . . . .
. 4 . . . . . 3 2
. 8 5 . . . . . .
|
8 7 6 1 9 2 3 4 5
4 2 1 8 3 5 6 9 7
9 5 3 4 6 7 2 8 1
1 9 4 2 7 8 5 6 3
2 6 7 3 5 9 4 1 8
5 3 8 6 4 1 7 2 9
3 1 2 7 8 4 9 5 6
7 4 9 5 1 6 8 3 2
6 8 5 9 2 3 1 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1018
|
9768.2..443..57.82.58......1...786233..4..578827..64916.47..2.57..29584658..6....
|
976812354431657982258349167145978623369421578827536491694783215713295846582164739
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1018
|
Basic 9x9 Sudoku 1018
|
Normal 9x9 sudoku rules apply
|
9 7 6 8 . 2 . . 4
4 3 . . 5 7 . 8 2
. 5 8 . . . . . .
1 . . . 7 8 6 2 3
3 . . 4 . . 5 7 8
8 2 7 . . 6 4 9 1
6 . 4 7 . . 2 . 5
7 . . 2 9 5 8 4 6
5 8 . . 6 . . . .
|
9 7 6 8 1 2 3 5 4
4 3 1 6 5 7 9 8 2
2 5 8 3 4 9 1 6 7
1 4 5 9 7 8 6 2 3
3 6 9 4 2 1 5 7 8
8 2 7 5 3 6 4 9 1
6 9 4 7 8 3 2 1 5
7 1 3 2 9 5 8 4 6
5 8 2 1 6 4 7 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1019
|
8....6..........3......7912.6.21879..7..95...1..6745.....14.65.5.67.31..7..5.9...
|
831926475297451836654837912365218794478395261129674583983142657546783129712569348
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1019
|
Basic 9x9 Sudoku 1019
|
Normal 9x9 sudoku rules apply
|
8 . . . . 6 . . .
. . . . . . . 3 .
. . . . . 7 9 1 2
. 6 . 2 1 8 7 9 .
. 7 . . 9 5 . . .
1 . . 6 7 4 5 . .
. . . 1 4 . 6 5 .
5 . 6 7 . 3 1 . .
7 . . 5 . 9 . . .
|
8 3 1 9 2 6 4 7 5
2 9 7 4 5 1 8 3 6
6 5 4 8 3 7 9 1 2
3 6 5 2 1 8 7 9 4
4 7 8 3 9 5 2 6 1
1 2 9 6 7 4 5 8 3
9 8 3 1 4 2 6 5 7
5 4 6 7 8 3 1 2 9
7 1 2 5 6 9 3 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1020
|
28719346594.87...3.13462897.2571..4.6.1324.893946581721..247.387.85.192443..86.5.
|
287193465946875213513462897825719346671324589394658172159247638768531924432986751
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1020
|
Basic 9x9 Sudoku 1020
|
Normal 9x9 sudoku rules apply
|
2 8 7 1 9 3 4 6 5
9 4 . 8 7 . . . 3
. 1 3 4 6 2 8 9 7
. 2 5 7 1 . . 4 .
6 . 1 3 2 4 . 8 9
3 9 4 6 5 8 1 7 2
1 . . 2 4 7 . 3 8
7 . 8 5 . 1 9 2 4
4 3 . . 8 6 . 5 .
|
2 8 7 1 9 3 4 6 5
9 4 6 8 7 5 2 1 3
5 1 3 4 6 2 8 9 7
8 2 5 7 1 9 3 4 6
6 7 1 3 2 4 5 8 9
3 9 4 6 5 8 1 7 2
1 5 9 2 4 7 6 3 8
7 6 8 5 3 1 9 2 4
4 3 2 9 8 6 7 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1021
|
.98.3.5672639578414...68..3.2...6.1.8.5.427963.651...2.32..1..9...79..58789..5134
|
198234567263957841457168923924876315815342796376519482532481679641793258789625134
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1021
|
Basic 9x9 Sudoku 1021
|
Normal 9x9 sudoku rules apply
|
. 9 8 . 3 . 5 6 7
2 6 3 9 5 7 8 4 1
4 . . . 6 8 . . 3
. 2 . . . 6 . 1 .
8 . 5 . 4 2 7 9 6
3 . 6 5 1 . . . 2
. 3 2 . . 1 . . 9
. . . 7 9 . . 5 8
7 8 9 . . 5 1 3 4
|
1 9 8 2 3 4 5 6 7
2 6 3 9 5 7 8 4 1
4 5 7 1 6 8 9 2 3
9 2 4 8 7 6 3 1 5
8 1 5 3 4 2 7 9 6
3 7 6 5 1 9 4 8 2
5 3 2 4 8 1 6 7 9
6 4 1 7 9 3 2 5 8
7 8 9 6 2 5 1 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1022
|
..2138...13.97...278..6.9.1...8...4..6.45...9......7.66.......4..95..62.21.64.578
|
592138467136974852784265931927816345361457289845392716658723194479581623213649578
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1022
|
Basic 9x9 Sudoku 1022
|
Normal 9x9 sudoku rules apply
|
. . 2 1 3 8 . . .
1 3 . 9 7 . . . 2
7 8 . . 6 . 9 . 1
. . . 8 . . . 4 .
. 6 . 4 5 . . . 9
. . . . . . 7 . 6
6 . . . . . . . 4
. . 9 5 . . 6 2 .
2 1 . 6 4 . 5 7 8
|
5 9 2 1 3 8 4 6 7
1 3 6 9 7 4 8 5 2
7 8 4 2 6 5 9 3 1
9 2 7 8 1 6 3 4 5
3 6 1 4 5 7 2 8 9
8 4 5 3 9 2 7 1 6
6 5 8 7 2 3 1 9 4
4 7 9 5 8 1 6 2 3
2 1 3 6 4 9 5 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1023
|
91.3..5.65284691.36.351..8238..5.714.7684..591..793628.316.549.79.1348.5..5978...
|
917382546528469173643517982389256714276841359154793628831625497792134865465978231
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1023
|
Basic 9x9 Sudoku 1023
|
Normal 9x9 sudoku rules apply
|
9 1 . 3 . . 5 . 6
5 2 8 4 6 9 1 . 3
6 . 3 5 1 . . 8 2
3 8 . . 5 . 7 1 4
. 7 6 8 4 . . 5 9
1 . . 7 9 3 6 2 8
. 3 1 6 . 5 4 9 .
7 9 . 1 3 4 8 . 5
. . 5 9 7 8 . . .
|
9 1 7 3 8 2 5 4 6
5 2 8 4 6 9 1 7 3
6 4 3 5 1 7 9 8 2
3 8 9 2 5 6 7 1 4
2 7 6 8 4 1 3 5 9
1 5 4 7 9 3 6 2 8
8 3 1 6 2 5 4 9 7
7 9 2 1 3 4 8 6 5
4 6 5 9 7 8 2 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1024
|
43.819...1..235...52946..388.2.5..64.9.6.43.234617285.9.1........3.2.9.1.7439.586
|
437819625168235497529467138812953764795684312346172859981546273653728941274391586
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1024
|
Basic 9x9 Sudoku 1024
|
Normal 9x9 sudoku rules apply
|
4 3 . 8 1 9 . . .
1 . . 2 3 5 . . .
5 2 9 4 6 . . 3 8
8 . 2 . 5 . . 6 4
. 9 . 6 . 4 3 . 2
3 4 6 1 7 2 8 5 .
9 . 1 . . . . . .
. . 3 . 2 . 9 . 1
. 7 4 3 9 . 5 8 6
|
4 3 7 8 1 9 6 2 5
1 6 8 2 3 5 4 9 7
5 2 9 4 6 7 1 3 8
8 1 2 9 5 3 7 6 4
7 9 5 6 8 4 3 1 2
3 4 6 1 7 2 8 5 9
9 8 1 5 4 6 2 7 3
6 5 3 7 2 8 9 4 1
2 7 4 3 9 1 5 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1025
|
52..194....1..6953.6.53...189.165734.743....63..49721.21..483796.97..1.57389.1.4.
|
523819467481276953967534821892165734174382596356497218215648379649723185738951642
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1025
|
Basic 9x9 Sudoku 1025
|
Normal 9x9 sudoku rules apply
|
5 2 . . 1 9 4 . .
. . 1 . . 6 9 5 3
. 6 . 5 3 . . . 1
8 9 . 1 6 5 7 3 4
. 7 4 3 . . . . 6
3 . . 4 9 7 2 1 .
2 1 . . 4 8 3 7 9
6 . 9 7 . . 1 . 5
7 3 8 9 . 1 . 4 .
|
5 2 3 8 1 9 4 6 7
4 8 1 2 7 6 9 5 3
9 6 7 5 3 4 8 2 1
8 9 2 1 6 5 7 3 4
1 7 4 3 8 2 5 9 6
3 5 6 4 9 7 2 1 8
2 1 5 6 4 8 3 7 9
6 4 9 7 2 3 1 8 5
7 3 8 9 5 1 6 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1026
|
9241385...789563.25637.481.2153.948689..612.534.2..7914.1.9.6.87.9.4215.6.281397.
|
924138567178956342563724819215379486897461235346285791431597628789642153652813974
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1026
|
Basic 9x9 Sudoku 1026
|
Normal 9x9 sudoku rules apply
|
9 2 4 1 3 8 5 . .
. 7 8 9 5 6 3 . 2
5 6 3 7 . 4 8 1 .
2 1 5 3 . 9 4 8 6
8 9 . . 6 1 2 . 5
3 4 . 2 . . 7 9 1
4 . 1 . 9 . 6 . 8
7 . 9 . 4 2 1 5 .
6 . 2 8 1 3 9 7 .
|
9 2 4 1 3 8 5 6 7
1 7 8 9 5 6 3 4 2
5 6 3 7 2 4 8 1 9
2 1 5 3 7 9 4 8 6
8 9 7 4 6 1 2 3 5
3 4 6 2 8 5 7 9 1
4 3 1 5 9 7 6 2 8
7 8 9 6 4 2 1 5 3
6 5 2 8 1 3 9 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1027
|
6.9....3.3478..1.22153...94..1....4.4...879....6143258..4...381.684....912..98...
|
689214735347859162215376894831925647452687913976143258594762381768431529123598476
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1027
|
Basic 9x9 Sudoku 1027
|
Normal 9x9 sudoku rules apply
|
6 . 9 . . . . 3 .
3 4 7 8 . . 1 . 2
2 1 5 3 . . . 9 4
. . 1 . . . . 4 .
4 . . . 8 7 9 . .
. . 6 1 4 3 2 5 8
. . 4 . . . 3 8 1
. 6 8 4 . . . . 9
1 2 . . 9 8 . . .
|
6 8 9 2 1 4 7 3 5
3 4 7 8 5 9 1 6 2
2 1 5 3 7 6 8 9 4
8 3 1 9 2 5 6 4 7
4 5 2 6 8 7 9 1 3
9 7 6 1 4 3 2 5 8
5 9 4 7 6 2 3 8 1
7 6 8 4 3 1 5 2 9
1 2 3 5 9 8 4 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1028
|
36.1.....4..8..26..92..68......3..5.87.4.5.29..3.8........51.466.1....32..9.....1
|
368127495415893267792546813124739658876415329953682174287351946641978532539264781
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1028
|
Basic 9x9 Sudoku 1028
|
Normal 9x9 sudoku rules apply
|
3 6 . 1 . . . . .
4 . . 8 . . 2 6 .
. 9 2 . . 6 8 . .
. . . . 3 . . 5 .
8 7 . 4 . 5 . 2 9
. . 3 . 8 . . . .
. . . . 5 1 . 4 6
6 . 1 . . . . 3 2
. . 9 . . . . . 1
|
3 6 8 1 2 7 4 9 5
4 1 5 8 9 3 2 6 7
7 9 2 5 4 6 8 1 3
1 2 4 7 3 9 6 5 8
8 7 6 4 1 5 3 2 9
9 5 3 6 8 2 1 7 4
2 8 7 3 5 1 9 4 6
6 4 1 9 7 8 5 3 2
5 3 9 2 6 4 7 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1029
|
3...924.69..16..53.....3.81.35...7..1.4...3...6.4.8...67...1.2.5...846....972....
|
351892476948167253726543981835619742194275368267438519673951824512384697489726135
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1029
|
Basic 9x9 Sudoku 1029
|
Normal 9x9 sudoku rules apply
|
3 . . . 9 2 4 . 6
9 . . 1 6 . . 5 3
. . . . . 3 . 8 1
. 3 5 . . . 7 . .
1 . 4 . . . 3 . .
. 6 . 4 . 8 . . .
6 7 . . . 1 . 2 .
5 . . . 8 4 6 . .
. . 9 7 2 . . . .
|
3 5 1 8 9 2 4 7 6
9 4 8 1 6 7 2 5 3
7 2 6 5 4 3 9 8 1
8 3 5 6 1 9 7 4 2
1 9 4 2 7 5 3 6 8
2 6 7 4 3 8 5 1 9
6 7 3 9 5 1 8 2 4
5 1 2 3 8 4 6 9 7
4 8 9 7 2 6 1 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1030
|
.....5.....81.6.4....3..1.8.84..3576..7.1.8.232....91..1.5...23....3.4.1.5..2.6..
|
241985367938176245675342198184293576597614832326857914419568723862739451753421689
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1030
|
Basic 9x9 Sudoku 1030
|
Normal 9x9 sudoku rules apply
|
. . . . . 5 . . .
. . 8 1 . 6 . 4 .
. . . 3 . . 1 . 8
. 8 4 . . 3 5 7 6
. . 7 . 1 . 8 . 2
3 2 . . . . 9 1 .
. 1 . 5 . . . 2 3
. . . . 3 . 4 . 1
. 5 . . 2 . 6 . .
|
2 4 1 9 8 5 3 6 7
9 3 8 1 7 6 2 4 5
6 7 5 3 4 2 1 9 8
1 8 4 2 9 3 5 7 6
5 9 7 6 1 4 8 3 2
3 2 6 8 5 7 9 1 4
4 1 9 5 6 8 7 2 3
8 6 2 7 3 9 4 5 1
7 5 3 4 2 1 6 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1031
|
68..1354..7.8..29...9.27...2..17896..14.6.....67.42..81..4.56797...3.48..4879.3.2
|
682913547371854296459627831235178964814569723967342158123485679796231485548796312
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1031
|
Basic 9x9 Sudoku 1031
|
Normal 9x9 sudoku rules apply
|
6 8 . . 1 3 5 4 .
. 7 . 8 . . 2 9 .
. . 9 . 2 7 . . .
2 . . 1 7 8 9 6 .
. 1 4 . 6 . . . .
. 6 7 . 4 2 . . 8
1 . . 4 . 5 6 7 9
7 . . . 3 . 4 8 .
. 4 8 7 9 . 3 . 2
|
6 8 2 9 1 3 5 4 7
3 7 1 8 5 4 2 9 6
4 5 9 6 2 7 8 3 1
2 3 5 1 7 8 9 6 4
8 1 4 5 6 9 7 2 3
9 6 7 3 4 2 1 5 8
1 2 3 4 8 5 6 7 9
7 9 6 2 3 1 4 8 5
5 4 8 7 9 6 3 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1032
|
8..3194677...45..34..267...1..982..62.6...9.1..4..67325..67.314.71..325..4.....7.
|
825319467769845123413267895137982546256734981984156732592678314671493258348521679
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1032
|
Basic 9x9 Sudoku 1032
|
Normal 9x9 sudoku rules apply
|
8 . . 3 1 9 4 6 7
7 . . . 4 5 . . 3
4 . . 2 6 7 . . .
1 . . 9 8 2 . . 6
2 . 6 . . . 9 . 1
. . 4 . . 6 7 3 2
5 . . 6 7 . 3 1 4
. 7 1 . . 3 2 5 .
. 4 . . . . . 7 .
|
8 2 5 3 1 9 4 6 7
7 6 9 8 4 5 1 2 3
4 1 3 2 6 7 8 9 5
1 3 7 9 8 2 5 4 6
2 5 6 7 3 4 9 8 1
9 8 4 1 5 6 7 3 2
5 9 2 6 7 8 3 1 4
6 7 1 4 9 3 2 5 8
3 4 8 5 2 1 6 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1033
|
...3.56474.5.9.2..37.48...5.5316.7288412.9.566278534..7.8921534594...1.213.546...
|
289315647415697283376482915953164728841279356627853491768921534594738162132546879
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1033
|
Basic 9x9 Sudoku 1033
|
Normal 9x9 sudoku rules apply
|
. . . 3 . 5 6 4 7
4 . 5 . 9 . 2 . .
3 7 . 4 8 . . . 5
. 5 3 1 6 . 7 2 8
8 4 1 2 . 9 . 5 6
6 2 7 8 5 3 4 . .
7 . 8 9 2 1 5 3 4
5 9 4 . . . 1 . 2
1 3 . 5 4 6 . . .
|
2 8 9 3 1 5 6 4 7
4 1 5 6 9 7 2 8 3
3 7 6 4 8 2 9 1 5
9 5 3 1 6 4 7 2 8
8 4 1 2 7 9 3 5 6
6 2 7 8 5 3 4 9 1
7 6 8 9 2 1 5 3 4
5 9 4 7 3 8 1 6 2
1 3 2 5 4 6 8 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1034
|
17.8..4.28.4...39.3..74..86.825.764.4.31..579.1.469.....5.742.8.4....9.5...65873.
|
176893452854216397329745186982537641463182579517469823635974218748321965291658734
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1034
|
Basic 9x9 Sudoku 1034
|
Normal 9x9 sudoku rules apply
|
1 7 . 8 . . 4 . 2
8 . 4 . . . 3 9 .
3 . . 7 4 . . 8 6
. 8 2 5 . 7 6 4 .
4 . 3 1 . . 5 7 9
. 1 . 4 6 9 . . .
. . 5 . 7 4 2 . 8
. 4 . . . . 9 . 5
. . . 6 5 8 7 3 .
|
1 7 6 8 9 3 4 5 2
8 5 4 2 1 6 3 9 7
3 2 9 7 4 5 1 8 6
9 8 2 5 3 7 6 4 1
4 6 3 1 8 2 5 7 9
5 1 7 4 6 9 8 2 3
6 3 5 9 7 4 2 1 8
7 4 8 3 2 1 9 6 5
2 9 1 6 5 8 7 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1035
|
6..19..3..9127584657.368129819.43..224581...3..6952.1.1824.976...762138.4..5..291
|
628194537391275846574368129819743652245816973736952418182439765957621384463587291
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1035
|
Basic 9x9 Sudoku 1035
|
Normal 9x9 sudoku rules apply
|
6 . . 1 9 . . 3 .
. 9 1 2 7 5 8 4 6
5 7 . 3 6 8 1 2 9
8 1 9 . 4 3 . . 2
2 4 5 8 1 . . . 3
. . 6 9 5 2 . 1 .
1 8 2 4 . 9 7 6 .
. . 7 6 2 1 3 8 .
4 . . 5 . . 2 9 1
|
6 2 8 1 9 4 5 3 7
3 9 1 2 7 5 8 4 6
5 7 4 3 6 8 1 2 9
8 1 9 7 4 3 6 5 2
2 4 5 8 1 6 9 7 3
7 3 6 9 5 2 4 1 8
1 8 2 4 3 9 7 6 5
9 5 7 6 2 1 3 8 4
4 6 3 5 8 7 2 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1036
|
.36.....78.72.59.4.59..61..1....4.79624.9.3..97....64..489.1..55...42.93...85.4..
|
436189257817235964259476138183624579624597381975318642348961725561742893792853416
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1036
|
Basic 9x9 Sudoku 1036
|
Normal 9x9 sudoku rules apply
|
. 3 6 . . . . . 7
8 . 7 2 . 5 9 . 4
. 5 9 . . 6 1 . .
1 . . . . 4 . 7 9
6 2 4 . 9 . 3 . .
9 7 . . . . 6 4 .
. 4 8 9 . 1 . . 5
5 . . . 4 2 . 9 3
. . . 8 5 . 4 . .
|
4 3 6 1 8 9 2 5 7
8 1 7 2 3 5 9 6 4
2 5 9 4 7 6 1 3 8
1 8 3 6 2 4 5 7 9
6 2 4 5 9 7 3 8 1
9 7 5 3 1 8 6 4 2
3 4 8 9 6 1 7 2 5
5 6 1 7 4 2 8 9 3
7 9 2 8 5 3 4 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1037
|
693.1.4572.89...3.541673.....6.3...4......291.59.27...31.....2.98526.7..76235..4.
|
693812457278945136541673982826139574437586291159427368314798625985264713762351849
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1037
|
Basic 9x9 Sudoku 1037
|
Normal 9x9 sudoku rules apply
|
6 9 3 . 1 . 4 5 7
2 . 8 9 . . . 3 .
5 4 1 6 7 3 . . .
. . 6 . 3 . . . 4
. . . . . . 2 9 1
. 5 9 . 2 7 . . .
3 1 . . . . . 2 .
9 8 5 2 6 . 7 . .
7 6 2 3 5 . . 4 .
|
6 9 3 8 1 2 4 5 7
2 7 8 9 4 5 1 3 6
5 4 1 6 7 3 9 8 2
8 2 6 1 3 9 5 7 4
4 3 7 5 8 6 2 9 1
1 5 9 4 2 7 3 6 8
3 1 4 7 9 8 6 2 5
9 8 5 2 6 4 7 1 3
7 6 2 3 5 1 8 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1038
|
53..194.6..8247.5.479.5682192....6.5.576943828465.2197..5.8.214384..1569..14657..
|
532819476618247953479356821923178645157694382846532197765983214384721569291465738
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1038
|
Basic 9x9 Sudoku 1038
|
Normal 9x9 sudoku rules apply
|
5 3 . . 1 9 4 . 6
. . 8 2 4 7 . 5 .
4 7 9 . 5 6 8 2 1
9 2 . . . . 6 . 5
. 5 7 6 9 4 3 8 2
8 4 6 5 . 2 1 9 7
. . 5 . 8 . 2 1 4
3 8 4 . . 1 5 6 9
. . 1 4 6 5 7 . .
|
5 3 2 8 1 9 4 7 6
6 1 8 2 4 7 9 5 3
4 7 9 3 5 6 8 2 1
9 2 3 1 7 8 6 4 5
1 5 7 6 9 4 3 8 2
8 4 6 5 3 2 1 9 7
7 6 5 9 8 3 2 1 4
3 8 4 7 2 1 5 6 9
2 9 1 4 6 5 7 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1039
|
..71.8536.813962.43624.7891824713..9.35984127.79.65483.....9..5.96572318.538419.2
|
947128536581396274362457891824713659635984127179265483218639745496572318753841962
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1039
|
Basic 9x9 Sudoku 1039
|
Normal 9x9 sudoku rules apply
|
. . 7 1 . 8 5 3 6
. 8 1 3 9 6 2 . 4
3 6 2 4 . 7 8 9 1
8 2 4 7 1 3 . . 9
. 3 5 9 8 4 1 2 7
. 7 9 . 6 5 4 8 3
. . . . . 9 . . 5
. 9 6 5 7 2 3 1 8
. 5 3 8 4 1 9 . 2
|
9 4 7 1 2 8 5 3 6
5 8 1 3 9 6 2 7 4
3 6 2 4 5 7 8 9 1
8 2 4 7 1 3 6 5 9
6 3 5 9 8 4 1 2 7
1 7 9 2 6 5 4 8 3
2 1 8 6 3 9 7 4 5
4 9 6 5 7 2 3 1 8
7 5 3 8 4 1 9 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1040
|
7.6.8132551823.4..2...4716..948.26..85.69.71262.1...494.57.893...241..7697..65.84
|
746981325518236497239547168194872653853694712627153849465728931382419576971365284
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1040
|
Basic 9x9 Sudoku 1040
|
Normal 9x9 sudoku rules apply
|
7 . 6 . 8 1 3 2 5
5 1 8 2 3 . 4 . .
2 . . . 4 7 1 6 .
. 9 4 8 . 2 6 . .
8 5 . 6 9 . 7 1 2
6 2 . 1 . . . 4 9
4 . 5 7 . 8 9 3 .
. . 2 4 1 . . 7 6
9 7 . . 6 5 . 8 4
|
7 4 6 9 8 1 3 2 5
5 1 8 2 3 6 4 9 7
2 3 9 5 4 7 1 6 8
1 9 4 8 7 2 6 5 3
8 5 3 6 9 4 7 1 2
6 2 7 1 5 3 8 4 9
4 6 5 7 2 8 9 3 1
3 8 2 4 1 9 5 7 6
9 7 1 3 6 5 2 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1041
|
.78....56..63.59.759.8..124...1976.221.....936.9.53....61.3......47..2617...614.9
|
178924356426315987593876124835197642217648593649253718961432875354789261782561439
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1041
|
Basic 9x9 Sudoku 1041
|
Normal 9x9 sudoku rules apply
|
. 7 8 . . . . 5 6
. . 6 3 . 5 9 . 7
5 9 . 8 . . 1 2 4
. . . 1 9 7 6 . 2
2 1 . . . . . 9 3
6 . 9 . 5 3 . . .
. 6 1 . 3 . . . .
. . 4 7 . . 2 6 1
7 . . . 6 1 4 . 9
|
1 7 8 9 2 4 3 5 6
4 2 6 3 1 5 9 8 7
5 9 3 8 7 6 1 2 4
8 3 5 1 9 7 6 4 2
2 1 7 6 4 8 5 9 3
6 4 9 2 5 3 7 1 8
9 6 1 4 3 2 8 7 5
3 5 4 7 8 9 2 6 1
7 8 2 5 6 1 4 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1042
|
.1.4..3...468.3927..95.78411.325.47..75384..2....715386287491533.1..87.47..13.2.6
|
817492365546813927239567841183256479975384612462971538628749153351628794794135286
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1042
|
Basic 9x9 Sudoku 1042
|
Normal 9x9 sudoku rules apply
|
. 1 . 4 . . 3 . .
. 4 6 8 . 3 9 2 7
. . 9 5 . 7 8 4 1
1 . 3 2 5 . 4 7 .
. 7 5 3 8 4 . . 2
. . . . 7 1 5 3 8
6 2 8 7 4 9 1 5 3
3 . 1 . . 8 7 . 4
7 . . 1 3 . 2 . 6
|
8 1 7 4 9 2 3 6 5
5 4 6 8 1 3 9 2 7
2 3 9 5 6 7 8 4 1
1 8 3 2 5 6 4 7 9
9 7 5 3 8 4 6 1 2
4 6 2 9 7 1 5 3 8
6 2 8 7 4 9 1 5 3
3 5 1 6 2 8 7 9 4
7 9 4 1 3 5 2 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1043
|
2.9.83..763.1....85.8....1........7...587..96..6.9...3.576.2..9.....8.4.48273..6.
|
219483657634157928578926314891364275325871496746295183157642839963518742482739561
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1043
|
Basic 9x9 Sudoku 1043
|
Normal 9x9 sudoku rules apply
|
2 . 9 . 8 3 . . 7
6 3 . 1 . . . . 8
5 . 8 . . . . 1 .
. . . . . . . 7 .
. . 5 8 7 . . 9 6
. . 6 . 9 . . . 3
. 5 7 6 . 2 . . 9
. . . . . 8 . 4 .
4 8 2 7 3 . . 6 .
|
2 1 9 4 8 3 6 5 7
6 3 4 1 5 7 9 2 8
5 7 8 9 2 6 3 1 4
8 9 1 3 6 4 2 7 5
3 2 5 8 7 1 4 9 6
7 4 6 2 9 5 1 8 3
1 5 7 6 4 2 8 3 9
9 6 3 5 1 8 7 4 2
4 8 2 7 3 9 5 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1044
|
84319672.2.6853149915.4..365.9...672.....2...6247.59.37683245914925183.7351679.84
|
843196725276853149915247836589431672137962458624785913768324591492518367351679284
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1044
|
Basic 9x9 Sudoku 1044
|
Normal 9x9 sudoku rules apply
|
8 4 3 1 9 6 7 2 .
2 . 6 8 5 3 1 4 9
9 1 5 . 4 . . 3 6
5 . 9 . . . 6 7 2
. . . . . 2 . . .
6 2 4 7 . 5 9 . 3
7 6 8 3 2 4 5 9 1
4 9 2 5 1 8 3 . 7
3 5 1 6 7 9 . 8 4
|
8 4 3 1 9 6 7 2 5
2 7 6 8 5 3 1 4 9
9 1 5 2 4 7 8 3 6
5 8 9 4 3 1 6 7 2
1 3 7 9 6 2 4 5 8
6 2 4 7 8 5 9 1 3
7 6 8 3 2 4 5 9 1
4 9 2 5 1 8 3 6 7
3 5 1 6 7 9 2 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1045
|
8621934.549.82..1...1.7.2.992....7.....2.79537..9486216....213.2.8..9.675.......2
|
862193475497825316351674289926351748184267953735948621679582134218439567543716892
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1045
|
Basic 9x9 Sudoku 1045
|
Normal 9x9 sudoku rules apply
|
8 6 2 1 9 3 4 . 5
4 9 . 8 2 . . 1 .
. . 1 . 7 . 2 . 9
9 2 . . . . 7 . .
. . . 2 . 7 9 5 3
7 . . 9 4 8 6 2 1
6 . . . . 2 1 3 .
2 . 8 . . 9 . 6 7
5 . . . . . . . 2
|
8 6 2 1 9 3 4 7 5
4 9 7 8 2 5 3 1 6
3 5 1 6 7 4 2 8 9
9 2 6 3 5 1 7 4 8
1 8 4 2 6 7 9 5 3
7 3 5 9 4 8 6 2 1
6 7 9 5 8 2 1 3 4
2 1 8 4 3 9 5 6 7
5 4 3 7 1 6 8 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1046
|
..8.9.237..748596191..3...55928.361.86.94.5.2741.62.8.12.65.79338972415.675....28
|
458196237237485961916237845592873614863941572741562389124658793389724156675319428
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1046
|
Basic 9x9 Sudoku 1046
|
Normal 9x9 sudoku rules apply
|
. . 8 . 9 . 2 3 7
. . 7 4 8 5 9 6 1
9 1 . . 3 . . . 5
5 9 2 8 . 3 6 1 .
8 6 . 9 4 . 5 . 2
7 4 1 . 6 2 . 8 .
1 2 . 6 5 . 7 9 3
3 8 9 7 2 4 1 5 .
6 7 5 . . . . 2 8
|
4 5 8 1 9 6 2 3 7
2 3 7 4 8 5 9 6 1
9 1 6 2 3 7 8 4 5
5 9 2 8 7 3 6 1 4
8 6 3 9 4 1 5 7 2
7 4 1 5 6 2 3 8 9
1 2 4 6 5 8 7 9 3
3 8 9 7 2 4 1 5 6
6 7 5 3 1 9 4 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1047
|
.4.129.37.2.8..1.6......89..96.87..385.36...927...1....3....98.5.974.2..46.9.....
|
648129537927835146315674892196587423854362719273491658731256984589743261462918375
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1047
|
Basic 9x9 Sudoku 1047
|
Normal 9x9 sudoku rules apply
|
. 4 . 1 2 9 . 3 7
. 2 . 8 . . 1 . 6
. . . . . . 8 9 .
. 9 6 . 8 7 . . 3
8 5 . 3 6 . . . 9
2 7 . . . 1 . . .
. 3 . . . . 9 8 .
5 . 9 7 4 . 2 . .
4 6 . 9 . . . . .
|
6 4 8 1 2 9 5 3 7
9 2 7 8 3 5 1 4 6
3 1 5 6 7 4 8 9 2
1 9 6 5 8 7 4 2 3
8 5 4 3 6 2 7 1 9
2 7 3 4 9 1 6 5 8
7 3 1 2 5 6 9 8 4
5 8 9 7 4 3 2 6 1
4 6 2 9 1 8 3 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1048
|
....932..386.25..45...4..8...95.1..2.5..62.98.....97516.87.4.19.....683.7....8...
|
471893265386125974592647183839571642157462398264389751628734519945216837713958426
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1048
|
Basic 9x9 Sudoku 1048
|
Normal 9x9 sudoku rules apply
|
. . . . 9 3 2 . .
3 8 6 . 2 5 . . 4
5 . . . 4 . . 8 .
. . 9 5 . 1 . . 2
. 5 . . 6 2 . 9 8
. . . . . 9 7 5 1
6 . 8 7 . 4 . 1 9
. . . . . 6 8 3 .
7 . . . . 8 . . .
|
4 7 1 8 9 3 2 6 5
3 8 6 1 2 5 9 7 4
5 9 2 6 4 7 1 8 3
8 3 9 5 7 1 6 4 2
1 5 7 4 6 2 3 9 8
2 6 4 3 8 9 7 5 1
6 2 8 7 3 4 5 1 9
9 4 5 2 1 6 8 3 7
7 1 3 9 5 8 4 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1049
|
.178.95...62..43.9.59.67.2..9...673..8347....6....5..15.67.......1.4.9639...1....
|
317829546862154379459367128195286734283471695674935281546793812721548963938612457
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1049
|
Basic 9x9 Sudoku 1049
|
Normal 9x9 sudoku rules apply
|
. 1 7 8 . 9 5 . .
. 6 2 . . 4 3 . 9
. 5 9 . 6 7 . 2 .
. 9 . . . 6 7 3 .
. 8 3 4 7 . . . .
6 . . . . 5 . . 1
5 . 6 7 . . . . .
. . 1 . 4 . 9 6 3
9 . . . 1 . . . .
|
3 1 7 8 2 9 5 4 6
8 6 2 1 5 4 3 7 9
4 5 9 3 6 7 1 2 8
1 9 5 2 8 6 7 3 4
2 8 3 4 7 1 6 9 5
6 7 4 9 3 5 2 8 1
5 4 6 7 9 3 8 1 2
7 2 1 5 4 8 9 6 3
9 3 8 6 1 2 4 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1050
|
3549...76.8734..19...52...814..5..9393.8.46.17..139.8.823.95..4.91..38575...18.3.
|
354981276287346519619527348148652793935874621762139485823795164491263857576418932
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1050
|
Basic 9x9 Sudoku 1050
|
Normal 9x9 sudoku rules apply
|
3 5 4 9 . . . 7 6
. 8 7 3 4 . . 1 9
. . . 5 2 . . . 8
1 4 . . 5 . . 9 3
9 3 . 8 . 4 6 . 1
7 . . 1 3 9 . 8 .
8 2 3 . 9 5 . . 4
. 9 1 . . 3 8 5 7
5 . . . 1 8 . 3 .
|
3 5 4 9 8 1 2 7 6
2 8 7 3 4 6 5 1 9
6 1 9 5 2 7 3 4 8
1 4 8 6 5 2 7 9 3
9 3 5 8 7 4 6 2 1
7 6 2 1 3 9 4 8 5
8 2 3 7 9 5 1 6 4
4 9 1 2 6 3 8 5 7
5 7 6 4 1 8 9 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1051
|
.4..18.57.8...3..69...6..83.2..3....4.1..76..3.7.4.52.718.......6........3..2.874
|
643918257182573496975462183826135749451297638397846521718354962264789315539621874
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1051
|
Basic 9x9 Sudoku 1051
|
Normal 9x9 sudoku rules apply
|
. 4 . . 1 8 . 5 7
. 8 . . . 3 . . 6
9 . . . 6 . . 8 3
. 2 . . 3 . . . .
4 . 1 . . 7 6 . .
3 . 7 . 4 . 5 2 .
7 1 8 . . . . . .
. 6 . . . . . . .
. 3 . . 2 . 8 7 4
|
6 4 3 9 1 8 2 5 7
1 8 2 5 7 3 4 9 6
9 7 5 4 6 2 1 8 3
8 2 6 1 3 5 7 4 9
4 5 1 2 9 7 6 3 8
3 9 7 8 4 6 5 2 1
7 1 8 3 5 4 9 6 2
2 6 4 7 8 9 3 1 5
5 3 9 6 2 1 8 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1052
|
....89.4...1274....9...612..35....948...4...724.95..6.3....5......6.3975..67..4..
|
523189746681274359794536128135867294869342517247951863372495681418623975956718432
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1052
|
Basic 9x9 Sudoku 1052
|
Normal 9x9 sudoku rules apply
|
. . . . 8 9 . 4 .
. . 1 2 7 4 . . .
. 9 . . . 6 1 2 .
. 3 5 . . . . 9 4
8 . . . 4 . . . 7
2 4 . 9 5 . . 6 .
3 . . . . 5 . . .
. . . 6 . 3 9 7 5
. . 6 7 . . 4 . .
|
5 2 3 1 8 9 7 4 6
6 8 1 2 7 4 3 5 9
7 9 4 5 3 6 1 2 8
1 3 5 8 6 7 2 9 4
8 6 9 3 4 2 5 1 7
2 4 7 9 5 1 8 6 3
3 7 2 4 9 5 6 8 1
4 1 8 6 2 3 9 7 5
9 5 6 7 1 8 4 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1053
|
2538196.7....3415814..7.9.38.2..63.94693275..53.9.1.64..574.8.2.8.5924.63241.87.5
|
253819647976234158148675923812456379469327581537981264695743812781592436324168795
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1053
|
Basic 9x9 Sudoku 1053
|
Normal 9x9 sudoku rules apply
|
2 5 3 8 1 9 6 . 7
. . . . 3 4 1 5 8
1 4 . . 7 . 9 . 3
8 . 2 . . 6 3 . 9
4 6 9 3 2 7 5 . .
5 3 . 9 . 1 . 6 4
. . 5 7 4 . 8 . 2
. 8 . 5 9 2 4 . 6
3 2 4 1 . 8 7 . 5
|
2 5 3 8 1 9 6 4 7
9 7 6 2 3 4 1 5 8
1 4 8 6 7 5 9 2 3
8 1 2 4 5 6 3 7 9
4 6 9 3 2 7 5 8 1
5 3 7 9 8 1 2 6 4
6 9 5 7 4 3 8 1 2
7 8 1 5 9 2 4 3 6
3 2 4 1 6 8 7 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1054
|
1...9..46..84...2.7.....598.4.9...17.1.6...358.2.71...2....86.16....9472...2....9
|
123895746598467123764123598346952817917684235852371964239748651681539472475216389
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1054
|
Basic 9x9 Sudoku 1054
|
Normal 9x9 sudoku rules apply
|
1 . . . 9 . . 4 6
. . 8 4 . . . 2 .
7 . . . . . 5 9 8
. 4 . 9 . . . 1 7
. 1 . 6 . . . 3 5
8 . 2 . 7 1 . . .
2 . . . . 8 6 . 1
6 . . . . 9 4 7 2
. . . 2 . . . . 9
|
1 2 3 8 9 5 7 4 6
5 9 8 4 6 7 1 2 3
7 6 4 1 2 3 5 9 8
3 4 6 9 5 2 8 1 7
9 1 7 6 8 4 2 3 5
8 5 2 3 7 1 9 6 4
2 3 9 7 4 8 6 5 1
6 8 1 5 3 9 4 7 2
4 7 5 2 1 6 3 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1055
|
.3.85.2.....1..35..9.736...9.....5738.7.2..9.1.3..7..82.6.8....78..63..2.4.2.1..5
|
431859267678142359592736841924618573857324196163597428216985734785463912349271685
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1055
|
Basic 9x9 Sudoku 1055
|
Normal 9x9 sudoku rules apply
|
. 3 . 8 5 . 2 . .
. . . 1 . . 3 5 .
. 9 . 7 3 6 . . .
9 . . . . . 5 7 3
8 . 7 . 2 . . 9 .
1 . 3 . . 7 . . 8
2 . 6 . 8 . . . .
7 8 . . 6 3 . . 2
. 4 . 2 . 1 . . 5
|
4 3 1 8 5 9 2 6 7
6 7 8 1 4 2 3 5 9
5 9 2 7 3 6 8 4 1
9 2 4 6 1 8 5 7 3
8 5 7 3 2 4 1 9 6
1 6 3 5 9 7 4 2 8
2 1 6 9 8 5 7 3 4
7 8 5 4 6 3 9 1 2
3 4 9 2 7 1 6 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1056
|
1.9843567..71.58938359761.427.5.843998..316..35649..1.69278435.543..9.8.71835294.
|
129843567467125893835976124271568439984231675356497218692784351543619782718352946
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1056
|
Basic 9x9 Sudoku 1056
|
Normal 9x9 sudoku rules apply
|
1 . 9 8 4 3 5 6 7
. . 7 1 . 5 8 9 3
8 3 5 9 7 6 1 . 4
2 7 . 5 . 8 4 3 9
9 8 . . 3 1 6 . .
3 5 6 4 9 . . 1 .
6 9 2 7 8 4 3 5 .
5 4 3 . . 9 . 8 .
7 1 8 3 5 2 9 4 .
|
1 2 9 8 4 3 5 6 7
4 6 7 1 2 5 8 9 3
8 3 5 9 7 6 1 2 4
2 7 1 5 6 8 4 3 9
9 8 4 2 3 1 6 7 5
3 5 6 4 9 7 2 1 8
6 9 2 7 8 4 3 5 1
5 4 3 6 1 9 7 8 2
7 1 8 3 5 2 9 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1057
|
2.19.456...518734.7435.298.8..7..6353.78.62....93254.851.4.37.64.2.5.1.39.627.854
|
281934567695187342743562981824719635357846219169325478518493726472658193936271854
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1057
|
Basic 9x9 Sudoku 1057
|
Normal 9x9 sudoku rules apply
|
2 . 1 9 . 4 5 6 .
. . 5 1 8 7 3 4 .
7 4 3 5 . 2 9 8 .
8 . . 7 . . 6 3 5
3 . 7 8 . 6 2 . .
. . 9 3 2 5 4 . 8
5 1 . 4 . 3 7 . 6
4 . 2 . 5 . 1 . 3
9 . 6 2 7 . 8 5 4
|
2 8 1 9 3 4 5 6 7
6 9 5 1 8 7 3 4 2
7 4 3 5 6 2 9 8 1
8 2 4 7 1 9 6 3 5
3 5 7 8 4 6 2 1 9
1 6 9 3 2 5 4 7 8
5 1 8 4 9 3 7 2 6
4 7 2 6 5 8 1 9 3
9 3 6 2 7 1 8 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1058
|
....1.25.12.84597.395......8....47.1...28..69.3.1..4..6.4.3.192.5..62..7..3...6..
|
748319256126845973395627814862954731417283569539176428674538192951462387283791645
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1058
|
Basic 9x9 Sudoku 1058
|
Normal 9x9 sudoku rules apply
|
. . . . 1 . 2 5 .
1 2 . 8 4 5 9 7 .
3 9 5 . . . . . .
8 . . . . 4 7 . 1
. . . 2 8 . . 6 9
. 3 . 1 . . 4 . .
6 . 4 . 3 . 1 9 2
. 5 . . 6 2 . . 7
. . 3 . . . 6 . .
|
7 4 8 3 1 9 2 5 6
1 2 6 8 4 5 9 7 3
3 9 5 6 2 7 8 1 4
8 6 2 9 5 4 7 3 1
4 1 7 2 8 3 5 6 9
5 3 9 1 7 6 4 2 8
6 7 4 5 3 8 1 9 2
9 5 1 4 6 2 3 8 7
2 8 3 7 9 1 6 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1059
|
.1..4.5674.6.57.23357..2148193.8.4.5..5914.8282..7.6..231.65.945..4297317.9.3125.
|
912348567486157923357692148193286475675914382824573619231765894568429731749831256
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1059
|
Basic 9x9 Sudoku 1059
|
Normal 9x9 sudoku rules apply
|
. 1 . . 4 . 5 6 7
4 . 6 . 5 7 . 2 3
3 5 7 . . 2 1 4 8
1 9 3 . 8 . 4 . 5
. . 5 9 1 4 . 8 2
8 2 . . 7 . 6 . .
2 3 1 . 6 5 . 9 4
5 . . 4 2 9 7 3 1
7 . 9 . 3 1 2 5 .
|
9 1 2 3 4 8 5 6 7
4 8 6 1 5 7 9 2 3
3 5 7 6 9 2 1 4 8
1 9 3 2 8 6 4 7 5
6 7 5 9 1 4 3 8 2
8 2 4 5 7 3 6 1 9
2 3 1 7 6 5 8 9 4
5 6 8 4 2 9 7 3 1
7 4 9 8 3 1 2 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1060
|
31.9.2.755.913.82.2.8.57..3.6.37.9..19482..3....5496....1.63.5.4..715.6..5.2.....
|
316982475579134826248657193865371942194826537732549681921463758483715269657298314
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1060
|
Basic 9x9 Sudoku 1060
|
Normal 9x9 sudoku rules apply
|
3 1 . 9 . 2 . 7 5
5 . 9 1 3 . 8 2 .
2 . 8 . 5 7 . . 3
. 6 . 3 7 . 9 . .
1 9 4 8 2 . . 3 .
. . . 5 4 9 6 . .
. . 1 . 6 3 . 5 .
4 . . 7 1 5 . 6 .
. 5 . 2 . . . . .
|
3 1 6 9 8 2 4 7 5
5 7 9 1 3 4 8 2 6
2 4 8 6 5 7 1 9 3
8 6 5 3 7 1 9 4 2
1 9 4 8 2 6 5 3 7
7 3 2 5 4 9 6 8 1
9 2 1 4 6 3 7 5 8
4 8 3 7 1 5 2 6 9
6 5 7 2 9 8 3 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1061
|
.9.....7..2495.1...8..6..95....9.76.46.8..91213.2..4..9...2....5783.9.2.2.6.1..39
|
695182374724953186381764295852491763467835912139276458913628547578349621246517839
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1061
|
Basic 9x9 Sudoku 1061
|
Normal 9x9 sudoku rules apply
|
. 9 . . . . . 7 .
. 2 4 9 5 . 1 . .
. 8 . . 6 . . 9 5
. . . . 9 . 7 6 .
4 6 . 8 . . 9 1 2
1 3 . 2 . . 4 . .
9 . . . 2 . . . .
5 7 8 3 . 9 . 2 .
2 . 6 . 1 . . 3 9
|
6 9 5 1 8 2 3 7 4
7 2 4 9 5 3 1 8 6
3 8 1 7 6 4 2 9 5
8 5 2 4 9 1 7 6 3
4 6 7 8 3 5 9 1 2
1 3 9 2 7 6 4 5 8
9 1 3 6 2 8 5 4 7
5 7 8 3 4 9 6 2 1
2 4 6 5 1 7 8 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1062
|
7.8.3946.946.5.31.1534.7.288..6...31.6152.789..57.1246.14276..368.3.5..2..79.865.
|
728139465946852317153467928872694531461523789395781246514276893689345172237918654
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1062
|
Basic 9x9 Sudoku 1062
|
Normal 9x9 sudoku rules apply
|
7 . 8 . 3 9 4 6 .
9 4 6 . 5 . 3 1 .
1 5 3 4 . 7 . 2 8
8 . . 6 . . . 3 1
. 6 1 5 2 . 7 8 9
. . 5 7 . 1 2 4 6
. 1 4 2 7 6 . . 3
6 8 . 3 . 5 . . 2
. . 7 9 . 8 6 5 .
|
7 2 8 1 3 9 4 6 5
9 4 6 8 5 2 3 1 7
1 5 3 4 6 7 9 2 8
8 7 2 6 9 4 5 3 1
4 6 1 5 2 3 7 8 9
3 9 5 7 8 1 2 4 6
5 1 4 2 7 6 8 9 3
6 8 9 3 4 5 1 7 2
2 3 7 9 1 8 6 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1063
|
.2...3.7.54.1.6.823..57.4.99....5.....5.2.....86..4.5..3.751...6...398.7.9..4..31
|
129483675547196382368572419973865124415327968286914753834751296651239847792648531
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1063
|
Basic 9x9 Sudoku 1063
|
Normal 9x9 sudoku rules apply
|
. 2 . . . 3 . 7 .
5 4 . 1 . 6 . 8 2
3 . . 5 7 . 4 . 9
9 . . . . 5 . . .
. . 5 . 2 . . . .
. 8 6 . . 4 . 5 .
. 3 . 7 5 1 . . .
6 . . . 3 9 8 . 7
. 9 . . 4 . . 3 1
|
1 2 9 4 8 3 6 7 5
5 4 7 1 9 6 3 8 2
3 6 8 5 7 2 4 1 9
9 7 3 8 6 5 1 2 4
4 1 5 3 2 7 9 6 8
2 8 6 9 1 4 7 5 3
8 3 4 7 5 1 2 9 6
6 5 1 2 3 9 8 4 7
7 9 2 6 4 8 5 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1064
|
.8.23..75.4.8.......74.6...128693...4..5271.8.76148..3.19754.36.3.9625.7..5......
|
681239475342875691957416382128693754493527168576148923219754836834962517765381249
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1064
|
Basic 9x9 Sudoku 1064
|
Normal 9x9 sudoku rules apply
|
. 8 . 2 3 . . 7 5
. 4 . 8 . . . . .
. . 7 4 . 6 . . .
1 2 8 6 9 3 . . .
4 . . 5 2 7 1 . 8
. 7 6 1 4 8 . . 3
. 1 9 7 5 4 . 3 6
. 3 . 9 6 2 5 . 7
. . 5 . . . . . .
|
6 8 1 2 3 9 4 7 5
3 4 2 8 7 5 6 9 1
9 5 7 4 1 6 3 8 2
1 2 8 6 9 3 7 5 4
4 9 3 5 2 7 1 6 8
5 7 6 1 4 8 9 2 3
2 1 9 7 5 4 8 3 6
8 3 4 9 6 2 5 1 7
7 6 5 3 8 1 2 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1065
|
.....2..5.25.64987.6.957123.3.728..99.26.37.868..1.3..593.81276.4.37..918712.6.34
|
719832465325164987468957123134728659952643718687519342593481276246375891871296534
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1065
|
Basic 9x9 Sudoku 1065
|
Normal 9x9 sudoku rules apply
|
. . . . . 2 . . 5
. 2 5 . 6 4 9 8 7
. 6 . 9 5 7 1 2 3
. 3 . 7 2 8 . . 9
9 . 2 6 . 3 7 . 8
6 8 . . 1 . 3 . .
5 9 3 . 8 1 2 7 6
. 4 . 3 7 . . 9 1
8 7 1 2 . 6 . 3 4
|
7 1 9 8 3 2 4 6 5
3 2 5 1 6 4 9 8 7
4 6 8 9 5 7 1 2 3
1 3 4 7 2 8 6 5 9
9 5 2 6 4 3 7 1 8
6 8 7 5 1 9 3 4 2
5 9 3 4 8 1 2 7 6
2 4 6 3 7 5 8 9 1
8 7 1 2 9 6 5 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1066
|
61...2597.95..1...2.7.65.1....649....36.5.2..5.92.7....5379.482468.2.9......14635
|
614382597395471826287965314821649753736158249549237168153796482468523971972814635
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1066
|
Basic 9x9 Sudoku 1066
|
Normal 9x9 sudoku rules apply
|
6 1 . . . 2 5 9 7
. 9 5 . . 1 . . .
2 . 7 . 6 5 . 1 .
. . . 6 4 9 . . .
. 3 6 . 5 . 2 . .
5 . 9 2 . 7 . . .
. 5 3 7 9 . 4 8 2
4 6 8 . 2 . 9 . .
. . . . 1 4 6 3 5
|
6 1 4 3 8 2 5 9 7
3 9 5 4 7 1 8 2 6
2 8 7 9 6 5 3 1 4
8 2 1 6 4 9 7 5 3
7 3 6 1 5 8 2 4 9
5 4 9 2 3 7 1 6 8
1 5 3 7 9 6 4 8 2
4 6 8 5 2 3 9 7 1
9 7 2 8 1 4 6 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1067
|
97.12..46654.78.32..2546..98932517642..6379855674893.11.536.497.367.52.8.2.8.4.53
|
978123546654978132312546879893251764241637985567489321185362497436795218729814653
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1067
|
Basic 9x9 Sudoku 1067
|
Normal 9x9 sudoku rules apply
|
9 7 . 1 2 . . 4 6
6 5 4 . 7 8 . 3 2
. . 2 5 4 6 . . 9
8 9 3 2 5 1 7 6 4
2 . . 6 3 7 9 8 5
5 6 7 4 8 9 3 . 1
1 . 5 3 6 . 4 9 7
. 3 6 7 . 5 2 . 8
. 2 . 8 . 4 . 5 3
|
9 7 8 1 2 3 5 4 6
6 5 4 9 7 8 1 3 2
3 1 2 5 4 6 8 7 9
8 9 3 2 5 1 7 6 4
2 4 1 6 3 7 9 8 5
5 6 7 4 8 9 3 2 1
1 8 5 3 6 2 4 9 7
4 3 6 7 9 5 2 1 8
7 2 9 8 1 4 6 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1068
|
32.1.9.57..9..64..75...4.1...286.74..687..93....3....85...28...2.3...596.4......1
|
324189657819576423756234819932861745168745932475392168591628374283417596647953281
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1068
|
Basic 9x9 Sudoku 1068
|
Normal 9x9 sudoku rules apply
|
3 2 . 1 . 9 . 5 7
. . 9 . . 6 4 . .
7 5 . . . 4 . 1 .
. . 2 8 6 . 7 4 .
. 6 8 7 . . 9 3 .
. . . 3 . . . . 8
5 . . . 2 8 . . .
2 . 3 . . . 5 9 6
. 4 . . . . . . 1
|
3 2 4 1 8 9 6 5 7
8 1 9 5 7 6 4 2 3
7 5 6 2 3 4 8 1 9
9 3 2 8 6 1 7 4 5
1 6 8 7 4 5 9 3 2
4 7 5 3 9 2 1 6 8
5 9 1 6 2 8 3 7 4
2 8 3 4 1 7 5 9 6
6 4 7 9 5 3 2 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1069
|
1...936.7.96.75.4...8.623.9854.1.2.6.2.35..81613.847.5..56319...31729568769548.2.
|
142893657396175842578462319854917236927356481613284795285631974431729568769548123
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1069
|
Basic 9x9 Sudoku 1069
|
Normal 9x9 sudoku rules apply
|
1 . . . 9 3 6 . 7
. 9 6 . 7 5 . 4 .
. . 8 . 6 2 3 . 9
8 5 4 . 1 . 2 . 6
. 2 . 3 5 . . 8 1
6 1 3 . 8 4 7 . 5
. . 5 6 3 1 9 . .
. 3 1 7 2 9 5 6 8
7 6 9 5 4 8 . 2 .
|
1 4 2 8 9 3 6 5 7
3 9 6 1 7 5 8 4 2
5 7 8 4 6 2 3 1 9
8 5 4 9 1 7 2 3 6
9 2 7 3 5 6 4 8 1
6 1 3 2 8 4 7 9 5
2 8 5 6 3 1 9 7 4
4 3 1 7 2 9 5 6 8
7 6 9 5 4 8 1 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1070
|
..6398.2.7295.18.35..72.196857..94629..457.184.12869.72948.5..1.7.91328431.6.257.
|
146398725729561843583724196857139462962457318431286957294875631675913284318642579
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1070
|
Basic 9x9 Sudoku 1070
|
Normal 9x9 sudoku rules apply
|
. . 6 3 9 8 . 2 .
7 2 9 5 . 1 8 . 3
5 . . 7 2 . 1 9 6
8 5 7 . . 9 4 6 2
9 . . 4 5 7 . 1 8
4 . 1 2 8 6 9 . 7
2 9 4 8 . 5 . . 1
. 7 . 9 1 3 2 8 4
3 1 . 6 . 2 5 7 .
|
1 4 6 3 9 8 7 2 5
7 2 9 5 6 1 8 4 3
5 8 3 7 2 4 1 9 6
8 5 7 1 3 9 4 6 2
9 6 2 4 5 7 3 1 8
4 3 1 2 8 6 9 5 7
2 9 4 8 7 5 6 3 1
6 7 5 9 1 3 2 8 4
3 1 8 6 4 2 5 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1071
|
8.1.24.767531.8942.42.75..3128457...964.317.537589642..3.64915848651329.51.78.6.4
|
891324576753168942642975813128457369964231785375896421237649158486513297519782634
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1071
|
Basic 9x9 Sudoku 1071
|
Normal 9x9 sudoku rules apply
|
8 . 1 . 2 4 . 7 6
7 5 3 1 . 8 9 4 2
. 4 2 . 7 5 . . 3
1 2 8 4 5 7 . . .
9 6 4 . 3 1 7 . 5
3 7 5 8 9 6 4 2 .
. 3 . 6 4 9 1 5 8
4 8 6 5 1 3 2 9 .
5 1 . 7 8 . 6 . 4
|
8 9 1 3 2 4 5 7 6
7 5 3 1 6 8 9 4 2
6 4 2 9 7 5 8 1 3
1 2 8 4 5 7 3 6 9
9 6 4 2 3 1 7 8 5
3 7 5 8 9 6 4 2 1
2 3 7 6 4 9 1 5 8
4 8 6 5 1 3 2 9 7
5 1 9 7 8 2 6 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1072
|
..812346526.894..7..4...829..9....723...1.9.44.....6.15.2381.4.......253...2.....
|
978123465265894317134567829819436572356712984427958631592381746781649253643275198
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1072
|
Basic 9x9 Sudoku 1072
|
Normal 9x9 sudoku rules apply
|
. . 8 1 2 3 4 6 5
2 6 . 8 9 4 . . 7
. . 4 . . . 8 2 9
. . 9 . . . . 7 2
3 . . . 1 . 9 . 4
4 . . . . . 6 . 1
5 . 2 3 8 1 . 4 .
. . . . . . 2 5 3
. . . 2 . . . . .
|
9 7 8 1 2 3 4 6 5
2 6 5 8 9 4 3 1 7
1 3 4 5 6 7 8 2 9
8 1 9 4 3 6 5 7 2
3 5 6 7 1 2 9 8 4
4 2 7 9 5 8 6 3 1
5 9 2 3 8 1 7 4 6
7 8 1 6 4 9 2 5 3
6 4 3 2 7 5 1 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1073
|
..1.3.4.66...75..38.7.6..51....2...7.78..96..3.96475.2..54.13291..29674.94275..68
|
591832476624175893837964251456328917278519634319647582765481329183296745942753168
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1073
|
Basic 9x9 Sudoku 1073
|
Normal 9x9 sudoku rules apply
|
. . 1 . 3 . 4 . 6
6 . . . 7 5 . . 3
8 . 7 . 6 . . 5 1
. . . . 2 . . . 7
. 7 8 . . 9 6 . .
3 . 9 6 4 7 5 . 2
. . 5 4 . 1 3 2 9
1 . . 2 9 6 7 4 .
9 4 2 7 5 . . 6 8
|
5 9 1 8 3 2 4 7 6
6 2 4 1 7 5 8 9 3
8 3 7 9 6 4 2 5 1
4 5 6 3 2 8 9 1 7
2 7 8 5 1 9 6 3 4
3 1 9 6 4 7 5 8 2
7 6 5 4 8 1 3 2 9
1 8 3 2 9 6 7 4 5
9 4 2 7 5 3 1 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1074
|
...182.462.69.4.7..3.67.1....74..62192351678416.72.5...423619..6.58.72133812.9467
|
579182346216934875438675192857493621923516784164728539742361958695847213381259467
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1074
|
Basic 9x9 Sudoku 1074
|
Normal 9x9 sudoku rules apply
|
. . . 1 8 2 . 4 6
2 . 6 9 . 4 . 7 .
. 3 . 6 7 . 1 . .
. . 7 4 . . 6 2 1
9 2 3 5 1 6 7 8 4
1 6 . 7 2 . 5 . .
. 4 2 3 6 1 9 . .
6 . 5 8 . 7 2 1 3
3 8 1 2 . 9 4 6 7
|
5 7 9 1 8 2 3 4 6
2 1 6 9 3 4 8 7 5
4 3 8 6 7 5 1 9 2
8 5 7 4 9 3 6 2 1
9 2 3 5 1 6 7 8 4
1 6 4 7 2 8 5 3 9
7 4 2 3 6 1 9 5 8
6 9 5 8 4 7 2 1 3
3 8 1 2 5 9 4 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1075
|
..298..378.4..7.2..7324..85.........3..81..6442.35....2.8.716497.1693..2....2.371
|
612985437854137926973246185185764293397812564426359718238571649741693852569428371
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1075
|
Basic 9x9 Sudoku 1075
|
Normal 9x9 sudoku rules apply
|
. . 2 9 8 . . 3 7
8 . 4 . . 7 . 2 .
. 7 3 2 4 . . 8 5
. . . . . . . . .
3 . . 8 1 . . 6 4
4 2 . 3 5 . . . .
2 . 8 . 7 1 6 4 9
7 . 1 6 9 3 . . 2
. . . . 2 . 3 7 1
|
6 1 2 9 8 5 4 3 7
8 5 4 1 3 7 9 2 6
9 7 3 2 4 6 1 8 5
1 8 5 7 6 4 2 9 3
3 9 7 8 1 2 5 6 4
4 2 6 3 5 9 7 1 8
2 3 8 5 7 1 6 4 9
7 4 1 6 9 3 8 5 2
5 6 9 4 2 8 3 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1076
|
6.982.45751.....96..7..5..3.5.4.6...19.7...6...69.2..5.2..6.534.....4....415..62.
|
639821457512347896487695213253416789194758362876932145728169534365284971941573628
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1076
|
Basic 9x9 Sudoku 1076
|
Normal 9x9 sudoku rules apply
|
6 . 9 8 2 . 4 5 7
5 1 . . . . . 9 6
. . 7 . . 5 . . 3
. 5 . 4 . 6 . . .
1 9 . 7 . . . 6 .
. . 6 9 . 2 . . 5
. 2 . . 6 . 5 3 4
. . . . . 4 . . .
. 4 1 5 . . 6 2 .
|
6 3 9 8 2 1 4 5 7
5 1 2 3 4 7 8 9 6
4 8 7 6 9 5 2 1 3
2 5 3 4 1 6 7 8 9
1 9 4 7 5 8 3 6 2
8 7 6 9 3 2 1 4 5
7 2 8 1 6 9 5 3 4
3 6 5 2 8 4 9 7 1
9 4 1 5 7 3 6 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1077
|
.36.194..189...632.472.389181.34..29...5.2.63.6..9.5.892167835.4....5.1.6.312.9..
|
236819475189457632547263891815346729794582163362791548921678354478935216653124987
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1077
|
Basic 9x9 Sudoku 1077
|
Normal 9x9 sudoku rules apply
|
. 3 6 . 1 9 4 . .
1 8 9 . . . 6 3 2
. 4 7 2 . 3 8 9 1
8 1 . 3 4 . . 2 9
. . . 5 . 2 . 6 3
. 6 . . 9 . 5 . 8
9 2 1 6 7 8 3 5 .
4 . . . . 5 . 1 .
6 . 3 1 2 . 9 . .
|
2 3 6 8 1 9 4 7 5
1 8 9 4 5 7 6 3 2
5 4 7 2 6 3 8 9 1
8 1 5 3 4 6 7 2 9
7 9 4 5 8 2 1 6 3
3 6 2 7 9 1 5 4 8
9 2 1 6 7 8 3 5 4
4 7 8 9 3 5 2 1 6
6 5 3 1 2 4 9 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1078
|
...12...72.59..846.73546.2...4.15763521..749..3.48921..5239.68.1.8.623543..851.72
|
469128537215973846873546129984215763521637498637489215752394681198762354346851972
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1078
|
Basic 9x9 Sudoku 1078
|
Normal 9x9 sudoku rules apply
|
. . . 1 2 . . . 7
2 . 5 9 . . 8 4 6
. 7 3 5 4 6 . 2 .
. . 4 . 1 5 7 6 3
5 2 1 . . 7 4 9 .
. 3 . 4 8 9 2 1 .
. 5 2 3 9 . 6 8 .
1 . 8 . 6 2 3 5 4
3 . . 8 5 1 . 7 2
|
4 6 9 1 2 8 5 3 7
2 1 5 9 7 3 8 4 6
8 7 3 5 4 6 1 2 9
9 8 4 2 1 5 7 6 3
5 2 1 6 3 7 4 9 8
6 3 7 4 8 9 2 1 5
7 5 2 3 9 4 6 8 1
1 9 8 7 6 2 3 5 4
3 4 6 8 5 1 9 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1079
|
.7.91.3.4..28.5.67135...8.992.347...614528.7.35716.482.6129374.783.54291...781..6
|
876912354492835167135476829928347615614528973357169482561293748783654291249781536
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1079
|
Basic 9x9 Sudoku 1079
|
Normal 9x9 sudoku rules apply
|
. 7 . 9 1 . 3 . 4
. . 2 8 . 5 . 6 7
1 3 5 . . . 8 . 9
9 2 . 3 4 7 . . .
6 1 4 5 2 8 . 7 .
3 5 7 1 6 . 4 8 2
. 6 1 2 9 3 7 4 .
7 8 3 . 5 4 2 9 1
. . . 7 8 1 . . 6
|
8 7 6 9 1 2 3 5 4
4 9 2 8 3 5 1 6 7
1 3 5 4 7 6 8 2 9
9 2 8 3 4 7 6 1 5
6 1 4 5 2 8 9 7 3
3 5 7 1 6 9 4 8 2
5 6 1 2 9 3 7 4 8
7 8 3 6 5 4 2 9 1
2 4 9 7 8 1 5 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1080
|
..2.18.6..1.9...7.95846.3.2.3.28..49....9.53...7.53.28....4.256..457..8.5..6....7
|
742318965613925874958467312135286749826794531497153628379841256264579183581632497
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1080
|
Basic 9x9 Sudoku 1080
|
Normal 9x9 sudoku rules apply
|
. . 2 . 1 8 . 6 .
. 1 . 9 . . . 7 .
9 5 8 4 6 . 3 . 2
. 3 . 2 8 . . 4 9
. . . . 9 . 5 3 .
. . 7 . 5 3 . 2 8
. . . . 4 . 2 5 6
. . 4 5 7 . . 8 .
5 . . 6 . . . . 7
|
7 4 2 3 1 8 9 6 5
6 1 3 9 2 5 8 7 4
9 5 8 4 6 7 3 1 2
1 3 5 2 8 6 7 4 9
8 2 6 7 9 4 5 3 1
4 9 7 1 5 3 6 2 8
3 7 9 8 4 1 2 5 6
2 6 4 5 7 9 1 8 3
5 8 1 6 3 2 4 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1081
|
92..143.5.84356.7..5.2..84181257963.6.548.12.49362.7.8.391...8..6.7.82.3.489.2516
|
927814365184356972356297841812579634675483129493621758239165487561748293748932516
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1081
|
Basic 9x9 Sudoku 1081
|
Normal 9x9 sudoku rules apply
|
9 2 . . 1 4 3 . 5
. 8 4 3 5 6 . 7 .
. 5 . 2 . . 8 4 1
8 1 2 5 7 9 6 3 .
6 . 5 4 8 . 1 2 .
4 9 3 6 2 . 7 . 8
. 3 9 1 . . . 8 .
. 6 . 7 . 8 2 . 3
. 4 8 9 . 2 5 1 6
|
9 2 7 8 1 4 3 6 5
1 8 4 3 5 6 9 7 2
3 5 6 2 9 7 8 4 1
8 1 2 5 7 9 6 3 4
6 7 5 4 8 3 1 2 9
4 9 3 6 2 1 7 5 8
2 3 9 1 6 5 4 8 7
5 6 1 7 4 8 2 9 3
7 4 8 9 3 2 5 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1082
|
3961..4.7.4..7.8.6.8.6.412..7952..414.5...26.2..8417....1259...924....1.6..4...7.
|
396182457142975836587634129879526341415397268263841795731259684924768513658413972
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1082
|
Basic 9x9 Sudoku 1082
|
Normal 9x9 sudoku rules apply
|
3 9 6 1 . . 4 . 7
. 4 . . 7 . 8 . 6
. 8 . 6 . 4 1 2 .
. 7 9 5 2 . . 4 1
4 . 5 . . . 2 6 .
2 . . 8 4 1 7 . .
. . 1 2 5 9 . . .
9 2 4 . . . . 1 .
6 . . 4 . . . 7 .
|
3 9 6 1 8 2 4 5 7
1 4 2 9 7 5 8 3 6
5 8 7 6 3 4 1 2 9
8 7 9 5 2 6 3 4 1
4 1 5 3 9 7 2 6 8
2 6 3 8 4 1 7 9 5
7 3 1 2 5 9 6 8 4
9 2 4 7 6 8 5 1 3
6 5 8 4 1 3 9 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1083
|
2.8.135..17..2.9..5.3467812.617.842585714263.3246..18773.584..168527139441.3.6..8
|
248913576176825943593467812961738425857142639324659187739584261685271394412396758
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1083
|
Basic 9x9 Sudoku 1083
|
Normal 9x9 sudoku rules apply
|
2 . 8 . 1 3 5 . .
1 7 . . 2 . 9 . .
5 . 3 4 6 7 8 1 2
. 6 1 7 . 8 4 2 5
8 5 7 1 4 2 6 3 .
3 2 4 6 . . 1 8 7
7 3 . 5 8 4 . . 1
6 8 5 2 7 1 3 9 4
4 1 . 3 . 6 . . 8
|
2 4 8 9 1 3 5 7 6
1 7 6 8 2 5 9 4 3
5 9 3 4 6 7 8 1 2
9 6 1 7 3 8 4 2 5
8 5 7 1 4 2 6 3 9
3 2 4 6 5 9 1 8 7
7 3 9 5 8 4 2 6 1
6 8 5 2 7 1 3 9 4
4 1 2 3 9 6 7 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1084
|
6312....595.4732.67..15..8381.52764..97.41358465389721.46715..2582934.671798.25.4
|
631298475958473216724156983813527649297641358465389721346715892582934167179862534
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1084
|
Basic 9x9 Sudoku 1084
|
Normal 9x9 sudoku rules apply
|
6 3 1 2 . . . . 5
9 5 . 4 7 3 2 . 6
7 . . 1 5 . . 8 3
8 1 . 5 2 7 6 4 .
. 9 7 . 4 1 3 5 8
4 6 5 3 8 9 7 2 1
. 4 6 7 1 5 . . 2
5 8 2 9 3 4 . 6 7
1 7 9 8 . 2 5 . 4
|
6 3 1 2 9 8 4 7 5
9 5 8 4 7 3 2 1 6
7 2 4 1 5 6 9 8 3
8 1 3 5 2 7 6 4 9
2 9 7 6 4 1 3 5 8
4 6 5 3 8 9 7 2 1
3 4 6 7 1 5 8 9 2
5 8 2 9 3 4 1 6 7
1 7 9 8 6 2 5 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1085
|
.278154966..93258.9..4.7.31.96.7832...36..9.524...1.7.4712.38.98.2..91535..1.67.2
|
327815496614932587958467231196578324783624915245391678471253869862749153539186742
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1085
|
Basic 9x9 Sudoku 1085
|
Normal 9x9 sudoku rules apply
|
. 2 7 8 1 5 4 9 6
6 . . 9 3 2 5 8 .
9 . . 4 . 7 . 3 1
. 9 6 . 7 8 3 2 .
. . 3 6 . . 9 . 5
2 4 . . . 1 . 7 .
4 7 1 2 . 3 8 . 9
8 . 2 . . 9 1 5 3
5 . . 1 . 6 7 . 2
|
3 2 7 8 1 5 4 9 6
6 1 4 9 3 2 5 8 7
9 5 8 4 6 7 2 3 1
1 9 6 5 7 8 3 2 4
7 8 3 6 2 4 9 1 5
2 4 5 3 9 1 6 7 8
4 7 1 2 5 3 8 6 9
8 6 2 7 4 9 1 5 3
5 3 9 1 8 6 7 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1086
|
6849..3.51.237568475348..1981973.52.36...9.4.24.1689..426893...97..21.....164.892
|
684912375192375684753486219819734526367259148245168937426893751978521463531647892
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1086
|
Basic 9x9 Sudoku 1086
|
Normal 9x9 sudoku rules apply
|
6 8 4 9 . . 3 . 5
1 . 2 3 7 5 6 8 4
7 5 3 4 8 . . 1 9
8 1 9 7 3 . 5 2 .
3 6 . . . 9 . 4 .
2 4 . 1 6 8 9 . .
4 2 6 8 9 3 . . .
9 7 . . 2 1 . . .
. . 1 6 4 . 8 9 2
|
6 8 4 9 1 2 3 7 5
1 9 2 3 7 5 6 8 4
7 5 3 4 8 6 2 1 9
8 1 9 7 3 4 5 2 6
3 6 7 2 5 9 1 4 8
2 4 5 1 6 8 9 3 7
4 2 6 8 9 3 7 5 1
9 7 8 5 2 1 4 6 3
5 3 1 6 4 7 8 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1087
|
8..12...66.7.4315...9..5..7.8.35....5.2789.1..7.21.5892..53....73..9.86.49...1.3.
|
853127946627943158149865327981354672562789413374216589216538794735492861498671235
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1087
|
Basic 9x9 Sudoku 1087
|
Normal 9x9 sudoku rules apply
|
8 . . 1 2 . . . 6
6 . 7 . 4 3 1 5 .
. . 9 . . 5 . . 7
. 8 . 3 5 . . . .
5 . 2 7 8 9 . 1 .
. 7 . 2 1 . 5 8 9
2 . . 5 3 . . . .
7 3 . . 9 . 8 6 .
4 9 . . . 1 . 3 .
|
8 5 3 1 2 7 9 4 6
6 2 7 9 4 3 1 5 8
1 4 9 8 6 5 3 2 7
9 8 1 3 5 4 6 7 2
5 6 2 7 8 9 4 1 3
3 7 4 2 1 6 5 8 9
2 1 6 5 3 8 7 9 4
7 3 5 4 9 2 8 6 1
4 9 8 6 7 1 2 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1088
|
8271495631..365872536.7219..14....5997365..1.6..2..437.61.87.2539542.78...2513...
|
827149563149365872536872194214738659973654218658291437461987325395426781782513946
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1088
|
Basic 9x9 Sudoku 1088
|
Normal 9x9 sudoku rules apply
|
8 2 7 1 4 9 5 6 3
1 . . 3 6 5 8 7 2
5 3 6 . 7 2 1 9 .
. 1 4 . . . . 5 9
9 7 3 6 5 . . 1 .
6 . . 2 . . 4 3 7
. 6 1 . 8 7 . 2 5
3 9 5 4 2 . 7 8 .
. . 2 5 1 3 . . .
|
8 2 7 1 4 9 5 6 3
1 4 9 3 6 5 8 7 2
5 3 6 8 7 2 1 9 4
2 1 4 7 3 8 6 5 9
9 7 3 6 5 4 2 1 8
6 5 8 2 9 1 4 3 7
4 6 1 9 8 7 3 2 5
3 9 5 4 2 6 7 8 1
7 8 2 5 1 3 9 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1089
|
741...63..9....87438.4.5192.2..4...7.579.84....97..2.6934.1...81..53...92758.4..1
|
741289635592361874386475192823146957657928413419753286934617528168532749275894361
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1089
|
Basic 9x9 Sudoku 1089
|
Normal 9x9 sudoku rules apply
|
7 4 1 . . . 6 3 .
. 9 . . . . 8 7 4
3 8 . 4 . 5 1 9 2
. 2 . . 4 . . . 7
. 5 7 9 . 8 4 . .
. . 9 7 . . 2 . 6
9 3 4 . 1 . . . 8
1 . . 5 3 . . . 9
2 7 5 8 . 4 . . 1
|
7 4 1 2 8 9 6 3 5
5 9 2 3 6 1 8 7 4
3 8 6 4 7 5 1 9 2
8 2 3 1 4 6 9 5 7
6 5 7 9 2 8 4 1 3
4 1 9 7 5 3 2 8 6
9 3 4 6 1 7 5 2 8
1 6 8 5 3 2 7 4 9
2 7 5 8 9 4 3 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1090
|
..4219.7.9.2...1........59..1..3.4...351.672.6.9725...7.8.9..43..6..2.1.....7.25.
|
584219376962357184173864592217938465835146729649725831728591643356482917491673258
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1090
|
Basic 9x9 Sudoku 1090
|
Normal 9x9 sudoku rules apply
|
. . 4 2 1 9 . 7 .
9 . 2 . . . 1 . .
. . . . . . 5 9 .
. 1 . . 3 . 4 . .
. 3 5 1 . 6 7 2 .
6 . 9 7 2 5 . . .
7 . 8 . 9 . . 4 3
. . 6 . . 2 . 1 .
. . . . 7 . 2 5 .
|
5 8 4 2 1 9 3 7 6
9 6 2 3 5 7 1 8 4
1 7 3 8 6 4 5 9 2
2 1 7 9 3 8 4 6 5
8 3 5 1 4 6 7 2 9
6 4 9 7 2 5 8 3 1
7 2 8 5 9 1 6 4 3
3 5 6 4 8 2 9 1 7
4 9 1 6 7 3 2 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1091
|
..831.6....18.7.347.3...98.38..754161...3...86..1.43.9..476.....36..18..2.5.4.1.3
|
498312675561897234723456981389275416142639758657184329814763592936521847275948163
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1091
|
Basic 9x9 Sudoku 1091
|
Normal 9x9 sudoku rules apply
|
. . 8 3 1 . 6 . .
. . 1 8 . 7 . 3 4
7 . 3 . . . 9 8 .
3 8 . . 7 5 4 1 6
1 . . . 3 . . . 8
6 . . 1 . 4 3 . 9
. . 4 7 6 . . . .
. 3 6 . . 1 8 . .
2 . 5 . 4 . 1 . 3
|
4 9 8 3 1 2 6 7 5
5 6 1 8 9 7 2 3 4
7 2 3 4 5 6 9 8 1
3 8 9 2 7 5 4 1 6
1 4 2 6 3 9 7 5 8
6 5 7 1 8 4 3 2 9
8 1 4 7 6 3 5 9 2
9 3 6 5 2 1 8 4 7
2 7 5 9 4 8 1 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1092
|
8...5.3.6..58732.97.2.4..5.4.673951.92361..8.5.74..6..65138.9...7..6..31.482917..
|
894152376165873249732946158486739512923615487517428693651387924279564831348291765
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1092
|
Basic 9x9 Sudoku 1092
|
Normal 9x9 sudoku rules apply
|
8 . . . 5 . 3 . 6
. . 5 8 7 3 2 . 9
7 . 2 . 4 . . 5 .
4 . 6 7 3 9 5 1 .
9 2 3 6 1 . . 8 .
5 . 7 4 . . 6 . .
6 5 1 3 8 . 9 . .
. 7 . . 6 . . 3 1
. 4 8 2 9 1 7 . .
|
8 9 4 1 5 2 3 7 6
1 6 5 8 7 3 2 4 9
7 3 2 9 4 6 1 5 8
4 8 6 7 3 9 5 1 2
9 2 3 6 1 5 4 8 7
5 1 7 4 2 8 6 9 3
6 5 1 3 8 7 9 2 4
2 7 9 5 6 4 8 3 1
3 4 8 2 9 1 7 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1093
|
72.18...4.962.7.858.3.5.9....769.43295234167.364872..95.9..8.41.71.2.89....913..6
|
725189364496237185813456927187695432952341678364872519539768241671524893248913756
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1093
|
Basic 9x9 Sudoku 1093
|
Normal 9x9 sudoku rules apply
|
7 2 . 1 8 . . . 4
. 9 6 2 . 7 . 8 5
8 . 3 . 5 . 9 . .
. . 7 6 9 . 4 3 2
9 5 2 3 4 1 6 7 .
3 6 4 8 7 2 . . 9
5 . 9 . . 8 . 4 1
. 7 1 . 2 . 8 9 .
. . . 9 1 3 . . 6
|
7 2 5 1 8 9 3 6 4
4 9 6 2 3 7 1 8 5
8 1 3 4 5 6 9 2 7
1 8 7 6 9 5 4 3 2
9 5 2 3 4 1 6 7 8
3 6 4 8 7 2 5 1 9
5 3 9 7 6 8 2 4 1
6 7 1 5 2 4 8 9 3
2 4 8 9 1 3 7 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1094
|
54..98.3.8.931.2.432654789.1347.9.82.87452...26.183.79.52834917.9..7132.713925.48
|
541298736879316254326547891134769582987452163265183479652834917498671325713925648
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1094
|
Basic 9x9 Sudoku 1094
|
Normal 9x9 sudoku rules apply
|
5 4 . . 9 8 . 3 .
8 . 9 3 1 . 2 . 4
3 2 6 5 4 7 8 9 .
1 3 4 7 . 9 . 8 2
. 8 7 4 5 2 . . .
2 6 . 1 8 3 . 7 9
. 5 2 8 3 4 9 1 7
. 9 . . 7 1 3 2 .
7 1 3 9 2 5 . 4 8
|
5 4 1 2 9 8 7 3 6
8 7 9 3 1 6 2 5 4
3 2 6 5 4 7 8 9 1
1 3 4 7 6 9 5 8 2
9 8 7 4 5 2 1 6 3
2 6 5 1 8 3 4 7 9
6 5 2 8 3 4 9 1 7
4 9 8 6 7 1 3 2 5
7 1 3 9 2 5 6 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1095
|
...8.5...4...6..23..62431.5..5...7.989.7.4..6.4.12........7645237...2...........7
|
239815674451967823786243195125638749893754216647129538918376452374582961562491387
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1095
|
Basic 9x9 Sudoku 1095
|
Normal 9x9 sudoku rules apply
|
. . . 8 . 5 . . .
4 . . . 6 . . 2 3
. . 6 2 4 3 1 . 5
. . 5 . . . 7 . 9
8 9 . 7 . 4 . . 6
. 4 . 1 2 . . . .
. . . . 7 6 4 5 2
3 7 . . . 2 . . .
. . . . . . . . 7
|
2 3 9 8 1 5 6 7 4
4 5 1 9 6 7 8 2 3
7 8 6 2 4 3 1 9 5
1 2 5 6 3 8 7 4 9
8 9 3 7 5 4 2 1 6
6 4 7 1 2 9 5 3 8
9 1 8 3 7 6 4 5 2
3 7 4 5 8 2 9 6 1
5 6 2 4 9 1 3 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1096
|
.6.19....71925384.2..467391.7134965234.6..97.6.578..34.8.934265534.2671.926571483
|
463198527719253846258467391871349652342615978695782134187934265534826719926571483
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1096
|
Basic 9x9 Sudoku 1096
|
Normal 9x9 sudoku rules apply
|
. 6 . 1 9 . . . .
7 1 9 2 5 3 8 4 .
2 . . 4 6 7 3 9 1
. 7 1 3 4 9 6 5 2
3 4 . 6 . . 9 7 .
6 . 5 7 8 . . 3 4
. 8 . 9 3 4 2 6 5
5 3 4 . 2 6 7 1 .
9 2 6 5 7 1 4 8 3
|
4 6 3 1 9 8 5 2 7
7 1 9 2 5 3 8 4 6
2 5 8 4 6 7 3 9 1
8 7 1 3 4 9 6 5 2
3 4 2 6 1 5 9 7 8
6 9 5 7 8 2 1 3 4
1 8 7 9 3 4 2 6 5
5 3 4 8 2 6 7 1 9
9 2 6 5 7 1 4 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1097
|
.3..29576.8.376....274...932731..6.....6..7299.6.4738.792..4168165.82.34...961257
|
431829576589376412627415893273198645814653729956247381792534168165782934348961257
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1097
|
Basic 9x9 Sudoku 1097
|
Normal 9x9 sudoku rules apply
|
. 3 . . 2 9 5 7 6
. 8 . 3 7 6 . . .
. 2 7 4 . . . 9 3
2 7 3 1 . . 6 . .
. . . 6 . . 7 2 9
9 . 6 . 4 7 3 8 .
7 9 2 . . 4 1 6 8
1 6 5 . 8 2 . 3 4
. . . 9 6 1 2 5 7
|
4 3 1 8 2 9 5 7 6
5 8 9 3 7 6 4 1 2
6 2 7 4 1 5 8 9 3
2 7 3 1 9 8 6 4 5
8 1 4 6 5 3 7 2 9
9 5 6 2 4 7 3 8 1
7 9 2 5 3 4 1 6 8
1 6 5 7 8 2 9 3 4
3 4 8 9 6 1 2 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1098
|
.7.8.235..3417.9282...3.67.8..45.763.6..8.4...437.9.853.69.5.4.4283.7.96957....32
|
671892354534176928289534671892451763765283419143769285316925847428317596957648132
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1098
|
Basic 9x9 Sudoku 1098
|
Normal 9x9 sudoku rules apply
|
. 7 . 8 . 2 3 5 .
. 3 4 1 7 . 9 2 8
2 . . . 3 . 6 7 .
8 . . 4 5 . 7 6 3
. 6 . . 8 . 4 . .
. 4 3 7 . 9 . 8 5
3 . 6 9 . 5 . 4 .
4 2 8 3 . 7 . 9 6
9 5 7 . . . . 3 2
|
6 7 1 8 9 2 3 5 4
5 3 4 1 7 6 9 2 8
2 8 9 5 3 4 6 7 1
8 9 2 4 5 1 7 6 3
7 6 5 2 8 3 4 1 9
1 4 3 7 6 9 2 8 5
3 1 6 9 2 5 8 4 7
4 2 8 3 1 7 5 9 6
9 5 7 6 4 8 1 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1099
|
2..85196.81697.43.95.4..18219...7846462.9.751.85...29.678..351.3.9..5674.4.7..328
|
234851967816972435957436182193527846462398751785614293678243519329185674541769328
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1099
|
Basic 9x9 Sudoku 1099
|
Normal 9x9 sudoku rules apply
|
2 . . 8 5 1 9 6 .
8 1 6 9 7 . 4 3 .
9 5 . 4 . . 1 8 2
1 9 . . . 7 8 4 6
4 6 2 . 9 . 7 5 1
. 8 5 . . . 2 9 .
6 7 8 . . 3 5 1 .
3 . 9 . . 5 6 7 4
. 4 . 7 . . 3 2 8
|
2 3 4 8 5 1 9 6 7
8 1 6 9 7 2 4 3 5
9 5 7 4 3 6 1 8 2
1 9 3 5 2 7 8 4 6
4 6 2 3 9 8 7 5 1
7 8 5 6 1 4 2 9 3
6 7 8 2 4 3 5 1 9
3 2 9 1 8 5 6 7 4
5 4 1 7 6 9 3 2 8
| 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.