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_700
|
27...1.6.1...56..75863..9.2..45..6..625....9.83.962.5146.7253..758..........4....
|
273891564149256837586374912914587623625413798837962451461725389758139246392648175
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 700
|
Basic 9x9 Sudoku 700
|
Normal 9x9 sudoku rules apply
|
2 7 . . . 1 . 6 .
1 . . . 5 6 . . 7
5 8 6 3 . . 9 . 2
. . 4 5 . . 6 . .
6 2 5 . . . . 9 .
8 3 . 9 6 2 . 5 1
4 6 . 7 2 5 3 . .
7 5 8 . . . . . .
. . . . 4 . . . .
|
2 7 3 8 9 1 5 6 4
1 4 9 2 5 6 8 3 7
5 8 6 3 7 4 9 1 2
9 1 4 5 8 7 6 2 3
6 2 5 4 1 3 7 9 8
8 3 7 9 6 2 4 5 1
4 6 1 7 2 5 3 8 9
7 5 8 1 3 9 2 4 6
3 9 2 6 4 8 1 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_701
|
.581.3674..384651914..9.823417.35968....78135..596.7425316.4.97.72319456694..2.8.
|
958123674723846519146597823417235968269478135385961742531684297872319456694752381
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 701
|
Basic 9x9 Sudoku 701
|
Normal 9x9 sudoku rules apply
|
. 5 8 1 . 3 6 7 4
. . 3 8 4 6 5 1 9
1 4 . . 9 . 8 2 3
4 1 7 . 3 5 9 6 8
. . . . 7 8 1 3 5
. . 5 9 6 . 7 4 2
5 3 1 6 . 4 . 9 7
. 7 2 3 1 9 4 5 6
6 9 4 . . 2 . 8 .
|
9 5 8 1 2 3 6 7 4
7 2 3 8 4 6 5 1 9
1 4 6 5 9 7 8 2 3
4 1 7 2 3 5 9 6 8
2 6 9 4 7 8 1 3 5
3 8 5 9 6 1 7 4 2
5 3 1 6 8 4 2 9 7
8 7 2 3 1 9 4 5 6
6 9 4 7 5 2 3 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_702
|
3...42.7646.9..1...1736..84...7.3....23......5..6.4318.....68311..59.46..8...1...
|
398142576465987123217365984841753692623819745579624318954276831132598467786431259
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 702
|
Basic 9x9 Sudoku 702
|
Normal 9x9 sudoku rules apply
|
3 . . . 4 2 . 7 6
4 6 . 9 . . 1 . .
. 1 7 3 6 . . 8 4
. . . 7 . 3 . . .
. 2 3 . . . . . .
5 . . 6 . 4 3 1 8
. . . . . 6 8 3 1
1 . . 5 9 . 4 6 .
. 8 . . . 1 . . .
|
3 9 8 1 4 2 5 7 6
4 6 5 9 8 7 1 2 3
2 1 7 3 6 5 9 8 4
8 4 1 7 5 3 6 9 2
6 2 3 8 1 9 7 4 5
5 7 9 6 2 4 3 1 8
9 5 4 2 7 6 8 3 1
1 3 2 5 9 8 4 6 7
7 8 6 4 3 1 2 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_703
|
..92834...741.563.52.46789.1..624..3.3.9785.4.4853.92.48.7...5935.8492..967.5214.
|
619283475874195632523467891195624783236978514748531926482716359351849267967352148
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 703
|
Basic 9x9 Sudoku 703
|
Normal 9x9 sudoku rules apply
|
. . 9 2 8 3 4 . .
. 7 4 1 . 5 6 3 .
5 2 . 4 6 7 8 9 .
1 . . 6 2 4 . . 3
. 3 . 9 7 8 5 . 4
. 4 8 5 3 . 9 2 .
4 8 . 7 . . . 5 9
3 5 . 8 4 9 2 . .
9 6 7 . 5 2 1 4 .
|
6 1 9 2 8 3 4 7 5
8 7 4 1 9 5 6 3 2
5 2 3 4 6 7 8 9 1
1 9 5 6 2 4 7 8 3
2 3 6 9 7 8 5 1 4
7 4 8 5 3 1 9 2 6
4 8 2 7 1 6 3 5 9
3 5 1 8 4 9 2 6 7
9 6 7 3 5 2 1 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_704
|
9.28.3...3.194...78.4.5.19..8319.67..176.54.9596.78231..8.6931.6493.1.5.135724968
|
972813546351946827864257193483192675217635489596478231728569314649381752135724968
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 704
|
Basic 9x9 Sudoku 704
|
Normal 9x9 sudoku rules apply
|
9 . 2 8 . 3 . . .
3 . 1 9 4 . . . 7
8 . 4 . 5 . 1 9 .
. 8 3 1 9 . 6 7 .
. 1 7 6 . 5 4 . 9
5 9 6 . 7 8 2 3 1
. . 8 . 6 9 3 1 .
6 4 9 3 . 1 . 5 .
1 3 5 7 2 4 9 6 8
|
9 7 2 8 1 3 5 4 6
3 5 1 9 4 6 8 2 7
8 6 4 2 5 7 1 9 3
4 8 3 1 9 2 6 7 5
2 1 7 6 3 5 4 8 9
5 9 6 4 7 8 2 3 1
7 2 8 5 6 9 3 1 4
6 4 9 3 8 1 7 5 2
1 3 5 7 2 4 9 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_705
|
92781.4563...9.......72.....9.4.1365.6...8....7...9..173.1.6.24.5..876.3186....97
|
927813456348695172615724938892471365561238749473569281739156824254987613186342597
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 705
|
Basic 9x9 Sudoku 705
|
Normal 9x9 sudoku rules apply
|
9 2 7 8 1 . 4 5 6
3 . . . 9 . . . .
. . . 7 2 . . . .
. 9 . 4 . 1 3 6 5
. 6 . . . 8 . . .
. 7 . . . 9 . . 1
7 3 . 1 . 6 . 2 4
. 5 . . 8 7 6 . 3
1 8 6 . . . . 9 7
|
9 2 7 8 1 3 4 5 6
3 4 8 6 9 5 1 7 2
6 1 5 7 2 4 9 3 8
8 9 2 4 7 1 3 6 5
5 6 1 2 3 8 7 4 9
4 7 3 5 6 9 2 8 1
7 3 9 1 5 6 8 2 4
2 5 4 9 8 7 6 1 3
1 8 6 3 4 2 5 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_706
|
...2.1.463629.....8.1.5.9....5.6.47.123....5.6..8....2296.1..34...5...6....69..81
|
759281346362947815841356927985162473123479658674835192296718534418523769537694281
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 706
|
Basic 9x9 Sudoku 706
|
Normal 9x9 sudoku rules apply
|
. . . 2 . 1 . 4 6
3 6 2 9 . . . . .
8 . 1 . 5 . 9 . .
. . 5 . 6 . 4 7 .
1 2 3 . . . . 5 .
6 . . 8 . . . . 2
2 9 6 . 1 . . 3 4
. . . 5 . . . 6 .
. . . 6 9 . . 8 1
|
7 5 9 2 8 1 3 4 6
3 6 2 9 4 7 8 1 5
8 4 1 3 5 6 9 2 7
9 8 5 1 6 2 4 7 3
1 2 3 4 7 9 6 5 8
6 7 4 8 3 5 1 9 2
2 9 6 7 1 8 5 3 4
4 1 8 5 2 3 7 6 9
5 3 7 6 9 4 2 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_707
|
95..13.478432.71.512..4.6.3...4729.6.6.159.78.9.6.8.2...95..364.3...685...53.4719
|
956813247843267195127945683518472936362159478794638521279581364431796852685324719
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 707
|
Basic 9x9 Sudoku 707
|
Normal 9x9 sudoku rules apply
|
9 5 . . 1 3 . 4 7
8 4 3 2 . 7 1 . 5
1 2 . . 4 . 6 . 3
. . . 4 7 2 9 . 6
. 6 . 1 5 9 . 7 8
. 9 . 6 . 8 . 2 .
. . 9 5 . . 3 6 4
. 3 . . . 6 8 5 .
. . 5 3 . 4 7 1 9
|
9 5 6 8 1 3 2 4 7
8 4 3 2 6 7 1 9 5
1 2 7 9 4 5 6 8 3
5 1 8 4 7 2 9 3 6
3 6 2 1 5 9 4 7 8
7 9 4 6 3 8 5 2 1
2 7 9 5 8 1 3 6 4
4 3 1 7 9 6 8 5 2
6 8 5 3 2 4 7 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_708
|
4.982.75.8521.69..376.59812184..52.7..728.3.19.36.74856.1798.242.53416787..562139
|
419823756852176943376459812184935267567284391923617485631798524295341678748562139
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 708
|
Basic 9x9 Sudoku 708
|
Normal 9x9 sudoku rules apply
|
4 . 9 8 2 . 7 5 .
8 5 2 1 . 6 9 . .
3 7 6 . 5 9 8 1 2
1 8 4 . . 5 2 . 7
. . 7 2 8 . 3 . 1
9 . 3 6 . 7 4 8 5
6 . 1 7 9 8 . 2 4
2 . 5 3 4 1 6 7 8
7 . . 5 6 2 1 3 9
|
4 1 9 8 2 3 7 5 6
8 5 2 1 7 6 9 4 3
3 7 6 4 5 9 8 1 2
1 8 4 9 3 5 2 6 7
5 6 7 2 8 4 3 9 1
9 2 3 6 1 7 4 8 5
6 3 1 7 9 8 5 2 4
2 9 5 3 4 1 6 7 8
7 4 8 5 6 2 1 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_709
|
37..294.62..8.63.9...34..8.14.23...89..6.453.65.....2......8267.......1.8...6....
|
378129456214856379596347182147235698982674531653981724439518267765492813821763945
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 709
|
Basic 9x9 Sudoku 709
|
Normal 9x9 sudoku rules apply
|
3 7 . . 2 9 4 . 6
2 . . 8 . 6 3 . 9
. . . 3 4 . . 8 .
1 4 . 2 3 . . . 8
9 . . 6 . 4 5 3 .
6 5 . . . . . 2 .
. . . . . 8 2 6 7
. . . . . . . 1 .
8 . . . 6 . . . .
|
3 7 8 1 2 9 4 5 6
2 1 4 8 5 6 3 7 9
5 9 6 3 4 7 1 8 2
1 4 7 2 3 5 6 9 8
9 8 2 6 7 4 5 3 1
6 5 3 9 8 1 7 2 4
4 3 9 5 1 8 2 6 7
7 6 5 4 9 2 8 1 3
8 2 1 7 6 3 9 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_710
|
364891.5.21.35.6847582.413.8.5.167.....738.6.67192.348.4..7..1...7..39.5.23..94.6
|
364891257219357684758264139835416792492738561671925348946572813187643925523189476
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 710
|
Basic 9x9 Sudoku 710
|
Normal 9x9 sudoku rules apply
|
3 6 4 8 9 1 . 5 .
2 1 . 3 5 . 6 8 4
7 5 8 2 . 4 1 3 .
8 . 5 . 1 6 7 . .
. . . 7 3 8 . 6 .
6 7 1 9 2 . 3 4 8
. 4 . . 7 . . 1 .
. . 7 . . 3 9 . 5
. 2 3 . . 9 4 . 6
|
3 6 4 8 9 1 2 5 7
2 1 9 3 5 7 6 8 4
7 5 8 2 6 4 1 3 9
8 3 5 4 1 6 7 9 2
4 9 2 7 3 8 5 6 1
6 7 1 9 2 5 3 4 8
9 4 6 5 7 2 8 1 3
1 8 7 6 4 3 9 2 5
5 2 3 1 8 9 4 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_711
|
.87.39.561...6.7.9.......138.2.9......58.63..7....59.15.........96...13...1.72...
|
487139256153268749629457813832791465915846372764325981578913624296584137341672598
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 711
|
Basic 9x9 Sudoku 711
|
Normal 9x9 sudoku rules apply
|
. 8 7 . 3 9 . 5 6
1 . . . 6 . 7 . 9
. . . . . . . 1 3
8 . 2 . 9 . . . .
. . 5 8 . 6 3 . .
7 . . . . 5 9 . 1
5 . . . . . . . .
. 9 6 . . . 1 3 .
. . 1 . 7 2 . . .
|
4 8 7 1 3 9 2 5 6
1 5 3 2 6 8 7 4 9
6 2 9 4 5 7 8 1 3
8 3 2 7 9 1 4 6 5
9 1 5 8 4 6 3 7 2
7 6 4 3 2 5 9 8 1
5 7 8 9 1 3 6 2 4
2 9 6 5 8 4 1 3 7
3 4 1 6 7 2 5 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_712
|
41.38....2.51.7...97.....28.9.4..61..6.23.4.91.765..8...19257.665971..32..4.6.59.
|
416382957285197364973546128392478615568231479147659283831925746659714832724863591
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 712
|
Basic 9x9 Sudoku 712
|
Normal 9x9 sudoku rules apply
|
4 1 . 3 8 . . . .
2 . 5 1 . 7 . . .
9 7 . . . . . 2 8
. 9 . 4 . . 6 1 .
. 6 . 2 3 . 4 . 9
1 . 7 6 5 . . 8 .
. . 1 9 2 5 7 . 6
6 5 9 7 1 . . 3 2
. . 4 . 6 . 5 9 .
|
4 1 6 3 8 2 9 5 7
2 8 5 1 9 7 3 6 4
9 7 3 5 4 6 1 2 8
3 9 2 4 7 8 6 1 5
5 6 8 2 3 1 4 7 9
1 4 7 6 5 9 2 8 3
8 3 1 9 2 5 7 4 6
6 5 9 7 1 4 8 3 2
7 2 4 8 6 3 5 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_713
|
9.2.58.36.....7.25...2.........1...33.5.8.914.7193.2......21.4...43.9..22.8574391
|
942158736183697425657243189896412573325786914471935268539821647714369852268574391
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 713
|
Basic 9x9 Sudoku 713
|
Normal 9x9 sudoku rules apply
|
9 . 2 . 5 8 . 3 6
. . . . . 7 . 2 5
. . . 2 . . . . .
. . . . 1 . . . 3
3 . 5 . 8 . 9 1 4
. 7 1 9 3 . 2 . .
. . . . 2 1 . 4 .
. . 4 3 . 9 . . 2
2 . 8 5 7 4 3 9 1
|
9 4 2 1 5 8 7 3 6
1 8 3 6 9 7 4 2 5
6 5 7 2 4 3 1 8 9
8 9 6 4 1 2 5 7 3
3 2 5 7 8 6 9 1 4
4 7 1 9 3 5 2 6 8
5 3 9 8 2 1 6 4 7
7 1 4 3 6 9 8 5 2
2 6 8 5 7 4 3 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_714
|
.6.39..5.392547816754....93.3591.67.68..7..21...256.38.237.4.6...86.5349.4..3..82
|
861392457392547816754861293235918674689473521417256938923784165178625349546139782
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 714
|
Basic 9x9 Sudoku 714
|
Normal 9x9 sudoku rules apply
|
. 6 . 3 9 . . 5 .
3 9 2 5 4 7 8 1 6
7 5 4 . . . . 9 3
. 3 5 9 1 . 6 7 .
6 8 . . 7 . . 2 1
. . . 2 5 6 . 3 8
. 2 3 7 . 4 . 6 .
. . 8 6 . 5 3 4 9
. 4 . . 3 . . 8 2
|
8 6 1 3 9 2 4 5 7
3 9 2 5 4 7 8 1 6
7 5 4 8 6 1 2 9 3
2 3 5 9 1 8 6 7 4
6 8 9 4 7 3 5 2 1
4 1 7 2 5 6 9 3 8
9 2 3 7 8 4 1 6 5
1 7 8 6 2 5 3 4 9
5 4 6 1 3 9 7 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_715
|
218.35647495..7.3...62.8....5.329.6.9.7.....33....6.1.57.6....918.45....642.9..81
|
218935647495167832736248195851329764967814253324576918573681429189452376642793581
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 715
|
Basic 9x9 Sudoku 715
|
Normal 9x9 sudoku rules apply
|
2 1 8 . 3 5 6 4 7
4 9 5 . . 7 . 3 .
. . 6 2 . 8 . . .
. 5 . 3 2 9 . 6 .
9 . 7 . . . . . 3
3 . . . . 6 . 1 .
5 7 . 6 . . . . 9
1 8 . 4 5 . . . .
6 4 2 . 9 . . 8 1
|
2 1 8 9 3 5 6 4 7
4 9 5 1 6 7 8 3 2
7 3 6 2 4 8 1 9 5
8 5 1 3 2 9 7 6 4
9 6 7 8 1 4 2 5 3
3 2 4 5 7 6 9 1 8
5 7 3 6 8 1 4 2 9
1 8 9 4 5 2 3 7 6
6 4 2 7 9 3 5 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_716
|
25.81.......275.8..18.46.7.....5...4473..26588..4.79.2..........495218....6..45.1
|
257819346634275189918346275192658734473192658865437912581963427749521863326784591
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 716
|
Basic 9x9 Sudoku 716
|
Normal 9x9 sudoku rules apply
|
2 5 . 8 1 . . . .
. . . 2 7 5 . 8 .
. 1 8 . 4 6 . 7 .
. . . . 5 . . . 4
4 7 3 . . 2 6 5 8
8 . . 4 . 7 9 . 2
. . . . . . . . .
. 4 9 5 2 1 8 . .
. . 6 . . 4 5 . 1
|
2 5 7 8 1 9 3 4 6
6 3 4 2 7 5 1 8 9
9 1 8 3 4 6 2 7 5
1 9 2 6 5 8 7 3 4
4 7 3 1 9 2 6 5 8
8 6 5 4 3 7 9 1 2
5 8 1 9 6 3 4 2 7
7 4 9 5 2 1 8 6 3
3 2 6 7 8 4 5 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_717
|
1..29.57.42..7.813756.132.49.2....57815947.32.....518927...936856.73294139.168.25
|
183294576429576813756813294932681457815947632647325189271459368568732941394168725
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 717
|
Basic 9x9 Sudoku 717
|
Normal 9x9 sudoku rules apply
|
1 . . 2 9 . 5 7 .
4 2 . . 7 . 8 1 3
7 5 6 . 1 3 2 . 4
9 . 2 . . . . 5 7
8 1 5 9 4 7 . 3 2
. . . . . 5 1 8 9
2 7 . . . 9 3 6 8
5 6 . 7 3 2 9 4 1
3 9 . 1 6 8 . 2 5
|
1 8 3 2 9 4 5 7 6
4 2 9 5 7 6 8 1 3
7 5 6 8 1 3 2 9 4
9 3 2 6 8 1 4 5 7
8 1 5 9 4 7 6 3 2
6 4 7 3 2 5 1 8 9
2 7 1 4 5 9 3 6 8
5 6 8 7 3 2 9 4 1
3 9 4 1 6 8 7 2 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_718
|
1.238.657.76195.4885427.1.39...6.41.61.94.3854285.3769.496.8....8.....76.6173..24
|
192384657376195248854276193935867412617942385428513769749628531283451976561739824
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 718
|
Basic 9x9 Sudoku 718
|
Normal 9x9 sudoku rules apply
|
1 . 2 3 8 . 6 5 7
. 7 6 1 9 5 . 4 8
8 5 4 2 7 . 1 . 3
9 . . . 6 . 4 1 .
6 1 . 9 4 . 3 8 5
4 2 8 5 . 3 7 6 9
. 4 9 6 . 8 . . .
. 8 . . . . . 7 6
. 6 1 7 3 . . 2 4
|
1 9 2 3 8 4 6 5 7
3 7 6 1 9 5 2 4 8
8 5 4 2 7 6 1 9 3
9 3 5 8 6 7 4 1 2
6 1 7 9 4 2 3 8 5
4 2 8 5 1 3 7 6 9
7 4 9 6 2 8 5 3 1
2 8 3 4 5 1 9 7 6
5 6 1 7 3 9 8 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_719
|
2.9....5.1..879234...5.218...64...7894.7.632582.3.54.14.82...93.92643...6...1.54.
|
289134756165879234734562189356421978941786325827395461418257693592643817673918542
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 719
|
Basic 9x9 Sudoku 719
|
Normal 9x9 sudoku rules apply
|
2 . 9 . . . . 5 .
1 . . 8 7 9 2 3 4
. . . 5 . 2 1 8 .
. . 6 4 . . . 7 8
9 4 . 7 . 6 3 2 5
8 2 . 3 . 5 4 . 1
4 . 8 2 . . . 9 3
. 9 2 6 4 3 . . .
6 . . . 1 . 5 4 .
|
2 8 9 1 3 4 7 5 6
1 6 5 8 7 9 2 3 4
7 3 4 5 6 2 1 8 9
3 5 6 4 2 1 9 7 8
9 4 1 7 8 6 3 2 5
8 2 7 3 9 5 4 6 1
4 1 8 2 5 7 6 9 3
5 9 2 6 4 3 8 1 7
6 7 3 9 1 8 5 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_720
|
....3.57....8159.3.3.9.....829..3.5...4.2.1.931.59.4.2.987623.4.6..81...173......
|
981234576647815923235976841829143657754628139316597482598762314462381795173459268
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 720
|
Basic 9x9 Sudoku 720
|
Normal 9x9 sudoku rules apply
|
. . . . 3 . 5 7 .
. . . 8 1 5 9 . 3
. 3 . 9 . . . . .
8 2 9 . . 3 . 5 .
. . 4 . 2 . 1 . 9
3 1 . 5 9 . 4 . 2
. 9 8 7 6 2 3 . 4
. 6 . . 8 1 . . .
1 7 3 . . . . . .
|
9 8 1 2 3 4 5 7 6
6 4 7 8 1 5 9 2 3
2 3 5 9 7 6 8 4 1
8 2 9 1 4 3 6 5 7
7 5 4 6 2 8 1 3 9
3 1 6 5 9 7 4 8 2
5 9 8 7 6 2 3 1 4
4 6 2 3 8 1 7 9 5
1 7 3 4 5 9 2 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_721
|
85..94.72.216874...74...19819536278.2.79.153.4368.592..62719845748526...519.3826.
|
853194672921687453674253198195362784287941536436875921362719845748526319519438267
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 721
|
Basic 9x9 Sudoku 721
|
Normal 9x9 sudoku rules apply
|
8 5 . . 9 4 . 7 2
. 2 1 6 8 7 4 . .
. 7 4 . . . 1 9 8
1 9 5 3 6 2 7 8 .
2 . 7 9 . 1 5 3 .
4 3 6 8 . 5 9 2 .
. 6 2 7 1 9 8 4 5
7 4 8 5 2 6 . . .
5 1 9 . 3 8 2 6 .
|
8 5 3 1 9 4 6 7 2
9 2 1 6 8 7 4 5 3
6 7 4 2 5 3 1 9 8
1 9 5 3 6 2 7 8 4
2 8 7 9 4 1 5 3 6
4 3 6 8 7 5 9 2 1
3 6 2 7 1 9 8 4 5
7 4 8 5 2 6 3 1 9
5 1 9 4 3 8 2 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_722
|
791.2.46535...4279.42.9..8.8....2.5323..4.....67.18.2..732..5.6.85..7.42...4.9.37
|
791823465358164279642795381814972653239546718567318924473281596985637142126459837
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 722
|
Basic 9x9 Sudoku 722
|
Normal 9x9 sudoku rules apply
|
7 9 1 . 2 . 4 6 5
3 5 . . . 4 2 7 9
. 4 2 . 9 . . 8 .
8 . . . . 2 . 5 3
2 3 . . 4 . . . .
. 6 7 . 1 8 . 2 .
. 7 3 2 . . 5 . 6
. 8 5 . . 7 . 4 2
. . . 4 . 9 . 3 7
|
7 9 1 8 2 3 4 6 5
3 5 8 1 6 4 2 7 9
6 4 2 7 9 5 3 8 1
8 1 4 9 7 2 6 5 3
2 3 9 5 4 6 7 1 8
5 6 7 3 1 8 9 2 4
4 7 3 2 8 1 5 9 6
9 8 5 6 3 7 1 4 2
1 2 6 4 5 9 8 3 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_723
|
824.9..3.6.135847.3576....918..75.632.59..748.73..619.542769.817365819.4.1.2.46.7
|
824197536691358472357642819189475263265913748473826195542769381736581924918234657
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 723
|
Basic 9x9 Sudoku 723
|
Normal 9x9 sudoku rules apply
|
8 2 4 . 9 . . 3 .
6 . 1 3 5 8 4 7 .
3 5 7 6 . . . . 9
1 8 . . 7 5 . 6 3
2 . 5 9 . . 7 4 8
. 7 3 . . 6 1 9 .
5 4 2 7 6 9 . 8 1
7 3 6 5 8 1 9 . 4
. 1 . 2 . 4 6 . 7
|
8 2 4 1 9 7 5 3 6
6 9 1 3 5 8 4 7 2
3 5 7 6 4 2 8 1 9
1 8 9 4 7 5 2 6 3
2 6 5 9 1 3 7 4 8
4 7 3 8 2 6 1 9 5
5 4 2 7 6 9 3 8 1
7 3 6 5 8 1 9 2 4
9 1 8 2 3 4 6 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_724
|
517.923.6.461.5287.3..4.95.3952.8..4781.6...2.64759.13.289.6..5......6.965..21..8
|
517892346946135287832647951395218764781463592264759813428976135173584629659321478
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 724
|
Basic 9x9 Sudoku 724
|
Normal 9x9 sudoku rules apply
|
5 1 7 . 9 2 3 . 6
. 4 6 1 . 5 2 8 7
. 3 . . 4 . 9 5 .
3 9 5 2 . 8 . . 4
7 8 1 . 6 . . . 2
. 6 4 7 5 9 . 1 3
. 2 8 9 . 6 . . 5
. . . . . . 6 . 9
6 5 . . 2 1 . . 8
|
5 1 7 8 9 2 3 4 6
9 4 6 1 3 5 2 8 7
8 3 2 6 4 7 9 5 1
3 9 5 2 1 8 7 6 4
7 8 1 4 6 3 5 9 2
2 6 4 7 5 9 8 1 3
4 2 8 9 7 6 1 3 5
1 7 3 5 8 4 6 2 9
6 5 9 3 2 1 4 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_725
|
16...4.3..8.......75.3.18299.65....4..5.469..34.189...59.61..4.4....5.6.6....2.98
|
169824735283957416754361829926573184815246973347189652592618347438795261671432598
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 725
|
Basic 9x9 Sudoku 725
|
Normal 9x9 sudoku rules apply
|
1 6 . . . 4 . 3 .
. 8 . . . . . . .
7 5 . 3 . 1 8 2 9
9 . 6 5 . . . . 4
. . 5 . 4 6 9 . .
3 4 . 1 8 9 . . .
5 9 . 6 1 . . 4 .
4 . . . . 5 . 6 .
6 . . . . 2 . 9 8
|
1 6 9 8 2 4 7 3 5
2 8 3 9 5 7 4 1 6
7 5 4 3 6 1 8 2 9
9 2 6 5 7 3 1 8 4
8 1 5 2 4 6 9 7 3
3 4 7 1 8 9 6 5 2
5 9 2 6 1 8 3 4 7
4 3 8 7 9 5 2 6 1
6 7 1 4 3 2 5 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_726
|
52...13..84127.96.9..45.812.9.3....613..6.24.2.89...31....3..5.3..62..977...8.6.3
|
526891374841273965973456812495312786137568249268947531612739458384625197759184623
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 726
|
Basic 9x9 Sudoku 726
|
Normal 9x9 sudoku rules apply
|
5 2 . . . 1 3 . .
8 4 1 2 7 . 9 6 .
9 . . 4 5 . 8 1 2
. 9 . 3 . . . . 6
1 3 . . 6 . 2 4 .
2 . 8 9 . . . 3 1
. . . . 3 . . 5 .
3 . . 6 2 . . 9 7
7 . . . 8 . 6 . 3
|
5 2 6 8 9 1 3 7 4
8 4 1 2 7 3 9 6 5
9 7 3 4 5 6 8 1 2
4 9 5 3 1 2 7 8 6
1 3 7 5 6 8 2 4 9
2 6 8 9 4 7 5 3 1
6 1 2 7 3 9 4 5 8
3 8 4 6 2 5 1 9 7
7 5 9 1 8 4 6 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_727
|
2.3.4.95..5..26.3.4..3578.6.8....675547.8..91....9..4...2...4.3..48..5....5..2.8.
|
263148957758926134491357826389214675547683291126795348872569413934871562615432789
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 727
|
Basic 9x9 Sudoku 727
|
Normal 9x9 sudoku rules apply
|
2 . 3 . 4 . 9 5 .
. 5 . . 2 6 . 3 .
4 . . 3 5 7 8 . 6
. 8 . . . . 6 7 5
5 4 7 . 8 . . 9 1
. . . . 9 . . 4 .
. . 2 . . . 4 . 3
. . 4 8 . . 5 . .
. . 5 . . 2 . 8 .
|
2 6 3 1 4 8 9 5 7
7 5 8 9 2 6 1 3 4
4 9 1 3 5 7 8 2 6
3 8 9 2 1 4 6 7 5
5 4 7 6 8 3 2 9 1
1 2 6 7 9 5 3 4 8
8 7 2 5 6 9 4 1 3
9 3 4 8 7 1 5 6 2
6 1 5 4 3 2 7 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_728
|
9....846.86793415214276..9..941875.6576.429183.159.27441.87362.62.4.9.817586...49
|
935218467867934152142765893294187536576342918381596274419873625623459781758621349
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 728
|
Basic 9x9 Sudoku 728
|
Normal 9x9 sudoku rules apply
|
9 . . . . 8 4 6 .
8 6 7 9 3 4 1 5 2
1 4 2 7 6 . . 9 .
. 9 4 1 8 7 5 . 6
5 7 6 . 4 2 9 1 8
3 . 1 5 9 . 2 7 4
4 1 . 8 7 3 6 2 .
6 2 . 4 . 9 . 8 1
7 5 8 6 . . . 4 9
|
9 3 5 2 1 8 4 6 7
8 6 7 9 3 4 1 5 2
1 4 2 7 6 5 8 9 3
2 9 4 1 8 7 5 3 6
5 7 6 3 4 2 9 1 8
3 8 1 5 9 6 2 7 4
4 1 9 8 7 3 6 2 5
6 2 3 4 5 9 7 8 1
7 5 8 6 2 1 3 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_729
|
74813956...58624..162745983.83....5451...36.8.96.7.231..4216379629387.45371..48.6
|
748139562935862417162745983283691754517423698496578231854216379629387145371954826
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 729
|
Basic 9x9 Sudoku 729
|
Normal 9x9 sudoku rules apply
|
7 4 8 1 3 9 5 6 .
. . 5 8 6 2 4 . .
1 6 2 7 4 5 9 8 3
. 8 3 . . . . 5 4
5 1 . . . 3 6 . 8
. 9 6 . 7 . 2 3 1
. . 4 2 1 6 3 7 9
6 2 9 3 8 7 . 4 5
3 7 1 . . 4 8 . 6
|
7 4 8 1 3 9 5 6 2
9 3 5 8 6 2 4 1 7
1 6 2 7 4 5 9 8 3
2 8 3 6 9 1 7 5 4
5 1 7 4 2 3 6 9 8
4 9 6 5 7 8 2 3 1
8 5 4 2 1 6 3 7 9
6 2 9 3 8 7 1 4 5
3 7 1 9 5 4 8 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_730
|
.48......3718...2.2....7..1.9361.7.212...86..465....8...9..1.6561.58.397.3.7.641.
|
948123576371865924256947831893614752127358649465279183789431265614582397532796418
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 730
|
Basic 9x9 Sudoku 730
|
Normal 9x9 sudoku rules apply
|
. 4 8 . . . . . .
3 7 1 8 . . . 2 .
2 . . . . 7 . . 1
. 9 3 6 1 . 7 . 2
1 2 . . . 8 6 . .
4 6 5 . . . . 8 .
. . 9 . . 1 . 6 5
6 1 . 5 8 . 3 9 7
. 3 . 7 . 6 4 1 .
|
9 4 8 1 2 3 5 7 6
3 7 1 8 6 5 9 2 4
2 5 6 9 4 7 8 3 1
8 9 3 6 1 4 7 5 2
1 2 7 3 5 8 6 4 9
4 6 5 2 7 9 1 8 3
7 8 9 4 3 1 2 6 5
6 1 4 5 8 2 3 9 7
5 3 2 7 9 6 4 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_731
|
4..1.325...5..4369...5.7..4.96452..8.278.964..54...192.7.64852..8293.476643..59.1
|
468193257715284369239567814196452738327819645854376192971648523582931476643725981
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 731
|
Basic 9x9 Sudoku 731
|
Normal 9x9 sudoku rules apply
|
4 . . 1 . 3 2 5 .
. . 5 . . 4 3 6 9
. . . 5 . 7 . . 4
. 9 6 4 5 2 . . 8
. 2 7 8 . 9 6 4 .
. 5 4 . . . 1 9 2
. 7 . 6 4 8 5 2 .
. 8 2 9 3 . 4 7 6
6 4 3 . . 5 9 . 1
|
4 6 8 1 9 3 2 5 7
7 1 5 2 8 4 3 6 9
2 3 9 5 6 7 8 1 4
1 9 6 4 5 2 7 3 8
3 2 7 8 1 9 6 4 5
8 5 4 3 7 6 1 9 2
9 7 1 6 4 8 5 2 3
5 8 2 9 3 1 4 7 6
6 4 3 7 2 5 9 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_732
|
54.81.3...1.93.84283.47.1591.....583.8.1546979653.721.3..7.196..97.2843.451.9372.
|
549812376716935842832476159174269583283154697965387214328741965697528431451693728
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 732
|
Basic 9x9 Sudoku 732
|
Normal 9x9 sudoku rules apply
|
5 4 . 8 1 . 3 . .
. 1 . 9 3 . 8 4 2
8 3 . 4 7 . 1 5 9
1 . . . . . 5 8 3
. 8 . 1 5 4 6 9 7
9 6 5 3 . 7 2 1 .
3 . . 7 . 1 9 6 .
. 9 7 . 2 8 4 3 .
4 5 1 . 9 3 7 2 .
|
5 4 9 8 1 2 3 7 6
7 1 6 9 3 5 8 4 2
8 3 2 4 7 6 1 5 9
1 7 4 2 6 9 5 8 3
2 8 3 1 5 4 6 9 7
9 6 5 3 8 7 2 1 4
3 2 8 7 4 1 9 6 5
6 9 7 5 2 8 4 3 1
4 5 1 6 9 3 7 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_733
|
176..2.45..9.4.6.743...79.82.84.17...175238.4543879.6.7512.648.38..945.6.6.75.132
|
176982345829345617435617928298461753617523894543879261751236489382194576964758132
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 733
|
Basic 9x9 Sudoku 733
|
Normal 9x9 sudoku rules apply
|
1 7 6 . . 2 . 4 5
. . 9 . 4 . 6 . 7
4 3 . . . 7 9 . 8
2 . 8 4 . 1 7 . .
. 1 7 5 2 3 8 . 4
5 4 3 8 7 9 . 6 .
7 5 1 2 . 6 4 8 .
3 8 . . 9 4 5 . 6
. 6 . 7 5 . 1 3 2
|
1 7 6 9 8 2 3 4 5
8 2 9 3 4 5 6 1 7
4 3 5 6 1 7 9 2 8
2 9 8 4 6 1 7 5 3
6 1 7 5 2 3 8 9 4
5 4 3 8 7 9 2 6 1
7 5 1 2 3 6 4 8 9
3 8 2 1 9 4 5 7 6
9 6 4 7 5 8 1 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_734
|
6748123.5..3496817.815.34.689..51734..5.4.6893...681.2419.35.6.768129.43.32684971
|
674812395253496817981573426896251734125347689347968152419735268768129543532684971
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 734
|
Basic 9x9 Sudoku 734
|
Normal 9x9 sudoku rules apply
|
6 7 4 8 1 2 3 . 5
. . 3 4 9 6 8 1 7
. 8 1 5 . 3 4 . 6
8 9 . . 5 1 7 3 4
. . 5 . 4 . 6 8 9
3 . . . 6 8 1 . 2
4 1 9 . 3 5 . 6 .
7 6 8 1 2 9 . 4 3
. 3 2 6 8 4 9 7 1
|
6 7 4 8 1 2 3 9 5
2 5 3 4 9 6 8 1 7
9 8 1 5 7 3 4 2 6
8 9 6 2 5 1 7 3 4
1 2 5 3 4 7 6 8 9
3 4 7 9 6 8 1 5 2
4 1 9 7 3 5 2 6 8
7 6 8 1 2 9 5 4 3
5 3 2 6 8 4 9 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_735
|
8...2.4566.48.573...16.7.8.483...967.9.36.51..6597..4293.2561747..43.82....781...
|
879123456624895731351647289483512967297364518165978342938256174716439825542781693
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 735
|
Basic 9x9 Sudoku 735
|
Normal 9x9 sudoku rules apply
|
8 . . . 2 . 4 5 6
6 . 4 8 . 5 7 3 .
. . 1 6 . 7 . 8 .
4 8 3 . . . 9 6 7
. 9 . 3 6 . 5 1 .
. 6 5 9 7 . . 4 2
9 3 . 2 5 6 1 7 4
7 . . 4 3 . 8 2 .
. . . 7 8 1 . . .
|
8 7 9 1 2 3 4 5 6
6 2 4 8 9 5 7 3 1
3 5 1 6 4 7 2 8 9
4 8 3 5 1 2 9 6 7
2 9 7 3 6 4 5 1 8
1 6 5 9 7 8 3 4 2
9 3 8 2 5 6 1 7 4
7 1 6 4 3 9 8 2 5
5 4 2 7 8 1 6 9 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_736
|
3.6192.4.74.8..1..5.24678.9.23.4.9.5.6.75.......3.8..4......3...9..7.4.66...84.9.
|
386192547749835162512467839823641975461759283957328614274916358198573426635284791
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 736
|
Basic 9x9 Sudoku 736
|
Normal 9x9 sudoku rules apply
|
3 . 6 1 9 2 . 4 .
7 4 . 8 . . 1 . .
5 . 2 4 6 7 8 . 9
. 2 3 . 4 . 9 . 5
. 6 . 7 5 . . . .
. . . 3 . 8 . . 4
. . . . . . 3 . .
. 9 . . 7 . 4 . 6
6 . . . 8 4 . 9 .
|
3 8 6 1 9 2 5 4 7
7 4 9 8 3 5 1 6 2
5 1 2 4 6 7 8 3 9
8 2 3 6 4 1 9 7 5
4 6 1 7 5 9 2 8 3
9 5 7 3 2 8 6 1 4
2 7 4 9 1 6 3 5 8
1 9 8 5 7 3 4 2 6
6 3 5 2 8 4 7 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_737
|
98.213467.6197458.472.85391.94152736.37.6..54.56..7928519..8.436.85..279.2.496815
|
985213467361974582472685391894152736237869154156347928519728643648531279723496815
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 737
|
Basic 9x9 Sudoku 737
|
Normal 9x9 sudoku rules apply
|
9 8 . 2 1 3 4 6 7
. 6 1 9 7 4 5 8 .
4 7 2 . 8 5 3 9 1
. 9 4 1 5 2 7 3 6
. 3 7 . 6 . . 5 4
. 5 6 . . 7 9 2 8
5 1 9 . . 8 . 4 3
6 . 8 5 . . 2 7 9
. 2 . 4 9 6 8 1 5
|
9 8 5 2 1 3 4 6 7
3 6 1 9 7 4 5 8 2
4 7 2 6 8 5 3 9 1
8 9 4 1 5 2 7 3 6
2 3 7 8 6 9 1 5 4
1 5 6 3 4 7 9 2 8
5 1 9 7 2 8 6 4 3
6 4 8 5 3 1 2 7 9
7 2 3 4 9 6 8 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_738
|
7.23819.4.4..62.87683.7.2..9.5148.72.7..365..2167.54.8.916.78433684..7..427853.9.
|
752381964149562387683974251935148672874236519216795438591627843368419725427853196
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 738
|
Basic 9x9 Sudoku 738
|
Normal 9x9 sudoku rules apply
|
7 . 2 3 8 1 9 . 4
. 4 . . 6 2 . 8 7
6 8 3 . 7 . 2 . .
9 . 5 1 4 8 . 7 2
. 7 . . 3 6 5 . .
2 1 6 7 . 5 4 . 8
. 9 1 6 . 7 8 4 3
3 6 8 4 . . 7 . .
4 2 7 8 5 3 . 9 .
|
7 5 2 3 8 1 9 6 4
1 4 9 5 6 2 3 8 7
6 8 3 9 7 4 2 5 1
9 3 5 1 4 8 6 7 2
8 7 4 2 3 6 5 1 9
2 1 6 7 9 5 4 3 8
5 9 1 6 2 7 8 4 3
3 6 8 4 1 9 7 2 5
4 2 7 8 5 3 1 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_739
|
75.8..93449157...6.28.4.5.787915.6..6..28...1..53..4..9..7.1....4..2..791...9..6.
|
756812934491573286328946517879154623634289751215367498962731845543628179187495362
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 739
|
Basic 9x9 Sudoku 739
|
Normal 9x9 sudoku rules apply
|
7 5 . 8 . . 9 3 4
4 9 1 5 7 . . . 6
. 2 8 . 4 . 5 . 7
8 7 9 1 5 . 6 . .
6 . . 2 8 . . . 1
. . 5 3 . . 4 . .
9 . . 7 . 1 . . .
. 4 . . 2 . . 7 9
1 . . . 9 . . 6 .
|
7 5 6 8 1 2 9 3 4
4 9 1 5 7 3 2 8 6
3 2 8 9 4 6 5 1 7
8 7 9 1 5 4 6 2 3
6 3 4 2 8 9 7 5 1
2 1 5 3 6 7 4 9 8
9 6 2 7 3 1 8 4 5
5 4 3 6 2 8 1 7 9
1 8 7 4 9 5 3 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_740
|
6..81.4.74...672151724..8.68.3..476.24..9158.5963...4.32.749...985.26..47..5839..
|
659812437438967215172435896813254769247691583596378142321749658985126374764583921
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 740
|
Basic 9x9 Sudoku 740
|
Normal 9x9 sudoku rules apply
|
6 . . 8 1 . 4 . 7
4 . . . 6 7 2 1 5
1 7 2 4 . . 8 . 6
8 . 3 . . 4 7 6 .
2 4 . . 9 1 5 8 .
5 9 6 3 . . . 4 .
3 2 . 7 4 9 . . .
9 8 5 . 2 6 . . 4
7 . . 5 8 3 9 . .
|
6 5 9 8 1 2 4 3 7
4 3 8 9 6 7 2 1 5
1 7 2 4 3 5 8 9 6
8 1 3 2 5 4 7 6 9
2 4 7 6 9 1 5 8 3
5 9 6 3 7 8 1 4 2
3 2 1 7 4 9 6 5 8
9 8 5 1 2 6 3 7 4
7 6 4 5 8 3 9 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_741
|
.6.....75.1.2.4..64.56871..1.9.32.6487.946.3.6347..2.9.835.1..2.4..2..57..6.7..18
|
268193475317254896495687123159832764872946531634715289783561942941328657526479318
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 741
|
Basic 9x9 Sudoku 741
|
Normal 9x9 sudoku rules apply
|
. 6 . . . . . 7 5
. 1 . 2 . 4 . . 6
4 . 5 6 8 7 1 . .
1 . 9 . 3 2 . 6 4
8 7 . 9 4 6 . 3 .
6 3 4 7 . . 2 . 9
. 8 3 5 . 1 . . 2
. 4 . . 2 . . 5 7
. . 6 . 7 . . 1 8
|
2 6 8 1 9 3 4 7 5
3 1 7 2 5 4 8 9 6
4 9 5 6 8 7 1 2 3
1 5 9 8 3 2 7 6 4
8 7 2 9 4 6 5 3 1
6 3 4 7 1 5 2 8 9
7 8 3 5 6 1 9 4 2
9 4 1 3 2 8 6 5 7
5 2 6 4 7 9 3 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_742
|
.6.1..7242798.41634.1....95.43586.7..257416..68793.54...43192868964.5..7..267....
|
568193724279854163431267895143586972925741638687932541754319286896425317312678459
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 742
|
Basic 9x9 Sudoku 742
|
Normal 9x9 sudoku rules apply
|
. 6 . 1 . . 7 2 4
2 7 9 8 . 4 1 6 3
4 . 1 . . . . 9 5
. 4 3 5 8 6 . 7 .
. 2 5 7 4 1 6 . .
6 8 7 9 3 . 5 4 .
. . 4 3 1 9 2 8 6
8 9 6 4 . 5 . . 7
. . 2 6 7 . . . .
|
5 6 8 1 9 3 7 2 4
2 7 9 8 5 4 1 6 3
4 3 1 2 6 7 8 9 5
1 4 3 5 8 6 9 7 2
9 2 5 7 4 1 6 3 8
6 8 7 9 3 2 5 4 1
7 5 4 3 1 9 2 8 6
8 9 6 4 2 5 3 1 7
3 1 2 6 7 8 4 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_743
|
5..189..68.13.79...79..42812958.17647834..5.24.627589.15794.628.3.612.57.24..8139
|
542189376861327945379564281295831764783496512416275893157943628938612457624758139
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 743
|
Basic 9x9 Sudoku 743
|
Normal 9x9 sudoku rules apply
|
5 . . 1 8 9 . . 6
8 . 1 3 . 7 9 . .
. 7 9 . . 4 2 8 1
2 9 5 8 . 1 7 6 4
7 8 3 4 . . 5 . 2
4 . 6 2 7 5 8 9 .
1 5 7 9 4 . 6 2 8
. 3 . 6 1 2 . 5 7
. 2 4 . . 8 1 3 9
|
5 4 2 1 8 9 3 7 6
8 6 1 3 2 7 9 4 5
3 7 9 5 6 4 2 8 1
2 9 5 8 3 1 7 6 4
7 8 3 4 9 6 5 1 2
4 1 6 2 7 5 8 9 3
1 5 7 9 4 3 6 2 8
9 3 8 6 1 2 4 5 7
6 2 4 7 5 8 1 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_744
|
6.581932.19..5.8..8.26.315..1.9.7.363.6.4....957.3...84695.1.835387.42.1.2.398645
|
675819324193452867842673159214987536386145972957236418469521783538764291721398645
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 744
|
Basic 9x9 Sudoku 744
|
Normal 9x9 sudoku rules apply
|
6 . 5 8 1 9 3 2 .
1 9 . . 5 . 8 . .
8 . 2 6 . 3 1 5 .
. 1 . 9 . 7 . 3 6
3 . 6 . 4 . . . .
9 5 7 . 3 . . . 8
4 6 9 5 . 1 . 8 3
5 3 8 7 . 4 2 . 1
. 2 . 3 9 8 6 4 5
|
6 7 5 8 1 9 3 2 4
1 9 3 4 5 2 8 6 7
8 4 2 6 7 3 1 5 9
2 1 4 9 8 7 5 3 6
3 8 6 1 4 5 9 7 2
9 5 7 2 3 6 4 1 8
4 6 9 5 2 1 7 8 3
5 3 8 7 6 4 2 9 1
7 2 1 3 9 8 6 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_745
|
8.2...5.7.594.7.....7.5..4.9.374..5.48.613..9...29..8.5..3.6..82...84....9..2..3.
|
842139567359467812167852943923748651485613729671295384514376298236984175798521436
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 745
|
Basic 9x9 Sudoku 745
|
Normal 9x9 sudoku rules apply
|
8 . 2 . . . 5 . 7
. 5 9 4 . 7 . . .
. . 7 . 5 . . 4 .
9 . 3 7 4 . . 5 .
4 8 . 6 1 3 . . 9
. . . 2 9 . . 8 .
5 . . 3 . 6 . . 8
2 . . . 8 4 . . .
. 9 . . 2 . . 3 .
|
8 4 2 1 3 9 5 6 7
3 5 9 4 6 7 8 1 2
1 6 7 8 5 2 9 4 3
9 2 3 7 4 8 6 5 1
4 8 5 6 1 3 7 2 9
6 7 1 2 9 5 3 8 4
5 1 4 3 7 6 2 9 8
2 3 6 9 8 4 1 7 5
7 9 8 5 2 1 4 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_746
|
36581.497.1.97623.97.3.5.8.89..6..546...9431.534..79..75362.84.1497..5262.6.59.73
|
365812497418976235972345681891263754627594318534187962753621849149738526286459173
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 746
|
Basic 9x9 Sudoku 746
|
Normal 9x9 sudoku rules apply
|
3 6 5 8 1 . 4 9 7
. 1 . 9 7 6 2 3 .
9 7 . 3 . 5 . 8 .
8 9 . . 6 . . 5 4
6 . . . 9 4 3 1 .
5 3 4 . . 7 9 . .
7 5 3 6 2 . 8 4 .
1 4 9 7 . . 5 2 6
2 . 6 . 5 9 . 7 3
|
3 6 5 8 1 2 4 9 7
4 1 8 9 7 6 2 3 5
9 7 2 3 4 5 6 8 1
8 9 1 2 6 3 7 5 4
6 2 7 5 9 4 3 1 8
5 3 4 1 8 7 9 6 2
7 5 3 6 2 1 8 4 9
1 4 9 7 3 8 5 2 6
2 8 6 4 5 9 1 7 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_747
|
9..38.4.6.5317.8.2.7624.13.1..5..62828.9.4..76378.1.5.79.612583..879...132.45.7.9
|
912385476453176892876249135149537628285964317637821954794612583568793241321458769
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 747
|
Basic 9x9 Sudoku 747
|
Normal 9x9 sudoku rules apply
|
9 . . 3 8 . 4 . 6
. 5 3 1 7 . 8 . 2
. 7 6 2 4 . 1 3 .
1 . . 5 . . 6 2 8
2 8 . 9 . 4 . . 7
6 3 7 8 . 1 . 5 .
7 9 . 6 1 2 5 8 3
. . 8 7 9 . . . 1
3 2 . 4 5 . 7 . 9
|
9 1 2 3 8 5 4 7 6
4 5 3 1 7 6 8 9 2
8 7 6 2 4 9 1 3 5
1 4 9 5 3 7 6 2 8
2 8 5 9 6 4 3 1 7
6 3 7 8 2 1 9 5 4
7 9 4 6 1 2 5 8 3
5 6 8 7 9 3 2 4 1
3 2 1 4 5 8 7 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_748
|
7.3821.56125.46..76.8...12387463.21925198.63..362.47853..4.85624.2.539.85897.23.1
|
793821456125346897648579123874635219251987634936214785317498562462153978589762341
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 748
|
Basic 9x9 Sudoku 748
|
Normal 9x9 sudoku rules apply
|
7 . 3 8 2 1 . 5 6
1 2 5 . 4 6 . . 7
6 . 8 . . . 1 2 3
8 7 4 6 3 . 2 1 9
2 5 1 9 8 . 6 3 .
. 3 6 2 . 4 7 8 5
3 . . 4 . 8 5 6 2
4 . 2 . 5 3 9 . 8
5 8 9 7 . 2 3 . 1
|
7 9 3 8 2 1 4 5 6
1 2 5 3 4 6 8 9 7
6 4 8 5 7 9 1 2 3
8 7 4 6 3 5 2 1 9
2 5 1 9 8 7 6 3 4
9 3 6 2 1 4 7 8 5
3 1 7 4 9 8 5 6 2
4 6 2 1 5 3 9 7 8
5 8 9 7 6 2 3 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_749
|
21......66....79...9.54.812.4.9.1753.69752...5....4.69.3......74.627938.1.76.8594
|
215893476684127935793546812842961753369752148571384269938415627456279381127638594
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 749
|
Basic 9x9 Sudoku 749
|
Normal 9x9 sudoku rules apply
|
2 1 . . . . . . 6
6 . . . . 7 9 . .
. 9 . 5 4 . 8 1 2
. 4 . 9 . 1 7 5 3
. 6 9 7 5 2 . . .
5 . . . . 4 . 6 9
. 3 . . . . . . 7
4 . 6 2 7 9 3 8 .
1 . 7 6 . 8 5 9 4
|
2 1 5 8 9 3 4 7 6
6 8 4 1 2 7 9 3 5
7 9 3 5 4 6 8 1 2
8 4 2 9 6 1 7 5 3
3 6 9 7 5 2 1 4 8
5 7 1 3 8 4 2 6 9
9 3 8 4 1 5 6 2 7
4 5 6 2 7 9 3 8 1
1 2 7 6 3 8 5 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_750
|
8.3.2.64792...6.1..16....9.389412765.75.9823...47...8....9.14.864.2.31.9.915.432.
|
853129647927846513416357892389412765175698234264735981532961478648273159791584326
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 750
|
Basic 9x9 Sudoku 750
|
Normal 9x9 sudoku rules apply
|
8 . 3 . 2 . 6 4 7
9 2 . . . 6 . 1 .
. 1 6 . . . . 9 .
3 8 9 4 1 2 7 6 5
. 7 5 . 9 8 2 3 .
. . 4 7 . . . 8 .
. . . 9 . 1 4 . 8
6 4 . 2 . 3 1 . 9
. 9 1 5 . 4 3 2 .
|
8 5 3 1 2 9 6 4 7
9 2 7 8 4 6 5 1 3
4 1 6 3 5 7 8 9 2
3 8 9 4 1 2 7 6 5
1 7 5 6 9 8 2 3 4
2 6 4 7 3 5 9 8 1
5 3 2 9 6 1 4 7 8
6 4 8 2 7 3 1 5 9
7 9 1 5 8 4 3 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_751
|
39.8.2.4.14297...6.57...12928..5..1496..8..7..716.389.6..19...2514.67...7..5.8...
|
396812547142975386857346129283759614965481273471623895638194752514267938729538461
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 751
|
Basic 9x9 Sudoku 751
|
Normal 9x9 sudoku rules apply
|
3 9 . 8 . 2 . 4 .
1 4 2 9 7 . . . 6
. 5 7 . . . 1 2 9
2 8 . . 5 . . 1 4
9 6 . . 8 . . 7 .
. 7 1 6 . 3 8 9 .
6 . . 1 9 . . . 2
5 1 4 . 6 7 . . .
7 . . 5 . 8 . . .
|
3 9 6 8 1 2 5 4 7
1 4 2 9 7 5 3 8 6
8 5 7 3 4 6 1 2 9
2 8 3 7 5 9 6 1 4
9 6 5 4 8 1 2 7 3
4 7 1 6 2 3 8 9 5
6 3 8 1 9 4 7 5 2
5 1 4 2 6 7 9 3 8
7 2 9 5 3 8 4 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_752
|
362.1.5.7...2...63.59.6.......6...7.2.745...994....3..68.5..........418.7..9..4..
|
362819547178245963459367821815693274237458619946172358684531792593724186721986435
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 752
|
Basic 9x9 Sudoku 752
|
Normal 9x9 sudoku rules apply
|
3 6 2 . 1 . 5 . 7
. . . 2 . . . 6 3
. 5 9 . 6 . . . .
. . . 6 . . . 7 .
2 . 7 4 5 . . . 9
9 4 . . . . 3 . .
6 8 . 5 . . . . .
. . . . . 4 1 8 .
7 . . 9 . . 4 . .
|
3 6 2 8 1 9 5 4 7
1 7 8 2 4 5 9 6 3
4 5 9 3 6 7 8 2 1
8 1 5 6 9 3 2 7 4
2 3 7 4 5 8 6 1 9
9 4 6 1 7 2 3 5 8
6 8 4 5 3 1 7 9 2
5 9 3 7 2 4 1 8 6
7 2 1 9 8 6 4 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_753
|
.71..23455...1......4..68...27.68.5.8.543.92.34.9.5.81..8.59..2...6..5787...81.94
|
671892345589314267234576819927168453815437926346925781468759132192643578753281694
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 753
|
Basic 9x9 Sudoku 753
|
Normal 9x9 sudoku rules apply
|
. 7 1 . . 2 3 4 5
5 . . . 1 . . . .
. . 4 . . 6 8 . .
. 2 7 . 6 8 . 5 .
8 . 5 4 3 . 9 2 .
3 4 . 9 . 5 . 8 1
. . 8 . 5 9 . . 2
. . . 6 . . 5 7 8
7 . . . 8 1 . 9 4
|
6 7 1 8 9 2 3 4 5
5 8 9 3 1 4 2 6 7
2 3 4 5 7 6 8 1 9
9 2 7 1 6 8 4 5 3
8 1 5 4 3 7 9 2 6
3 4 6 9 2 5 7 8 1
4 6 8 7 5 9 1 3 2
1 9 2 6 4 3 5 7 8
7 5 3 2 8 1 6 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_754
|
9.71284..154.9.8276.85...938754......4.95.78.2.6.87.4.513..92..4.2..5918.89..136.
|
937128456154693827628574193875412639341956782296387541513869274462735918789241365
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 754
|
Basic 9x9 Sudoku 754
|
Normal 9x9 sudoku rules apply
|
9 . 7 1 2 8 4 . .
1 5 4 . 9 . 8 2 7
6 . 8 5 . . . 9 3
8 7 5 4 . . . . .
. 4 . 9 5 . 7 8 .
2 . 6 . 8 7 . 4 .
5 1 3 . . 9 2 . .
4 . 2 . . 5 9 1 8
. 8 9 . . 1 3 6 .
|
9 3 7 1 2 8 4 5 6
1 5 4 6 9 3 8 2 7
6 2 8 5 7 4 1 9 3
8 7 5 4 1 2 6 3 9
3 4 1 9 5 6 7 8 2
2 9 6 3 8 7 5 4 1
5 1 3 8 6 9 2 7 4
4 6 2 7 3 5 9 1 8
7 8 9 2 4 1 3 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_755
|
..3..9...16...5.4..9.6..83...64...7..4..52..993...6.5478951..2............59..7..
|
473189562168235947592647831256491378847352619931876254789513426324768195615924783
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 755
|
Basic 9x9 Sudoku 755
|
Normal 9x9 sudoku rules apply
|
. . 3 . . 9 . . .
1 6 . . . 5 . 4 .
. 9 . 6 . . 8 3 .
. . 6 4 . . . 7 .
. 4 . . 5 2 . . 9
9 3 . . . 6 . 5 4
7 8 9 5 1 . . 2 .
. . . . . . . . .
. . 5 9 . . 7 . .
|
4 7 3 1 8 9 5 6 2
1 6 8 2 3 5 9 4 7
5 9 2 6 4 7 8 3 1
2 5 6 4 9 1 3 7 8
8 4 7 3 5 2 6 1 9
9 3 1 8 7 6 2 5 4
7 8 9 5 1 3 4 2 6
3 2 4 7 6 8 1 9 5
6 1 5 9 2 4 7 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_756
|
3.92815...4.9567235.237418.21483..9.89564.2.16.7129..84..76.9...5..138.2..1598346
|
379281564148956723562374189214835697895647231637129458483762915956413872721598346
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 756
|
Basic 9x9 Sudoku 756
|
Normal 9x9 sudoku rules apply
|
3 . 9 2 8 1 5 . .
. 4 . 9 5 6 7 2 3
5 . 2 3 7 4 1 8 .
2 1 4 8 3 . . 9 .
8 9 5 6 4 . 2 . 1
6 . 7 1 2 9 . . 8
4 . . 7 6 . 9 . .
. 5 . . 1 3 8 . 2
. . 1 5 9 8 3 4 6
|
3 7 9 2 8 1 5 6 4
1 4 8 9 5 6 7 2 3
5 6 2 3 7 4 1 8 9
2 1 4 8 3 5 6 9 7
8 9 5 6 4 7 2 3 1
6 3 7 1 2 9 4 5 8
4 8 3 7 6 2 9 1 5
9 5 6 4 1 3 8 7 2
7 2 1 5 9 8 3 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_757
|
..2..5....8.3....25.649.13..2....5.615..64...9.4....2.2.8........98.1.7474562..13
|
392185467481376952576492138823917546157264389964538721218743695639851274745629813
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 757
|
Basic 9x9 Sudoku 757
|
Normal 9x9 sudoku rules apply
|
. . 2 . . 5 . . .
. 8 . 3 . . . . 2
5 . 6 4 9 . 1 3 .
. 2 . . . . 5 . 6
1 5 . . 6 4 . . .
9 . 4 . . . . 2 .
2 . 8 . . . . . .
. . 9 8 . 1 . 7 4
7 4 5 6 2 . . 1 3
|
3 9 2 1 8 5 4 6 7
4 8 1 3 7 6 9 5 2
5 7 6 4 9 2 1 3 8
8 2 3 9 1 7 5 4 6
1 5 7 2 6 4 3 8 9
9 6 4 5 3 8 7 2 1
2 1 8 7 4 3 6 9 5
6 3 9 8 5 1 2 7 4
7 4 5 6 2 9 8 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_758
|
4132.85.6.97.6183.65.73...18.24791.594.125.83.713864923.4.5.619765913.4818..42..7
|
413298576297561834658734921832479165946125783571386492324857619765913248189642357
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 758
|
Basic 9x9 Sudoku 758
|
Normal 9x9 sudoku rules apply
|
4 1 3 2 . 8 5 . 6
. 9 7 . 6 1 8 3 .
6 5 . 7 3 . . . 1
8 . 2 4 7 9 1 . 5
9 4 . 1 2 5 . 8 3
. 7 1 3 8 6 4 9 2
3 . 4 . 5 . 6 1 9
7 6 5 9 1 3 . 4 8
1 8 . . 4 2 . . 7
|
4 1 3 2 9 8 5 7 6
2 9 7 5 6 1 8 3 4
6 5 8 7 3 4 9 2 1
8 3 2 4 7 9 1 6 5
9 4 6 1 2 5 7 8 3
5 7 1 3 8 6 4 9 2
3 2 4 8 5 7 6 1 9
7 6 5 9 1 3 2 4 8
1 8 9 6 4 2 3 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_759
|
129.345....35.......5.7.83...6.452......2694..34..17.6..825....392..84.56...9.38.
|
129834567873569124465172839986745213517326948234981756748253691392618475651497382
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 759
|
Basic 9x9 Sudoku 759
|
Normal 9x9 sudoku rules apply
|
1 2 9 . 3 4 5 . .
. . 3 5 . . . . .
. . 5 . 7 . 8 3 .
. . 6 . 4 5 2 . .
. . . . 2 6 9 4 .
. 3 4 . . 1 7 . 6
. . 8 2 5 . . . .
3 9 2 . . 8 4 . 5
6 . . . 9 . 3 8 .
|
1 2 9 8 3 4 5 6 7
8 7 3 5 6 9 1 2 4
4 6 5 1 7 2 8 3 9
9 8 6 7 4 5 2 1 3
5 1 7 3 2 6 9 4 8
2 3 4 9 8 1 7 5 6
7 4 8 2 5 3 6 9 1
3 9 2 6 1 8 4 7 5
6 5 1 4 9 7 3 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_760
|
2.1893.6.8..14239793..6782.156..4..33....5.494..23..8..1.4289565297164.864.359.1.
|
271893564865142397934567821156984273382675149497231685713428956529716438648359712
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 760
|
Basic 9x9 Sudoku 760
|
Normal 9x9 sudoku rules apply
|
2 . 1 8 9 3 . 6 .
8 . . 1 4 2 3 9 7
9 3 . . 6 7 8 2 .
1 5 6 . . 4 . . 3
3 . . . . 5 . 4 9
4 . . 2 3 . . 8 .
. 1 . 4 2 8 9 5 6
5 2 9 7 1 6 4 . 8
6 4 . 3 5 9 . 1 .
|
2 7 1 8 9 3 5 6 4
8 6 5 1 4 2 3 9 7
9 3 4 5 6 7 8 2 1
1 5 6 9 8 4 2 7 3
3 8 2 6 7 5 1 4 9
4 9 7 2 3 1 6 8 5
7 1 3 4 2 8 9 5 6
5 2 9 7 1 6 4 3 8
6 4 8 3 5 9 7 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_761
|
.3.8194.514.26539..95.47.81426.31.58..36541..951728643869.735125.2.96.3...4.82.7.
|
237819465148265397695347281426931758783654129951728643869473512572196834314582976
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 761
|
Basic 9x9 Sudoku 761
|
Normal 9x9 sudoku rules apply
|
. 3 . 8 1 9 4 . 5
1 4 . 2 6 5 3 9 .
. 9 5 . 4 7 . 8 1
4 2 6 . 3 1 . 5 8
. . 3 6 5 4 1 . .
9 5 1 7 2 8 6 4 3
8 6 9 . 7 3 5 1 2
5 . 2 . 9 6 . 3 .
. . 4 . 8 2 . 7 .
|
2 3 7 8 1 9 4 6 5
1 4 8 2 6 5 3 9 7
6 9 5 3 4 7 2 8 1
4 2 6 9 3 1 7 5 8
7 8 3 6 5 4 1 2 9
9 5 1 7 2 8 6 4 3
8 6 9 4 7 3 5 1 2
5 7 2 1 9 6 8 3 4
3 1 4 5 8 2 9 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_762
|
6.8.1.3577.183.9.693256784...425.71..93.7.48.1754..63.389721.64417..529.52634.1.8
|
648912357751834926932567841864253719293176485175498632389721564417685293526349178
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 762
|
Basic 9x9 Sudoku 762
|
Normal 9x9 sudoku rules apply
|
6 . 8 . 1 . 3 5 7
7 . 1 8 3 . 9 . 6
9 3 2 5 6 7 8 4 .
. . 4 2 5 . 7 1 .
. 9 3 . 7 . 4 8 .
1 7 5 4 . . 6 3 .
3 8 9 7 2 1 . 6 4
4 1 7 . . 5 2 9 .
5 2 6 3 4 . 1 . 8
|
6 4 8 9 1 2 3 5 7
7 5 1 8 3 4 9 2 6
9 3 2 5 6 7 8 4 1
8 6 4 2 5 3 7 1 9
2 9 3 1 7 6 4 8 5
1 7 5 4 9 8 6 3 2
3 8 9 7 2 1 5 6 4
4 1 7 6 8 5 2 9 3
5 2 6 3 4 9 1 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_763
|
.3.81.25.....4..8.5.8276...897.536..12.4..5.845698.37.97....4...825.47.9......8.2
|
734819256269345187518276943897153624123467598456982371971628435682534719345791862
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 763
|
Basic 9x9 Sudoku 763
|
Normal 9x9 sudoku rules apply
|
. 3 . 8 1 . 2 5 .
. . . . 4 . . 8 .
5 . 8 2 7 6 . . .
8 9 7 . 5 3 6 . .
1 2 . 4 . . 5 . 8
4 5 6 9 8 . 3 7 .
9 7 . . . . 4 . .
. 8 2 5 . 4 7 . 9
. . . . . . 8 . 2
|
7 3 4 8 1 9 2 5 6
2 6 9 3 4 5 1 8 7
5 1 8 2 7 6 9 4 3
8 9 7 1 5 3 6 2 4
1 2 3 4 6 7 5 9 8
4 5 6 9 8 2 3 7 1
9 7 1 6 2 8 4 3 5
6 8 2 5 3 4 7 1 9
3 4 5 7 9 1 8 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_764
|
7.9..135..45.6...763172.94.1..6.85....7594.3.356.1...9.6..79.1..7815......34...6.
|
729841356845963127631725948194638572287594631356217489562379814478156293913482765
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 764
|
Basic 9x9 Sudoku 764
|
Normal 9x9 sudoku rules apply
|
7 . 9 . . 1 3 5 .
. 4 5 . 6 . . . 7
6 3 1 7 2 . 9 4 .
1 . . 6 . 8 5 . .
. . 7 5 9 4 . 3 .
3 5 6 . 1 . . . 9
. 6 . . 7 9 . 1 .
. 7 8 1 5 . . . .
. . 3 4 . . . 6 .
|
7 2 9 8 4 1 3 5 6
8 4 5 9 6 3 1 2 7
6 3 1 7 2 5 9 4 8
1 9 4 6 3 8 5 7 2
2 8 7 5 9 4 6 3 1
3 5 6 2 1 7 4 8 9
5 6 2 3 7 9 8 1 4
4 7 8 1 5 6 2 9 3
9 1 3 4 8 2 7 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_765
|
.291..4.58...79...175.4..6.213.645..6.7..5..9.....762.5...237.64.2.5.89.731.98.54
|
329186475846579132175342968213964587687215349954837621598423716462751893731698254
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 765
|
Basic 9x9 Sudoku 765
|
Normal 9x9 sudoku rules apply
|
. 2 9 1 . . 4 . 5
8 . . . 7 9 . . .
1 7 5 . 4 . . 6 .
2 1 3 . 6 4 5 . .
6 . 7 . . 5 . . 9
. . . . . 7 6 2 .
5 . . . 2 3 7 . 6
4 . 2 . 5 . 8 9 .
7 3 1 . 9 8 . 5 4
|
3 2 9 1 8 6 4 7 5
8 4 6 5 7 9 1 3 2
1 7 5 3 4 2 9 6 8
2 1 3 9 6 4 5 8 7
6 8 7 2 1 5 3 4 9
9 5 4 8 3 7 6 2 1
5 9 8 4 2 3 7 1 6
4 6 2 7 5 1 8 9 3
7 3 1 6 9 8 2 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_766
|
.98..4...1.4865..95.67.2..8.49518.277......85685.73.91.6.....5345368.912821359...
|
298134576174865239536792148349518627712946385685273491967421853453687912821359764
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 766
|
Basic 9x9 Sudoku 766
|
Normal 9x9 sudoku rules apply
|
. 9 8 . . 4 . . .
1 . 4 8 6 5 . . 9
5 . 6 7 . 2 . . 8
. 4 9 5 1 8 . 2 7
7 . . . . . . 8 5
6 8 5 . 7 3 . 9 1
. 6 . . . . . 5 3
4 5 3 6 8 . 9 1 2
8 2 1 3 5 9 . . .
|
2 9 8 1 3 4 5 7 6
1 7 4 8 6 5 2 3 9
5 3 6 7 9 2 1 4 8
3 4 9 5 1 8 6 2 7
7 1 2 9 4 6 3 8 5
6 8 5 2 7 3 4 9 1
9 6 7 4 2 1 8 5 3
4 5 3 6 8 7 9 1 2
8 2 1 3 5 9 7 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_767
|
328196.75.96578....1.4238968.29..714.54.87..99.7..42.8.8.651.47549732..1..18.9..2
|
328196475496578123715423896832965714154287369967314258283651947549732681671849532
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 767
|
Basic 9x9 Sudoku 767
|
Normal 9x9 sudoku rules apply
|
3 2 8 1 9 6 . 7 5
. 9 6 5 7 8 . . .
. 1 . 4 2 3 8 9 6
8 . 2 9 . . 7 1 4
. 5 4 . 8 7 . . 9
9 . 7 . . 4 2 . 8
. 8 . 6 5 1 . 4 7
5 4 9 7 3 2 . . 1
. . 1 8 . 9 . . 2
|
3 2 8 1 9 6 4 7 5
4 9 6 5 7 8 1 2 3
7 1 5 4 2 3 8 9 6
8 3 2 9 6 5 7 1 4
1 5 4 2 8 7 3 6 9
9 6 7 3 1 4 2 5 8
2 8 3 6 5 1 9 4 7
5 4 9 7 3 2 6 8 1
6 7 1 8 4 9 5 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_768
|
.948....623....85...6...21..5..84........5481648.13.97.157...3.....3.1....2.9...5
|
594821376231467859786359214157984623923675481648213597815746932479532168362198745
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 768
|
Basic 9x9 Sudoku 768
|
Normal 9x9 sudoku rules apply
|
. 9 4 8 . . . . 6
2 3 . . . . 8 5 .
. . 6 . . . 2 1 .
. 5 . . 8 4 . . .
. . . . . 5 4 8 1
6 4 8 . 1 3 . 9 7
. 1 5 7 . . . 3 .
. . . . 3 . 1 . .
. . 2 . 9 . . . 5
|
5 9 4 8 2 1 3 7 6
2 3 1 4 6 7 8 5 9
7 8 6 3 5 9 2 1 4
1 5 7 9 8 4 6 2 3
9 2 3 6 7 5 4 8 1
6 4 8 2 1 3 5 9 7
8 1 5 7 4 6 9 3 2
4 7 9 5 3 2 1 6 8
3 6 2 1 9 8 7 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_769
|
395..16.7.429.....6....59.18716.2..3.36714.58.5438.71656.29.1.4428.7653.71.5.38.2
|
395821647142967385687435921871652493936714258254389716563298174428176539719543862
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 769
|
Basic 9x9 Sudoku 769
|
Normal 9x9 sudoku rules apply
|
3 9 5 . . 1 6 . 7
. 4 2 9 . . . . .
6 . . . . 5 9 . 1
8 7 1 6 . 2 . . 3
. 3 6 7 1 4 . 5 8
. 5 4 3 8 . 7 1 6
5 6 . 2 9 . 1 . 4
4 2 8 . 7 6 5 3 .
7 1 . 5 . 3 8 . 2
|
3 9 5 8 2 1 6 4 7
1 4 2 9 6 7 3 8 5
6 8 7 4 3 5 9 2 1
8 7 1 6 5 2 4 9 3
9 3 6 7 1 4 2 5 8
2 5 4 3 8 9 7 1 6
5 6 3 2 9 8 1 7 4
4 2 8 1 7 6 5 3 9
7 1 9 5 4 3 8 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_770
|
7.915234.3568941724.1.67.8.8925417...647.82955376294.897..16.34.4897.6.1..3.85.27
|
789152346356894172421367589892541763164738295537629418975216834248973651613485927
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 770
|
Basic 9x9 Sudoku 770
|
Normal 9x9 sudoku rules apply
|
7 . 9 1 5 2 3 4 .
3 5 6 8 9 4 1 7 2
4 . 1 . 6 7 . 8 .
8 9 2 5 4 1 7 . .
. 6 4 7 . 8 2 9 5
5 3 7 6 2 9 4 . 8
9 7 . . 1 6 . 3 4
. 4 8 9 7 . 6 . 1
. . 3 . 8 5 . 2 7
|
7 8 9 1 5 2 3 4 6
3 5 6 8 9 4 1 7 2
4 2 1 3 6 7 5 8 9
8 9 2 5 4 1 7 6 3
1 6 4 7 3 8 2 9 5
5 3 7 6 2 9 4 1 8
9 7 5 2 1 6 8 3 4
2 4 8 9 7 3 6 5 1
6 1 3 4 8 5 9 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_771
|
.14.2657989..5.4626.59748.3.8.2.7195.5364.7289.2.8534.53.492.87749568.3.26..13954
|
314826579897351462625974813486237195153649728972185346531492687749568231268713954
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 771
|
Basic 9x9 Sudoku 771
|
Normal 9x9 sudoku rules apply
|
. 1 4 . 2 6 5 7 9
8 9 . . 5 . 4 6 2
6 . 5 9 7 4 8 . 3
. 8 . 2 . 7 1 9 5
. 5 3 6 4 . 7 2 8
9 . 2 . 8 5 3 4 .
5 3 . 4 9 2 . 8 7
7 4 9 5 6 8 . 3 .
2 6 . . 1 3 9 5 4
|
3 1 4 8 2 6 5 7 9
8 9 7 3 5 1 4 6 2
6 2 5 9 7 4 8 1 3
4 8 6 2 3 7 1 9 5
1 5 3 6 4 9 7 2 8
9 7 2 1 8 5 3 4 6
5 3 1 4 9 2 6 8 7
7 4 9 5 6 8 2 3 1
2 6 8 7 1 3 9 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_772
|
16..92....784.56....56.78....6..89...2.74....3.....4.869.5....4742...5.958.9.473.
|
164892357278435691935617842416258973829743165357169428693571284742386519581924736
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 772
|
Basic 9x9 Sudoku 772
|
Normal 9x9 sudoku rules apply
|
1 6 . . 9 2 . . .
. 7 8 4 . 5 6 . .
. . 5 6 . 7 8 . .
. . 6 . . 8 9 . .
. 2 . 7 4 . . . .
3 . . . . . 4 . 8
6 9 . 5 . . . . 4
7 4 2 . . . 5 . 9
5 8 . 9 . 4 7 3 .
|
1 6 4 8 9 2 3 5 7
2 7 8 4 3 5 6 9 1
9 3 5 6 1 7 8 4 2
4 1 6 2 5 8 9 7 3
8 2 9 7 4 3 1 6 5
3 5 7 1 6 9 4 2 8
6 9 3 5 7 1 2 8 4
7 4 2 3 8 6 5 1 9
5 8 1 9 2 4 7 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_773
|
.7918.5461.495.8.3.68.7.1..287.319649136472584.6.2.7..841...3.9695.134877.......5
|
379182546124956873568374192287531964913647258456829731841765329695213487732498615
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 773
|
Basic 9x9 Sudoku 773
|
Normal 9x9 sudoku rules apply
|
. 7 9 1 8 . 5 4 6
1 . 4 9 5 . 8 . 3
. 6 8 . 7 . 1 . .
2 8 7 . 3 1 9 6 4
9 1 3 6 4 7 2 5 8
4 . 6 . 2 . 7 . .
8 4 1 . . . 3 . 9
6 9 5 . 1 3 4 8 7
7 . . . . . . . 5
|
3 7 9 1 8 2 5 4 6
1 2 4 9 5 6 8 7 3
5 6 8 3 7 4 1 9 2
2 8 7 5 3 1 9 6 4
9 1 3 6 4 7 2 5 8
4 5 6 8 2 9 7 3 1
8 4 1 7 6 5 3 2 9
6 9 5 2 1 3 4 8 7
7 3 2 4 9 8 6 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_774
|
.3.128.6.6184.927..45.3681.176.425383..6.5721.52317694589261347763.9..5.42.5739.6
|
937128465618459273245736819176942538394685721852317694589261347763894152421573986
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 774
|
Basic 9x9 Sudoku 774
|
Normal 9x9 sudoku rules apply
|
. 3 . 1 2 8 . 6 .
6 1 8 4 . 9 2 7 .
. 4 5 . 3 6 8 1 .
1 7 6 . 4 2 5 3 8
3 . . 6 . 5 7 2 1
. 5 2 3 1 7 6 9 4
5 8 9 2 6 1 3 4 7
7 6 3 . 9 . . 5 .
4 2 . 5 7 3 9 . 6
|
9 3 7 1 2 8 4 6 5
6 1 8 4 5 9 2 7 3
2 4 5 7 3 6 8 1 9
1 7 6 9 4 2 5 3 8
3 9 4 6 8 5 7 2 1
8 5 2 3 1 7 6 9 4
5 8 9 2 6 1 3 4 7
7 6 3 8 9 4 1 5 2
4 2 1 5 7 3 9 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_775
|
85.1.943.32..861...9.537.....2...85.4.....92.5813.2.7.2.57..38..1.953.......485..
|
856129437327486195194537268972614853463875921581392674245761389618953742739248516
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 775
|
Basic 9x9 Sudoku 775
|
Normal 9x9 sudoku rules apply
|
8 5 . 1 . 9 4 3 .
3 2 . . 8 6 1 . .
. 9 . 5 3 7 . . .
. . 2 . . . 8 5 .
4 . . . . . 9 2 .
5 8 1 3 . 2 . 7 .
2 . 5 7 . . 3 8 .
. 1 . 9 5 3 . . .
. . . . 4 8 5 . .
|
8 5 6 1 2 9 4 3 7
3 2 7 4 8 6 1 9 5
1 9 4 5 3 7 2 6 8
9 7 2 6 1 4 8 5 3
4 6 3 8 7 5 9 2 1
5 8 1 3 9 2 6 7 4
2 4 5 7 6 1 3 8 9
6 1 8 9 5 3 7 4 2
7 3 9 2 4 8 5 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_776
|
.72..9...4...6.1.99.1.7....8139..6.256924.7..2.78.65.3.8.5219.77.5..842.1.......5
|
672189354458362179931475286813957642569243718247816593384521967795638421126794835
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 776
|
Basic 9x9 Sudoku 776
|
Normal 9x9 sudoku rules apply
|
. 7 2 . . 9 . . .
4 . . . 6 . 1 . 9
9 . 1 . 7 . . . .
8 1 3 9 . . 6 . 2
5 6 9 2 4 . 7 . .
2 . 7 8 . 6 5 . 3
. 8 . 5 2 1 9 . 7
7 . 5 . . 8 4 2 .
1 . . . . . . . 5
|
6 7 2 1 8 9 3 5 4
4 5 8 3 6 2 1 7 9
9 3 1 4 7 5 2 8 6
8 1 3 9 5 7 6 4 2
5 6 9 2 4 3 7 1 8
2 4 7 8 1 6 5 9 3
3 8 4 5 2 1 9 6 7
7 9 5 6 3 8 4 2 1
1 2 6 7 9 4 8 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_777
|
72.138469......13743.69.852.54.2.67898.47651.3..851294..89.372661978..4.2735.4981
|
725138469896245137431697852154329678982476513367851294548913726619782345273564981
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 777
|
Basic 9x9 Sudoku 777
|
Normal 9x9 sudoku rules apply
|
7 2 . 1 3 8 4 6 9
. . . . . . 1 3 7
4 3 . 6 9 . 8 5 2
. 5 4 . 2 . 6 7 8
9 8 . 4 7 6 5 1 .
3 . . 8 5 1 2 9 4
. . 8 9 . 3 7 2 6
6 1 9 7 8 . . 4 .
2 7 3 5 . 4 9 8 1
|
7 2 5 1 3 8 4 6 9
8 9 6 2 4 5 1 3 7
4 3 1 6 9 7 8 5 2
1 5 4 3 2 9 6 7 8
9 8 2 4 7 6 5 1 3
3 6 7 8 5 1 2 9 4
5 4 8 9 1 3 7 2 6
6 1 9 7 8 2 3 4 5
2 7 3 5 6 4 9 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_778
|
.94..3...3..576.42765924831.49..2376..7.4819...369742..3.26.75.41.7.52.9572489.1.
|
294813567381576942765924831849152376627348195153697428938261754416735289572489613
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 778
|
Basic 9x9 Sudoku 778
|
Normal 9x9 sudoku rules apply
|
. 9 4 . . 3 . . .
3 . . 5 7 6 . 4 2
7 6 5 9 2 4 8 3 1
. 4 9 . . 2 3 7 6
. . 7 . 4 8 1 9 .
. . 3 6 9 7 4 2 .
. 3 . 2 6 . 7 5 .
4 1 . 7 . 5 2 . 9
5 7 2 4 8 9 . 1 .
|
2 9 4 8 1 3 5 6 7
3 8 1 5 7 6 9 4 2
7 6 5 9 2 4 8 3 1
8 4 9 1 5 2 3 7 6
6 2 7 3 4 8 1 9 5
1 5 3 6 9 7 4 2 8
9 3 8 2 6 1 7 5 4
4 1 6 7 3 5 2 8 9
5 7 2 4 8 9 6 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_779
|
3.851246.2618743.5.459.681281245.6794.6..9...9.326.18418.74.236.3..2.94.62..9175.
|
398512467261874395745936812812453679476189523953267184189745236537628941624391758
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 779
|
Basic 9x9 Sudoku 779
|
Normal 9x9 sudoku rules apply
|
3 . 8 5 1 2 4 6 .
2 6 1 8 7 4 3 . 5
. 4 5 9 . 6 8 1 2
8 1 2 4 5 . 6 7 9
4 . 6 . . 9 . . .
9 . 3 2 6 . 1 8 4
1 8 . 7 4 . 2 3 6
. 3 . . 2 . 9 4 .
6 2 . . 9 1 7 5 .
|
3 9 8 5 1 2 4 6 7
2 6 1 8 7 4 3 9 5
7 4 5 9 3 6 8 1 2
8 1 2 4 5 3 6 7 9
4 7 6 1 8 9 5 2 3
9 5 3 2 6 7 1 8 4
1 8 9 7 4 5 2 3 6
5 3 7 6 2 8 9 4 1
6 2 4 3 9 1 7 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_780
|
.9413..676..985....3.6478.12415.9378..54.3126763...945.783.46.24592..7..3267.84..
|
894132567617985234532647891241569378985473126763821945178394652459216783326758419
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 780
|
Basic 9x9 Sudoku 780
|
Normal 9x9 sudoku rules apply
|
. 9 4 1 3 . . 6 7
6 . . 9 8 5 . . .
. 3 . 6 4 7 8 . 1
2 4 1 5 . 9 3 7 8
. . 5 4 . 3 1 2 6
7 6 3 . . . 9 4 5
. 7 8 3 . 4 6 . 2
4 5 9 2 . . 7 . .
3 2 6 7 . 8 4 . .
|
8 9 4 1 3 2 5 6 7
6 1 7 9 8 5 2 3 4
5 3 2 6 4 7 8 9 1
2 4 1 5 6 9 3 7 8
9 8 5 4 7 3 1 2 6
7 6 3 8 2 1 9 4 5
1 7 8 3 9 4 6 5 2
4 5 9 2 1 6 7 8 3
3 2 6 7 5 8 4 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_781
|
75.3..9.64.392581.91846.3523451786298.624.5..12.59.483.3481.7955.1.392..2.9.5.138
|
752381946463925817918467352345178629896243571127596483634812795581739264279654138
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 781
|
Basic 9x9 Sudoku 781
|
Normal 9x9 sudoku rules apply
|
7 5 . 3 . . 9 . 6
4 . 3 9 2 5 8 1 .
9 1 8 4 6 . 3 5 2
3 4 5 1 7 8 6 2 9
8 . 6 2 4 . 5 . .
1 2 . 5 9 . 4 8 3
. 3 4 8 1 . 7 9 5
5 . 1 . 3 9 2 . .
2 . 9 . 5 . 1 3 8
|
7 5 2 3 8 1 9 4 6
4 6 3 9 2 5 8 1 7
9 1 8 4 6 7 3 5 2
3 4 5 1 7 8 6 2 9
8 9 6 2 4 3 5 7 1
1 2 7 5 9 6 4 8 3
6 3 4 8 1 2 7 9 5
5 8 1 7 3 9 2 6 4
2 7 9 6 5 4 1 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_782
|
1.38.594..421798.3895..6.7.3...1876472169.3..4.6.57.91.175.36.8.3896.4..26..8.53.
|
173825946642179853895436172359218764721694385486357291917543628538962417264781539
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 782
|
Basic 9x9 Sudoku 782
|
Normal 9x9 sudoku rules apply
|
1 . 3 8 . 5 9 4 .
. 4 2 1 7 9 8 . 3
8 9 5 . . 6 . 7 .
3 . . . 1 8 7 6 4
7 2 1 6 9 . 3 . .
4 . 6 . 5 7 . 9 1
. 1 7 5 . 3 6 . 8
. 3 8 9 6 . 4 . .
2 6 . . 8 . 5 3 .
|
1 7 3 8 2 5 9 4 6
6 4 2 1 7 9 8 5 3
8 9 5 4 3 6 1 7 2
3 5 9 2 1 8 7 6 4
7 2 1 6 9 4 3 8 5
4 8 6 3 5 7 2 9 1
9 1 7 5 4 3 6 2 8
5 3 8 9 6 2 4 1 7
2 6 4 7 8 1 5 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_783
|
3.5..2467741.5682.682..41..92..1.74.85.649.311..23758943.7216..27.5..9145164983.2
|
395182467741956823682374195923815746857649231164237589439721658278563914516498372
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 783
|
Basic 9x9 Sudoku 783
|
Normal 9x9 sudoku rules apply
|
3 . 5 . . 2 4 6 7
7 4 1 . 5 6 8 2 .
6 8 2 . . 4 1 . .
9 2 . . 1 . 7 4 .
8 5 . 6 4 9 . 3 1
1 . . 2 3 7 5 8 9
4 3 . 7 2 1 6 . .
2 7 . 5 . . 9 1 4
5 1 6 4 9 8 3 . 2
|
3 9 5 1 8 2 4 6 7
7 4 1 9 5 6 8 2 3
6 8 2 3 7 4 1 9 5
9 2 3 8 1 5 7 4 6
8 5 7 6 4 9 2 3 1
1 6 4 2 3 7 5 8 9
4 3 9 7 2 1 6 5 8
2 7 8 5 6 3 9 1 4
5 1 6 4 9 8 3 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_784
|
.231.45..78...6....6.72.84..1..4....23.81.495.......1864..917...75.389263.8.7.154
|
923184567784956231561723849819345672236817495457269318642591783175438926398672154
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 784
|
Basic 9x9 Sudoku 784
|
Normal 9x9 sudoku rules apply
|
. 2 3 1 . 4 5 . .
7 8 . . . 6 . . .
. 6 . 7 2 . 8 4 .
. 1 . . 4 . . . .
2 3 . 8 1 . 4 9 5
. . . . . . . 1 8
6 4 . . 9 1 7 . .
. 7 5 . 3 8 9 2 6
3 . 8 . 7 . 1 5 4
|
9 2 3 1 8 4 5 6 7
7 8 4 9 5 6 2 3 1
5 6 1 7 2 3 8 4 9
8 1 9 3 4 5 6 7 2
2 3 6 8 1 7 4 9 5
4 5 7 2 6 9 3 1 8
6 4 2 5 9 1 7 8 3
1 7 5 4 3 8 9 2 6
3 9 8 6 7 2 1 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_785
|
8...2.57.3..67.8..57648.1.39.781..45.4...72.8128..4.39..1.48...48925.3.7.5379.4..
|
894123576312675894576489123937812645645937218128564739761348952489251367253796481
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 785
|
Basic 9x9 Sudoku 785
|
Normal 9x9 sudoku rules apply
|
8 . . . 2 . 5 7 .
3 . . 6 7 . 8 . .
5 7 6 4 8 . 1 . 3
9 . 7 8 1 . . 4 5
. 4 . . . 7 2 . 8
1 2 8 . . 4 . 3 9
. . 1 . 4 8 . . .
4 8 9 2 5 . 3 . 7
. 5 3 7 9 . 4 . .
|
8 9 4 1 2 3 5 7 6
3 1 2 6 7 5 8 9 4
5 7 6 4 8 9 1 2 3
9 3 7 8 1 2 6 4 5
6 4 5 9 3 7 2 1 8
1 2 8 5 6 4 7 3 9
7 6 1 3 4 8 9 5 2
4 8 9 2 5 1 3 6 7
2 5 3 7 9 6 4 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_786
|
94.1..563.1394...282.367.941948236577.2.193.83.65749214....123.27..3681.53..98.76
|
947182563613945782825367194194823657752619348386574921468751239279436815531298476
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 786
|
Basic 9x9 Sudoku 786
|
Normal 9x9 sudoku rules apply
|
9 4 . 1 . . 5 6 3
. 1 3 9 4 . . . 2
8 2 . 3 6 7 . 9 4
1 9 4 8 2 3 6 5 7
7 . 2 . 1 9 3 . 8
3 . 6 5 7 4 9 2 1
4 . . . . 1 2 3 .
2 7 . . 3 6 8 1 .
5 3 . . 9 8 . 7 6
|
9 4 7 1 8 2 5 6 3
6 1 3 9 4 5 7 8 2
8 2 5 3 6 7 1 9 4
1 9 4 8 2 3 6 5 7
7 5 2 6 1 9 3 4 8
3 8 6 5 7 4 9 2 1
4 6 8 7 5 1 2 3 9
2 7 9 4 3 6 8 1 5
5 3 1 2 9 8 4 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_787
|
374.825.629..56.4...5947832519.3467.8.75..924426879.159.17284637..695.8168.413.59
|
374182596298356147165947832519234678837561924426879315951728463743695281682413759
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 787
|
Basic 9x9 Sudoku 787
|
Normal 9x9 sudoku rules apply
|
3 7 4 . 8 2 5 . 6
2 9 . . 5 6 . 4 .
. . 5 9 4 7 8 3 2
5 1 9 . 3 4 6 7 .
8 . 7 5 . . 9 2 4
4 2 6 8 7 9 . 1 5
9 . 1 7 2 8 4 6 3
7 . . 6 9 5 . 8 1
6 8 . 4 1 3 . 5 9
|
3 7 4 1 8 2 5 9 6
2 9 8 3 5 6 1 4 7
1 6 5 9 4 7 8 3 2
5 1 9 2 3 4 6 7 8
8 3 7 5 6 1 9 2 4
4 2 6 8 7 9 3 1 5
9 5 1 7 2 8 4 6 3
7 4 3 6 9 5 2 8 1
6 8 2 4 1 3 7 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_788
|
973821.64.....4.78.2.5.69...9.315642645.....12..4687.9159.428.73.4.59126.621.3495
|
973821564516934278428576913897315642645297381231468759159642837384759126762183495
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 788
|
Basic 9x9 Sudoku 788
|
Normal 9x9 sudoku rules apply
|
9 7 3 8 2 1 . 6 4
. . . . . 4 . 7 8
. 2 . 5 . 6 9 . .
. 9 . 3 1 5 6 4 2
6 4 5 . . . . . 1
2 . . 4 6 8 7 . 9
1 5 9 . 4 2 8 . 7
3 . 4 . 5 9 1 2 6
. 6 2 1 . 3 4 9 5
|
9 7 3 8 2 1 5 6 4
5 1 6 9 3 4 2 7 8
4 2 8 5 7 6 9 1 3
8 9 7 3 1 5 6 4 2
6 4 5 2 9 7 3 8 1
2 3 1 4 6 8 7 5 9
1 5 9 6 4 2 8 3 7
3 8 4 7 5 9 1 2 6
7 6 2 1 8 3 4 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_789
|
.7.8.2546629.45873.84.7.1..8463217.5.93.672842574.96..438.5..17915.38462.62.14358
|
371892546629145873584673129846321795193567284257489631438256917915738462762914358
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 789
|
Basic 9x9 Sudoku 789
|
Normal 9x9 sudoku rules apply
|
. 7 . 8 . 2 5 4 6
6 2 9 . 4 5 8 7 3
. 8 4 . 7 . 1 . .
8 4 6 3 2 1 7 . 5
. 9 3 . 6 7 2 8 4
2 5 7 4 . 9 6 . .
4 3 8 . 5 . . 1 7
9 1 5 . 3 8 4 6 2
. 6 2 . 1 4 3 5 8
|
3 7 1 8 9 2 5 4 6
6 2 9 1 4 5 8 7 3
5 8 4 6 7 3 1 2 9
8 4 6 3 2 1 7 9 5
1 9 3 5 6 7 2 8 4
2 5 7 4 8 9 6 3 1
4 3 8 2 5 6 9 1 7
9 1 5 7 3 8 4 6 2
7 6 2 9 1 4 3 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_790
|
95618..74.....6.5..4.3.7..6.9..1..62.256..4.9....2.5.868..31.......4.68...32..195
|
956182374237496851148357926394815762825673419761924538689531247512749683473268195
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 790
|
Basic 9x9 Sudoku 790
|
Normal 9x9 sudoku rules apply
|
9 5 6 1 8 . . 7 4
. . . . . 6 . 5 .
. 4 . 3 . 7 . . 6
. 9 . . 1 . . 6 2
. 2 5 6 . . 4 . 9
. . . . 2 . 5 . 8
6 8 . . 3 1 . . .
. . . . 4 . 6 8 .
. . 3 2 . . 1 9 5
|
9 5 6 1 8 2 3 7 4
2 3 7 4 9 6 8 5 1
1 4 8 3 5 7 9 2 6
3 9 4 8 1 5 7 6 2
8 2 5 6 7 3 4 1 9
7 6 1 9 2 4 5 3 8
6 8 9 5 3 1 2 4 7
5 1 2 7 4 9 6 8 3
4 7 3 2 6 8 1 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_791
|
41...536.583..619..693......2.543.79.4.169285..67.....8.1.375..274..891363.9217..
|
412895367583276194769314852128543679347169285956782431891437526274658913635921748
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 791
|
Basic 9x9 Sudoku 791
|
Normal 9x9 sudoku rules apply
|
4 1 . . . 5 3 6 .
5 8 3 . . 6 1 9 .
. 6 9 3 . . . . .
. 2 . 5 4 3 . 7 9
. 4 . 1 6 9 2 8 5
. . 6 7 . . . . .
8 . 1 . 3 7 5 . .
2 7 4 . . 8 9 1 3
6 3 . 9 2 1 7 . .
|
4 1 2 8 9 5 3 6 7
5 8 3 2 7 6 1 9 4
7 6 9 3 1 4 8 5 2
1 2 8 5 4 3 6 7 9
3 4 7 1 6 9 2 8 5
9 5 6 7 8 2 4 3 1
8 9 1 4 3 7 5 2 6
2 7 4 6 5 8 9 1 3
6 3 5 9 2 1 7 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_792
|
.6.914.7....8231963...758421832....954619.2.8927538..46.8.594.373..82.61.5....987
|
862914375475823196391675842183246759546197238927538614618759423739482561254361987
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 792
|
Basic 9x9 Sudoku 792
|
Normal 9x9 sudoku rules apply
|
. 6 . 9 1 4 . 7 .
. . . 8 2 3 1 9 6
3 . . . 7 5 8 4 2
1 8 3 2 . . . . 9
5 4 6 1 9 . 2 . 8
9 2 7 5 3 8 . . 4
6 . 8 . 5 9 4 . 3
7 3 . . 8 2 . 6 1
. 5 . . . . 9 8 7
|
8 6 2 9 1 4 3 7 5
4 7 5 8 2 3 1 9 6
3 9 1 6 7 5 8 4 2
1 8 3 2 4 6 7 5 9
5 4 6 1 9 7 2 3 8
9 2 7 5 3 8 6 1 4
6 1 8 7 5 9 4 2 3
7 3 9 4 8 2 5 6 1
2 5 4 3 6 1 9 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_793
|
..8.943767192364...6..5.1291325.86.76.7923.41945761283874612935.914.5.6.2.6.897.4
|
528194376719236458463857129132548697687923541945761283874612935391475862256389714
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 793
|
Basic 9x9 Sudoku 793
|
Normal 9x9 sudoku rules apply
|
. . 8 . 9 4 3 7 6
7 1 9 2 3 6 4 . .
. 6 . . 5 . 1 2 9
1 3 2 5 . 8 6 . 7
6 . 7 9 2 3 . 4 1
9 4 5 7 6 1 2 8 3
8 7 4 6 1 2 9 3 5
. 9 1 4 . 5 . 6 .
2 . 6 . 8 9 7 . 4
|
5 2 8 1 9 4 3 7 6
7 1 9 2 3 6 4 5 8
4 6 3 8 5 7 1 2 9
1 3 2 5 4 8 6 9 7
6 8 7 9 2 3 5 4 1
9 4 5 7 6 1 2 8 3
8 7 4 6 1 2 9 3 5
3 9 1 4 7 5 8 6 2
2 5 6 3 8 9 7 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_794
|
8741.2536..94652.7.56.78..91..6578.39378146.256.23974.4937.61.56215.397....921364
|
874192536319465287256378419142657893937814652568239741493786125621543978785921364
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 794
|
Basic 9x9 Sudoku 794
|
Normal 9x9 sudoku rules apply
|
8 7 4 1 . 2 5 3 6
. . 9 4 6 5 2 . 7
. 5 6 . 7 8 . . 9
1 . . 6 5 7 8 . 3
9 3 7 8 1 4 6 . 2
5 6 . 2 3 9 7 4 .
4 9 3 7 . 6 1 . 5
6 2 1 5 . 3 9 7 .
. . . 9 2 1 3 6 4
|
8 7 4 1 9 2 5 3 6
3 1 9 4 6 5 2 8 7
2 5 6 3 7 8 4 1 9
1 4 2 6 5 7 8 9 3
9 3 7 8 1 4 6 5 2
5 6 8 2 3 9 7 4 1
4 9 3 7 8 6 1 2 5
6 2 1 5 4 3 9 7 8
7 8 5 9 2 1 3 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_795
|
2491853...382.6.1.5.639.8.2.9.673451.6.95.73835741...9.8573..2.67182.5..423...18.
|
249185376738246915516397842892673451164952738357418269985731624671824593423569187
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 795
|
Basic 9x9 Sudoku 795
|
Normal 9x9 sudoku rules apply
|
2 4 9 1 8 5 3 . .
. 3 8 2 . 6 . 1 .
5 . 6 3 9 . 8 . 2
. 9 . 6 7 3 4 5 1
. 6 . 9 5 . 7 3 8
3 5 7 4 1 . . . 9
. 8 5 7 3 . . 2 .
6 7 1 8 2 . 5 . .
4 2 3 . . . 1 8 .
|
2 4 9 1 8 5 3 7 6
7 3 8 2 4 6 9 1 5
5 1 6 3 9 7 8 4 2
8 9 2 6 7 3 4 5 1
1 6 4 9 5 2 7 3 8
3 5 7 4 1 8 2 6 9
9 8 5 7 3 1 6 2 4
6 7 1 8 2 4 5 9 3
4 2 3 5 6 9 1 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_796
|
.2..1..67.7.236.54683..719.81....5.....9.1..893.45.6..75..829.6..1.6.4.....1.42..
|
425819367179236854683547192812673549546921738937458621754382916291765483368194275
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 796
|
Basic 9x9 Sudoku 796
|
Normal 9x9 sudoku rules apply
|
. 2 . . 1 . . 6 7
. 7 . 2 3 6 . 5 4
6 8 3 . . 7 1 9 .
8 1 . . . . 5 . .
. . . 9 . 1 . . 8
9 3 . 4 5 . 6 . .
7 5 . . 8 2 9 . 6
. . 1 . 6 . 4 . .
. . . 1 . 4 2 . .
|
4 2 5 8 1 9 3 6 7
1 7 9 2 3 6 8 5 4
6 8 3 5 4 7 1 9 2
8 1 2 6 7 3 5 4 9
5 4 6 9 2 1 7 3 8
9 3 7 4 5 8 6 2 1
7 5 4 3 8 2 9 1 6
2 9 1 7 6 5 4 8 3
3 6 8 1 9 4 2 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_797
|
4...83.....724.831.1.975246.8461952..95837.1476...239...9361482.42.98..31..524769
|
426183975957246831813975246384619527295837614761452398579361482642798153138524769
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 797
|
Basic 9x9 Sudoku 797
|
Normal 9x9 sudoku rules apply
|
4 . . . 8 3 . . .
. . 7 2 4 . 8 3 1
. 1 . 9 7 5 2 4 6
. 8 4 6 1 9 5 2 .
. 9 5 8 3 7 . 1 4
7 6 . . . 2 3 9 .
. . 9 3 6 1 4 8 2
. 4 2 . 9 8 . . 3
1 . . 5 2 4 7 6 9
|
4 2 6 1 8 3 9 7 5
9 5 7 2 4 6 8 3 1
8 1 3 9 7 5 2 4 6
3 8 4 6 1 9 5 2 7
2 9 5 8 3 7 6 1 4
7 6 1 4 5 2 3 9 8
5 7 9 3 6 1 4 8 2
6 4 2 7 9 8 1 5 3
1 3 8 5 2 4 7 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_798
|
.6481923..2......9179236...9821637546.74589233..97.6..256394.717..68.34.4.8.2159.
|
564819237823547169179236485982163754617458923345972618256394871791685342438721596
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 798
|
Basic 9x9 Sudoku 798
|
Normal 9x9 sudoku rules apply
|
. 6 4 8 1 9 2 3 .
. 2 . . . . . . 9
1 7 9 2 3 6 . . .
9 8 2 1 6 3 7 5 4
6 . 7 4 5 8 9 2 3
3 . . 9 7 . 6 . .
2 5 6 3 9 4 . 7 1
7 . . 6 8 . 3 4 .
4 . 8 . 2 1 5 9 .
|
5 6 4 8 1 9 2 3 7
8 2 3 5 4 7 1 6 9
1 7 9 2 3 6 4 8 5
9 8 2 1 6 3 7 5 4
6 1 7 4 5 8 9 2 3
3 4 5 9 7 2 6 1 8
2 5 6 3 9 4 8 7 1
7 9 1 6 8 5 3 4 2
4 3 8 7 2 1 5 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_799
|
...812.751479.326.8.2.76.3.269147583..56.894.78.5396214.8791.56..1.648926.32857.4
|
936812475147953268852476139269147583315628947784539621428791356571364892693285714
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 799
|
Basic 9x9 Sudoku 799
|
Normal 9x9 sudoku rules apply
|
. . . 8 1 2 . 7 5
1 4 7 9 . 3 2 6 .
8 . 2 . 7 6 . 3 .
2 6 9 1 4 7 5 8 3
. . 5 6 . 8 9 4 .
7 8 . 5 3 9 6 2 1
4 . 8 7 9 1 . 5 6
. . 1 . 6 4 8 9 2
6 . 3 2 8 5 7 . 4
|
9 3 6 8 1 2 4 7 5
1 4 7 9 5 3 2 6 8
8 5 2 4 7 6 1 3 9
2 6 9 1 4 7 5 8 3
3 1 5 6 2 8 9 4 7
7 8 4 5 3 9 6 2 1
4 2 8 7 9 1 3 5 6
5 7 1 3 6 4 8 9 2
6 9 3 2 8 5 7 1 4
| 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.