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_100
|
....3.54..32.56.7.5.67..12328..756..95136....674..139..652178..72.59.4..31....2.7
|
897132546132456978546789123283975614951364782674821395465217839728593461319648257
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 100
|
Basic 9x9 Sudoku 100
|
Normal 9x9 sudoku rules apply
|
. . . . 3 . 5 4 .
. 3 2 . 5 6 . 7 .
5 . 6 7 . . 1 2 3
2 8 . . 7 5 6 . .
9 5 1 3 6 . . . .
6 7 4 . . 1 3 9 .
. 6 5 2 1 7 8 . .
7 2 . 5 9 . 4 . .
3 1 . . . . 2 . 7
|
8 9 7 1 3 2 5 4 6
1 3 2 4 5 6 9 7 8
5 4 6 7 8 9 1 2 3
2 8 3 9 7 5 6 1 4
9 5 1 3 6 4 7 8 2
6 7 4 8 2 1 3 9 5
4 6 5 2 1 7 8 3 9
7 2 8 5 9 3 4 6 1
3 1 9 6 4 8 2 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_101
|
...84.957957213846648..71..8341...7526578439117.635284.93.6.7.87.2.91.63516.784..
|
321846957957213846648957132834129675265784391179635284493562718782491563516378429
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 101
|
Basic 9x9 Sudoku 101
|
Normal 9x9 sudoku rules apply
|
. . . 8 4 . 9 5 7
9 5 7 2 1 3 8 4 6
6 4 8 . . 7 1 . .
8 3 4 1 . . . 7 5
2 6 5 7 8 4 3 9 1
1 7 . 6 3 5 2 8 4
. 9 3 . 6 . 7 . 8
7 . 2 . 9 1 . 6 3
5 1 6 . 7 8 4 . .
|
3 2 1 8 4 6 9 5 7
9 5 7 2 1 3 8 4 6
6 4 8 9 5 7 1 3 2
8 3 4 1 2 9 6 7 5
2 6 5 7 8 4 3 9 1
1 7 9 6 3 5 2 8 4
4 9 3 5 6 2 7 1 8
7 8 2 4 9 1 5 6 3
5 1 6 3 7 8 4 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_102
|
97821435.4.58.61.....3...8.214.83765...6...31356.72.98.4.7...1268.4295...235618..
|
978214356435896127162357984214983765897645231356172498549738612681429573723561849
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 102
|
Basic 9x9 Sudoku 102
|
Normal 9x9 sudoku rules apply
|
9 7 8 2 1 4 3 5 .
4 . 5 8 . 6 1 . .
. . . 3 . . . 8 .
2 1 4 . 8 3 7 6 5
. . . 6 . . . 3 1
3 5 6 . 7 2 . 9 8
. 4 . 7 . . . 1 2
6 8 . 4 2 9 5 . .
. 2 3 5 6 1 8 . .
|
9 7 8 2 1 4 3 5 6
4 3 5 8 9 6 1 2 7
1 6 2 3 5 7 9 8 4
2 1 4 9 8 3 7 6 5
8 9 7 6 4 5 2 3 1
3 5 6 1 7 2 4 9 8
5 4 9 7 3 8 6 1 2
6 8 1 4 2 9 5 7 3
7 2 3 5 6 1 8 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_103
|
4.681..3582..79146.73...8.22841.567.3.....9549576..28173295....519..8..76.8..15..
|
496812735825379146173564892284195673361287954957643281732956418519428367648731529
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 103
|
Basic 9x9 Sudoku 103
|
Normal 9x9 sudoku rules apply
|
4 . 6 8 1 . . 3 5
8 2 . . 7 9 1 4 6
. 7 3 . . . 8 . 2
2 8 4 1 . 5 6 7 .
3 . . . . . 9 5 4
9 5 7 6 . . 2 8 1
7 3 2 9 5 . . . .
5 1 9 . . 8 . . 7
6 . 8 . . 1 5 . .
|
4 9 6 8 1 2 7 3 5
8 2 5 3 7 9 1 4 6
1 7 3 5 6 4 8 9 2
2 8 4 1 9 5 6 7 3
3 6 1 2 8 7 9 5 4
9 5 7 6 4 3 2 8 1
7 3 2 9 5 6 4 1 8
5 1 9 4 2 8 3 6 7
6 4 8 7 3 1 5 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_104
|
.5...3.67.4.167..9.......8.98621...3..574.92....9....6.14.8..7.5.....8..798.2....
|
251893467843167259679452381986215743135746928427938516314589672562371894798624135
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 104
|
Basic 9x9 Sudoku 104
|
Normal 9x9 sudoku rules apply
|
. 5 . . . 3 . 6 7
. 4 . 1 6 7 . . 9
. . . . . . . 8 .
9 8 6 2 1 . . . 3
. . 5 7 4 . 9 2 .
. . . 9 . . . . 6
. 1 4 . 8 . . 7 .
5 . . . . . 8 . .
7 9 8 . 2 . . . .
|
2 5 1 8 9 3 4 6 7
8 4 3 1 6 7 2 5 9
6 7 9 4 5 2 3 8 1
9 8 6 2 1 5 7 4 3
1 3 5 7 4 6 9 2 8
4 2 7 9 3 8 5 1 6
3 1 4 5 8 9 6 7 2
5 6 2 3 7 1 8 9 4
7 9 8 6 2 4 1 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_105
|
.5718.9.2619235.472..97.1..92.813.7457.4692818.17523.6..8.476.546259.73...5..8419
|
357184962619235847284976153926813574573469281841752396198347625462591738735628419
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 105
|
Basic 9x9 Sudoku 105
|
Normal 9x9 sudoku rules apply
|
. 5 7 1 8 . 9 . 2
6 1 9 2 3 5 . 4 7
2 . . 9 7 . 1 . .
9 2 . 8 1 3 . 7 4
5 7 . 4 6 9 2 8 1
8 . 1 7 5 2 3 . 6
. . 8 . 4 7 6 . 5
4 6 2 5 9 . 7 3 .
. . 5 . . 8 4 1 9
|
3 5 7 1 8 4 9 6 2
6 1 9 2 3 5 8 4 7
2 8 4 9 7 6 1 5 3
9 2 6 8 1 3 5 7 4
5 7 3 4 6 9 2 8 1
8 4 1 7 5 2 3 9 6
1 9 8 3 4 7 6 2 5
4 6 2 5 9 1 7 3 8
7 3 5 6 2 8 4 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_106
|
21.8934.53.4.2598..85.....1...234.18.6..5834784.7...29..8.791...3.6.1852.513..79.
|
216893475374125986985467231597234618162958347843716529428579163739641852651382794
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 106
|
Basic 9x9 Sudoku 106
|
Normal 9x9 sudoku rules apply
|
2 1 . 8 9 3 4 . 5
3 . 4 . 2 5 9 8 .
. 8 5 . . . . . 1
. . . 2 3 4 . 1 8
. 6 . . 5 8 3 4 7
8 4 . 7 . . . 2 9
. . 8 . 7 9 1 . .
. 3 . 6 . 1 8 5 2
. 5 1 3 . . 7 9 .
|
2 1 6 8 9 3 4 7 5
3 7 4 1 2 5 9 8 6
9 8 5 4 6 7 2 3 1
5 9 7 2 3 4 6 1 8
1 6 2 9 5 8 3 4 7
8 4 3 7 1 6 5 2 9
4 2 8 5 7 9 1 6 3
7 3 9 6 4 1 8 5 2
6 5 1 3 8 2 7 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_107
|
7.381496.4869..1.2.59...34.21.6897.469475.8.1.374215.6.......5754...62.9.715426.3
|
723814965486935172159267348215689734694753821837421596362198457548376219971542683
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 107
|
Basic 9x9 Sudoku 107
|
Normal 9x9 sudoku rules apply
|
7 . 3 8 1 4 9 6 .
4 8 6 9 . . 1 . 2
. 5 9 . . . 3 4 .
2 1 . 6 8 9 7 . 4
6 9 4 7 5 . 8 . 1
. 3 7 4 2 1 5 . 6
. . . . . . . 5 7
5 4 . . . 6 2 . 9
. 7 1 5 4 2 6 . 3
|
7 2 3 8 1 4 9 6 5
4 8 6 9 3 5 1 7 2
1 5 9 2 6 7 3 4 8
2 1 5 6 8 9 7 3 4
6 9 4 7 5 3 8 2 1
8 3 7 4 2 1 5 9 6
3 6 2 1 9 8 4 5 7
5 4 8 3 7 6 2 1 9
9 7 1 5 4 2 6 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_108
|
1528.947.793264..58.6..7...2..49865..61325..89851...24..8.5.942619.4.5835249.31..
|
152839476793264815846517239237498651461325798985176324378651942619742583524983167
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 108
|
Basic 9x9 Sudoku 108
|
Normal 9x9 sudoku rules apply
|
1 5 2 8 . 9 4 7 .
7 9 3 2 6 4 . . 5
8 . 6 . . 7 . . .
2 . . 4 9 8 6 5 .
. 6 1 3 2 5 . . 8
9 8 5 1 . . . 2 4
. . 8 . 5 . 9 4 2
6 1 9 . 4 . 5 8 3
5 2 4 9 . 3 1 . .
|
1 5 2 8 3 9 4 7 6
7 9 3 2 6 4 8 1 5
8 4 6 5 1 7 2 3 9
2 3 7 4 9 8 6 5 1
4 6 1 3 2 5 7 9 8
9 8 5 1 7 6 3 2 4
3 7 8 6 5 1 9 4 2
6 1 9 7 4 2 5 8 3
5 2 4 9 8 3 1 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_109
|
.861.3.4...9.4.26.5......9.3.84...2..2..86.5.6.5.793..94.63..727..9.8..686...4.19
|
286193745139547268574862193398451627427386951615279384941635872752918436863724519
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 109
|
Basic 9x9 Sudoku 109
|
Normal 9x9 sudoku rules apply
|
. 8 6 1 . 3 . 4 .
. . 9 . 4 . 2 6 .
5 . . . . . . 9 .
3 . 8 4 . . . 2 .
. 2 . . 8 6 . 5 .
6 . 5 . 7 9 3 . .
9 4 . 6 3 . . 7 2
7 . . 9 . 8 . . 6
8 6 . . . 4 . 1 9
|
2 8 6 1 9 3 7 4 5
1 3 9 5 4 7 2 6 8
5 7 4 8 6 2 1 9 3
3 9 8 4 5 1 6 2 7
4 2 7 3 8 6 9 5 1
6 1 5 2 7 9 3 8 4
9 4 1 6 3 5 8 7 2
7 5 2 9 1 8 4 3 6
8 6 3 7 2 4 5 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_110
|
...2.9657215376.9.976.451231..9.736.853.64..9697.3.4187.24.85.14396517825817.394.
|
348219657215376894976845123124987365853164279697532418762498531439651782581723946
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 110
|
Basic 9x9 Sudoku 110
|
Normal 9x9 sudoku rules apply
|
. . . 2 . 9 6 5 7
2 1 5 3 7 6 . 9 .
9 7 6 . 4 5 1 2 3
1 . . 9 . 7 3 6 .
8 5 3 . 6 4 . . 9
6 9 7 . 3 . 4 1 8
7 . 2 4 . 8 5 . 1
4 3 9 6 5 1 7 8 2
5 8 1 7 . 3 9 4 .
|
3 4 8 2 1 9 6 5 7
2 1 5 3 7 6 8 9 4
9 7 6 8 4 5 1 2 3
1 2 4 9 8 7 3 6 5
8 5 3 1 6 4 2 7 9
6 9 7 5 3 2 4 1 8
7 6 2 4 9 8 5 3 1
4 3 9 6 5 1 7 8 2
5 8 1 7 2 3 9 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_111
|
.73194625.6285391.19..6.3485.6.427899287.6..3.47...1.2..45.829.28143.576.5.62.834
|
873194625462853917195267348516342789928716453347985162634578291281439576759621834
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 111
|
Basic 9x9 Sudoku 111
|
Normal 9x9 sudoku rules apply
|
. 7 3 1 9 4 6 2 5
. 6 2 8 5 3 9 1 .
1 9 . . 6 . 3 4 8
5 . 6 . 4 2 7 8 9
9 2 8 7 . 6 . . 3
. 4 7 . . . 1 . 2
. . 4 5 . 8 2 9 .
2 8 1 4 3 . 5 7 6
. 5 . 6 2 . 8 3 4
|
8 7 3 1 9 4 6 2 5
4 6 2 8 5 3 9 1 7
1 9 5 2 6 7 3 4 8
5 1 6 3 4 2 7 8 9
9 2 8 7 1 6 4 5 3
3 4 7 9 8 5 1 6 2
6 3 4 5 7 8 2 9 1
2 8 1 4 3 9 5 7 6
7 5 9 6 2 1 8 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_112
|
..18.436..7.1.945..2..67..1.4978.52.783.5.9..26594.17..3..1578..5.....146.7498.3.
|
591824367876139452324567891149786523783251946265943178432615789958372614617498235
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 112
|
Basic 9x9 Sudoku 112
|
Normal 9x9 sudoku rules apply
|
. . 1 8 . 4 3 6 .
. 7 . 1 . 9 4 5 .
. 2 . . 6 7 . . 1
. 4 9 7 8 . 5 2 .
7 8 3 . 5 . 9 . .
2 6 5 9 4 . 1 7 .
. 3 . . 1 5 7 8 .
. 5 . . . . . 1 4
6 . 7 4 9 8 . 3 .
|
5 9 1 8 2 4 3 6 7
8 7 6 1 3 9 4 5 2
3 2 4 5 6 7 8 9 1
1 4 9 7 8 6 5 2 3
7 8 3 2 5 1 9 4 6
2 6 5 9 4 3 1 7 8
4 3 2 6 1 5 7 8 9
9 5 8 3 7 2 6 1 4
6 1 7 4 9 8 2 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_113
|
...81..45...9..6.7...647.19.85.9..64..6.5.932.4...3.586.1...4....8.....64.7....81
|
769812345814935627253647819385291764176458932942763158621589473538174296497326581
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 113
|
Basic 9x9 Sudoku 113
|
Normal 9x9 sudoku rules apply
|
. . . 8 1 . . 4 5
. . . 9 . . 6 . 7
. . . 6 4 7 . 1 9
. 8 5 . 9 . . 6 4
. . 6 . 5 . 9 3 2
. 4 . . . 3 . 5 8
6 . 1 . . . 4 . .
. . 8 . . . . . 6
4 . 7 . . . . 8 1
|
7 6 9 8 1 2 3 4 5
8 1 4 9 3 5 6 2 7
2 5 3 6 4 7 8 1 9
3 8 5 2 9 1 7 6 4
1 7 6 4 5 8 9 3 2
9 4 2 7 6 3 1 5 8
6 2 1 5 8 9 4 7 3
5 3 8 1 7 4 2 9 6
4 9 7 3 2 6 5 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_114
|
7.1829.652.815.9...59.4.12...6438...4.75.2316.95.71..4..37.5.4.86.9..7..57..836..
|
731829465248156937659347128126438579487592316395671284913765842862914753574283691
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 114
|
Basic 9x9 Sudoku 114
|
Normal 9x9 sudoku rules apply
|
7 . 1 8 2 9 . 6 5
2 . 8 1 5 . 9 . .
. 5 9 . 4 . 1 2 .
. . 6 4 3 8 . . .
4 . 7 5 . 2 3 1 6
. 9 5 . 7 1 . . 4
. . 3 7 . 5 . 4 .
8 6 . 9 . . 7 . .
5 7 . . 8 3 6 . .
|
7 3 1 8 2 9 4 6 5
2 4 8 1 5 6 9 3 7
6 5 9 3 4 7 1 2 8
1 2 6 4 3 8 5 7 9
4 8 7 5 9 2 3 1 6
3 9 5 6 7 1 2 8 4
9 1 3 7 6 5 8 4 2
8 6 2 9 1 4 7 5 3
5 7 4 2 8 3 6 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_115
|
46.81.2...19..5.6875....193.86.92375327.68941.451376..8.1.537246..784519574..1836
|
463819257219375468758246193186492375327568941945137682891653724632784519574921836
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 115
|
Basic 9x9 Sudoku 115
|
Normal 9x9 sudoku rules apply
|
4 6 . 8 1 . 2 . .
. 1 9 . . 5 . 6 8
7 5 . . . . 1 9 3
. 8 6 . 9 2 3 7 5
3 2 7 . 6 8 9 4 1
. 4 5 1 3 7 6 . .
8 . 1 . 5 3 7 2 4
6 . . 7 8 4 5 1 9
5 7 4 . . 1 8 3 6
|
4 6 3 8 1 9 2 5 7
2 1 9 3 7 5 4 6 8
7 5 8 2 4 6 1 9 3
1 8 6 4 9 2 3 7 5
3 2 7 5 6 8 9 4 1
9 4 5 1 3 7 6 8 2
8 9 1 6 5 3 7 2 4
6 3 2 7 8 4 5 1 9
5 7 4 9 2 1 8 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_116
|
....124.6.4.93..158134...273..721.6..246.5.835673841.2.915.3.786.21783...3.2..651
|
975812436246937815813456927389721564124695783567384192491563278652178349738249651
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 116
|
Basic 9x9 Sudoku 116
|
Normal 9x9 sudoku rules apply
|
. . . . 1 2 4 . 6
. 4 . 9 3 . . 1 5
8 1 3 4 . . . 2 7
3 . . 7 2 1 . 6 .
. 2 4 6 . 5 . 8 3
5 6 7 3 8 4 1 . 2
. 9 1 5 . 3 . 7 8
6 . 2 1 7 8 3 . .
. 3 . 2 . . 6 5 1
|
9 7 5 8 1 2 4 3 6
2 4 6 9 3 7 8 1 5
8 1 3 4 5 6 9 2 7
3 8 9 7 2 1 5 6 4
1 2 4 6 9 5 7 8 3
5 6 7 3 8 4 1 9 2
4 9 1 5 6 3 2 7 8
6 5 2 1 7 8 3 4 9
7 3 8 2 4 9 6 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_117
|
.51..3.766398.4.2...716..38185.3.6...432.6.8.76259.31439.742.5.574381.69.1865.743
|
851923476639874125427165938185437692943216587762598314396742851574381269218659743
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 117
|
Basic 9x9 Sudoku 117
|
Normal 9x9 sudoku rules apply
|
. 5 1 . . 3 . 7 6
6 3 9 8 . 4 . 2 .
. . 7 1 6 . . 3 8
1 8 5 . 3 . 6 . .
. 4 3 2 . 6 . 8 .
7 6 2 5 9 . 3 1 4
3 9 . 7 4 2 . 5 .
5 7 4 3 8 1 . 6 9
. 1 8 6 5 . 7 4 3
|
8 5 1 9 2 3 4 7 6
6 3 9 8 7 4 1 2 5
4 2 7 1 6 5 9 3 8
1 8 5 4 3 7 6 9 2
9 4 3 2 1 6 5 8 7
7 6 2 5 9 8 3 1 4
3 9 6 7 4 2 8 5 1
5 7 4 3 8 1 2 6 9
2 1 8 6 5 9 7 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_118
|
328.9457.9.4.653..165.3.948....2.4952964.17834.37.962...2.46.39..9.1..67631.72.54
|
328194576974865312165237948817623495296451783453789621782546139549318267631972854
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 118
|
Basic 9x9 Sudoku 118
|
Normal 9x9 sudoku rules apply
|
3 2 8 . 9 4 5 7 .
9 . 4 . 6 5 3 . .
1 6 5 . 3 . 9 4 8
. . . . 2 . 4 9 5
2 9 6 4 . 1 7 8 3
4 . 3 7 . 9 6 2 .
. . 2 . 4 6 . 3 9
. . 9 . 1 . . 6 7
6 3 1 . 7 2 . 5 4
|
3 2 8 1 9 4 5 7 6
9 7 4 8 6 5 3 1 2
1 6 5 2 3 7 9 4 8
8 1 7 6 2 3 4 9 5
2 9 6 4 5 1 7 8 3
4 5 3 7 8 9 6 2 1
7 8 2 5 4 6 1 3 9
5 4 9 3 1 8 2 6 7
6 3 1 9 7 2 8 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_119
|
7.8.9354693....87.456..7139..93562..2.37419855179.2364.9.6...58.845.962.675...491
|
728193546931465872456827139849356217263741985517982364392614758184579623675238491
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 119
|
Basic 9x9 Sudoku 119
|
Normal 9x9 sudoku rules apply
|
7 . 8 . 9 3 5 4 6
9 3 . . . . 8 7 .
4 5 6 . . 7 1 3 9
. . 9 3 5 6 2 . .
2 . 3 7 4 1 9 8 5
5 1 7 9 . 2 3 6 4
. 9 . 6 . . . 5 8
. 8 4 5 . 9 6 2 .
6 7 5 . . . 4 9 1
|
7 2 8 1 9 3 5 4 6
9 3 1 4 6 5 8 7 2
4 5 6 8 2 7 1 3 9
8 4 9 3 5 6 2 1 7
2 6 3 7 4 1 9 8 5
5 1 7 9 8 2 3 6 4
3 9 2 6 1 4 7 5 8
1 8 4 5 7 9 6 2 3
6 7 5 2 3 8 4 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_120
|
.71829465.2.5613875.6.4721..347.259.8.29.574.795...8.1..76..13.9..1.3.7.61327.9.8
|
371829465429561387586347219134782596862915743795436821257698134948153672613274958
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 120
|
Basic 9x9 Sudoku 120
|
Normal 9x9 sudoku rules apply
|
. 7 1 8 2 9 4 6 5
. 2 . 5 6 1 3 8 7
5 . 6 . 4 7 2 1 .
. 3 4 7 . 2 5 9 .
8 . 2 9 . 5 7 4 .
7 9 5 . . . 8 . 1
. . 7 6 . . 1 3 .
9 . . 1 . 3 . 7 .
6 1 3 2 7 . 9 . 8
|
3 7 1 8 2 9 4 6 5
4 2 9 5 6 1 3 8 7
5 8 6 3 4 7 2 1 9
1 3 4 7 8 2 5 9 6
8 6 2 9 1 5 7 4 3
7 9 5 4 3 6 8 2 1
2 5 7 6 9 8 1 3 4
9 4 8 1 5 3 6 7 2
6 1 3 2 7 4 9 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_121
|
4..8..2.321834.9.6.....781.8.615.74..594.2..8374.68521..2.941859...8..37.81.3649.
|
467819253218345976593627814826153749159472368374968521632794185945281637781536492
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 121
|
Basic 9x9 Sudoku 121
|
Normal 9x9 sudoku rules apply
|
4 . . 8 . . 2 . 3
2 1 8 3 4 . 9 . 6
. . . . . 7 8 1 .
8 . 6 1 5 . 7 4 .
. 5 9 4 . 2 . . 8
3 7 4 . 6 8 5 2 1
. . 2 . 9 4 1 8 5
9 . . . 8 . . 3 7
. 8 1 . 3 6 4 9 .
|
4 6 7 8 1 9 2 5 3
2 1 8 3 4 5 9 7 6
5 9 3 6 2 7 8 1 4
8 2 6 1 5 3 7 4 9
1 5 9 4 7 2 3 6 8
3 7 4 9 6 8 5 2 1
6 3 2 7 9 4 1 8 5
9 4 5 2 8 1 6 3 7
7 8 1 5 3 6 4 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_122
|
168..23.53..81.2.6...6.3....13.68..4..9.57...2.6.4.598.3..8..529.2.34.8...4.2.931
|
168492375397815246425673819513968724849257163276341598631789452952134687784526931
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 122
|
Basic 9x9 Sudoku 122
|
Normal 9x9 sudoku rules apply
|
1 6 8 . . 2 3 . 5
3 . . 8 1 . 2 . 6
. . . 6 . 3 . . .
. 1 3 . 6 8 . . 4
. . 9 . 5 7 . . .
2 . 6 . 4 . 5 9 8
. 3 . . 8 . . 5 2
9 . 2 . 3 4 . 8 .
. . 4 . 2 . 9 3 1
|
1 6 8 4 9 2 3 7 5
3 9 7 8 1 5 2 4 6
4 2 5 6 7 3 8 1 9
5 1 3 9 6 8 7 2 4
8 4 9 2 5 7 1 6 3
2 7 6 3 4 1 5 9 8
6 3 1 7 8 9 4 5 2
9 5 2 1 3 4 6 8 7
7 8 4 5 2 6 9 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_123
|
.34.....7..6.9....8..47.1......1.76.2476..39........8..92.8..4...85..9..653..921.
|
934821657176395824825476139389214765247658391561937482792183546418562973653749218
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 123
|
Basic 9x9 Sudoku 123
|
Normal 9x9 sudoku rules apply
|
. 3 4 . . . . . 7
. . 6 . 9 . . . .
8 . . 4 7 . 1 . .
. . . . 1 . 7 6 .
2 4 7 6 . . 3 9 .
. . . . . . . 8 .
. 9 2 . 8 . . 4 .
. . 8 5 . . 9 . .
6 5 3 . . 9 2 1 .
|
9 3 4 8 2 1 6 5 7
1 7 6 3 9 5 8 2 4
8 2 5 4 7 6 1 3 9
3 8 9 2 1 4 7 6 5
2 4 7 6 5 8 3 9 1
5 6 1 9 3 7 4 8 2
7 9 2 1 8 3 5 4 6
4 1 8 5 6 2 9 7 3
6 5 3 7 4 9 2 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_124
|
83.1.2.5661.8352.9952.768311.365978458.74..6...62.15937689.4..5..156.927295..7.48
|
837192456614835279952476831123659784589743162476281593768924315341568927295317648
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 124
|
Basic 9x9 Sudoku 124
|
Normal 9x9 sudoku rules apply
|
8 3 . 1 . 2 . 5 6
6 1 . 8 3 5 2 . 9
9 5 2 . 7 6 8 3 1
1 . 3 6 5 9 7 8 4
5 8 . 7 4 . . 6 .
. . 6 2 . 1 5 9 3
7 6 8 9 . 4 . . 5
. . 1 5 6 . 9 2 7
2 9 5 . . 7 . 4 8
|
8 3 7 1 9 2 4 5 6
6 1 4 8 3 5 2 7 9
9 5 2 4 7 6 8 3 1
1 2 3 6 5 9 7 8 4
5 8 9 7 4 3 1 6 2
4 7 6 2 8 1 5 9 3
7 6 8 9 2 4 3 1 5
3 4 1 5 6 8 9 2 7
2 9 5 3 1 7 6 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_125
|
96381274...19.5.6...2.3.....2.4.3.793.41762.86.7..9..423...14..7.9..45164.576892.
|
963812745871945362542637891128453679394176258657289134236591487789324516415768923
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 125
|
Basic 9x9 Sudoku 125
|
Normal 9x9 sudoku rules apply
|
9 6 3 8 1 2 7 4 .
. . 1 9 . 5 . 6 .
. . 2 . 3 . . . .
. 2 . 4 . 3 . 7 9
3 . 4 1 7 6 2 . 8
6 . 7 . . 9 . . 4
2 3 . . . 1 4 . .
7 . 9 . . 4 5 1 6
4 . 5 7 6 8 9 2 .
|
9 6 3 8 1 2 7 4 5
8 7 1 9 4 5 3 6 2
5 4 2 6 3 7 8 9 1
1 2 8 4 5 3 6 7 9
3 9 4 1 7 6 2 5 8
6 5 7 2 8 9 1 3 4
2 3 6 5 9 1 4 8 7
7 8 9 3 2 4 5 1 6
4 1 5 7 6 8 9 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_126
|
36.2..4..75.3..8..........9.94...2652751.9..8.3654...1....2..845.7..8..3....5..1.
|
369281457751394826482675139194837265275169348836542971913726584527418693648953712
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 126
|
Basic 9x9 Sudoku 126
|
Normal 9x9 sudoku rules apply
|
3 6 . 2 . . 4 . .
7 5 . 3 . . 8 . .
. . . . . . . . 9
. 9 4 . . . 2 6 5
2 7 5 1 . 9 . . 8
. 3 6 5 4 . . . 1
. . . . 2 . . 8 4
5 . 7 . . 8 . . 3
. . . . 5 . . 1 .
|
3 6 9 2 8 1 4 5 7
7 5 1 3 9 4 8 2 6
4 8 2 6 7 5 1 3 9
1 9 4 8 3 7 2 6 5
2 7 5 1 6 9 3 4 8
8 3 6 5 4 2 9 7 1
9 1 3 7 2 6 5 8 4
5 2 7 4 1 8 6 9 3
6 4 8 9 5 3 7 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_127
|
2..8.395619.26584.8..97..32...7..4.546.3....1.185..2..5.2.976....1.3...46....2..9
|
247813956193265847856974132329781465465329781718546293532497618971638524684152379
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 127
|
Basic 9x9 Sudoku 127
|
Normal 9x9 sudoku rules apply
|
2 . . 8 . 3 9 5 6
1 9 . 2 6 5 8 4 .
8 . . 9 7 . . 3 2
. . . 7 . . 4 . 5
4 6 . 3 . . . . 1
. 1 8 5 . . 2 . .
5 . 2 . 9 7 6 . .
. . 1 . 3 . . . 4
6 . . . . 2 . . 9
|
2 4 7 8 1 3 9 5 6
1 9 3 2 6 5 8 4 7
8 5 6 9 7 4 1 3 2
3 2 9 7 8 1 4 6 5
4 6 5 3 2 9 7 8 1
7 1 8 5 4 6 2 9 3
5 3 2 4 9 7 6 1 8
9 7 1 6 3 8 5 2 4
6 8 4 1 5 2 3 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_128
|
84.912..76398..24.1.734698521.45987.9536874124.8.235.6391..4..856.79..3.78453162.
|
845912367639875241127346985216459873953687412478123596391264758562798134784531629
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 128
|
Basic 9x9 Sudoku 128
|
Normal 9x9 sudoku rules apply
|
8 4 . 9 1 2 . . 7
6 3 9 8 . . 2 4 .
1 . 7 3 4 6 9 8 5
2 1 . 4 5 9 8 7 .
9 5 3 6 8 7 4 1 2
4 . 8 . 2 3 5 . 6
3 9 1 . . 4 . . 8
5 6 . 7 9 . . 3 .
7 8 4 5 3 1 6 2 .
|
8 4 5 9 1 2 3 6 7
6 3 9 8 7 5 2 4 1
1 2 7 3 4 6 9 8 5
2 1 6 4 5 9 8 7 3
9 5 3 6 8 7 4 1 2
4 7 8 1 2 3 5 9 6
3 9 1 2 6 4 7 5 8
5 6 2 7 9 8 1 3 4
7 8 4 5 3 1 6 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_129
|
.6.13......2...3.45..4...6..24..16.7...3......5.726.....76..18.286..47...1....94.
|
468139275792865314531472869824591637679348521153726498947653182286914753315287946
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 129
|
Basic 9x9 Sudoku 129
|
Normal 9x9 sudoku rules apply
|
. 6 . 1 3 . . . .
. . 2 . . . 3 . 4
5 . . 4 . . . 6 .
. 2 4 . . 1 6 . 7
. . . 3 . . . . .
. 5 . 7 2 6 . . .
. . 7 6 . . 1 8 .
2 8 6 . . 4 7 . .
. 1 . . . . 9 4 .
|
4 6 8 1 3 9 2 7 5
7 9 2 8 6 5 3 1 4
5 3 1 4 7 2 8 6 9
8 2 4 5 9 1 6 3 7
6 7 9 3 4 8 5 2 1
1 5 3 7 2 6 4 9 8
9 4 7 6 5 3 1 8 2
2 8 6 9 1 4 7 5 3
3 1 5 2 8 7 9 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_130
|
13.89465.958...34.7.625.18989..1...63.79452.84..6.7.35..3..97216.4..18932..73.564
|
132894657958176342746253189895312476367945218421687935583469721674521893219738564
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 130
|
Basic 9x9 Sudoku 130
|
Normal 9x9 sudoku rules apply
|
1 3 . 8 9 4 6 5 .
9 5 8 . . . 3 4 .
7 . 6 2 5 . 1 8 9
8 9 . . 1 . . . 6
3 . 7 9 4 5 2 . 8
4 . . 6 . 7 . 3 5
. . 3 . . 9 7 2 1
6 . 4 . . 1 8 9 3
2 . . 7 3 . 5 6 4
|
1 3 2 8 9 4 6 5 7
9 5 8 1 7 6 3 4 2
7 4 6 2 5 3 1 8 9
8 9 5 3 1 2 4 7 6
3 6 7 9 4 5 2 1 8
4 2 1 6 8 7 9 3 5
5 8 3 4 6 9 7 2 1
6 7 4 5 2 1 8 9 3
2 1 9 7 3 8 5 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_131
|
9352....7.27.548138.43....2.4...97..3.81..2...5973.1.45.16.34.97.34.25684625.8371
|
935281647627954813814367952146829735378145296259736184581673429793412568462598371
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 131
|
Basic 9x9 Sudoku 131
|
Normal 9x9 sudoku rules apply
|
9 3 5 2 . . . . 7
. 2 7 . 5 4 8 1 3
8 . 4 3 . . . . 2
. 4 . . . 9 7 . .
3 . 8 1 . . 2 . .
. 5 9 7 3 . 1 . 4
5 . 1 6 . 3 4 . 9
7 . 3 4 . 2 5 6 8
4 6 2 5 . 8 3 7 1
|
9 3 5 2 8 1 6 4 7
6 2 7 9 5 4 8 1 3
8 1 4 3 6 7 9 5 2
1 4 6 8 2 9 7 3 5
3 7 8 1 4 5 2 9 6
2 5 9 7 3 6 1 8 4
5 8 1 6 7 3 4 2 9
7 9 3 4 1 2 5 6 8
4 6 2 5 9 8 3 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_132
|
8...2957..2.54.6.37.5..691.2.4768.593.64..72...7.3.846598.12..747195...8..28741.5
|
863129574129547683745386912214768359386495721957231846598612437471953268632874195
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 132
|
Basic 9x9 Sudoku 132
|
Normal 9x9 sudoku rules apply
|
8 . . . 2 9 5 7 .
. 2 . 5 4 . 6 . 3
7 . 5 . . 6 9 1 .
2 . 4 7 6 8 . 5 9
3 . 6 4 . . 7 2 .
. . 7 . 3 . 8 4 6
5 9 8 . 1 2 . . 7
4 7 1 9 5 . . . 8
. . 2 8 7 4 1 . 5
|
8 6 3 1 2 9 5 7 4
1 2 9 5 4 7 6 8 3
7 4 5 3 8 6 9 1 2
2 1 4 7 6 8 3 5 9
3 8 6 4 9 5 7 2 1
9 5 7 2 3 1 8 4 6
5 9 8 6 1 2 4 3 7
4 7 1 9 5 3 2 6 8
6 3 2 8 7 4 1 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_133
|
.18.59.67.......314....39..1...4752...368514...4.....3.375...1..5.76..........2.5
|
318259467295476831476813952189347526723685149564192783937524618852761394641938275
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 133
|
Basic 9x9 Sudoku 133
|
Normal 9x9 sudoku rules apply
|
. 1 8 . 5 9 . 6 7
. . . . . . . 3 1
4 . . . . 3 9 . .
1 . . . 4 7 5 2 .
. . 3 6 8 5 1 4 .
. . 4 . . . . . 3
. 3 7 5 . . . 1 .
. 5 . 7 6 . . . .
. . . . . . 2 . 5
|
3 1 8 2 5 9 4 6 7
2 9 5 4 7 6 8 3 1
4 7 6 8 1 3 9 5 2
1 8 9 3 4 7 5 2 6
7 2 3 6 8 5 1 4 9
5 6 4 1 9 2 7 8 3
9 3 7 5 2 4 6 1 8
8 5 2 7 6 1 3 9 4
6 4 1 9 3 8 2 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_134
|
.1.23.56763.....4.724569......953..629..761584561.....5..39....34..8527996.742.15
|
819234567635817942724569831187953426293476158456128793572391684341685279968742315
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 134
|
Basic 9x9 Sudoku 134
|
Normal 9x9 sudoku rules apply
|
. 1 . 2 3 . 5 6 7
6 3 . . . . . 4 .
7 2 4 5 6 9 . . .
. . . 9 5 3 . . 6
2 9 . . 7 6 1 5 8
4 5 6 1 . . . . .
5 . . 3 9 . . . .
3 4 . . 8 5 2 7 9
9 6 . 7 4 2 . 1 5
|
8 1 9 2 3 4 5 6 7
6 3 5 8 1 7 9 4 2
7 2 4 5 6 9 8 3 1
1 8 7 9 5 3 4 2 6
2 9 3 4 7 6 1 5 8
4 5 6 1 2 8 7 9 3
5 7 2 3 9 1 6 8 4
3 4 1 6 8 5 2 7 9
9 6 8 7 4 2 3 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_135
|
482..5.6.93.8.615415637489...3.18..6675.4.2.88.176.5.9..42819..7...59423..9.3..8.
|
482195367937826154156374892293518746675943218841762539364281975718659423529437681
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 135
|
Basic 9x9 Sudoku 135
|
Normal 9x9 sudoku rules apply
|
4 8 2 . . 5 . 6 .
9 3 . 8 . 6 1 5 4
1 5 6 3 7 4 8 9 .
. . 3 . 1 8 . . 6
6 7 5 . 4 . 2 . 8
8 . 1 7 6 . 5 . 9
. . 4 2 8 1 9 . .
7 . . . 5 9 4 2 3
. . 9 . 3 . . 8 .
|
4 8 2 1 9 5 3 6 7
9 3 7 8 2 6 1 5 4
1 5 6 3 7 4 8 9 2
2 9 3 5 1 8 7 4 6
6 7 5 9 4 3 2 1 8
8 4 1 7 6 2 5 3 9
3 6 4 2 8 1 9 7 5
7 1 8 6 5 9 4 2 3
5 2 9 4 3 7 6 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_136
|
...81935...8.4.1...4.3..826..2.78.3.86519347.47..62918689..52413176.4..925.9....3
|
726819354538246197941357826192478635865193472473562918689735241317624589254981763
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 136
|
Basic 9x9 Sudoku 136
|
Normal 9x9 sudoku rules apply
|
. . . 8 1 9 3 5 .
. . 8 . 4 . 1 . .
. 4 . 3 . . 8 2 6
. . 2 . 7 8 . 3 .
8 6 5 1 9 3 4 7 .
4 7 . . 6 2 9 1 8
6 8 9 . . 5 2 4 1
3 1 7 6 . 4 . . 9
2 5 . 9 . . . . 3
|
7 2 6 8 1 9 3 5 4
5 3 8 2 4 6 1 9 7
9 4 1 3 5 7 8 2 6
1 9 2 4 7 8 6 3 5
8 6 5 1 9 3 4 7 2
4 7 3 5 6 2 9 1 8
6 8 9 7 3 5 2 4 1
3 1 7 6 2 4 5 8 9
2 5 4 9 8 1 7 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_137
|
51.8946..6....34.824.5.79..1356.2..99.4735..1.829415363294581674.621.385..137.294
|
513894672697123458248567913135682749964735821782941536329458167476219385851376294
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 137
|
Basic 9x9 Sudoku 137
|
Normal 9x9 sudoku rules apply
|
5 1 . 8 9 4 6 . .
6 . . . . 3 4 . 8
2 4 . 5 . 7 9 . .
1 3 5 6 . 2 . . 9
9 . 4 7 3 5 . . 1
. 8 2 9 4 1 5 3 6
3 2 9 4 5 8 1 6 7
4 . 6 2 1 . 3 8 5
. . 1 3 7 . 2 9 4
|
5 1 3 8 9 4 6 7 2
6 9 7 1 2 3 4 5 8
2 4 8 5 6 7 9 1 3
1 3 5 6 8 2 7 4 9
9 6 4 7 3 5 8 2 1
7 8 2 9 4 1 5 3 6
3 2 9 4 5 8 1 6 7
4 7 6 2 1 9 3 8 5
8 5 1 3 7 6 2 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_138
|
.2.1.4..738...2.....1...98294....73.81.973245....486.1.6853917.19.8..52..5....8..
|
629184357385792416471356982942615738816973245537248691268539174194867523753421869
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 138
|
Basic 9x9 Sudoku 138
|
Normal 9x9 sudoku rules apply
|
. 2 . 1 . 4 . . 7
3 8 . . . 2 . . .
. . 1 . . . 9 8 2
9 4 . . . . 7 3 .
8 1 . 9 7 3 2 4 5
. . . . 4 8 6 . 1
. 6 8 5 3 9 1 7 .
1 9 . 8 . . 5 2 .
. 5 . . . . 8 . .
|
6 2 9 1 8 4 3 5 7
3 8 5 7 9 2 4 1 6
4 7 1 3 5 6 9 8 2
9 4 2 6 1 5 7 3 8
8 1 6 9 7 3 2 4 5
5 3 7 2 4 8 6 9 1
2 6 8 5 3 9 1 7 4
1 9 4 8 6 7 5 2 3
7 5 3 4 2 1 8 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_139
|
..5.194...1.3...25..8.2.9..892..1.7.537..82.4......5..6....4.9...913..4.4..6.2.53
|
325819467916347825748526931892451376537968214164273589653784192279135648481692753
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 139
|
Basic 9x9 Sudoku 139
|
Normal 9x9 sudoku rules apply
|
. . 5 . 1 9 4 . .
. 1 . 3 . . . 2 5
. . 8 . 2 . 9 . .
8 9 2 . . 1 . 7 .
5 3 7 . . 8 2 . 4
. . . . . . 5 . .
6 . . . . 4 . 9 .
. . 9 1 3 . . 4 .
4 . . 6 . 2 . 5 3
|
3 2 5 8 1 9 4 6 7
9 1 6 3 4 7 8 2 5
7 4 8 5 2 6 9 3 1
8 9 2 4 5 1 3 7 6
5 3 7 9 6 8 2 1 4
1 6 4 2 7 3 5 8 9
6 5 3 7 8 4 1 9 2
2 7 9 1 3 5 6 4 8
4 8 1 6 9 2 7 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_140
|
.658..2343.1.7..65.9.35.8..1265..7..5349.761.8...6...221.68...994.731.2665..92.8.
|
765819234381274965492356871126548793534927618879163452217685349948731526653492187
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 140
|
Basic 9x9 Sudoku 140
|
Normal 9x9 sudoku rules apply
|
. 6 5 8 . . 2 3 4
3 . 1 . 7 . . 6 5
. 9 . 3 5 . 8 . .
1 2 6 5 . . 7 . .
5 3 4 9 . 7 6 1 .
8 . . . 6 . . . 2
2 1 . 6 8 . . . 9
9 4 . 7 3 1 . 2 6
6 5 . . 9 2 . 8 .
|
7 6 5 8 1 9 2 3 4
3 8 1 2 7 4 9 6 5
4 9 2 3 5 6 8 7 1
1 2 6 5 4 8 7 9 3
5 3 4 9 2 7 6 1 8
8 7 9 1 6 3 4 5 2
2 1 7 6 8 5 3 4 9
9 4 8 7 3 1 5 2 6
6 5 3 4 9 2 1 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_141
|
8.7..2.5..6.48..92921563.4.39..2.76.27691.5381857..429.18.596..73..48..56.237.984
|
847192356563487192921563847394825761276914538185736429418259673739648215652371984
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 141
|
Basic 9x9 Sudoku 141
|
Normal 9x9 sudoku rules apply
|
8 . 7 . . 2 . 5 .
. 6 . 4 8 . . 9 2
9 2 1 5 6 3 . 4 .
3 9 . . 2 . 7 6 .
2 7 6 9 1 . 5 3 8
1 8 5 7 . . 4 2 9
. 1 8 . 5 9 6 . .
7 3 . . 4 8 . . 5
6 . 2 3 7 . 9 8 4
|
8 4 7 1 9 2 3 5 6
5 6 3 4 8 7 1 9 2
9 2 1 5 6 3 8 4 7
3 9 4 8 2 5 7 6 1
2 7 6 9 1 4 5 3 8
1 8 5 7 3 6 4 2 9
4 1 8 2 5 9 6 7 3
7 3 9 6 4 8 2 1 5
6 5 2 3 7 1 9 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_142
|
..9...5.74.39..2.....21..94.4.5.37..37.42.6.8.92.7........9...29.16.28..5.4..19.6
|
219834567463957281857216394148563729375429618692178453786395142931642875524781936
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 142
|
Basic 9x9 Sudoku 142
|
Normal 9x9 sudoku rules apply
|
. . 9 . . . 5 . 7
4 . 3 9 . . 2 . .
. . . 2 1 . . 9 4
. 4 . 5 . 3 7 . .
3 7 . 4 2 . 6 . 8
. 9 2 . 7 . . . .
. . . . 9 . . . 2
9 . 1 6 . 2 8 . .
5 . 4 . . 1 9 . 6
|
2 1 9 8 3 4 5 6 7
4 6 3 9 5 7 2 8 1
8 5 7 2 1 6 3 9 4
1 4 8 5 6 3 7 2 9
3 7 5 4 2 9 6 1 8
6 9 2 1 7 8 4 5 3
7 8 6 3 9 5 1 4 2
9 3 1 6 4 2 8 7 5
5 2 4 7 8 1 9 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_143
|
.84912....7.836...63...4.1.81326..949.7..5.2.24519378..56.2.9..72....6.13916.8.5.
|
584912367179836245632754819813267594967485123245193786456321978728549631391678452
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 143
|
Basic 9x9 Sudoku 143
|
Normal 9x9 sudoku rules apply
|
. 8 4 9 1 2 . . .
. 7 . 8 3 6 . . .
6 3 . . . 4 . 1 .
8 1 3 2 6 . . 9 4
9 . 7 . . 5 . 2 .
2 4 5 1 9 3 7 8 .
. 5 6 . 2 . 9 . .
7 2 . . . . 6 . 1
3 9 1 6 . 8 . 5 .
|
5 8 4 9 1 2 3 6 7
1 7 9 8 3 6 2 4 5
6 3 2 7 5 4 8 1 9
8 1 3 2 6 7 5 9 4
9 6 7 4 8 5 1 2 3
2 4 5 1 9 3 7 8 6
4 5 6 3 2 1 9 7 8
7 2 8 5 4 9 6 3 1
3 9 1 6 7 8 4 5 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_144
|
.63819.7...8345962.4...738..9..81.24.1245.698.546927134.7136.5952.974.366.9.2.147
|
263819475178345962945267381396781524712453698854692713487136259521974836639528147
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 144
|
Basic 9x9 Sudoku 144
|
Normal 9x9 sudoku rules apply
|
. 6 3 8 1 9 . 7 .
. . 8 3 4 5 9 6 2
. 4 . . . 7 3 8 .
. 9 . . 8 1 . 2 4
. 1 2 4 5 . 6 9 8
. 5 4 6 9 2 7 1 3
4 . 7 1 3 6 . 5 9
5 2 . 9 7 4 . 3 6
6 . 9 . 2 . 1 4 7
|
2 6 3 8 1 9 4 7 5
1 7 8 3 4 5 9 6 2
9 4 5 2 6 7 3 8 1
3 9 6 7 8 1 5 2 4
7 1 2 4 5 3 6 9 8
8 5 4 6 9 2 7 1 3
4 8 7 1 3 6 2 5 9
5 2 1 9 7 4 8 3 6
6 3 9 5 2 8 1 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_145
|
7...9.3.6.86.4.257..3..781..279.......4.1.9.28..6...7.6..4.......12.9..5..8...4..
|
715892346986143257243567819127938564364715982859624173632451798471289635598376421
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 145
|
Basic 9x9 Sudoku 145
|
Normal 9x9 sudoku rules apply
|
7 . . . 9 . 3 . 6
. 8 6 . 4 . 2 5 7
. . 3 . . 7 8 1 .
. 2 7 9 . . . . .
. . 4 . 1 . 9 . 2
8 . . 6 . . . 7 .
6 . . 4 . . . . .
. . 1 2 . 9 . . 5
. . 8 . . . 4 . .
|
7 1 5 8 9 2 3 4 6
9 8 6 1 4 3 2 5 7
2 4 3 5 6 7 8 1 9
1 2 7 9 3 8 5 6 4
3 6 4 7 1 5 9 8 2
8 5 9 6 2 4 1 7 3
6 3 2 4 5 1 7 9 8
4 7 1 2 8 9 6 3 5
5 9 8 3 7 6 4 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_146
|
3..1...4.129.7.865.4...613.8.3..7.......4.6.1.7.291.5.2..9645.353..1.9..6.18357..
|
365189247129473865748526139813657492952348671476291358287964513534712986691835724
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 146
|
Basic 9x9 Sudoku 146
|
Normal 9x9 sudoku rules apply
|
3 . . 1 . . . 4 .
1 2 9 . 7 . 8 6 5
. 4 . . . 6 1 3 .
8 . 3 . . 7 . . .
. . . . 4 . 6 . 1
. 7 . 2 9 1 . 5 .
2 . . 9 6 4 5 . 3
5 3 . . 1 . 9 . .
6 . 1 8 3 5 7 . .
|
3 6 5 1 8 9 2 4 7
1 2 9 4 7 3 8 6 5
7 4 8 5 2 6 1 3 9
8 1 3 6 5 7 4 9 2
9 5 2 3 4 8 6 7 1
4 7 6 2 9 1 3 5 8
2 8 7 9 6 4 5 1 3
5 3 4 7 1 2 9 8 6
6 9 1 8 3 5 7 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_147
|
..9.8372.3..257.6.52769....95.8.1..7.7...2.51..49..3822..3..1.873..1..9...1.2....
|
649183725318257469527694813952831647873462951164975382295346178736518294481729536
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 147
|
Basic 9x9 Sudoku 147
|
Normal 9x9 sudoku rules apply
|
. . 9 . 8 3 7 2 .
3 . . 2 5 7 . 6 .
5 2 7 6 9 . . . .
9 5 . 8 . 1 . . 7
. 7 . . . 2 . 5 1
. . 4 9 . . 3 8 2
2 . . 3 . . 1 . 8
7 3 . . 1 . . 9 .
. . 1 . 2 . . . .
|
6 4 9 1 8 3 7 2 5
3 1 8 2 5 7 4 6 9
5 2 7 6 9 4 8 1 3
9 5 2 8 3 1 6 4 7
8 7 3 4 6 2 9 5 1
1 6 4 9 7 5 3 8 2
2 9 5 3 4 6 1 7 8
7 3 6 5 1 8 2 9 4
4 8 1 7 2 9 5 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_148
|
38714.2562.5.8.....64..5...8.372.5.4.7.3......268..71364...79...389.2.45....68..2
|
387149256215683497964275138893721564471356829526894713642537981738912645159468372
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 148
|
Basic 9x9 Sudoku 148
|
Normal 9x9 sudoku rules apply
|
3 8 7 1 4 . 2 5 6
2 . 5 . 8 . . . .
. 6 4 . . 5 . . .
8 . 3 7 2 . 5 . 4
. 7 . 3 . . . . .
. 2 6 8 . . 7 1 3
6 4 . . . 7 9 . .
. 3 8 9 . 2 . 4 5
. . . . 6 8 . . 2
|
3 8 7 1 4 9 2 5 6
2 1 5 6 8 3 4 9 7
9 6 4 2 7 5 1 3 8
8 9 3 7 2 1 5 6 4
4 7 1 3 5 6 8 2 9
5 2 6 8 9 4 7 1 3
6 4 2 5 3 7 9 8 1
7 3 8 9 1 2 6 4 5
1 5 9 4 6 8 3 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_149
|
4.6..13..382.751.6...4368.9253.1..68.172985.49486532175341697.282.54769..693..45.
|
496821375382975146175436829253714968617298534948653217534169782821547693769382451
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 149
|
Basic 9x9 Sudoku 149
|
Normal 9x9 sudoku rules apply
|
4 . 6 . . 1 3 . .
3 8 2 . 7 5 1 . 6
. . . 4 3 6 8 . 9
2 5 3 . 1 . . 6 8
. 1 7 2 9 8 5 . 4
9 4 8 6 5 3 2 1 7
5 3 4 1 6 9 7 . 2
8 2 . 5 4 7 6 9 .
. 6 9 3 . . 4 5 .
|
4 9 6 8 2 1 3 7 5
3 8 2 9 7 5 1 4 6
1 7 5 4 3 6 8 2 9
2 5 3 7 1 4 9 6 8
6 1 7 2 9 8 5 3 4
9 4 8 6 5 3 2 1 7
5 3 4 1 6 9 7 8 2
8 2 1 5 4 7 6 9 3
7 6 9 3 8 2 4 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_150
|
.2...9.76.36..48599.8...1.245.7.....8..46...1.9.2.17.5.64.18927.87.....4...6.7...
|
125839476736124859948576132451793268872465391693281745564318927387952614219647583
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 150
|
Basic 9x9 Sudoku 150
|
Normal 9x9 sudoku rules apply
|
. 2 . . . 9 . 7 6
. 3 6 . . 4 8 5 9
9 . 8 . . . 1 . 2
4 5 . 7 . . . . .
8 . . 4 6 . . . 1
. 9 . 2 . 1 7 . 5
. 6 4 . 1 8 9 2 7
. 8 7 . . . . . 4
. . . 6 . 7 . . .
|
1 2 5 8 3 9 4 7 6
7 3 6 1 2 4 8 5 9
9 4 8 5 7 6 1 3 2
4 5 1 7 9 3 2 6 8
8 7 2 4 6 5 3 9 1
6 9 3 2 8 1 7 4 5
5 6 4 3 1 8 9 2 7
3 8 7 9 5 2 6 1 4
2 1 9 6 4 7 5 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_151
|
..429....26.487319.79..182.9.7..54..843.7629.5.6....83.38759.42.5.618937791.426.8
|
184293576265487319379561824927835461843176295516924783638759142452618937791342658
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 151
|
Basic 9x9 Sudoku 151
|
Normal 9x9 sudoku rules apply
|
. . 4 2 9 . . . .
2 6 . 4 8 7 3 1 9
. 7 9 . . 1 8 2 .
9 . 7 . . 5 4 . .
8 4 3 . 7 6 2 9 .
5 . 6 . . . . 8 3
. 3 8 7 5 9 . 4 2
. 5 . 6 1 8 9 3 7
7 9 1 . 4 2 6 . 8
|
1 8 4 2 9 3 5 7 6
2 6 5 4 8 7 3 1 9
3 7 9 5 6 1 8 2 4
9 2 7 8 3 5 4 6 1
8 4 3 1 7 6 2 9 5
5 1 6 9 2 4 7 8 3
6 3 8 7 5 9 1 4 2
4 5 2 6 1 8 9 3 7
7 9 1 3 4 2 6 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_152
|
2.58.1476169.74258.4.52..19.9..185.458.6.379171425.8.362.18.945...4326.7.7.96.1.2
|
235891476169374258847526319396718524582643791714259863623187945951432687478965132
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 152
|
Basic 9x9 Sudoku 152
|
Normal 9x9 sudoku rules apply
|
2 . 5 8 . 1 4 7 6
1 6 9 . 7 4 2 5 8
. 4 . 5 2 . . 1 9
. 9 . . 1 8 5 . 4
5 8 . 6 . 3 7 9 1
7 1 4 2 5 . 8 . 3
6 2 . 1 8 . 9 4 5
. . . 4 3 2 6 . 7
. 7 . 9 6 . 1 . 2
|
2 3 5 8 9 1 4 7 6
1 6 9 3 7 4 2 5 8
8 4 7 5 2 6 3 1 9
3 9 6 7 1 8 5 2 4
5 8 2 6 4 3 7 9 1
7 1 4 2 5 9 8 6 3
6 2 3 1 8 7 9 4 5
9 5 1 4 3 2 6 8 7
4 7 8 9 6 5 1 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_153
|
1.8296...4293...7663.48..........6..34.6125...62945..3..35.4.68...169.3..9673.451
|
178296345429351876635487192951873624347612589862945713713524968584169237296738451
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 153
|
Basic 9x9 Sudoku 153
|
Normal 9x9 sudoku rules apply
|
1 . 8 2 9 6 . . .
4 2 9 3 . . . 7 6
6 3 . 4 8 . . . .
. . . . . . 6 . .
3 4 . 6 1 2 5 . .
. 6 2 9 4 5 . . 3
. . 3 5 . 4 . 6 8
. . . 1 6 9 . 3 .
. 9 6 7 3 . 4 5 1
|
1 7 8 2 9 6 3 4 5
4 2 9 3 5 1 8 7 6
6 3 5 4 8 7 1 9 2
9 5 1 8 7 3 6 2 4
3 4 7 6 1 2 5 8 9
8 6 2 9 4 5 7 1 3
7 1 3 5 2 4 9 6 8
5 8 4 1 6 9 2 3 7
2 9 6 7 3 8 4 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_154
|
.7.82169552893....9.1..5.2.8..2.74.9.4.59..3171.46.25.384...51.....8.947.9....3.6
|
473821695528936174961745823835217469642598731719463258384679512156382947297154386
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 154
|
Basic 9x9 Sudoku 154
|
Normal 9x9 sudoku rules apply
|
. 7 . 8 2 1 6 9 5
5 2 8 9 3 . . . .
9 . 1 . . 5 . 2 .
8 . . 2 . 7 4 . 9
. 4 . 5 9 . . 3 1
7 1 . 4 6 . 2 5 .
3 8 4 . . . 5 1 .
. . . . 8 . 9 4 7
. 9 . . . . 3 . 6
|
4 7 3 8 2 1 6 9 5
5 2 8 9 3 6 1 7 4
9 6 1 7 4 5 8 2 3
8 3 5 2 1 7 4 6 9
6 4 2 5 9 8 7 3 1
7 1 9 4 6 3 2 5 8
3 8 4 6 7 9 5 1 2
1 5 6 3 8 2 9 4 7
2 9 7 1 5 4 3 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_155
|
28...7536.9..6.4....64.2.9.841.7.9..65.91378.73.8451.296.724..551.63.2484..581679
|
284197536195368427376452891841276953652913784739845162968724315517639248423581679
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 155
|
Basic 9x9 Sudoku 155
|
Normal 9x9 sudoku rules apply
|
2 8 . . . 7 5 3 6
. 9 . . 6 . 4 . .
. . 6 4 . 2 . 9 .
8 4 1 . 7 . 9 . .
6 5 . 9 1 3 7 8 .
7 3 . 8 4 5 1 . 2
9 6 . 7 2 4 . . 5
5 1 . 6 3 . 2 4 8
4 . . 5 8 1 6 7 9
|
2 8 4 1 9 7 5 3 6
1 9 5 3 6 8 4 2 7
3 7 6 4 5 2 8 9 1
8 4 1 2 7 6 9 5 3
6 5 2 9 1 3 7 8 4
7 3 9 8 4 5 1 6 2
9 6 8 7 2 4 3 1 5
5 1 7 6 3 9 2 4 8
4 2 3 5 8 1 6 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_156
|
6198.2.5.75..49...843.6.12912.6..3.8396..82..48732569126895371..342719869714.65..
|
619832457752149863843567129125694378396718245487325691268953714534271986971486532
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 156
|
Basic 9x9 Sudoku 156
|
Normal 9x9 sudoku rules apply
|
6 1 9 8 . 2 . 5 .
7 5 . . 4 9 . . .
8 4 3 . 6 . 1 2 9
1 2 . 6 . . 3 . 8
3 9 6 . . 8 2 . .
4 8 7 3 2 5 6 9 1
2 6 8 9 5 3 7 1 .
. 3 4 2 7 1 9 8 6
9 7 1 4 . 6 5 . .
|
6 1 9 8 3 2 4 5 7
7 5 2 1 4 9 8 6 3
8 4 3 5 6 7 1 2 9
1 2 5 6 9 4 3 7 8
3 9 6 7 1 8 2 4 5
4 8 7 3 2 5 6 9 1
2 6 8 9 5 3 7 1 4
5 3 4 2 7 1 9 8 6
9 7 1 4 8 6 5 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_157
|
91428.3..372.695.456..3.21.8.592617..36.7.948...8...25651.984.2483652.91.29..4856
|
914285367372169584568437219845926173236571948197843625651798432483652791729314856
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 157
|
Basic 9x9 Sudoku 157
|
Normal 9x9 sudoku rules apply
|
9 1 4 2 8 . 3 . .
3 7 2 . 6 9 5 . 4
5 6 . . 3 . 2 1 .
8 . 5 9 2 6 1 7 .
. 3 6 . 7 . 9 4 8
. . . 8 . . . 2 5
6 5 1 . 9 8 4 . 2
4 8 3 6 5 2 . 9 1
. 2 9 . . 4 8 5 6
|
9 1 4 2 8 5 3 6 7
3 7 2 1 6 9 5 8 4
5 6 8 4 3 7 2 1 9
8 4 5 9 2 6 1 7 3
2 3 6 5 7 1 9 4 8
1 9 7 8 4 3 6 2 5
6 5 1 7 9 8 4 3 2
4 8 3 6 5 2 7 9 1
7 2 9 3 1 4 8 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_158
|
.6..824...745.18398.94372161478.6.2.52.1.96.8..82.354.9...25.844123.8...78561....
|
361982457274561839859437216147856923523149678698273541936725184412398765785614392
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 158
|
Basic 9x9 Sudoku 158
|
Normal 9x9 sudoku rules apply
|
. 6 . . 8 2 4 . .
. 7 4 5 . 1 8 3 9
8 . 9 4 3 7 2 1 6
1 4 7 8 . 6 . 2 .
5 2 . 1 . 9 6 . 8
. . 8 2 . 3 5 4 .
9 . . . 2 5 . 8 4
4 1 2 3 . 8 . . .
7 8 5 6 1 . . . .
|
3 6 1 9 8 2 4 5 7
2 7 4 5 6 1 8 3 9
8 5 9 4 3 7 2 1 6
1 4 7 8 5 6 9 2 3
5 2 3 1 4 9 6 7 8
6 9 8 2 7 3 5 4 1
9 3 6 7 2 5 1 8 4
4 1 2 3 9 8 7 6 5
7 8 5 6 1 4 3 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_159
|
5371892.44..2...75..9475.838.2947......3.2..8.63.514..79.52.3162..71...9..56987..
|
537189264481236975629475183852947631174362598963851427798524316246713859315698742
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 159
|
Basic 9x9 Sudoku 159
|
Normal 9x9 sudoku rules apply
|
5 3 7 1 8 9 2 . 4
4 . . 2 . . . 7 5
. . 9 4 7 5 . 8 3
8 . 2 9 4 7 . . .
. . . 3 . 2 . . 8
. 6 3 . 5 1 4 . .
7 9 . 5 2 . 3 1 6
2 . . 7 1 . . . 9
. . 5 6 9 8 7 . .
|
5 3 7 1 8 9 2 6 4
4 8 1 2 3 6 9 7 5
6 2 9 4 7 5 1 8 3
8 5 2 9 4 7 6 3 1
1 7 4 3 6 2 5 9 8
9 6 3 8 5 1 4 2 7
7 9 8 5 2 4 3 1 6
2 4 6 7 1 3 8 5 9
3 1 5 6 9 8 7 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_160
|
..7..9..668...4.799.2657.1..948726...56.13..2......1.44..72...8..5.489..328.6.4..
|
537189246681234579942657813194872635856413792273596184419725368765348921328961457
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 160
|
Basic 9x9 Sudoku 160
|
Normal 9x9 sudoku rules apply
|
. . 7 . . 9 . . 6
6 8 . . . 4 . 7 9
9 . 2 6 5 7 . 1 .
. 9 4 8 7 2 6 . .
. 5 6 . 1 3 . . 2
. . . . . . 1 . 4
4 . . 7 2 . . . 8
. . 5 . 4 8 9 . .
3 2 8 . 6 . 4 . .
|
5 3 7 1 8 9 2 4 6
6 8 1 2 3 4 5 7 9
9 4 2 6 5 7 8 1 3
1 9 4 8 7 2 6 3 5
8 5 6 4 1 3 7 9 2
2 7 3 5 9 6 1 8 4
4 1 9 7 2 5 3 6 8
7 6 5 3 4 8 9 2 1
3 2 8 9 6 1 4 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_161
|
...1.2346261534897.386...51.8.42596..2..1.78.3.6..7..2.7.963...6.3.......127.....
|
759182346261534897438679251187425963925316784346897512874963125693251478512748639
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 161
|
Basic 9x9 Sudoku 161
|
Normal 9x9 sudoku rules apply
|
. . . 1 . 2 3 4 6
2 6 1 5 3 4 8 9 7
. 3 8 6 . . . 5 1
. 8 . 4 2 5 9 6 .
. 2 . . 1 . 7 8 .
3 . 6 . . 7 . . 2
. 7 . 9 6 3 . . .
6 . 3 . . . . . .
. 1 2 7 . . . . .
|
7 5 9 1 8 2 3 4 6
2 6 1 5 3 4 8 9 7
4 3 8 6 7 9 2 5 1
1 8 7 4 2 5 9 6 3
9 2 5 3 1 6 7 8 4
3 4 6 8 9 7 5 1 2
8 7 4 9 6 3 1 2 5
6 9 3 2 5 1 4 7 8
5 1 2 7 4 8 6 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_162
|
786.1.245.1..2..7..5246.891847..26...3...4.876.1378.5...87395.49.4.8..6..7.246918
|
786913245419825376352467891847152639235694187691378452168739524924581763573246918
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 162
|
Basic 9x9 Sudoku 162
|
Normal 9x9 sudoku rules apply
|
7 8 6 . 1 . 2 4 5
. 1 . . 2 . . 7 .
. 5 2 4 6 . 8 9 1
8 4 7 . . 2 6 . .
. 3 . . . 4 . 8 7
6 . 1 3 7 8 . 5 .
. . 8 7 3 9 5 . 4
9 . 4 . 8 . . 6 .
. 7 . 2 4 6 9 1 8
|
7 8 6 9 1 3 2 4 5
4 1 9 8 2 5 3 7 6
3 5 2 4 6 7 8 9 1
8 4 7 1 5 2 6 3 9
2 3 5 6 9 4 1 8 7
6 9 1 3 7 8 4 5 2
1 6 8 7 3 9 5 2 4
9 2 4 5 8 1 7 6 3
5 7 3 2 4 6 9 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_163
|
5.7.3..646912453788..9761.51326547.9756829.13..4317.564.87.15...7.4836.131956.847
|
527138964691245378843976125132654789756829413984317256468791532275483691319562847
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 163
|
Basic 9x9 Sudoku 163
|
Normal 9x9 sudoku rules apply
|
5 . 7 . 3 . . 6 4
6 9 1 2 4 5 3 7 8
8 . . 9 7 6 1 . 5
1 3 2 6 5 4 7 . 9
7 5 6 8 2 9 . 1 3
. . 4 3 1 7 . 5 6
4 . 8 7 . 1 5 . .
. 7 . 4 8 3 6 . 1
3 1 9 5 6 . 8 4 7
|
5 2 7 1 3 8 9 6 4
6 9 1 2 4 5 3 7 8
8 4 3 9 7 6 1 2 5
1 3 2 6 5 4 7 8 9
7 5 6 8 2 9 4 1 3
9 8 4 3 1 7 2 5 6
4 6 8 7 9 1 5 3 2
2 7 5 4 8 3 6 9 1
3 1 9 5 6 2 8 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_164
|
3782194.6.54863.2.12.4.783989314627.4.597236..6.53.94.58.7.461.64.3.5..273.681.9.
|
378219456954863127126457839893146275415972368267538941589724613641395782732681594
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 164
|
Basic 9x9 Sudoku 164
|
Normal 9x9 sudoku rules apply
|
3 7 8 2 1 9 4 . 6
. 5 4 8 6 3 . 2 .
1 2 . 4 . 7 8 3 9
8 9 3 1 4 6 2 7 .
4 . 5 9 7 2 3 6 .
. 6 . 5 3 . 9 4 .
5 8 . 7 . 4 6 1 .
6 4 . 3 . 5 . . 2
7 3 . 6 8 1 . 9 .
|
3 7 8 2 1 9 4 5 6
9 5 4 8 6 3 1 2 7
1 2 6 4 5 7 8 3 9
8 9 3 1 4 6 2 7 5
4 1 5 9 7 2 3 6 8
2 6 7 5 3 8 9 4 1
5 8 9 7 2 4 6 1 3
6 4 1 3 9 5 7 8 2
7 3 2 6 8 1 5 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_165
|
3158.9.7.24613785.7.925.3..1647259.3.5.491..7927.83.15638..47924913.25.857...8.34
|
315849276246137859789256341164725983853491627927683415638514792491372568572968134
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 165
|
Basic 9x9 Sudoku 165
|
Normal 9x9 sudoku rules apply
|
3 1 5 8 . 9 . 7 .
2 4 6 1 3 7 8 5 .
7 . 9 2 5 . 3 . .
1 6 4 7 2 5 9 . 3
. 5 . 4 9 1 . . 7
9 2 7 . 8 3 . 1 5
6 3 8 . . 4 7 9 2
4 9 1 3 . 2 5 . 8
5 7 . . . 8 . 3 4
|
3 1 5 8 4 9 2 7 6
2 4 6 1 3 7 8 5 9
7 8 9 2 5 6 3 4 1
1 6 4 7 2 5 9 8 3
8 5 3 4 9 1 6 2 7
9 2 7 6 8 3 4 1 5
6 3 8 5 1 4 7 9 2
4 9 1 3 7 2 5 6 8
5 7 2 9 6 8 1 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_166
|
82..9.756.3416.82.67..583.12639.1.7514837596279564....3.7826..4.5671428.482..9.17
|
821493756534167829679258341263981475148375962795642138317826594956714283482539617
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 166
|
Basic 9x9 Sudoku 166
|
Normal 9x9 sudoku rules apply
|
8 2 . . 9 . 7 5 6
. 3 4 1 6 . 8 2 .
6 7 . . 5 8 3 . 1
2 6 3 9 . 1 . 7 5
1 4 8 3 7 5 9 6 2
7 9 5 6 4 . . . .
3 . 7 8 2 6 . . 4
. 5 6 7 1 4 2 8 .
4 8 2 . . 9 . 1 7
|
8 2 1 4 9 3 7 5 6
5 3 4 1 6 7 8 2 9
6 7 9 2 5 8 3 4 1
2 6 3 9 8 1 4 7 5
1 4 8 3 7 5 9 6 2
7 9 5 6 4 2 1 3 8
3 1 7 8 2 6 5 9 4
9 5 6 7 1 4 2 8 3
4 8 2 5 3 9 6 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_167
|
48.192537297.586143.1.67829..5.3.768..4621.53..38752417.851.3..63..4918551.283476
|
486192537297358614351467829125934768874621953963875241748516392632749185519283476
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 167
|
Basic 9x9 Sudoku 167
|
Normal 9x9 sudoku rules apply
|
4 8 . 1 9 2 5 3 7
2 9 7 . 5 8 6 1 4
3 . 1 . 6 7 8 2 9
. . 5 . 3 . 7 6 8
. . 4 6 2 1 . 5 3
. . 3 8 7 5 2 4 1
7 . 8 5 1 . 3 . .
6 3 . . 4 9 1 8 5
5 1 . 2 8 3 4 7 6
|
4 8 6 1 9 2 5 3 7
2 9 7 3 5 8 6 1 4
3 5 1 4 6 7 8 2 9
1 2 5 9 3 4 7 6 8
8 7 4 6 2 1 9 5 3
9 6 3 8 7 5 2 4 1
7 4 8 5 1 6 3 9 2
6 3 2 7 4 9 1 8 5
5 1 9 2 8 3 4 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_168
|
89.1346...76.952.4534..781..4.2837563...1..826.857.3414893..167.157..4..76.9..5..
|
892134675176895234534627819941283756357416982628579341489352167215768493763941528
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 168
|
Basic 9x9 Sudoku 168
|
Normal 9x9 sudoku rules apply
|
8 9 . 1 3 4 6 . .
. 7 6 . 9 5 2 . 4
5 3 4 . . 7 8 1 .
. 4 . 2 8 3 7 5 6
3 . . . 1 . . 8 2
6 . 8 5 7 . 3 4 1
4 8 9 3 . . 1 6 7
. 1 5 7 . . 4 . .
7 6 . 9 . . 5 . .
|
8 9 2 1 3 4 6 7 5
1 7 6 8 9 5 2 3 4
5 3 4 6 2 7 8 1 9
9 4 1 2 8 3 7 5 6
3 5 7 4 1 6 9 8 2
6 2 8 5 7 9 3 4 1
4 8 9 3 5 2 1 6 7
2 1 5 7 6 8 4 9 3
7 6 3 9 4 1 5 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_169
|
6.83.....739..8216.2.67183.8539.4........54..1...8..95..7..31.4...5..9.24..7..683
|
618329547739458216524671839853964721972135468146287395267893154381546972495712683
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 169
|
Basic 9x9 Sudoku 169
|
Normal 9x9 sudoku rules apply
|
6 . 8 3 . . . . .
7 3 9 . . 8 2 1 6
. 2 . 6 7 1 8 3 .
8 5 3 9 . 4 . . .
. . . . . 5 4 . .
1 . . . 8 . . 9 5
. . 7 . . 3 1 . 4
. . . 5 . . 9 . 2
4 . . 7 . . 6 8 3
|
6 1 8 3 2 9 5 4 7
7 3 9 4 5 8 2 1 6
5 2 4 6 7 1 8 3 9
8 5 3 9 6 4 7 2 1
9 7 2 1 3 5 4 6 8
1 4 6 2 8 7 3 9 5
2 6 7 8 9 3 1 5 4
3 8 1 5 4 6 9 7 2
4 9 5 7 1 2 6 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_170
|
.941..5...1.4.5.9...79.38..4............5.1.9.2.8.7.3.9....82.3....2..715.2.19.4.
|
394182567618475392257963814489631725736254189125897436961748253843526971572319648
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 170
|
Basic 9x9 Sudoku 170
|
Normal 9x9 sudoku rules apply
|
. 9 4 1 . . 5 . .
. 1 . 4 . 5 . 9 .
. . 7 9 . 3 8 . .
4 . . . . . . . .
. . . . 5 . 1 . 9
. 2 . 8 . 7 . 3 .
9 . . . . 8 2 . 3
. . . . 2 . . 7 1
5 . 2 . 1 9 . 4 .
|
3 9 4 1 8 2 5 6 7
6 1 8 4 7 5 3 9 2
2 5 7 9 6 3 8 1 4
4 8 9 6 3 1 7 2 5
7 3 6 2 5 4 1 8 9
1 2 5 8 9 7 4 3 6
9 6 1 7 4 8 2 5 3
8 4 3 5 2 6 9 7 1
5 7 2 3 1 9 6 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_171
|
69.1853..12.3..645.3.2...9.81.493756.436.7...9.78..134..1.64287..9...56....53841.
|
694185372128379645735246891812493756543617928967852134351964287489721563276538419
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 171
|
Basic 9x9 Sudoku 171
|
Normal 9x9 sudoku rules apply
|
6 9 . 1 8 5 3 . .
1 2 . 3 . . 6 4 5
. 3 . 2 . . . 9 .
8 1 . 4 9 3 7 5 6
. 4 3 6 . 7 . . .
9 . 7 8 . . 1 3 4
. . 1 . 6 4 2 8 7
. . 9 . . . 5 6 .
. . . 5 3 8 4 1 .
|
6 9 4 1 8 5 3 7 2
1 2 8 3 7 9 6 4 5
7 3 5 2 4 6 8 9 1
8 1 2 4 9 3 7 5 6
5 4 3 6 1 7 9 2 8
9 6 7 8 5 2 1 3 4
3 5 1 9 6 4 2 8 7
4 8 9 7 2 1 5 6 3
2 7 6 5 3 8 4 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_172
|
..82..547..7.4.6...9.56..8...3.9..6.76.35.21414.67.93..714268...3298.17..867....9
|
618239547357841692294567381823194765769358214145672938971426853432985176586713429
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 172
|
Basic 9x9 Sudoku 172
|
Normal 9x9 sudoku rules apply
|
. . 8 2 . . 5 4 7
. . 7 . 4 . 6 . .
. 9 . 5 6 . . 8 .
. . 3 . 9 . . 6 .
7 6 . 3 5 . 2 1 4
1 4 . 6 7 . 9 3 .
. 7 1 4 2 6 8 . .
. 3 2 9 8 . 1 7 .
. 8 6 7 . . . . 9
|
6 1 8 2 3 9 5 4 7
3 5 7 8 4 1 6 9 2
2 9 4 5 6 7 3 8 1
8 2 3 1 9 4 7 6 5
7 6 9 3 5 8 2 1 4
1 4 5 6 7 2 9 3 8
9 7 1 4 2 6 8 5 3
4 3 2 9 8 5 1 7 6
5 8 6 7 1 3 4 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_173
|
1789.43.6.56..127993.75.8148245..761.1.64892369.....4.36.219.8.2894671.57..3856..
|
178924356456831279932756814824593761517648923693172548365219487289467135741385692
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 173
|
Basic 9x9 Sudoku 173
|
Normal 9x9 sudoku rules apply
|
1 7 8 9 . 4 3 . 6
. 5 6 . . 1 2 7 9
9 3 . 7 5 . 8 1 4
8 2 4 5 . . 7 6 1
. 1 . 6 4 8 9 2 3
6 9 . . . . . 4 .
3 6 . 2 1 9 . 8 .
2 8 9 4 6 7 1 . 5
7 . . 3 8 5 6 . .
|
1 7 8 9 2 4 3 5 6
4 5 6 8 3 1 2 7 9
9 3 2 7 5 6 8 1 4
8 2 4 5 9 3 7 6 1
5 1 7 6 4 8 9 2 3
6 9 3 1 7 2 5 4 8
3 6 5 2 1 9 4 8 7
2 8 9 4 6 7 1 3 5
7 4 1 3 8 5 6 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_174
|
8.213.46..93.4......42568...87.1.546.4659..71.1567...3..142.6....89.37155.9.813.4
|
852139467693847152174256839987312546346598271215674983731425698428963715569781324
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 174
|
Basic 9x9 Sudoku 174
|
Normal 9x9 sudoku rules apply
|
8 . 2 1 3 . 4 6 .
. 9 3 . 4 . . . .
. . 4 2 5 6 8 . .
. 8 7 . 1 . 5 4 6
. 4 6 5 9 . . 7 1
. 1 5 6 7 . . . 3
. . 1 4 2 . 6 . .
. . 8 9 . 3 7 1 5
5 . 9 . 8 1 3 . 4
|
8 5 2 1 3 9 4 6 7
6 9 3 8 4 7 1 5 2
1 7 4 2 5 6 8 3 9
9 8 7 3 1 2 5 4 6
3 4 6 5 9 8 2 7 1
2 1 5 6 7 4 9 8 3
7 3 1 4 2 5 6 9 8
4 2 8 9 6 3 7 1 5
5 6 9 7 8 1 3 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_175
|
289..74.5.458961.3...452.9791.28..34.27.1458685.67.21.43..68951.98541.7257132..4.
|
289137465745896123163452897916285734327914586854673219432768951698541372571329648
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 175
|
Basic 9x9 Sudoku 175
|
Normal 9x9 sudoku rules apply
|
2 8 9 . . 7 4 . 5
. 4 5 8 9 6 1 . 3
. . . 4 5 2 . 9 7
9 1 . 2 8 . . 3 4
. 2 7 . 1 4 5 8 6
8 5 . 6 7 . 2 1 .
4 3 . . 6 8 9 5 1
. 9 8 5 4 1 . 7 2
5 7 1 3 2 . . 4 .
|
2 8 9 1 3 7 4 6 5
7 4 5 8 9 6 1 2 3
1 6 3 4 5 2 8 9 7
9 1 6 2 8 5 7 3 4
3 2 7 9 1 4 5 8 6
8 5 4 6 7 3 2 1 9
4 3 2 7 6 8 9 5 1
6 9 8 5 4 1 3 7 2
5 7 1 3 2 9 6 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_176
|
8..4.35..53487.9.2.7.25..83.63.8...5487.65...951....48.985321.4..27.835934..918.7
|
829413576534876912176259483263184795487965231951327648798532164612748359345691827
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 176
|
Basic 9x9 Sudoku 176
|
Normal 9x9 sudoku rules apply
|
8 . . 4 . 3 5 . .
5 3 4 8 7 . 9 . 2
. 7 . 2 5 . . 8 3
. 6 3 . 8 . . . 5
4 8 7 . 6 5 . . .
9 5 1 . . . . 4 8
. 9 8 5 3 2 1 . 4
. . 2 7 . 8 3 5 9
3 4 . . 9 1 8 . 7
|
8 2 9 4 1 3 5 7 6
5 3 4 8 7 6 9 1 2
1 7 6 2 5 9 4 8 3
2 6 3 1 8 4 7 9 5
4 8 7 9 6 5 2 3 1
9 5 1 3 2 7 6 4 8
7 9 8 5 3 2 1 6 4
6 1 2 7 4 8 3 5 9
3 4 5 6 9 1 8 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_177
|
.65...347.1..8.9564....6.2.2..91..75.3.8..269549.671.....6.8.3..54..1.9...8.3..12
|
865192347712384956493576821286913475137845269549267183921658734354721698678439512
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 177
|
Basic 9x9 Sudoku 177
|
Normal 9x9 sudoku rules apply
|
. 6 5 . . . 3 4 7
. 1 . . 8 . 9 5 6
4 . . . . 6 . 2 .
2 . . 9 1 . . 7 5
. 3 . 8 . . 2 6 9
5 4 9 . 6 7 1 . .
. . . 6 . 8 . 3 .
. 5 4 . . 1 . 9 .
. . 8 . 3 . . 1 2
|
8 6 5 1 9 2 3 4 7
7 1 2 3 8 4 9 5 6
4 9 3 5 7 6 8 2 1
2 8 6 9 1 3 4 7 5
1 3 7 8 4 5 2 6 9
5 4 9 2 6 7 1 8 3
9 2 1 6 5 8 7 3 4
3 5 4 7 2 1 6 9 8
6 7 8 4 3 9 5 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_178
|
3..1.45.695.8261.712637594.2...51.636714...95...768.128925.36.17652.938441.687..9
|
387194526954826137126375948248951763671432895539768412892543671765219384413687259
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 178
|
Basic 9x9 Sudoku 178
|
Normal 9x9 sudoku rules apply
|
3 . . 1 . 4 5 . 6
9 5 . 8 2 6 1 . 7
1 2 6 3 7 5 9 4 .
2 . . . 5 1 . 6 3
6 7 1 4 . . . 9 5
. . . 7 6 8 . 1 2
8 9 2 5 . 3 6 . 1
7 6 5 2 . 9 3 8 4
4 1 . 6 8 7 . . 9
|
3 8 7 1 9 4 5 2 6
9 5 4 8 2 6 1 3 7
1 2 6 3 7 5 9 4 8
2 4 8 9 5 1 7 6 3
6 7 1 4 3 2 8 9 5
5 3 9 7 6 8 4 1 2
8 9 2 5 4 3 6 7 1
7 6 5 2 1 9 3 8 4
4 1 3 6 8 7 2 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_179
|
.......56...3.....5..27..4...8745.292.7.6351....81.37.615497....246317..379.28.61
|
793184256462359187581276943138745629247963518956812374615497832824631795379528461
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 179
|
Basic 9x9 Sudoku 179
|
Normal 9x9 sudoku rules apply
|
. . . . . . . 5 6
. . . 3 . . . . .
5 . . 2 7 . . 4 .
. . 8 7 4 5 . 2 9
2 . 7 . 6 3 5 1 .
. . . 8 1 . 3 7 .
6 1 5 4 9 7 . . .
. 2 4 6 3 1 7 . .
3 7 9 . 2 8 . 6 1
|
7 9 3 1 8 4 2 5 6
4 6 2 3 5 9 1 8 7
5 8 1 2 7 6 9 4 3
1 3 8 7 4 5 6 2 9
2 4 7 9 6 3 5 1 8
9 5 6 8 1 2 3 7 4
6 1 5 4 9 7 8 3 2
8 2 4 6 3 1 7 9 5
3 7 9 5 2 8 4 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_180
|
...8.....8..1..26.62.4.51..23951...458.2..731741..3.....8..251...73.1...16.95.3..
|
915826473874139265623475198239517684586294731741683952398742516457361829162958347
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 180
|
Basic 9x9 Sudoku 180
|
Normal 9x9 sudoku rules apply
|
. . . 8 . . . . .
8 . . 1 . . 2 6 .
6 2 . 4 . 5 1 . .
2 3 9 5 1 . . . 4
5 8 . 2 . . 7 3 1
7 4 1 . . 3 . . .
. . 8 . . 2 5 1 .
. . 7 3 . 1 . . .
1 6 . 9 5 . 3 . .
|
9 1 5 8 2 6 4 7 3
8 7 4 1 3 9 2 6 5
6 2 3 4 7 5 1 9 8
2 3 9 5 1 7 6 8 4
5 8 6 2 9 4 7 3 1
7 4 1 6 8 3 9 5 2
3 9 8 7 4 2 5 1 6
4 5 7 3 6 1 8 2 9
1 6 2 9 5 8 3 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_181
|
16..89..7..23..9.659....2.19.56.3.7..3..9.....4.1576..45.9.......953186...14..795
|
164289357872315946593746281915623478637894512248157639456978123729531864381462795
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 181
|
Basic 9x9 Sudoku 181
|
Normal 9x9 sudoku rules apply
|
1 6 . . 8 9 . . 7
. . 2 3 . . 9 . 6
5 9 . . . . 2 . 1
9 . 5 6 . 3 . 7 .
. 3 . . 9 . . . .
. 4 . 1 5 7 6 . .
4 5 . 9 . . . . .
. . 9 5 3 1 8 6 .
. . 1 4 . . 7 9 5
|
1 6 4 2 8 9 3 5 7
8 7 2 3 1 5 9 4 6
5 9 3 7 4 6 2 8 1
9 1 5 6 2 3 4 7 8
6 3 7 8 9 4 5 1 2
2 4 8 1 5 7 6 3 9
4 5 6 9 7 8 1 2 3
7 2 9 5 3 1 8 6 4
3 8 1 4 6 2 7 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_182
|
829.34.6773.8.51241452768.3.81367.5.2.394..16..7512.8.3.27....86.8.21..5.946832.1
|
829134567736895124145276893981367452253948716467512389312759648678421935594683271
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 182
|
Basic 9x9 Sudoku 182
|
Normal 9x9 sudoku rules apply
|
8 2 9 . 3 4 . 6 7
7 3 . 8 . 5 1 2 4
1 4 5 2 7 6 8 . 3
. 8 1 3 6 7 . 5 .
2 . 3 9 4 . . 1 6
. . 7 5 1 2 . 8 .
3 . 2 7 . . . . 8
6 . 8 . 2 1 . . 5
. 9 4 6 8 3 2 . 1
|
8 2 9 1 3 4 5 6 7
7 3 6 8 9 5 1 2 4
1 4 5 2 7 6 8 9 3
9 8 1 3 6 7 4 5 2
2 5 3 9 4 8 7 1 6
4 6 7 5 1 2 3 8 9
3 1 2 7 5 9 6 4 8
6 7 8 4 2 1 9 3 5
5 9 4 6 8 3 2 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_183
|
245.3..673...5612..962...588.9.47513573.1924646...57897584916.2934562.7..12..349.
|
245138967387956124196274358829647513573819246461325789758491632934562871612783495
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 183
|
Basic 9x9 Sudoku 183
|
Normal 9x9 sudoku rules apply
|
2 4 5 . 3 . . 6 7
3 . . . 5 6 1 2 .
. 9 6 2 . . . 5 8
8 . 9 . 4 7 5 1 3
5 7 3 . 1 9 2 4 6
4 6 . . . 5 7 8 9
7 5 8 4 9 1 6 . 2
9 3 4 5 6 2 . 7 .
. 1 2 . . 3 4 9 .
|
2 4 5 1 3 8 9 6 7
3 8 7 9 5 6 1 2 4
1 9 6 2 7 4 3 5 8
8 2 9 6 4 7 5 1 3
5 7 3 8 1 9 2 4 6
4 6 1 3 2 5 7 8 9
7 5 8 4 9 1 6 3 2
9 3 4 5 6 2 8 7 1
6 1 2 7 8 3 4 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_184
|
4.3892.5..8917634272..54189.3274.865...5619.3..5283.713.4.285.76514372982789156..
|
413892756589176342726354189132749865847561923965283471394628517651437298278915634
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 184
|
Basic 9x9 Sudoku 184
|
Normal 9x9 sudoku rules apply
|
4 . 3 8 9 2 . 5 .
. 8 9 1 7 6 3 4 2
7 2 . . 5 4 1 8 9
. 3 2 7 4 . 8 6 5
. . . 5 6 1 9 . 3
. . 5 2 8 3 . 7 1
3 . 4 . 2 8 5 . 7
6 5 1 4 3 7 2 9 8
2 7 8 9 1 5 6 . .
|
4 1 3 8 9 2 7 5 6
5 8 9 1 7 6 3 4 2
7 2 6 3 5 4 1 8 9
1 3 2 7 4 9 8 6 5
8 4 7 5 6 1 9 2 3
9 6 5 2 8 3 4 7 1
3 9 4 6 2 8 5 1 7
6 5 1 4 3 7 2 9 8
2 7 8 9 1 5 6 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_185
|
..5..9........8.353761.492.18.3..25..34..2.91...5....4.4......37....584..514..679
|
815239467492678135376154928189347256534862791627591384948726513763915842251483679
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 185
|
Basic 9x9 Sudoku 185
|
Normal 9x9 sudoku rules apply
|
. . 5 . . 9 . . .
. . . . . 8 . 3 5
3 7 6 1 . 4 9 2 .
1 8 . 3 . . 2 5 .
. 3 4 . . 2 . 9 1
. . . 5 . . . . 4
. 4 . . . . . . 3
7 . . . . 5 8 4 .
. 5 1 4 . . 6 7 9
|
8 1 5 2 3 9 4 6 7
4 9 2 6 7 8 1 3 5
3 7 6 1 5 4 9 2 8
1 8 9 3 4 7 2 5 6
5 3 4 8 6 2 7 9 1
6 2 7 5 9 1 3 8 4
9 4 8 7 2 6 5 1 3
7 6 3 9 1 5 8 4 2
2 5 1 4 8 3 6 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_186
|
85.12.....4.......67.45..839...357...17.....8.....76.9.6.7842.1.91.62...72.5.1346
|
859123467143678952672459183986235714217946538534817629365784291491362875728591346
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 186
|
Basic 9x9 Sudoku 186
|
Normal 9x9 sudoku rules apply
|
8 5 . 1 2 . . . .
. 4 . . . . . . .
6 7 . 4 5 . . 8 3
9 . . . 3 5 7 . .
. 1 7 . . . . . 8
. . . . . 7 6 . 9
. 6 . 7 8 4 2 . 1
. 9 1 . 6 2 . . .
7 2 . 5 . 1 3 4 6
|
8 5 9 1 2 3 4 6 7
1 4 3 6 7 8 9 5 2
6 7 2 4 5 9 1 8 3
9 8 6 2 3 5 7 1 4
2 1 7 9 4 6 5 3 8
5 3 4 8 1 7 6 2 9
3 6 5 7 8 4 2 9 1
4 9 1 3 6 2 8 7 5
7 2 8 5 9 1 3 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_187
|
8.79..4.55.482...3369.75...19.5..6....618..5...56.7921.5.36.1..7...91..66...5428.
|
827913465514826793369475812193542678276189354485637921952368147748291536631754289
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 187
|
Basic 9x9 Sudoku 187
|
Normal 9x9 sudoku rules apply
|
8 . 7 9 . . 4 . 5
5 . 4 8 2 . . . 3
3 6 9 . 7 5 . . .
1 9 . 5 . . 6 . .
. . 6 1 8 . . 5 .
. . 5 6 . 7 9 2 1
. 5 . 3 6 . 1 . .
7 . . . 9 1 . . 6
6 . . . 5 4 2 8 .
|
8 2 7 9 1 3 4 6 5
5 1 4 8 2 6 7 9 3
3 6 9 4 7 5 8 1 2
1 9 3 5 4 2 6 7 8
2 7 6 1 8 9 3 5 4
4 8 5 6 3 7 9 2 1
9 5 2 3 6 8 1 4 7
7 4 8 2 9 1 5 3 6
6 3 1 7 5 4 2 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_188
|
..9.823676..1.3.8..2..74..5....6..4..943...78...8.95..9137..85456.43.2..4.2..5736
|
149582367675193482328674195851267943294351678736849521913726854567438219482915736
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 188
|
Basic 9x9 Sudoku 188
|
Normal 9x9 sudoku rules apply
|
. . 9 . 8 2 3 6 7
6 . . 1 . 3 . 8 .
. 2 . . 7 4 . . 5
. . . . 6 . . 4 .
. 9 4 3 . . . 7 8
. . . 8 . 9 5 . .
9 1 3 7 . . 8 5 4
5 6 . 4 3 . 2 . .
4 . 2 . . 5 7 3 6
|
1 4 9 5 8 2 3 6 7
6 7 5 1 9 3 4 8 2
3 2 8 6 7 4 1 9 5
8 5 1 2 6 7 9 4 3
2 9 4 3 5 1 6 7 8
7 3 6 8 4 9 5 2 1
9 1 3 7 2 6 8 5 4
5 6 7 4 3 8 2 1 9
4 8 2 9 1 5 7 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_189
|
.79....5..8425.9175.1497..2..3.7.624.....2....27314....467...957..62..48.125.8...
|
279183456384256917561497832193875624458962371627314589846731295735629148912548763
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 189
|
Basic 9x9 Sudoku 189
|
Normal 9x9 sudoku rules apply
|
. 7 9 . . . . 5 .
. 8 4 2 5 . 9 1 7
5 . 1 4 9 7 . . 2
. . 3 . 7 . 6 2 4
. . . . . 2 . . .
. 2 7 3 1 4 . . .
. 4 6 7 . . . 9 5
7 . . 6 2 . . 4 8
. 1 2 5 . 8 . . .
|
2 7 9 1 8 3 4 5 6
3 8 4 2 5 6 9 1 7
5 6 1 4 9 7 8 3 2
1 9 3 8 7 5 6 2 4
4 5 8 9 6 2 3 7 1
6 2 7 3 1 4 5 8 9
8 4 6 7 3 1 2 9 5
7 3 5 6 2 9 1 4 8
9 1 2 5 4 8 7 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_190
|
4238.967.567.3.89..9.57.34.1.2453..9649782153.75961.2893..28517258.4.9.671..9528.
|
423819675567234891891576342182453769649782153375961428934628517258147936716395284
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 190
|
Basic 9x9 Sudoku 190
|
Normal 9x9 sudoku rules apply
|
4 2 3 8 . 9 6 7 .
5 6 7 . 3 . 8 9 .
. 9 . 5 7 . 3 4 .
1 . 2 4 5 3 . . 9
6 4 9 7 8 2 1 5 3
. 7 5 9 6 1 . 2 8
9 3 . . 2 8 5 1 7
2 5 8 . 4 . 9 . 6
7 1 . . 9 5 2 8 .
|
4 2 3 8 1 9 6 7 5
5 6 7 2 3 4 8 9 1
8 9 1 5 7 6 3 4 2
1 8 2 4 5 3 7 6 9
6 4 9 7 8 2 1 5 3
3 7 5 9 6 1 4 2 8
9 3 4 6 2 8 5 1 7
2 5 8 1 4 7 9 3 6
7 1 6 3 9 5 2 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_191
|
2..81.63791.2.38453.7.65.1212.3.746969..41723473..6.81.32694.58.49....76861..239.
|
254819637916273845387465912125387469698541723473926581732694158549138276861752394
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 191
|
Basic 9x9 Sudoku 191
|
Normal 9x9 sudoku rules apply
|
2 . . 8 1 . 6 3 7
9 1 . 2 . 3 8 4 5
3 . 7 . 6 5 . 1 2
1 2 . 3 . 7 4 6 9
6 9 . . 4 1 7 2 3
4 7 3 . . 6 . 8 1
. 3 2 6 9 4 . 5 8
. 4 9 . . . . 7 6
8 6 1 . . 2 3 9 .
|
2 5 4 8 1 9 6 3 7
9 1 6 2 7 3 8 4 5
3 8 7 4 6 5 9 1 2
1 2 5 3 8 7 4 6 9
6 9 8 5 4 1 7 2 3
4 7 3 9 2 6 5 8 1
7 3 2 6 9 4 1 5 8
5 4 9 1 3 8 2 7 6
8 6 1 7 5 2 3 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_192
|
6...2.3.7.7183.269239476.1586...47.21.495763.39.6..1545.2.6398..8659.4.39.324...6
|
658129347471835269239476815865314792124957638397682154542763981786591423913248576
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 192
|
Basic 9x9 Sudoku 192
|
Normal 9x9 sudoku rules apply
|
6 . . . 2 . 3 . 7
. 7 1 8 3 . 2 6 9
2 3 9 4 7 6 . 1 5
8 6 . . . 4 7 . 2
1 . 4 9 5 7 6 3 .
3 9 . 6 . . 1 5 4
5 . 2 . 6 3 9 8 .
. 8 6 5 9 . 4 . 3
9 . 3 2 4 . . . 6
|
6 5 8 1 2 9 3 4 7
4 7 1 8 3 5 2 6 9
2 3 9 4 7 6 8 1 5
8 6 5 3 1 4 7 9 2
1 2 4 9 5 7 6 3 8
3 9 7 6 8 2 1 5 4
5 4 2 7 6 3 9 8 1
7 8 6 5 9 1 4 2 3
9 1 3 2 4 8 5 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_193
|
.34...9..5693.48218.1..6437..362.7..29.5..1..6857312.4.762.35..31849..72952..734.
|
734812956569374821821956437143629785297548163685731294476283519318495672952167348
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 193
|
Basic 9x9 Sudoku 193
|
Normal 9x9 sudoku rules apply
|
. 3 4 . . . 9 . .
5 6 9 3 . 4 8 2 1
8 . 1 . . 6 4 3 7
. . 3 6 2 . 7 . .
2 9 . 5 . . 1 . .
6 8 5 7 3 1 2 . 4
. 7 6 2 . 3 5 . .
3 1 8 4 9 . . 7 2
9 5 2 . . 7 3 4 .
|
7 3 4 8 1 2 9 5 6
5 6 9 3 7 4 8 2 1
8 2 1 9 5 6 4 3 7
1 4 3 6 2 9 7 8 5
2 9 7 5 4 8 1 6 3
6 8 5 7 3 1 2 9 4
4 7 6 2 8 3 5 1 9
3 1 8 4 9 5 6 7 2
9 5 2 1 6 7 3 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_194
|
..1..9...6.5124.73...56..4...97.8.568...5..9..56...784.6...1...3....25.9.92.35.18
|
471389625685124973923567841249718356837456192156293784568941237314872569792635418
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 194
|
Basic 9x9 Sudoku 194
|
Normal 9x9 sudoku rules apply
|
. . 1 . . 9 . . .
6 . 5 1 2 4 . 7 3
. . . 5 6 . . 4 .
. . 9 7 . 8 . 5 6
8 . . . 5 . . 9 .
. 5 6 . . . 7 8 4
. 6 . . . 1 . . .
3 . . . . 2 5 . 9
. 9 2 . 3 5 . 1 8
|
4 7 1 3 8 9 6 2 5
6 8 5 1 2 4 9 7 3
9 2 3 5 6 7 8 4 1
2 4 9 7 1 8 3 5 6
8 3 7 4 5 6 1 9 2
1 5 6 2 9 3 7 8 4
5 6 8 9 4 1 2 3 7
3 1 4 8 7 2 5 6 9
7 9 2 6 3 5 4 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_195
|
6.51.247394283.615.3..56.92.1.365..92...7.35159..4...6..862493.37.5...244.9...56.
|
685192473942837615731456892817365249264978351593241786158624937376589124429713568
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 195
|
Basic 9x9 Sudoku 195
|
Normal 9x9 sudoku rules apply
|
6 . 5 1 . 2 4 7 3
9 4 2 8 3 . 6 1 5
. 3 . . 5 6 . 9 2
. 1 . 3 6 5 . . 9
2 . . . 7 . 3 5 1
5 9 . . 4 . . . 6
. . 8 6 2 4 9 3 .
3 7 . 5 . . . 2 4
4 . 9 . . . 5 6 .
|
6 8 5 1 9 2 4 7 3
9 4 2 8 3 7 6 1 5
7 3 1 4 5 6 8 9 2
8 1 7 3 6 5 2 4 9
2 6 4 9 7 8 3 5 1
5 9 3 2 4 1 7 8 6
1 5 8 6 2 4 9 3 7
3 7 6 5 8 9 1 2 4
4 2 9 7 1 3 5 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_196
|
.9.1...7.41.5973........1491.5.246....7....25.2........4.8.97.3....62..18...5.2.4
|
293148576416597382758236149185924637937681425624375918542819763379462851861753294
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 196
|
Basic 9x9 Sudoku 196
|
Normal 9x9 sudoku rules apply
|
. 9 . 1 . . . 7 .
4 1 . 5 9 7 3 . .
. . . . . . 1 4 9
1 . 5 . 2 4 6 . .
. . 7 . . . . 2 5
. 2 . . . . . . .
. 4 . 8 . 9 7 . 3
. . . . 6 2 . . 1
8 . . . 5 . 2 . 4
|
2 9 3 1 4 8 5 7 6
4 1 6 5 9 7 3 8 2
7 5 8 2 3 6 1 4 9
1 8 5 9 2 4 6 3 7
9 3 7 6 8 1 4 2 5
6 2 4 3 7 5 9 1 8
5 4 2 8 1 9 7 6 3
3 7 9 4 6 2 8 5 1
8 6 1 7 5 3 2 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_197
|
5491.23.6.61....2.28376...9.95.13.47.248.6.9.3764592.16175..9349.834..6.43..9.158
|
549182376761934825283765419895213647124876593376459281617528934958341762432697158
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 197
|
Basic 9x9 Sudoku 197
|
Normal 9x9 sudoku rules apply
|
5 4 9 1 . 2 3 . 6
. 6 1 . . . . 2 .
2 8 3 7 6 . . . 9
. 9 5 . 1 3 . 4 7
. 2 4 8 . 6 . 9 .
3 7 6 4 5 9 2 . 1
6 1 7 5 . . 9 3 4
9 . 8 3 4 . . 6 .
4 3 . . 9 . 1 5 8
|
5 4 9 1 8 2 3 7 6
7 6 1 9 3 4 8 2 5
2 8 3 7 6 5 4 1 9
8 9 5 2 1 3 6 4 7
1 2 4 8 7 6 5 9 3
3 7 6 4 5 9 2 8 1
6 1 7 5 2 8 9 3 4
9 5 8 3 4 1 7 6 2
4 3 2 6 9 7 1 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_198
|
..62.34...541879.6937.....8....35.....8921..3.7..6..19.......875.2...3...43......
|
816293475254187936937456128129735864468921753375864219691342587582679341743518692
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 198
|
Basic 9x9 Sudoku 198
|
Normal 9x9 sudoku rules apply
|
. . 6 2 . 3 4 . .
. 5 4 1 8 7 9 . 6
9 3 7 . . . . . 8
. . . . 3 5 . . .
. . 8 9 2 1 . . 3
. 7 . . 6 . . 1 9
. . . . . . . 8 7
5 . 2 . . . 3 . .
. 4 3 . . . . . .
|
8 1 6 2 9 3 4 7 5
2 5 4 1 8 7 9 3 6
9 3 7 4 5 6 1 2 8
1 2 9 7 3 5 8 6 4
4 6 8 9 2 1 7 5 3
3 7 5 8 6 4 2 1 9
6 9 1 3 4 2 5 8 7
5 8 2 6 7 9 3 4 1
7 4 3 5 1 8 6 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_199
|
5....346.79....23141.6729.......751....3.67.4..7..13...594..6.3...26..4....7..8.5
|
582193467796854231413672958834927516125386794967541382259418673378265149641739825
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 199
|
Basic 9x9 Sudoku 199
|
Normal 9x9 sudoku rules apply
|
5 . . . . 3 4 6 .
7 9 . . . . 2 3 1
4 1 . 6 7 2 9 . .
. . . . . 7 5 1 .
. . . 3 . 6 7 . 4
. . 7 . . 1 3 . .
. 5 9 4 . . 6 . 3
. . . 2 6 . . 4 .
. . . 7 . . 8 . 5
|
5 8 2 1 9 3 4 6 7
7 9 6 8 5 4 2 3 1
4 1 3 6 7 2 9 5 8
8 3 4 9 2 7 5 1 6
1 2 5 3 8 6 7 9 4
9 6 7 5 4 1 3 8 2
2 5 9 4 1 8 6 7 3
3 7 8 2 6 5 1 4 9
6 4 1 7 3 9 8 2 5
| 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.