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_500
|
85123..6..4.1.682....48591.1.48.753.3625.1.9858.693..1......1544253186.961.754.8.
|
851239467943176825276485913194827536362541798587693241738962154425318679619754382
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 500
|
Basic 9x9 Sudoku 500
|
Normal 9x9 sudoku rules apply
|
8 5 1 2 3 . . 6 .
. 4 . 1 . 6 8 2 .
. . . 4 8 5 9 1 .
1 . 4 8 . 7 5 3 .
3 6 2 5 . 1 . 9 8
5 8 . 6 9 3 . . 1
. . . . . . 1 5 4
4 2 5 3 1 8 6 . 9
6 1 . 7 5 4 . 8 .
|
8 5 1 2 3 9 4 6 7
9 4 3 1 7 6 8 2 5
2 7 6 4 8 5 9 1 3
1 9 4 8 2 7 5 3 6
3 6 2 5 4 1 7 9 8
5 8 7 6 9 3 2 4 1
7 3 8 9 6 2 1 5 4
4 2 5 3 1 8 6 7 9
6 1 9 7 5 4 3 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_501
|
1.8.324..5..86.972.6247581.21358.74..473..65.6..1.72383.9.5.187.81..3.267..2183.4
|
178932465534861972962475813213586749847329651695147238329654187481793526756218394
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 501
|
Basic 9x9 Sudoku 501
|
Normal 9x9 sudoku rules apply
|
1 . 8 . 3 2 4 . .
5 . . 8 6 . 9 7 2
. 6 2 4 7 5 8 1 .
2 1 3 5 8 . 7 4 .
. 4 7 3 . . 6 5 .
6 . . 1 . 7 2 3 8
3 . 9 . 5 . 1 8 7
. 8 1 . . 3 . 2 6
7 . . 2 1 8 3 . 4
|
1 7 8 9 3 2 4 6 5
5 3 4 8 6 1 9 7 2
9 6 2 4 7 5 8 1 3
2 1 3 5 8 6 7 4 9
8 4 7 3 2 9 6 5 1
6 9 5 1 4 7 2 3 8
3 2 9 6 5 4 1 8 7
4 8 1 7 9 3 5 2 6
7 5 6 2 1 8 3 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_502
|
....9.3..1325.6.7.964.8.125.8.......2.58.74363....9.8..23.....1548.3129......86.3
|
857192364132546978964783125486325719295817436371469582623974851548631297719258643
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 502
|
Basic 9x9 Sudoku 502
|
Normal 9x9 sudoku rules apply
|
. . . . 9 . 3 . .
1 3 2 5 . 6 . 7 .
9 6 4 . 8 . 1 2 5
. 8 . . . . . . .
2 . 5 8 . 7 4 3 6
3 . . . . 9 . 8 .
. 2 3 . . . . . 1
5 4 8 . 3 1 2 9 .
. . . . . 8 6 . 3
|
8 5 7 1 9 2 3 6 4
1 3 2 5 4 6 9 7 8
9 6 4 7 8 3 1 2 5
4 8 6 3 2 5 7 1 9
2 9 5 8 1 7 4 3 6
3 7 1 4 6 9 5 8 2
6 2 3 9 7 4 8 5 1
5 4 8 6 3 1 2 9 7
7 1 9 2 5 8 6 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_503
|
849123.....6859214215.679.34.8.1.759..72.483..637.54.15916.8342.8.932.7..7..41698
|
849123567736859214215467983428316759157294836963785421591678342684932175372541698
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 503
|
Basic 9x9 Sudoku 503
|
Normal 9x9 sudoku rules apply
|
8 4 9 1 2 3 . . .
. . 6 8 5 9 2 1 4
2 1 5 . 6 7 9 . 3
4 . 8 . 1 . 7 5 9
. . 7 2 . 4 8 3 .
. 6 3 7 . 5 4 . 1
5 9 1 6 . 8 3 4 2
. 8 . 9 3 2 . 7 .
. 7 . . 4 1 6 9 8
|
8 4 9 1 2 3 5 6 7
7 3 6 8 5 9 2 1 4
2 1 5 4 6 7 9 8 3
4 2 8 3 1 6 7 5 9
1 5 7 2 9 4 8 3 6
9 6 3 7 8 5 4 2 1
5 9 1 6 7 8 3 4 2
6 8 4 9 3 2 1 7 5
3 7 2 5 4 1 6 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_504
|
27.8...6.31.2467.948...71.2.2.31469716.972.48..76..213854.6...1.91.23.566.2.5.974
|
279831465315246789486597132528314697163972548947685213854769321791423856632158974
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 504
|
Basic 9x9 Sudoku 504
|
Normal 9x9 sudoku rules apply
|
2 7 . 8 . . . 6 .
3 1 . 2 4 6 7 . 9
4 8 . . . 7 1 . 2
. 2 . 3 1 4 6 9 7
1 6 . 9 7 2 . 4 8
. . 7 6 . . 2 1 3
8 5 4 . 6 . . . 1
. 9 1 . 2 3 . 5 6
6 . 2 . 5 . 9 7 4
|
2 7 9 8 3 1 4 6 5
3 1 5 2 4 6 7 8 9
4 8 6 5 9 7 1 3 2
5 2 8 3 1 4 6 9 7
1 6 3 9 7 2 5 4 8
9 4 7 6 8 5 2 1 3
8 5 4 7 6 9 3 2 1
7 9 1 4 2 3 8 5 6
6 3 2 1 5 8 9 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_505
|
1..8.2.....7.4..8.39.....4..123...56..5.7.3..7....5418...718....73...8.....2.9.7.
|
154892637627143985398567142912384756485671329736925418549718263273456891861239574
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 505
|
Basic 9x9 Sudoku 505
|
Normal 9x9 sudoku rules apply
|
1 . . 8 . 2 . . .
. . 7 . 4 . . 8 .
3 9 . . . . . 4 .
. 1 2 3 . . . 5 6
. . 5 . 7 . 3 . .
7 . . . . 5 4 1 8
. . . 7 1 8 . . .
. 7 3 . . . 8 . .
. . . 2 . 9 . 7 .
|
1 5 4 8 9 2 6 3 7
6 2 7 1 4 3 9 8 5
3 9 8 5 6 7 1 4 2
9 1 2 3 8 4 7 5 6
4 8 5 6 7 1 3 2 9
7 3 6 9 2 5 4 1 8
5 4 9 7 1 8 2 6 3
2 7 3 4 5 6 8 9 1
8 6 1 2 3 9 5 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_506
|
9...8..7472.5.3.86..1674295.1.94.7232973..45.54..276.915....937478..9.61.39751.42
|
965182374724593186381674295816945723297316458543827619152468937478239561639751842
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 506
|
Basic 9x9 Sudoku 506
|
Normal 9x9 sudoku rules apply
|
9 . . . 8 . . 7 4
7 2 . 5 . 3 . 8 6
. . 1 6 7 4 2 9 5
. 1 . 9 4 . 7 2 3
2 9 7 3 . . 4 5 .
5 4 . . 2 7 6 . 9
1 5 . . . . 9 3 7
4 7 8 . . 9 . 6 1
. 3 9 7 5 1 . 4 2
|
9 6 5 1 8 2 3 7 4
7 2 4 5 9 3 1 8 6
3 8 1 6 7 4 2 9 5
8 1 6 9 4 5 7 2 3
2 9 7 3 1 6 4 5 8
5 4 3 8 2 7 6 1 9
1 5 2 4 6 8 9 3 7
4 7 8 2 3 9 5 6 1
6 3 9 7 5 1 8 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_507
|
3.91286...7..63...6......23.3...1.6.1..634.9554689......23..157....12...41...62.9
|
359128674274963581681475923937251468128634795546897312862349157793512846415786239
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 507
|
Basic 9x9 Sudoku 507
|
Normal 9x9 sudoku rules apply
|
3 . 9 1 2 8 6 . .
. 7 . . 6 3 . . .
6 . . . . . . 2 3
. 3 . . . 1 . 6 .
1 . . 6 3 4 . 9 5
5 4 6 8 9 . . . .
. . 2 3 . . 1 5 7
. . . . 1 2 . . .
4 1 . . . 6 2 . 9
|
3 5 9 1 2 8 6 7 4
2 7 4 9 6 3 5 8 1
6 8 1 4 7 5 9 2 3
9 3 7 2 5 1 4 6 8
1 2 8 6 3 4 7 9 5
5 4 6 8 9 7 3 1 2
8 6 2 3 4 9 1 5 7
7 9 3 5 1 2 8 4 6
4 1 5 7 8 6 2 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_508
|
98.2.1.65124.689375.3.97128.4.9.35163.612.78471.8462.3..938467.6.17..84..78619.52
|
987231465124568937563497128842973516396125784715846293259384671631752849478619352
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 508
|
Basic 9x9 Sudoku 508
|
Normal 9x9 sudoku rules apply
|
9 8 . 2 . 1 . 6 5
1 2 4 . 6 8 9 3 7
5 . 3 . 9 7 1 2 8
. 4 . 9 . 3 5 1 6
3 . 6 1 2 . 7 8 4
7 1 . 8 4 6 2 . 3
. . 9 3 8 4 6 7 .
6 . 1 7 . . 8 4 .
. 7 8 6 1 9 . 5 2
|
9 8 7 2 3 1 4 6 5
1 2 4 5 6 8 9 3 7
5 6 3 4 9 7 1 2 8
8 4 2 9 7 3 5 1 6
3 9 6 1 2 5 7 8 4
7 1 5 8 4 6 2 9 3
2 5 9 3 8 4 6 7 1
6 3 1 7 5 2 8 4 9
4 7 8 6 1 9 3 5 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_509
|
29....5.4....7218678...1...1.........67..5.48.5.297.6..1.......3...49.1...8...6.5
|
291386574543972186786451923132864759967135248854297361619528437375649812428713695
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 509
|
Basic 9x9 Sudoku 509
|
Normal 9x9 sudoku rules apply
|
2 9 . . . . 5 . 4
. . . . 7 2 1 8 6
7 8 . . . 1 . . .
1 . . . . . . . .
. 6 7 . . 5 . 4 8
. 5 . 2 9 7 . 6 .
. 1 . . . . . . .
3 . . . 4 9 . 1 .
. . 8 . . . 6 . 5
|
2 9 1 3 8 6 5 7 4
5 4 3 9 7 2 1 8 6
7 8 6 4 5 1 9 2 3
1 3 2 8 6 4 7 5 9
9 6 7 1 3 5 2 4 8
8 5 4 2 9 7 3 6 1
6 1 9 5 2 8 4 3 7
3 7 5 6 4 9 8 1 2
4 2 8 7 1 3 6 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_510
|
..5..96..176.5...9...3..12.3....7.5.51..84.....76.52.4..3....926....3.81...2..7..
|
235819647176452839948376125364127958512984376897635214783561492629743581451298763
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 510
|
Basic 9x9 Sudoku 510
|
Normal 9x9 sudoku rules apply
|
. . 5 . . 9 6 . .
1 7 6 . 5 . . . 9
. . . 3 . . 1 2 .
3 . . . . 7 . 5 .
5 1 . . 8 4 . . .
. . 7 6 . 5 2 . 4
. . 3 . . . . 9 2
6 . . . . 3 . 8 1
. . . 2 . . 7 . .
|
2 3 5 8 1 9 6 4 7
1 7 6 4 5 2 8 3 9
9 4 8 3 7 6 1 2 5
3 6 4 1 2 7 9 5 8
5 1 2 9 8 4 3 7 6
8 9 7 6 3 5 2 1 4
7 8 3 5 6 1 4 9 2
6 2 9 7 4 3 5 8 1
4 5 1 2 9 8 7 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_511
|
53...4.....4.2..39...36....1..59.4.7..7.....245.....1.3.....7..7.2.5...8916.385.4
|
531984276674125839298367145123596487867413952459872613385249761742651398916738524
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 511
|
Basic 9x9 Sudoku 511
|
Normal 9x9 sudoku rules apply
|
5 3 . . . 4 . . .
. . 4 . 2 . . 3 9
. . . 3 6 . . . .
1 . . 5 9 . 4 . 7
. . 7 . . . . . 2
4 5 . . . . . 1 .
3 . . . . . 7 . .
7 . 2 . 5 . . . 8
9 1 6 . 3 8 5 . 4
|
5 3 1 9 8 4 2 7 6
6 7 4 1 2 5 8 3 9
2 9 8 3 6 7 1 4 5
1 2 3 5 9 6 4 8 7
8 6 7 4 1 3 9 5 2
4 5 9 8 7 2 6 1 3
3 8 5 2 4 9 7 6 1
7 4 2 6 5 1 3 9 8
9 1 6 7 3 8 5 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_512
|
31.8...577451.6.92892.4.13612945..684683197255....89419.7.24..3234571689651..3274
|
316892457745136892892745136129457368468319725573268941987624513234571689651983274
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 512
|
Basic 9x9 Sudoku 512
|
Normal 9x9 sudoku rules apply
|
3 1 . 8 . . . 5 7
7 4 5 1 . 6 . 9 2
8 9 2 . 4 . 1 3 6
1 2 9 4 5 . . 6 8
4 6 8 3 1 9 7 2 5
5 . . . . 8 9 4 1
9 . 7 . 2 4 . . 3
2 3 4 5 7 1 6 8 9
6 5 1 . . 3 2 7 4
|
3 1 6 8 9 2 4 5 7
7 4 5 1 3 6 8 9 2
8 9 2 7 4 5 1 3 6
1 2 9 4 5 7 3 6 8
4 6 8 3 1 9 7 2 5
5 7 3 2 6 8 9 4 1
9 8 7 6 2 4 5 1 3
2 3 4 5 7 1 6 8 9
6 5 1 9 8 3 2 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_513
|
.3.5.46..6....7..448.96.1.3...25...6......42...34.....356.2.8.1...815..2.126439.5
|
231584697695137284487962153149258736568371429723496518356729841974815362812643975
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 513
|
Basic 9x9 Sudoku 513
|
Normal 9x9 sudoku rules apply
|
. 3 . 5 . 4 6 . .
6 . . . . 7 . . 4
4 8 . 9 6 . 1 . 3
. . . 2 5 . . . 6
. . . . . . 4 2 .
. . 3 4 . . . . .
3 5 6 . 2 . 8 . 1
. . . 8 1 5 . . 2
. 1 2 6 4 3 9 . 5
|
2 3 1 5 8 4 6 9 7
6 9 5 1 3 7 2 8 4
4 8 7 9 6 2 1 5 3
1 4 9 2 5 8 7 3 6
5 6 8 3 7 1 4 2 9
7 2 3 4 9 6 5 1 8
3 5 6 7 2 9 8 4 1
9 7 4 8 1 5 3 6 2
8 1 2 6 4 3 9 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_514
|
7.6.3894584..65.725.1247.68.8965.72.4527..6393674...51614.2958727.....939.5..4216
|
726138945843965172591247368189653724452781639367492851614329587278516493935874216
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 514
|
Basic 9x9 Sudoku 514
|
Normal 9x9 sudoku rules apply
|
7 . 6 . 3 8 9 4 5
8 4 . . 6 5 . 7 2
5 . 1 2 4 7 . 6 8
. 8 9 6 5 . 7 2 .
4 5 2 7 . . 6 3 9
3 6 7 4 . . . 5 1
6 1 4 . 2 9 5 8 7
2 7 . . . . . 9 3
9 . 5 . . 4 2 1 6
|
7 2 6 1 3 8 9 4 5
8 4 3 9 6 5 1 7 2
5 9 1 2 4 7 3 6 8
1 8 9 6 5 3 7 2 4
4 5 2 7 8 1 6 3 9
3 6 7 4 9 2 8 5 1
6 1 4 3 2 9 5 8 7
2 7 8 5 1 6 4 9 3
9 3 5 8 7 4 2 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_515
|
9318.564.84719...55.2..78.1..82..75425.9.41.8476...9233156....9...4..3.66.4739..2
|
931825647847196235562347891198263754253974168476518923315682479729451386684739512
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 515
|
Basic 9x9 Sudoku 515
|
Normal 9x9 sudoku rules apply
|
9 3 1 8 . 5 6 4 .
8 4 7 1 9 . . . 5
5 . 2 . . 7 8 . 1
. . 8 2 . . 7 5 4
2 5 . 9 . 4 1 . 8
4 7 6 . . . 9 2 3
3 1 5 6 . . . . 9
. . . 4 . . 3 . 6
6 . 4 7 3 9 . . 2
|
9 3 1 8 2 5 6 4 7
8 4 7 1 9 6 2 3 5
5 6 2 3 4 7 8 9 1
1 9 8 2 6 3 7 5 4
2 5 3 9 7 4 1 6 8
4 7 6 5 1 8 9 2 3
3 1 5 6 8 2 4 7 9
7 2 9 4 5 1 3 8 6
6 8 4 7 3 9 5 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_516
|
7.238.9..1.9....723..9721..94.75...3536..97.88...4....495216..7.1...74...738942.5
|
762381954189465372354972186941758623536129748827643591495216837218537469673894215
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 516
|
Basic 9x9 Sudoku 516
|
Normal 9x9 sudoku rules apply
|
7 . 2 3 8 . 9 . .
1 . 9 . . . . 7 2
3 . . 9 7 2 1 . .
9 4 . 7 5 . . . 3
5 3 6 . . 9 7 . 8
8 . . . 4 . . . .
4 9 5 2 1 6 . . 7
. 1 . . . 7 4 . .
. 7 3 8 9 4 2 . 5
|
7 6 2 3 8 1 9 5 4
1 8 9 4 6 5 3 7 2
3 5 4 9 7 2 1 8 6
9 4 1 7 5 8 6 2 3
5 3 6 1 2 9 7 4 8
8 2 7 6 4 3 5 9 1
4 9 5 2 1 6 8 3 7
2 1 8 5 3 7 4 6 9
6 7 3 8 9 4 2 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_517
|
186..37.524.8.5...3.5.6.9.28.254..719.46.7.5..17.8.69.6284.15...9.2.8.164.1.36.29
|
186923745249875163375164982862549371934617258517382694628491537793258416451736829
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 517
|
Basic 9x9 Sudoku 517
|
Normal 9x9 sudoku rules apply
|
1 8 6 . . 3 7 . 5
2 4 . 8 . 5 . . .
3 . 5 . 6 . 9 . 2
8 . 2 5 4 . . 7 1
9 . 4 6 . 7 . 5 .
. 1 7 . 8 . 6 9 .
6 2 8 4 . 1 5 . .
. 9 . 2 . 8 . 1 6
4 . 1 . 3 6 . 2 9
|
1 8 6 9 2 3 7 4 5
2 4 9 8 7 5 1 6 3
3 7 5 1 6 4 9 8 2
8 6 2 5 4 9 3 7 1
9 3 4 6 1 7 2 5 8
5 1 7 3 8 2 6 9 4
6 2 8 4 9 1 5 3 7
7 9 3 2 5 8 4 1 6
4 5 1 7 3 6 8 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_518
|
76318.254...5.61875.82.439..5.4.86..846312.7.2....74..37.961825681.25943925843761
|
763189254492536187518274396157498632846312579239657418374961825681725943925843761
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 518
|
Basic 9x9 Sudoku 518
|
Normal 9x9 sudoku rules apply
|
7 6 3 1 8 . 2 5 4
. . . 5 . 6 1 8 7
5 . 8 2 . 4 3 9 .
. 5 . 4 . 8 6 . .
8 4 6 3 1 2 . 7 .
2 . . . . 7 4 . .
3 7 . 9 6 1 8 2 5
6 8 1 . 2 5 9 4 3
9 2 5 8 4 3 7 6 1
|
7 6 3 1 8 9 2 5 4
4 9 2 5 3 6 1 8 7
5 1 8 2 7 4 3 9 6
1 5 7 4 9 8 6 3 2
8 4 6 3 1 2 5 7 9
2 3 9 6 5 7 4 1 8
3 7 4 9 6 1 8 2 5
6 8 1 7 2 5 9 4 3
9 2 5 8 4 3 7 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_519
|
6....1.5..81..5...5479..813.....4.6.9...3.....7....138..4...9722197..6.5...2..34.
|
692381457381475296547962813123854769968137524475629138834516972219743685756298341
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 519
|
Basic 9x9 Sudoku 519
|
Normal 9x9 sudoku rules apply
|
6 . . . . 1 . 5 .
. 8 1 . . 5 . . .
5 4 7 9 . . 8 1 3
. . . . . 4 . 6 .
9 . . . 3 . . . .
. 7 . . . . 1 3 8
. . 4 . . . 9 7 2
2 1 9 7 . . 6 . 5
. . . 2 . . 3 4 .
|
6 9 2 3 8 1 4 5 7
3 8 1 4 7 5 2 9 6
5 4 7 9 6 2 8 1 3
1 2 3 8 5 4 7 6 9
9 6 8 1 3 7 5 2 4
4 7 5 6 2 9 1 3 8
8 3 4 5 1 6 9 7 2
2 1 9 7 4 3 6 8 5
7 5 6 2 9 8 3 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_520
|
.91.835..3..26........1..83.....1.37....52...8.63..9.......5.695..74.3121389.6..4
|
291483576385267491647519283452891637973652148816374925724135869569748312138926754
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 520
|
Basic 9x9 Sudoku 520
|
Normal 9x9 sudoku rules apply
|
. 9 1 . 8 3 5 . .
3 . . 2 6 . . . .
. . . . 1 . . 8 3
. . . . . 1 . 3 7
. . . . 5 2 . . .
8 . 6 3 . . 9 . .
. . . . . 5 . 6 9
5 . . 7 4 . 3 1 2
1 3 8 9 . 6 . . 4
|
2 9 1 4 8 3 5 7 6
3 8 5 2 6 7 4 9 1
6 4 7 5 1 9 2 8 3
4 5 2 8 9 1 6 3 7
9 7 3 6 5 2 1 4 8
8 1 6 3 7 4 9 2 5
7 2 4 1 3 5 8 6 9
5 6 9 7 4 8 3 1 2
1 3 8 9 2 6 7 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_521
|
9.7.......624.93.758467391.8962.743...3945.78.75368.91.4159.8.362983.7.435.7.41.9
|
937182546162459387584673912896217435213945678475368291741596823629831754358724169
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 521
|
Basic 9x9 Sudoku 521
|
Normal 9x9 sudoku rules apply
|
9 . 7 . . . . . .
. 6 2 4 . 9 3 . 7
5 8 4 6 7 3 9 1 .
8 9 6 2 . 7 4 3 .
. . 3 9 4 5 . 7 8
. 7 5 3 6 8 . 9 1
. 4 1 5 9 . 8 . 3
6 2 9 8 3 . 7 . 4
3 5 . 7 . 4 1 . 9
|
9 3 7 1 8 2 5 4 6
1 6 2 4 5 9 3 8 7
5 8 4 6 7 3 9 1 2
8 9 6 2 1 7 4 3 5
2 1 3 9 4 5 6 7 8
4 7 5 3 6 8 2 9 1
7 4 1 5 9 6 8 2 3
6 2 9 8 3 1 7 5 4
3 5 8 7 2 4 1 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_522
|
2169...578374.516..4.7.18....98.6.2.4823.9.1.5631.29.4351.9..4.6..2.4571.2...8693
|
216983457837425169945761832179846325482359716563172984351697248698234571724518693
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 522
|
Basic 9x9 Sudoku 522
|
Normal 9x9 sudoku rules apply
|
2 1 6 9 . . . 5 7
8 3 7 4 . 5 1 6 .
. 4 . 7 . 1 8 . .
. . 9 8 . 6 . 2 .
4 8 2 3 . 9 . 1 .
5 6 3 1 . 2 9 . 4
3 5 1 . 9 . . 4 .
6 . . 2 . 4 5 7 1
. 2 . . . 8 6 9 3
|
2 1 6 9 8 3 4 5 7
8 3 7 4 2 5 1 6 9
9 4 5 7 6 1 8 3 2
1 7 9 8 4 6 3 2 5
4 8 2 3 5 9 7 1 6
5 6 3 1 7 2 9 8 4
3 5 1 6 9 7 2 4 8
6 9 8 2 3 4 5 7 1
7 2 4 5 1 8 6 9 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_523
|
63.....74...4.719..1.95.....9.2.3.6..5.8....94....5.21.45..8.....8..94.2..75...83
|
639182574582437196714956238891243765256871349473695821945328617368719452127564983
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 523
|
Basic 9x9 Sudoku 523
|
Normal 9x9 sudoku rules apply
|
6 3 . . . . . 7 4
. . . 4 . 7 1 9 .
. 1 . 9 5 . . . .
. 9 . 2 . 3 . 6 .
. 5 . 8 . . . . 9
4 . . . . 5 . 2 1
. 4 5 . . 8 . . .
. . 8 . . 9 4 . 2
. . 7 5 . . . 8 3
|
6 3 9 1 8 2 5 7 4
5 8 2 4 3 7 1 9 6
7 1 4 9 5 6 2 3 8
8 9 1 2 4 3 7 6 5
2 5 6 8 7 1 3 4 9
4 7 3 6 9 5 8 2 1
9 4 5 3 2 8 6 1 7
3 6 8 7 1 9 4 5 2
1 2 7 5 6 4 9 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_524
|
.2.183.978....24....65.7...2.3.19...9....6.28718.2......273..1.38..5.......6....2
|
425183697837962451196547283263819574954376128718425369642738915389251746571694832
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 524
|
Basic 9x9 Sudoku 524
|
Normal 9x9 sudoku rules apply
|
. 2 . 1 8 3 . 9 7
8 . . . . 2 4 . .
. . 6 5 . 7 . . .
2 . 3 . 1 9 . . .
9 . . . . 6 . 2 8
7 1 8 . 2 . . . .
. . 2 7 3 . . 1 .
3 8 . . 5 . . . .
. . . 6 . . . . 2
|
4 2 5 1 8 3 6 9 7
8 3 7 9 6 2 4 5 1
1 9 6 5 4 7 2 8 3
2 6 3 8 1 9 5 7 4
9 5 4 3 7 6 1 2 8
7 1 8 4 2 5 3 6 9
6 4 2 7 3 8 9 1 5
3 8 9 2 5 1 7 4 6
5 7 1 6 9 4 8 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_525
|
12895.64..43.678917.6814.2591.72..6336.14.278.7.5369142.947.13665.3..4824.1.8.759
|
128953647543267891796814325914728563365149278872536914289475136657391482431682759
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 525
|
Basic 9x9 Sudoku 525
|
Normal 9x9 sudoku rules apply
|
1 2 8 9 5 . 6 4 .
. 4 3 . 6 7 8 9 1
7 . 6 8 1 4 . 2 5
9 1 . 7 2 . . 6 3
3 6 . 1 4 . 2 7 8
. 7 . 5 3 6 9 1 4
2 . 9 4 7 . 1 3 6
6 5 . 3 . . 4 8 2
4 . 1 . 8 . 7 5 9
|
1 2 8 9 5 3 6 4 7
5 4 3 2 6 7 8 9 1
7 9 6 8 1 4 3 2 5
9 1 4 7 2 8 5 6 3
3 6 5 1 4 9 2 7 8
8 7 2 5 3 6 9 1 4
2 8 9 4 7 5 1 3 6
6 5 7 3 9 1 4 8 2
4 3 1 6 8 2 7 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_526
|
24..83.96.5392..1.....7523.1764...8.3248..6599.5..67.1...3.14.8.......2..1..429..
|
247183596653924817891675234176459382324817659985236741562391478439768125718542963
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 526
|
Basic 9x9 Sudoku 526
|
Normal 9x9 sudoku rules apply
|
2 4 . . 8 3 . 9 6
. 5 3 9 2 . . 1 .
. . . . 7 5 2 3 .
1 7 6 4 . . . 8 .
3 2 4 8 . . 6 5 9
9 . 5 . . 6 7 . 1
. . . 3 . 1 4 . 8
. . . . . . . 2 .
. 1 . . 4 2 9 . .
|
2 4 7 1 8 3 5 9 6
6 5 3 9 2 4 8 1 7
8 9 1 6 7 5 2 3 4
1 7 6 4 5 9 3 8 2
3 2 4 8 1 7 6 5 9
9 8 5 2 3 6 7 4 1
5 6 2 3 9 1 4 7 8
4 3 9 7 6 8 1 2 5
7 1 8 5 4 2 9 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_527
|
39.8.5.64..24.65.75.6.7389..15.4862.273.69.5.8.......9.2...7.1....321.4.63....782
|
397815264182496537546273891915748623273169458864532179429687315758321946631954782
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 527
|
Basic 9x9 Sudoku 527
|
Normal 9x9 sudoku rules apply
|
3 9 . 8 . 5 . 6 4
. . 2 4 . 6 5 . 7
5 . 6 . 7 3 8 9 .
. 1 5 . 4 8 6 2 .
2 7 3 . 6 9 . 5 .
8 . . . . . . . 9
. 2 . . . 7 . 1 .
. . . 3 2 1 . 4 .
6 3 . . . . 7 8 2
|
3 9 7 8 1 5 2 6 4
1 8 2 4 9 6 5 3 7
5 4 6 2 7 3 8 9 1
9 1 5 7 4 8 6 2 3
2 7 3 1 6 9 4 5 8
8 6 4 5 3 2 1 7 9
4 2 9 6 8 7 3 1 5
7 5 8 3 2 1 9 4 6
6 3 1 9 5 4 7 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_528
|
.28149..67.18.29.4..57362811835974...9.68137.5.6....19437.6512.8.2..369761.27.54.
|
328149756761852934945736281183597462294681375576324819437965128852413697619278543
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 528
|
Basic 9x9 Sudoku 528
|
Normal 9x9 sudoku rules apply
|
. 2 8 1 4 9 . . 6
7 . 1 8 . 2 9 . 4
. . 5 7 3 6 2 8 1
1 8 3 5 9 7 4 . .
. 9 . 6 8 1 3 7 .
5 . 6 . . . . 1 9
4 3 7 . 6 5 1 2 .
8 . 2 . . 3 6 9 7
6 1 . 2 7 . 5 4 .
|
3 2 8 1 4 9 7 5 6
7 6 1 8 5 2 9 3 4
9 4 5 7 3 6 2 8 1
1 8 3 5 9 7 4 6 2
2 9 4 6 8 1 3 7 5
5 7 6 3 2 4 8 1 9
4 3 7 9 6 5 1 2 8
8 5 2 4 1 3 6 9 7
6 1 9 2 7 8 5 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_529
|
372189465.1...4..39.4356.27.379.5..1.5....3.8146.375925.1...234428..3716763412859
|
372189465615274983984356127837925641259641378146837592591768234428593716763412859
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 529
|
Basic 9x9 Sudoku 529
|
Normal 9x9 sudoku rules apply
|
3 7 2 1 8 9 4 6 5
. 1 . . . 4 . . 3
9 . 4 3 5 6 . 2 7
. 3 7 9 . 5 . . 1
. 5 . . . . 3 . 8
1 4 6 . 3 7 5 9 2
5 . 1 . . . 2 3 4
4 2 8 . . 3 7 1 6
7 6 3 4 1 2 8 5 9
|
3 7 2 1 8 9 4 6 5
6 1 5 2 7 4 9 8 3
9 8 4 3 5 6 1 2 7
8 3 7 9 2 5 6 4 1
2 5 9 6 4 1 3 7 8
1 4 6 8 3 7 5 9 2
5 9 1 7 6 8 2 3 4
4 2 8 5 9 3 7 1 6
7 6 3 4 1 2 8 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_530
|
83.142.574258..19.6715932.498362.4.514235.96856..8.31..1...5.3..5..1.826796238541
|
839142657425876193671593284983621475142357968567984312218465739354719826796238541
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 530
|
Basic 9x9 Sudoku 530
|
Normal 9x9 sudoku rules apply
|
8 3 . 1 4 2 . 5 7
4 2 5 8 . . 1 9 .
6 7 1 5 9 3 2 . 4
9 8 3 6 2 . 4 . 5
1 4 2 3 5 . 9 6 8
5 6 . . 8 . 3 1 .
. 1 . . . 5 . 3 .
. 5 . . 1 . 8 2 6
7 9 6 2 3 8 5 4 1
|
8 3 9 1 4 2 6 5 7
4 2 5 8 7 6 1 9 3
6 7 1 5 9 3 2 8 4
9 8 3 6 2 1 4 7 5
1 4 2 3 5 7 9 6 8
5 6 7 9 8 4 3 1 2
2 1 8 4 6 5 7 3 9
3 5 4 7 1 9 8 2 6
7 9 6 2 3 8 5 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_531
|
914238...36.4571.97526193841..943..76371.2..5.29.76.135....1.......645722.3..5641
|
914238756368457129752619384185943267637182495429576813546721938891364572273895641
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 531
|
Basic 9x9 Sudoku 531
|
Normal 9x9 sudoku rules apply
|
9 1 4 2 3 8 . . .
3 6 . 4 5 7 1 . 9
7 5 2 6 1 9 3 8 4
1 . . 9 4 3 . . 7
6 3 7 1 . 2 . . 5
. 2 9 . 7 6 . 1 3
5 . . . . 1 . . .
. . . . 6 4 5 7 2
2 . 3 . . 5 6 4 1
|
9 1 4 2 3 8 7 5 6
3 6 8 4 5 7 1 2 9
7 5 2 6 1 9 3 8 4
1 8 5 9 4 3 2 6 7
6 3 7 1 8 2 4 9 5
4 2 9 5 7 6 8 1 3
5 4 6 7 2 1 9 3 8
8 9 1 3 6 4 5 7 2
2 7 3 8 9 5 6 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_532
|
7..21.5...563.782.8.1.6.374287.95.4.3154.67..6...2.185.9.8742...7.65....1..9324.7
|
734218569956347821821569374287195643315486792649723185593874216472651938168932457
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 532
|
Basic 9x9 Sudoku 532
|
Normal 9x9 sudoku rules apply
|
7 . . 2 1 . 5 . .
. 5 6 3 . 7 8 2 .
8 . 1 . 6 . 3 7 4
2 8 7 . 9 5 . 4 .
3 1 5 4 . 6 7 . .
6 . . . 2 . 1 8 5
. 9 . 8 7 4 2 . .
. 7 . 6 5 . . . .
1 . . 9 3 2 4 . 7
|
7 3 4 2 1 8 5 6 9
9 5 6 3 4 7 8 2 1
8 2 1 5 6 9 3 7 4
2 8 7 1 9 5 6 4 3
3 1 5 4 8 6 7 9 2
6 4 9 7 2 3 1 8 5
5 9 3 8 7 4 2 1 6
4 7 2 6 5 1 9 3 8
1 6 8 9 3 2 4 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_533
|
.....15.77.5.6...3.3.4.79...26345791957.1..3431.796285.71529..82....41.95.91834..
|
692831547745962813138457926826345791957218634314796285471529368283674159569183472
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 533
|
Basic 9x9 Sudoku 533
|
Normal 9x9 sudoku rules apply
|
. . . . . 1 5 . 7
7 . 5 . 6 . . . 3
. 3 . 4 . 7 9 . .
. 2 6 3 4 5 7 9 1
9 5 7 . 1 . . 3 4
3 1 . 7 9 6 2 8 5
. 7 1 5 2 9 . . 8
2 . . . . 4 1 . 9
5 . 9 1 8 3 4 . .
|
6 9 2 8 3 1 5 4 7
7 4 5 9 6 2 8 1 3
1 3 8 4 5 7 9 2 6
8 2 6 3 4 5 7 9 1
9 5 7 2 1 8 6 3 4
3 1 4 7 9 6 2 8 5
4 7 1 5 2 9 3 6 8
2 8 3 6 7 4 1 5 9
5 6 9 1 8 3 4 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_534
|
.76...25..9...5.....2.3...6..31.75691..8....4.64...71..3.658942..94.21..24.3.9...
|
476981253398265471512734896823147569157896324964523718731658942689472135245319687
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 534
|
Basic 9x9 Sudoku 534
|
Normal 9x9 sudoku rules apply
|
. 7 6 . . . 2 5 .
. 9 . . . 5 . . .
. . 2 . 3 . . . 6
. . 3 1 . 7 5 6 9
1 . . 8 . . . . 4
. 6 4 . . . 7 1 .
. 3 . 6 5 8 9 4 2
. . 9 4 . 2 1 . .
2 4 . 3 . 9 . . .
|
4 7 6 9 8 1 2 5 3
3 9 8 2 6 5 4 7 1
5 1 2 7 3 4 8 9 6
8 2 3 1 4 7 5 6 9
1 5 7 8 9 6 3 2 4
9 6 4 5 2 3 7 1 8
7 3 1 6 5 8 9 4 2
6 8 9 4 7 2 1 3 5
2 4 5 3 1 9 6 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_535
|
57..1..46.489.6.1.16.....39....34..8913..8.7...6..2..1.94.8...3...3416..7..2.9...
|
579813246348926715162475839257134968913658472486792351694587123825341697731269584
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 535
|
Basic 9x9 Sudoku 535
|
Normal 9x9 sudoku rules apply
|
5 7 . . 1 . . 4 6
. 4 8 9 . 6 . 1 .
1 6 . . . . . 3 9
. . . . 3 4 . . 8
9 1 3 . . 8 . 7 .
. . 6 . . 2 . . 1
. 9 4 . 8 . . . 3
. . . 3 4 1 6 . .
7 . . 2 . 9 . . .
|
5 7 9 8 1 3 2 4 6
3 4 8 9 2 6 7 1 5
1 6 2 4 7 5 8 3 9
2 5 7 1 3 4 9 6 8
9 1 3 6 5 8 4 7 2
4 8 6 7 9 2 3 5 1
6 9 4 5 8 7 1 2 3
8 2 5 3 4 1 6 9 7
7 3 1 2 6 9 5 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_536
|
28....467....74.9..47.86.1281.96....5943271....3.415.94.16..9.8.2845....3.97.8.5.
|
285193467136274895947586312812965743594327186673841529451632978728459631369718254
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 536
|
Basic 9x9 Sudoku 536
|
Normal 9x9 sudoku rules apply
|
2 8 . . . . 4 6 7
. . . . 7 4 . 9 .
. 4 7 . 8 6 . 1 2
8 1 . 9 6 . . . .
5 9 4 3 2 7 1 . .
. . 3 . 4 1 5 . 9
4 . 1 6 . . 9 . 8
. 2 8 4 5 . . . .
3 . 9 7 . 8 . 5 .
|
2 8 5 1 9 3 4 6 7
1 3 6 2 7 4 8 9 5
9 4 7 5 8 6 3 1 2
8 1 2 9 6 5 7 4 3
5 9 4 3 2 7 1 8 6
6 7 3 8 4 1 5 2 9
4 5 1 6 3 2 9 7 8
7 2 8 4 5 9 6 3 1
3 6 9 7 1 8 2 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_537
|
348.297.6.1.386.49.965.4..18...9..729.3.124.5.246573984897615237529386..631.45987
|
348129756517386249296574831865493172973812465124657398489761523752938614631245987
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 537
|
Basic 9x9 Sudoku 537
|
Normal 9x9 sudoku rules apply
|
3 4 8 . 2 9 7 . 6
. 1 . 3 8 6 . 4 9
. 9 6 5 . 4 . . 1
8 . . . 9 . . 7 2
9 . 3 . 1 2 4 . 5
. 2 4 6 5 7 3 9 8
4 8 9 7 6 1 5 2 3
7 5 2 9 3 8 6 . .
6 3 1 . 4 5 9 8 7
|
3 4 8 1 2 9 7 5 6
5 1 7 3 8 6 2 4 9
2 9 6 5 7 4 8 3 1
8 6 5 4 9 3 1 7 2
9 7 3 8 1 2 4 6 5
1 2 4 6 5 7 3 9 8
4 8 9 7 6 1 5 2 3
7 5 2 9 3 8 6 1 4
6 3 1 2 4 5 9 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_538
|
..61..9477..3.6.....1.4..5.8.3..5..9......21.92..6..8.4.2.7....6.82..495...6.48.2
|
356182947749356128281947356813425769567839214924761583492578631678213495135694872
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 538
|
Basic 9x9 Sudoku 538
|
Normal 9x9 sudoku rules apply
|
. . 6 1 . . 9 4 7
7 . . 3 . 6 . . .
. . 1 . 4 . . 5 .
8 . 3 . . 5 . . 9
. . . . . . 2 1 .
9 2 . . 6 . . 8 .
4 . 2 . 7 . . . .
6 . 8 2 . . 4 9 5
. . . 6 . 4 8 . 2
|
3 5 6 1 8 2 9 4 7
7 4 9 3 5 6 1 2 8
2 8 1 9 4 7 3 5 6
8 1 3 4 2 5 7 6 9
5 6 7 8 3 9 2 1 4
9 2 4 7 6 1 5 8 3
4 9 2 5 7 8 6 3 1
6 7 8 2 1 3 4 9 5
1 3 5 6 9 4 8 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_539
|
.5.8.947.7.2.5.96.8..672.35.83.24651245.967.36......4931.2..5.6..7913.2442...8.17
|
156839472732451968894672135983724651245196783671385249318247596567913824429568317
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 539
|
Basic 9x9 Sudoku 539
|
Normal 9x9 sudoku rules apply
|
. 5 . 8 . 9 4 7 .
7 . 2 . 5 . 9 6 .
8 . . 6 7 2 . 3 5
. 8 3 . 2 4 6 5 1
2 4 5 . 9 6 7 . 3
6 . . . . . . 4 9
3 1 . 2 . . 5 . 6
. . 7 9 1 3 . 2 4
4 2 . . . 8 . 1 7
|
1 5 6 8 3 9 4 7 2
7 3 2 4 5 1 9 6 8
8 9 4 6 7 2 1 3 5
9 8 3 7 2 4 6 5 1
2 4 5 1 9 6 7 8 3
6 7 1 3 8 5 2 4 9
3 1 8 2 4 7 5 9 6
5 6 7 9 1 3 8 2 4
4 2 9 5 6 8 3 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_540
|
.5.982...93..168.5....57.69..1..5.4..8.7.....72486.5.3...17.45.41.6......7854.2..
|
156982374937416825842357169361295748589734612724861593293178456415623987678549231
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 540
|
Basic 9x9 Sudoku 540
|
Normal 9x9 sudoku rules apply
|
. 5 . 9 8 2 . . .
9 3 . . 1 6 8 . 5
. . . . 5 7 . 6 9
. . 1 . . 5 . 4 .
. 8 . 7 . . . . .
7 2 4 8 6 . 5 . 3
. . . 1 7 . 4 5 .
4 1 . 6 . . . . .
. 7 8 5 4 . 2 . .
|
1 5 6 9 8 2 3 7 4
9 3 7 4 1 6 8 2 5
8 4 2 3 5 7 1 6 9
3 6 1 2 9 5 7 4 8
5 8 9 7 3 4 6 1 2
7 2 4 8 6 1 5 9 3
2 9 3 1 7 8 4 5 6
4 1 5 6 2 3 9 8 7
6 7 8 5 4 9 2 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_541
|
.51.832472.81769539.72.4.813948.17.5.7549.368826.354..562.1......964853248352719.
|
651983247248176953937254681394861725175492368826735419562319874719648532483527196
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 541
|
Basic 9x9 Sudoku 541
|
Normal 9x9 sudoku rules apply
|
. 5 1 . 8 3 2 4 7
2 . 8 1 7 6 9 5 3
9 . 7 2 . 4 . 8 1
3 9 4 8 . 1 7 . 5
. 7 5 4 9 . 3 6 8
8 2 6 . 3 5 4 . .
5 6 2 . 1 . . . .
. . 9 6 4 8 5 3 2
4 8 3 5 2 7 1 9 .
|
6 5 1 9 8 3 2 4 7
2 4 8 1 7 6 9 5 3
9 3 7 2 5 4 6 8 1
3 9 4 8 6 1 7 2 5
1 7 5 4 9 2 3 6 8
8 2 6 7 3 5 4 1 9
5 6 2 3 1 9 8 7 4
7 1 9 6 4 8 5 3 2
4 8 3 5 2 7 1 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_542
|
.81..3.4...4681.5..62479...1.584..733.71.5896...93.5..2.93...6.6.8.94.2....56...9
|
981253647734681952562479138195846273347125896826937514279318465658794321413562789
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 542
|
Basic 9x9 Sudoku 542
|
Normal 9x9 sudoku rules apply
|
. 8 1 . . 3 . 4 .
. . 4 6 8 1 . 5 .
. 6 2 4 7 9 . . .
1 . 5 8 4 . . 7 3
3 . 7 1 . 5 8 9 6
. . . 9 3 . 5 . .
2 . 9 3 . . . 6 .
6 . 8 . 9 4 . 2 .
. . . 5 6 . . . 9
|
9 8 1 2 5 3 6 4 7
7 3 4 6 8 1 9 5 2
5 6 2 4 7 9 1 3 8
1 9 5 8 4 6 2 7 3
3 4 7 1 2 5 8 9 6
8 2 6 9 3 7 5 1 4
2 7 9 3 1 8 4 6 5
6 5 8 7 9 4 3 2 1
4 1 3 5 6 2 7 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_543
|
51.982.47682174.53749356.2..368915741..24...887456321.361..8....5763.1829..71.4.6
|
513982647682174953749356821236891574195247368874563219361428795457639182928715436
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 543
|
Basic 9x9 Sudoku 543
|
Normal 9x9 sudoku rules apply
|
5 1 . 9 8 2 . 4 7
6 8 2 1 7 4 . 5 3
7 4 9 3 5 6 . 2 .
. 3 6 8 9 1 5 7 4
1 . . 2 4 . . . 8
8 7 4 5 6 3 2 1 .
3 6 1 . . 8 . . .
. 5 7 6 3 . 1 8 2
9 . . 7 1 . 4 . 6
|
5 1 3 9 8 2 6 4 7
6 8 2 1 7 4 9 5 3
7 4 9 3 5 6 8 2 1
2 3 6 8 9 1 5 7 4
1 9 5 2 4 7 3 6 8
8 7 4 5 6 3 2 1 9
3 6 1 4 2 8 7 9 5
4 5 7 6 3 9 1 8 2
9 2 8 7 1 5 4 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_544
|
8..1926...2.467185761.83249..4.1679898372546.17..4953.43.9.1.5.69.2.8314.1.....27
|
845192673329467185761583249254316798983725461176849532432971856697258314518634927
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 544
|
Basic 9x9 Sudoku 544
|
Normal 9x9 sudoku rules apply
|
8 . . 1 9 2 6 . .
. 2 . 4 6 7 1 8 5
7 6 1 . 8 3 2 4 9
. . 4 . 1 6 7 9 8
9 8 3 7 2 5 4 6 .
1 7 . . 4 9 5 3 .
4 3 . 9 . 1 . 5 .
6 9 . 2 . 8 3 1 4
. 1 . . . . . 2 7
|
8 4 5 1 9 2 6 7 3
3 2 9 4 6 7 1 8 5
7 6 1 5 8 3 2 4 9
2 5 4 3 1 6 7 9 8
9 8 3 7 2 5 4 6 1
1 7 6 8 4 9 5 3 2
4 3 2 9 7 1 8 5 6
6 9 7 2 5 8 3 1 4
5 1 8 6 3 4 9 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_545
|
759813.4.2.69453171.372.8..894..17326.7..2.8553.4.896.328157.949.52.4178.71.8.523
|
759813246286945317143726859894561732617392485532478961328157694965234178471689523
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 545
|
Basic 9x9 Sudoku 545
|
Normal 9x9 sudoku rules apply
|
7 5 9 8 1 3 . 4 .
2 . 6 9 4 5 3 1 7
1 . 3 7 2 . 8 . .
8 9 4 . . 1 7 3 2
6 . 7 . . 2 . 8 5
5 3 . 4 . 8 9 6 .
3 2 8 1 5 7 . 9 4
9 . 5 2 . 4 1 7 8
. 7 1 . 8 . 5 2 3
|
7 5 9 8 1 3 2 4 6
2 8 6 9 4 5 3 1 7
1 4 3 7 2 6 8 5 9
8 9 4 5 6 1 7 3 2
6 1 7 3 9 2 4 8 5
5 3 2 4 7 8 9 6 1
3 2 8 1 5 7 6 9 4
9 6 5 2 3 4 1 7 8
4 7 1 6 8 9 5 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_546
|
16.9..43..4..359629...761.83.7...629...72.5.4.1...97..6.3.418.5..139.2..4296583.1
|
165982437748135962932476158357814629896723514214569783673241895581397246429658371
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 546
|
Basic 9x9 Sudoku 546
|
Normal 9x9 sudoku rules apply
|
1 6 . 9 . . 4 3 .
. 4 . . 3 5 9 6 2
9 . . . 7 6 1 . 8
3 . 7 . . . 6 2 9
. . . 7 2 . 5 . 4
. 1 . . . 9 7 . .
6 . 3 . 4 1 8 . 5
. . 1 3 9 . 2 . .
4 2 9 6 5 8 3 . 1
|
1 6 5 9 8 2 4 3 7
7 4 8 1 3 5 9 6 2
9 3 2 4 7 6 1 5 8
3 5 7 8 1 4 6 2 9
8 9 6 7 2 3 5 1 4
2 1 4 5 6 9 7 8 3
6 7 3 2 4 1 8 9 5
5 8 1 3 9 7 2 4 6
4 2 9 6 5 8 3 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_547
|
.7.....563..8.7.2...23....42..13546..1..6....5..4.2.1..3.52......5.....21.867..4.
|
871249356364857921952316874297135468413768295586492713639524187745981632128673549
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 547
|
Basic 9x9 Sudoku 547
|
Normal 9x9 sudoku rules apply
|
. 7 . . . . . 5 6
3 . . 8 . 7 . 2 .
. . 2 3 . . . . 4
2 . . 1 3 5 4 6 .
. 1 . . 6 . . . .
5 . . 4 . 2 . 1 .
. 3 . 5 2 . . . .
. . 5 . . . . . 2
1 . 8 6 7 . . 4 .
|
8 7 1 2 4 9 3 5 6
3 6 4 8 5 7 9 2 1
9 5 2 3 1 6 8 7 4
2 9 7 1 3 5 4 6 8
4 1 3 7 6 8 2 9 5
5 8 6 4 9 2 7 1 3
6 3 9 5 2 4 1 8 7
7 4 5 9 8 1 6 3 2
1 2 8 6 7 3 5 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_548
|
5..9.8.4....4..527.42.....982..1..5.156.9.....3....9.821.....73...73.....631..495
|
571928346398461527642573189829317654156894732437256918215649873984735261763182495
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 548
|
Basic 9x9 Sudoku 548
|
Normal 9x9 sudoku rules apply
|
5 . . 9 . 8 . 4 .
. . . 4 . . 5 2 7
. 4 2 . . . . . 9
8 2 . . 1 . . 5 .
1 5 6 . 9 . . . .
. 3 . . . . 9 . 8
2 1 . . . . . 7 3
. . . 7 3 . . . .
. 6 3 1 . . 4 9 5
|
5 7 1 9 2 8 3 4 6
3 9 8 4 6 1 5 2 7
6 4 2 5 7 3 1 8 9
8 2 9 3 1 7 6 5 4
1 5 6 8 9 4 7 3 2
4 3 7 2 5 6 9 1 8
2 1 5 6 4 9 8 7 3
9 8 4 7 3 5 2 6 1
7 6 3 1 8 2 4 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_549
|
7128954.36...27859.853.67128.69..54745.68..9.39.7.462..345....65.82.913..79463285
|
712895463643127859985346712826931547457682391391754628234518976568279134179463285
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 549
|
Basic 9x9 Sudoku 549
|
Normal 9x9 sudoku rules apply
|
7 1 2 8 9 5 4 . 3
6 . . . 2 7 8 5 9
. 8 5 3 . 6 7 1 2
8 . 6 9 . . 5 4 7
4 5 . 6 8 . . 9 .
3 9 . 7 . 4 6 2 .
. 3 4 5 . . . . 6
5 . 8 2 . 9 1 3 .
. 7 9 4 6 3 2 8 5
|
7 1 2 8 9 5 4 6 3
6 4 3 1 2 7 8 5 9
9 8 5 3 4 6 7 1 2
8 2 6 9 3 1 5 4 7
4 5 7 6 8 2 3 9 1
3 9 1 7 5 4 6 2 8
2 3 4 5 1 8 9 7 6
5 6 8 2 7 9 1 3 4
1 7 9 4 6 3 2 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_550
|
.13...7......5324.....4..131.94......2..164.....2.936.631.2....782.9163.5.43.8172
|
413982756976153248258647913169435827327816495845279361631724589782591634594368172
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 550
|
Basic 9x9 Sudoku 550
|
Normal 9x9 sudoku rules apply
|
. 1 3 . . . 7 . .
. . . . 5 3 2 4 .
. . . . 4 . . 1 3
1 . 9 4 . . . . .
. 2 . . 1 6 4 . .
. . . 2 . 9 3 6 .
6 3 1 . 2 . . . .
7 8 2 . 9 1 6 3 .
5 . 4 3 . 8 1 7 2
|
4 1 3 9 8 2 7 5 6
9 7 6 1 5 3 2 4 8
2 5 8 6 4 7 9 1 3
1 6 9 4 3 5 8 2 7
3 2 7 8 1 6 4 9 5
8 4 5 2 7 9 3 6 1
6 3 1 7 2 4 5 8 9
7 8 2 5 9 1 6 3 4
5 9 4 3 6 8 1 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_551
|
.34.2.9.67.5..91.2.9.56..7.2.94...67...3.6....1.275.9.9...5372.523..16.9..198...4
|
834127956765839142192564873259418367487396215316275498948653721523741689671982534
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 551
|
Basic 9x9 Sudoku 551
|
Normal 9x9 sudoku rules apply
|
. 3 4 . 2 . 9 . 6
7 . 5 . . 9 1 . 2
. 9 . 5 6 . . 7 .
2 . 9 4 . . . 6 7
. . . 3 . 6 . . .
. 1 . 2 7 5 . 9 .
9 . . . 5 3 7 2 .
5 2 3 . . 1 6 . 9
. . 1 9 8 . . . 4
|
8 3 4 1 2 7 9 5 6
7 6 5 8 3 9 1 4 2
1 9 2 5 6 4 8 7 3
2 5 9 4 1 8 3 6 7
4 8 7 3 9 6 2 1 5
3 1 6 2 7 5 4 9 8
9 4 8 6 5 3 7 2 1
5 2 3 7 4 1 6 8 9
6 7 1 9 8 2 5 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_552
|
2..1.34564..96.2.8..6...7191.9..637257831..9..2.74.5.193..74825.6259....85423..67
|
297183456415967238386425719149856372578312694623749581931674825762598143854231967
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 552
|
Basic 9x9 Sudoku 552
|
Normal 9x9 sudoku rules apply
|
2 . . 1 . 3 4 5 6
4 . . 9 6 . 2 . 8
. . 6 . . . 7 1 9
1 . 9 . . 6 3 7 2
5 7 8 3 1 . . 9 .
. 2 . 7 4 . 5 . 1
9 3 . . 7 4 8 2 5
. 6 2 5 9 . . . .
8 5 4 2 3 . . 6 7
|
2 9 7 1 8 3 4 5 6
4 1 5 9 6 7 2 3 8
3 8 6 4 2 5 7 1 9
1 4 9 8 5 6 3 7 2
5 7 8 3 1 2 6 9 4
6 2 3 7 4 9 5 8 1
9 3 1 6 7 4 8 2 5
7 6 2 5 9 8 1 4 3
8 5 4 2 3 1 9 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_553
|
.6389.475..8357.1..2.......87653492...51..78.4.1.78..3.8..451.76.4.235...........
|
163892475948357216527416839876534921235169784491278653382945167614723598759681342
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 553
|
Basic 9x9 Sudoku 553
|
Normal 9x9 sudoku rules apply
|
. 6 3 8 9 . 4 7 5
. . 8 3 5 7 . 1 .
. 2 . . . . . . .
8 7 6 5 3 4 9 2 .
. . 5 1 . . 7 8 .
4 . 1 . 7 8 . . 3
. 8 . . 4 5 1 . 7
6 . 4 . 2 3 5 . .
. . . . . . . . .
|
1 6 3 8 9 2 4 7 5
9 4 8 3 5 7 2 1 6
5 2 7 4 1 6 8 3 9
8 7 6 5 3 4 9 2 1
2 3 5 1 6 9 7 8 4
4 9 1 2 7 8 6 5 3
3 8 2 9 4 5 1 6 7
6 1 4 7 2 3 5 9 8
7 5 9 6 8 1 3 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_554
|
3..91.5.721.3.69846.948.23113..9574297..24318.42173695.217..856563.4.179798561.2.
|
384912567217356984659487231136895742975624318842173695421739856563248179798561423
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 554
|
Basic 9x9 Sudoku 554
|
Normal 9x9 sudoku rules apply
|
3 . . 9 1 . 5 . 7
2 1 . 3 . 6 9 8 4
6 . 9 4 8 . 2 3 1
1 3 . . 9 5 7 4 2
9 7 . . 2 4 3 1 8
. 4 2 1 7 3 6 9 5
. 2 1 7 . . 8 5 6
5 6 3 . 4 . 1 7 9
7 9 8 5 6 1 . 2 .
|
3 8 4 9 1 2 5 6 7
2 1 7 3 5 6 9 8 4
6 5 9 4 8 7 2 3 1
1 3 6 8 9 5 7 4 2
9 7 5 6 2 4 3 1 8
8 4 2 1 7 3 6 9 5
4 2 1 7 3 9 8 5 6
5 6 3 2 4 8 1 7 9
7 9 8 5 6 1 4 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_555
|
......3.634..69.7.5867.12..81469...27.32...6.62...3.8..9834.617165.7.84343.186..5
|
971824356342569178586731294814697532753218469629453781298345617165972843437186925
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 555
|
Basic 9x9 Sudoku 555
|
Normal 9x9 sudoku rules apply
|
. . . . . . 3 . 6
3 4 . . 6 9 . 7 .
5 8 6 7 . 1 2 . .
8 1 4 6 9 . . . 2
7 . 3 2 . . . 6 .
6 2 . . . 3 . 8 .
. 9 8 3 4 . 6 1 7
1 6 5 . 7 . 8 4 3
4 3 . 1 8 6 . . 5
|
9 7 1 8 2 4 3 5 6
3 4 2 5 6 9 1 7 8
5 8 6 7 3 1 2 9 4
8 1 4 6 9 7 5 3 2
7 5 3 2 1 8 4 6 9
6 2 9 4 5 3 7 8 1
2 9 8 3 4 5 6 1 7
1 6 5 9 7 2 8 4 3
4 3 7 1 8 6 9 2 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_556
|
..91.2.5.5...3..62.17.659.88.1.7.....2539..76.7..58.4.65.819..4.48523619.927.65.3
|
369182457584937162217465938831674295425391876976258341653819724748523619192746583
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 556
|
Basic 9x9 Sudoku 556
|
Normal 9x9 sudoku rules apply
|
. . 9 1 . 2 . 5 .
5 . . . 3 . . 6 2
. 1 7 . 6 5 9 . 8
8 . 1 . 7 . . . .
. 2 5 3 9 . . 7 6
. 7 . . 5 8 . 4 .
6 5 . 8 1 9 . . 4
. 4 8 5 2 3 6 1 9
. 9 2 7 . 6 5 . 3
|
3 6 9 1 8 2 4 5 7
5 8 4 9 3 7 1 6 2
2 1 7 4 6 5 9 3 8
8 3 1 6 7 4 2 9 5
4 2 5 3 9 1 8 7 6
9 7 6 2 5 8 3 4 1
6 5 3 8 1 9 7 2 4
7 4 8 5 2 3 6 1 9
1 9 2 7 4 6 5 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_557
|
72..8.6.5.1.2...4..8.94..32.......8.27..1945.9.8.76.....75...1..927..5..5...249..
|
724183695319265847685947132146352789273819456958476321467598213892731564531624978
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 557
|
Basic 9x9 Sudoku 557
|
Normal 9x9 sudoku rules apply
|
7 2 . . 8 . 6 . 5
. 1 . 2 . . . 4 .
. 8 . 9 4 . . 3 2
. . . . . . . 8 .
2 7 . . 1 9 4 5 .
9 . 8 . 7 6 . . .
. . 7 5 . . . 1 .
. 9 2 7 . . 5 . .
5 . . . 2 4 9 . .
|
7 2 4 1 8 3 6 9 5
3 1 9 2 6 5 8 4 7
6 8 5 9 4 7 1 3 2
1 4 6 3 5 2 7 8 9
2 7 3 8 1 9 4 5 6
9 5 8 4 7 6 3 2 1
4 6 7 5 9 8 2 1 3
8 9 2 7 3 1 5 6 4
5 3 1 6 2 4 9 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_558
|
2...8.3.5...4351..5..67284..83....5...23.4...7.4..6..34..76.592.....1..6625..87..
|
247189365896435127531672849983217654162354978754896213418763592379521486625948731
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 558
|
Basic 9x9 Sudoku 558
|
Normal 9x9 sudoku rules apply
|
2 . . . 8 . 3 . 5
. . . 4 3 5 1 . .
5 . . 6 7 2 8 4 .
. 8 3 . . . . 5 .
. . 2 3 . 4 . . .
7 . 4 . . 6 . . 3
4 . . 7 6 . 5 9 2
. . . . . 1 . . 6
6 2 5 . . 8 7 . .
|
2 4 7 1 8 9 3 6 5
8 9 6 4 3 5 1 2 7
5 3 1 6 7 2 8 4 9
9 8 3 2 1 7 6 5 4
1 6 2 3 5 4 9 7 8
7 5 4 8 9 6 2 1 3
4 1 8 7 6 3 5 9 2
3 7 9 5 2 1 4 8 6
6 2 5 9 4 8 7 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_559
|
63.198.45.9423781.218465397172.564.834..82169986..4.528615.3.7.45.8.1.2.7.36..581
|
637198245594237816218465397172956438345782169986314752861523974459871623723649581
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 559
|
Basic 9x9 Sudoku 559
|
Normal 9x9 sudoku rules apply
|
6 3 . 1 9 8 . 4 5
. 9 4 2 3 7 8 1 .
2 1 8 4 6 5 3 9 7
1 7 2 . 5 6 4 . 8
3 4 . . 8 2 1 6 9
9 8 6 . . 4 . 5 2
8 6 1 5 . 3 . 7 .
4 5 . 8 . 1 . 2 .
7 . 3 6 . . 5 8 1
|
6 3 7 1 9 8 2 4 5
5 9 4 2 3 7 8 1 6
2 1 8 4 6 5 3 9 7
1 7 2 9 5 6 4 3 8
3 4 5 7 8 2 1 6 9
9 8 6 3 1 4 7 5 2
8 6 1 5 2 3 9 7 4
4 5 9 8 7 1 6 2 3
7 2 3 6 4 9 5 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_560
|
64.812..37.935.....32.978..863.7941.....63785.2..4....2.6...14...8.2139.3.14865.7
|
645812973789354261132697854863579412914263785527148639276935148458721396391486527
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 560
|
Basic 9x9 Sudoku 560
|
Normal 9x9 sudoku rules apply
|
6 4 . 8 1 2 . . 3
7 . 9 3 5 . . . .
. 3 2 . 9 7 8 . .
8 6 3 . 7 9 4 1 .
. . . . 6 3 7 8 5
. 2 . . 4 . . . .
2 . 6 . . . 1 4 .
. . 8 . 2 1 3 9 .
3 . 1 4 8 6 5 . 7
|
6 4 5 8 1 2 9 7 3
7 8 9 3 5 4 2 6 1
1 3 2 6 9 7 8 5 4
8 6 3 5 7 9 4 1 2
9 1 4 2 6 3 7 8 5
5 2 7 1 4 8 6 3 9
2 7 6 9 3 5 1 4 8
4 5 8 7 2 1 3 9 6
3 9 1 4 8 6 5 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_561
|
6.218..7515.92.386348567.2.81973..642748.65135.64.27..9256.1.377.135894.48327.6..
|
692183475157924386348567129819735264274896513536412798925641837761358942483279651
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 561
|
Basic 9x9 Sudoku 561
|
Normal 9x9 sudoku rules apply
|
6 . 2 1 8 . . 7 5
1 5 . 9 2 . 3 8 6
3 4 8 5 6 7 . 2 .
8 1 9 7 3 . . 6 4
2 7 4 8 . 6 5 1 3
5 . 6 4 . 2 7 . .
9 2 5 6 . 1 . 3 7
7 . 1 3 5 8 9 4 .
4 8 3 2 7 . 6 . .
|
6 9 2 1 8 3 4 7 5
1 5 7 9 2 4 3 8 6
3 4 8 5 6 7 1 2 9
8 1 9 7 3 5 2 6 4
2 7 4 8 9 6 5 1 3
5 3 6 4 1 2 7 9 8
9 2 5 6 4 1 8 3 7
7 6 1 3 5 8 9 4 2
4 8 3 2 7 9 6 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_562
|
2.41.897.318.9.4.296..521..4.3815627185726349726.495.8..2..1.6487..6.2316.1283.9.
|
254138976318697452967452183493815627185726349726349518532971864879564231641283795
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 562
|
Basic 9x9 Sudoku 562
|
Normal 9x9 sudoku rules apply
|
2 . 4 1 . 8 9 7 .
3 1 8 . 9 . 4 . 2
9 6 . . 5 2 1 . .
4 . 3 8 1 5 6 2 7
1 8 5 7 2 6 3 4 9
7 2 6 . 4 9 5 . 8
. . 2 . . 1 . 6 4
8 7 . . 6 . 2 3 1
6 . 1 2 8 3 . 9 .
|
2 5 4 1 3 8 9 7 6
3 1 8 6 9 7 4 5 2
9 6 7 4 5 2 1 8 3
4 9 3 8 1 5 6 2 7
1 8 5 7 2 6 3 4 9
7 2 6 3 4 9 5 1 8
5 3 2 9 7 1 8 6 4
8 7 9 5 6 4 2 3 1
6 4 1 2 8 3 7 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_563
|
.3.5.2476271846.93654.3.12818...97.44.2.738.5.6....2197.3.5.98251932864.826.9...1
|
938512476271846593654937128185269734492173865367485219743651982519328647826794351
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 563
|
Basic 9x9 Sudoku 563
|
Normal 9x9 sudoku rules apply
|
. 3 . 5 . 2 4 7 6
2 7 1 8 4 6 . 9 3
6 5 4 . 3 . 1 2 8
1 8 . . . 9 7 . 4
4 . 2 . 7 3 8 . 5
. 6 . . . . 2 1 9
7 . 3 . 5 . 9 8 2
5 1 9 3 2 8 6 4 .
8 2 6 . 9 . . . 1
|
9 3 8 5 1 2 4 7 6
2 7 1 8 4 6 5 9 3
6 5 4 9 3 7 1 2 8
1 8 5 2 6 9 7 3 4
4 9 2 1 7 3 8 6 5
3 6 7 4 8 5 2 1 9
7 4 3 6 5 1 9 8 2
5 1 9 3 2 8 6 4 7
8 2 6 7 9 4 3 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_564
|
2.8..94.7...2..81..4.6....2.2.5......9..63..1.3.81.54.....51683..932.1...1.......
|
268139457953274816741685932124597368895463721637812549472951683589326174316748295
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 564
|
Basic 9x9 Sudoku 564
|
Normal 9x9 sudoku rules apply
|
2 . 8 . . 9 4 . 7
. . . 2 . . 8 1 .
. 4 . 6 . . . . 2
. 2 . 5 . . . . .
. 9 . . 6 3 . . 1
. 3 . 8 1 . 5 4 .
. . . . 5 1 6 8 3
. . 9 3 2 . 1 . .
. 1 . . . . . . .
|
2 6 8 1 3 9 4 5 7
9 5 3 2 7 4 8 1 6
7 4 1 6 8 5 9 3 2
1 2 4 5 9 7 3 6 8
8 9 5 4 6 3 7 2 1
6 3 7 8 1 2 5 4 9
4 7 2 9 5 1 6 8 3
5 8 9 3 2 6 1 7 4
3 1 6 7 4 8 2 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_565
|
....892.728.47.93..9...3.1..4...562.16..42..99256371.46..72..583.....46.4583.1.9.
|
536189247281476935794253816847915623163842579925637184619724358372598461458361792
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 565
|
Basic 9x9 Sudoku 565
|
Normal 9x9 sudoku rules apply
|
. . . . 8 9 2 . 7
2 8 . 4 7 . 9 3 .
. 9 . . . 3 . 1 .
. 4 . . . 5 6 2 .
1 6 . . 4 2 . . 9
9 2 5 6 3 7 1 . 4
6 . . 7 2 . . 5 8
3 . . . . . 4 6 .
4 5 8 3 . 1 . 9 .
|
5 3 6 1 8 9 2 4 7
2 8 1 4 7 6 9 3 5
7 9 4 2 5 3 8 1 6
8 4 7 9 1 5 6 2 3
1 6 3 8 4 2 5 7 9
9 2 5 6 3 7 1 8 4
6 1 9 7 2 4 3 5 8
3 7 2 5 9 8 4 6 1
4 5 8 3 6 1 7 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_566
|
76..8.352..82.7.96...3....7.159726.423...4.789.7836.215716...436.2.....9......865
|
764189352358247196129365487815972634236514978947836521571698243682453719493721865
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 566
|
Basic 9x9 Sudoku 566
|
Normal 9x9 sudoku rules apply
|
7 6 . . 8 . 3 5 2
. . 8 2 . 7 . 9 6
. . . 3 . . . . 7
. 1 5 9 7 2 6 . 4
2 3 . . . 4 . 7 8
9 . 7 8 3 6 . 2 1
5 7 1 6 . . . 4 3
6 . 2 . . . . . 9
. . . . . . 8 6 5
|
7 6 4 1 8 9 3 5 2
3 5 8 2 4 7 1 9 6
1 2 9 3 6 5 4 8 7
8 1 5 9 7 2 6 3 4
2 3 6 5 1 4 9 7 8
9 4 7 8 3 6 5 2 1
5 7 1 6 9 8 2 4 3
6 8 2 4 5 3 7 1 9
4 9 3 7 2 1 8 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_567
|
.6.89345.8.5..7..2......8.11..489376....15.9.49.....185.83.46.9.2..5814.64.....85
|
261893457835147962974562831152489376386715294497236518518374629729658143643921785
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 567
|
Basic 9x9 Sudoku 567
|
Normal 9x9 sudoku rules apply
|
. 6 . 8 9 3 4 5 .
8 . 5 . . 7 . . 2
. . . . . . 8 . 1
1 . . 4 8 9 3 7 6
. . . . 1 5 . 9 .
4 9 . . . . . 1 8
5 . 8 3 . 4 6 . 9
. 2 . . 5 8 1 4 .
6 4 . . . . . 8 5
|
2 6 1 8 9 3 4 5 7
8 3 5 1 4 7 9 6 2
9 7 4 5 6 2 8 3 1
1 5 2 4 8 9 3 7 6
3 8 6 7 1 5 2 9 4
4 9 7 2 3 6 5 1 8
5 1 8 3 7 4 6 2 9
7 2 9 6 5 8 1 4 3
6 4 3 9 2 1 7 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_568
|
6741.9235.1.254.795.2..61842.....9419.68417231.79..5687..49.352389527416..56..897
|
674189235813254679592376184238765941956841723147932568761498352389527416425613897
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 568
|
Basic 9x9 Sudoku 568
|
Normal 9x9 sudoku rules apply
|
6 7 4 1 . 9 2 3 5
. 1 . 2 5 4 . 7 9
5 . 2 . . 6 1 8 4
2 . . . . . 9 4 1
9 . 6 8 4 1 7 2 3
1 . 7 9 . . 5 6 8
7 . . 4 9 . 3 5 2
3 8 9 5 2 7 4 1 6
. . 5 6 . . 8 9 7
|
6 7 4 1 8 9 2 3 5
8 1 3 2 5 4 6 7 9
5 9 2 3 7 6 1 8 4
2 3 8 7 6 5 9 4 1
9 5 6 8 4 1 7 2 3
1 4 7 9 3 2 5 6 8
7 6 1 4 9 8 3 5 2
3 8 9 5 2 7 4 1 6
4 2 5 6 1 3 8 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_569
|
42.9.15.6.63..51..91.6738..194...6.323619.485578.6.219.427.8.5.7.951.34.3514..76.
|
427981536863245197915673824194852673236197485578364219642738951789516342351429768
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 569
|
Basic 9x9 Sudoku 569
|
Normal 9x9 sudoku rules apply
|
4 2 . 9 . 1 5 . 6
. 6 3 . . 5 1 . .
9 1 . 6 7 3 8 . .
1 9 4 . . . 6 . 3
2 3 6 1 9 . 4 8 5
5 7 8 . 6 . 2 1 9
. 4 2 7 . 8 . 5 .
7 . 9 5 1 . 3 4 .
3 5 1 4 . . 7 6 .
|
4 2 7 9 8 1 5 3 6
8 6 3 2 4 5 1 9 7
9 1 5 6 7 3 8 2 4
1 9 4 8 5 2 6 7 3
2 3 6 1 9 7 4 8 5
5 7 8 3 6 4 2 1 9
6 4 2 7 3 8 9 5 1
7 8 9 5 1 6 3 4 2
3 5 1 4 2 9 7 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_570
|
87...4356946.3.12731..6798415...2...2..4..5.....95..12.98...2..761.29..5.2.64.791
|
872194356946835127315267984154782639239416578687953412498571263761329845523648791
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 570
|
Basic 9x9 Sudoku 570
|
Normal 9x9 sudoku rules apply
|
8 7 . . . 4 3 5 6
9 4 6 . 3 . 1 2 7
3 1 . . 6 7 9 8 4
1 5 . . . 2 . . .
2 . . 4 . . 5 . .
. . . 9 5 . . 1 2
. 9 8 . . . 2 . .
7 6 1 . 2 9 . . 5
. 2 . 6 4 . 7 9 1
|
8 7 2 1 9 4 3 5 6
9 4 6 8 3 5 1 2 7
3 1 5 2 6 7 9 8 4
1 5 4 7 8 2 6 3 9
2 3 9 4 1 6 5 7 8
6 8 7 9 5 3 4 1 2
4 9 8 5 7 1 2 6 3
7 6 1 3 2 9 8 4 5
5 2 3 6 4 8 7 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_571
|
1.....5.7..583741272..65.39851749...46.31278.27..5.9...465.12...8.47...6917286354
|
138924567695837412724165839851749623469312785273658941346591278582473196917286354
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 571
|
Basic 9x9 Sudoku 571
|
Normal 9x9 sudoku rules apply
|
1 . . . . . 5 . 7
. . 5 8 3 7 4 1 2
7 2 . . 6 5 . 3 9
8 5 1 7 4 9 . . .
4 6 . 3 1 2 7 8 .
2 7 . . 5 . 9 . .
. 4 6 5 . 1 2 . .
. 8 . 4 7 . . . 6
9 1 7 2 8 6 3 5 4
|
1 3 8 9 2 4 5 6 7
6 9 5 8 3 7 4 1 2
7 2 4 1 6 5 8 3 9
8 5 1 7 4 9 6 2 3
4 6 9 3 1 2 7 8 5
2 7 3 6 5 8 9 4 1
3 4 6 5 9 1 2 7 8
5 8 2 4 7 3 1 9 6
9 1 7 2 8 6 3 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_572
|
.6.3.245......726.2...6..3.........29.4......7.39.5..185762...4391.4.7..6....3...
|
168392457439157268275864139586431972914276583723985641857629314391548726642713895
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 572
|
Basic 9x9 Sudoku 572
|
Normal 9x9 sudoku rules apply
|
. 6 . 3 . 2 4 5 .
. . . . . 7 2 6 .
2 . . . 6 . . 3 .
. . . . . . . . 2
9 . 4 . . . . . .
7 . 3 9 . 5 . . 1
8 5 7 6 2 . . . 4
3 9 1 . 4 . 7 . .
6 . . . . 3 . . .
|
1 6 8 3 9 2 4 5 7
4 3 9 1 5 7 2 6 8
2 7 5 8 6 4 1 3 9
5 8 6 4 3 1 9 7 2
9 1 4 2 7 6 5 8 3
7 2 3 9 8 5 6 4 1
8 5 7 6 2 9 3 1 4
3 9 1 5 4 8 7 2 6
6 4 2 7 1 3 8 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_573
|
51.....3..2317456878.6..1.983.24695...93156.7.....82.31...62..53.25814964659378.2
|
516829734923174568784653129837246951249315687651798243198462375372581496465937812
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 573
|
Basic 9x9 Sudoku 573
|
Normal 9x9 sudoku rules apply
|
5 1 . . . . . 3 .
. 2 3 1 7 4 5 6 8
7 8 . 6 . . 1 . 9
8 3 . 2 4 6 9 5 .
. . 9 3 1 5 6 . 7
. . . . . 8 2 . 3
1 . . . 6 2 . . 5
3 . 2 5 8 1 4 9 6
4 6 5 9 3 7 8 . 2
|
5 1 6 8 2 9 7 3 4
9 2 3 1 7 4 5 6 8
7 8 4 6 5 3 1 2 9
8 3 7 2 4 6 9 5 1
2 4 9 3 1 5 6 8 7
6 5 1 7 9 8 2 4 3
1 9 8 4 6 2 3 7 5
3 7 2 5 8 1 4 9 6
4 6 5 9 3 7 8 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_574
|
.38.4.2.......214..42.6789..8.7.9..6..6.8...15.942...869.2..73.827.3..193...716.2
|
938145267765892143142367895283719456476583921519426378691258734827634519354971682
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 574
|
Basic 9x9 Sudoku 574
|
Normal 9x9 sudoku rules apply
|
. 3 8 . 4 . 2 . .
. . . . . 2 1 4 .
. 4 2 . 6 7 8 9 .
. 8 . 7 . 9 . . 6
. . 6 . 8 . . . 1
5 . 9 4 2 . . . 8
6 9 . 2 . . 7 3 .
8 2 7 . 3 . . 1 9
3 . . . 7 1 6 . 2
|
9 3 8 1 4 5 2 6 7
7 6 5 8 9 2 1 4 3
1 4 2 3 6 7 8 9 5
2 8 3 7 1 9 4 5 6
4 7 6 5 8 3 9 2 1
5 1 9 4 2 6 3 7 8
6 9 1 2 5 8 7 3 4
8 2 7 6 3 4 5 1 9
3 5 4 9 7 1 6 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_575
|
7451.2396.8..435.22..6.718.81.734925.245.971895...864.49837.2.15.2.91..717342.859
|
745182396681943572239657184816734925324569718957218643498375261562891437173426859
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 575
|
Basic 9x9 Sudoku 575
|
Normal 9x9 sudoku rules apply
|
7 4 5 1 . 2 3 9 6
. 8 . . 4 3 5 . 2
2 . . 6 . 7 1 8 .
8 1 . 7 3 4 9 2 5
. 2 4 5 . 9 7 1 8
9 5 . . . 8 6 4 .
4 9 8 3 7 . 2 . 1
5 . 2 . 9 1 . . 7
1 7 3 4 2 . 8 5 9
|
7 4 5 1 8 2 3 9 6
6 8 1 9 4 3 5 7 2
2 3 9 6 5 7 1 8 4
8 1 6 7 3 4 9 2 5
3 2 4 5 6 9 7 1 8
9 5 7 2 1 8 6 4 3
4 9 8 3 7 5 2 6 1
5 6 2 8 9 1 4 3 7
1 7 3 4 2 6 8 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_576
|
1..2..43.2.9.1.8...7..5.9.13.2164.95.1.9.3...9..528..3891...3.2.53792.487...31...
|
165289437239417856478356921382164795516973284947528613891645372653792148724831569
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 576
|
Basic 9x9 Sudoku 576
|
Normal 9x9 sudoku rules apply
|
1 . . 2 . . 4 3 .
2 . 9 . 1 . 8 . .
. 7 . . 5 . 9 . 1
3 . 2 1 6 4 . 9 5
. 1 . 9 . 3 . . .
9 . . 5 2 8 . . 3
8 9 1 . . . 3 . 2
. 5 3 7 9 2 . 4 8
7 . . . 3 1 . . .
|
1 6 5 2 8 9 4 3 7
2 3 9 4 1 7 8 5 6
4 7 8 3 5 6 9 2 1
3 8 2 1 6 4 7 9 5
5 1 6 9 7 3 2 8 4
9 4 7 5 2 8 6 1 3
8 9 1 6 4 5 3 7 2
6 5 3 7 9 2 1 4 8
7 2 4 8 3 1 5 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_577
|
.58..3..7....7.....3754612.4.......137....28461.4..359.2...4.9659.6.1....6.8.9412
|
258913647146278935937546128485392761379165284612487359821734596594621873763859412
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 577
|
Basic 9x9 Sudoku 577
|
Normal 9x9 sudoku rules apply
|
. 5 8 . . 3 . . 7
. . . . 7 . . . .
. 3 7 5 4 6 1 2 .
4 . . . . . . . 1
3 7 . . . . 2 8 4
6 1 . 4 . . 3 5 9
. 2 . . . 4 . 9 6
5 9 . 6 . 1 . . .
. 6 . 8 . 9 4 1 2
|
2 5 8 9 1 3 6 4 7
1 4 6 2 7 8 9 3 5
9 3 7 5 4 6 1 2 8
4 8 5 3 9 2 7 6 1
3 7 9 1 6 5 2 8 4
6 1 2 4 8 7 3 5 9
8 2 1 7 3 4 5 9 6
5 9 4 6 2 1 8 7 3
7 6 3 8 5 9 4 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_578
|
....294.....5..86..5..4....8.5..73.634.268.7.7.2.3..4..3.75..8.528....13.76.....4
|
683129457214573869957846231895417326341268975762935148439751682528694713176382594
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 578
|
Basic 9x9 Sudoku 578
|
Normal 9x9 sudoku rules apply
|
. . . . 2 9 4 . .
. . . 5 . . 8 6 .
. 5 . . 4 . . . .
8 . 5 . . 7 3 . 6
3 4 . 2 6 8 . 7 .
7 . 2 . 3 . . 4 .
. 3 . 7 5 . . 8 .
5 2 8 . . . . 1 3
. 7 6 . . . . . 4
|
6 8 3 1 2 9 4 5 7
2 1 4 5 7 3 8 6 9
9 5 7 8 4 6 2 3 1
8 9 5 4 1 7 3 2 6
3 4 1 2 6 8 9 7 5
7 6 2 9 3 5 1 4 8
4 3 9 7 5 1 6 8 2
5 2 8 6 9 4 7 1 3
1 7 6 3 8 2 5 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_579
|
5...1.9.6.4195.837..347.215..978...48675241933...6972.7..691452....4.371.15237...
|
572318946641952837983476215129783564867524193354169728738691452296845371415237689
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 579
|
Basic 9x9 Sudoku 579
|
Normal 9x9 sudoku rules apply
|
5 . . . 1 . 9 . 6
. 4 1 9 5 . 8 3 7
. . 3 4 7 . 2 1 5
. . 9 7 8 . . . 4
8 6 7 5 2 4 1 9 3
3 . . . 6 9 7 2 .
7 . . 6 9 1 4 5 2
. . . . 4 . 3 7 1
. 1 5 2 3 7 . . .
|
5 7 2 3 1 8 9 4 6
6 4 1 9 5 2 8 3 7
9 8 3 4 7 6 2 1 5
1 2 9 7 8 3 5 6 4
8 6 7 5 2 4 1 9 3
3 5 4 1 6 9 7 2 8
7 3 8 6 9 1 4 5 2
2 9 6 8 4 5 3 7 1
4 1 5 2 3 7 6 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_580
|
5.1.89.46..435.7.9398467..1.8913.67.1.7824..3.3.9.6128.5264..1.71.5.8...943.12865
|
571289346624351789398467251289135674167824593435976128852643917716598432943712865
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 580
|
Basic 9x9 Sudoku 580
|
Normal 9x9 sudoku rules apply
|
5 . 1 . 8 9 . 4 6
. . 4 3 5 . 7 . 9
3 9 8 4 6 7 . . 1
. 8 9 1 3 . 6 7 .
1 . 7 8 2 4 . . 3
. 3 . 9 . 6 1 2 8
. 5 2 6 4 . . 1 .
7 1 . 5 . 8 . . .
9 4 3 . 1 2 8 6 5
|
5 7 1 2 8 9 3 4 6
6 2 4 3 5 1 7 8 9
3 9 8 4 6 7 2 5 1
2 8 9 1 3 5 6 7 4
1 6 7 8 2 4 5 9 3
4 3 5 9 7 6 1 2 8
8 5 2 6 4 3 9 1 7
7 1 6 5 9 8 4 3 2
9 4 3 7 1 2 8 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_581
|
89214.56..3...8249...59...838.2..6..271.5.4..54.9.7.127.34..9...5876.324624.8..51
|
892143567135678249467592138389214675271856493546937812713425986958761324624389751
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 581
|
Basic 9x9 Sudoku 581
|
Normal 9x9 sudoku rules apply
|
8 9 2 1 4 . 5 6 .
. 3 . . . 8 2 4 9
. . . 5 9 . . . 8
3 8 . 2 . . 6 . .
2 7 1 . 5 . 4 . .
5 4 . 9 . 7 . 1 2
7 . 3 4 . . 9 . .
. 5 8 7 6 . 3 2 4
6 2 4 . 8 . . 5 1
|
8 9 2 1 4 3 5 6 7
1 3 5 6 7 8 2 4 9
4 6 7 5 9 2 1 3 8
3 8 9 2 1 4 6 7 5
2 7 1 8 5 6 4 9 3
5 4 6 9 3 7 8 1 2
7 1 3 4 2 5 9 8 6
9 5 8 7 6 1 3 2 4
6 2 4 3 8 9 7 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_582
|
5..1...4.419357286.8.9.4..589..136...518264..63....7.8.7.4985211482359679.5.7.834
|
567182349419357286283964175894713652751826493632549718376498521148235967925671834
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 582
|
Basic 9x9 Sudoku 582
|
Normal 9x9 sudoku rules apply
|
5 . . 1 . . . 4 .
4 1 9 3 5 7 2 8 6
. 8 . 9 . 4 . . 5
8 9 . . 1 3 6 . .
. 5 1 8 2 6 4 . .
6 3 . . . . 7 . 8
. 7 . 4 9 8 5 2 1
1 4 8 2 3 5 9 6 7
9 . 5 . 7 . 8 3 4
|
5 6 7 1 8 2 3 4 9
4 1 9 3 5 7 2 8 6
2 8 3 9 6 4 1 7 5
8 9 4 7 1 3 6 5 2
7 5 1 8 2 6 4 9 3
6 3 2 5 4 9 7 1 8
3 7 6 4 9 8 5 2 1
1 4 8 2 3 5 9 6 7
9 2 5 6 7 1 8 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_583
|
61238..57398457.625.7216893823.7.5.99.58.463116.935278..9.637.47361.89.5.5..92.8.
|
612389457398457162547216893823671549975824631164935278289563714736148925451792386
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 583
|
Basic 9x9 Sudoku 583
|
Normal 9x9 sudoku rules apply
|
6 1 2 3 8 . . 5 7
3 9 8 4 5 7 . 6 2
5 . 7 2 1 6 8 9 3
8 2 3 . 7 . 5 . 9
9 . 5 8 . 4 6 3 1
1 6 . 9 3 5 2 7 8
. . 9 . 6 3 7 . 4
7 3 6 1 . 8 9 . 5
. 5 . . 9 2 . 8 .
|
6 1 2 3 8 9 4 5 7
3 9 8 4 5 7 1 6 2
5 4 7 2 1 6 8 9 3
8 2 3 6 7 1 5 4 9
9 7 5 8 2 4 6 3 1
1 6 4 9 3 5 2 7 8
2 8 9 5 6 3 7 1 4
7 3 6 1 4 8 9 2 5
4 5 1 7 9 2 3 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_584
|
3.9812..5.......788543..19...7.3.....83.6..5.6..2..7.44.8...5.3.3..2...6......8..
|
379812465126954378854376192247135689983467251615289734468791523731528946592643817
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 584
|
Basic 9x9 Sudoku 584
|
Normal 9x9 sudoku rules apply
|
3 . 9 8 1 2 . . 5
. . . . . . . 7 8
8 5 4 3 . . 1 9 .
. . 7 . 3 . . . .
. 8 3 . 6 . . 5 .
6 . . 2 . . 7 . 4
4 . 8 . . . 5 . 3
. 3 . . 2 . . . 6
. . . . . . 8 . .
|
3 7 9 8 1 2 4 6 5
1 2 6 9 5 4 3 7 8
8 5 4 3 7 6 1 9 2
2 4 7 1 3 5 6 8 9
9 8 3 4 6 7 2 5 1
6 1 5 2 8 9 7 3 4
4 6 8 7 9 1 5 2 3
7 3 1 5 2 8 9 4 6
5 9 2 6 4 3 8 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_585
|
..34.85974..2.916818.5..243.14.6732585.143679..69..4.129.3548.6...7..954.4.6...32
|
623418597475239168189576243914867325852143679736925481297354816361782954548691732
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 585
|
Basic 9x9 Sudoku 585
|
Normal 9x9 sudoku rules apply
|
. . 3 4 . 8 5 9 7
4 . . 2 . 9 1 6 8
1 8 . 5 . . 2 4 3
. 1 4 . 6 7 3 2 5
8 5 . 1 4 3 6 7 9
. . 6 9 . . 4 . 1
2 9 . 3 5 4 8 . 6
. . . 7 . . 9 5 4
. 4 . 6 . . . 3 2
|
6 2 3 4 1 8 5 9 7
4 7 5 2 3 9 1 6 8
1 8 9 5 7 6 2 4 3
9 1 4 8 6 7 3 2 5
8 5 2 1 4 3 6 7 9
7 3 6 9 2 5 4 8 1
2 9 7 3 5 4 8 1 6
3 6 1 7 8 2 9 5 4
5 4 8 6 9 1 7 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_586
|
.......7.39.874...74.3...28..8..7..1...1.5.8.16...2..98..79.6.5.1.6..7...79.438..
|
586219374392874156741356928258937461934165287167482539823791645415628793679543812
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 586
|
Basic 9x9 Sudoku 586
|
Normal 9x9 sudoku rules apply
|
. . . . . . . 7 .
3 9 . 8 7 4 . . .
7 4 . 3 . . . 2 8
. . 8 . . 7 . . 1
. . . 1 . 5 . 8 .
1 6 . . . 2 . . 9
8 . . 7 9 . 6 . 5
. 1 . 6 . . 7 . .
. 7 9 . 4 3 8 . .
|
5 8 6 2 1 9 3 7 4
3 9 2 8 7 4 1 5 6
7 4 1 3 5 6 9 2 8
2 5 8 9 3 7 4 6 1
9 3 4 1 6 5 2 8 7
1 6 7 4 8 2 5 3 9
8 2 3 7 9 1 6 4 5
4 1 5 6 2 8 7 9 3
6 7 9 5 4 3 8 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_587
|
6.48.395...8.253....5....2.24...97...5....214..7....8..8..9.4..46.3.....7....2..1
|
624813957178925346935467128246189735859736214317254689582691473461378592793542861
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 587
|
Basic 9x9 Sudoku 587
|
Normal 9x9 sudoku rules apply
|
6 . 4 8 . 3 9 5 .
. . 8 . 2 5 3 . .
. . 5 . . . . 2 .
2 4 . . . 9 7 . .
. 5 . . . . 2 1 4
. . 7 . . . . 8 .
. 8 . . 9 . 4 . .
4 6 . 3 . . . . .
7 . . . . 2 . . 1
|
6 2 4 8 1 3 9 5 7
1 7 8 9 2 5 3 4 6
9 3 5 4 6 7 1 2 8
2 4 6 1 8 9 7 3 5
8 5 9 7 3 6 2 1 4
3 1 7 2 5 4 6 8 9
5 8 2 6 9 1 4 7 3
4 6 1 3 7 8 5 9 2
7 9 3 5 4 2 8 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_588
|
942183576.73.5641..6547..9323.567.4..1.2.93....4831.2...1....8.....2...7786..4...
|
942183576873956412165472893238567941517249368694831725321795684459628137786314259
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 588
|
Basic 9x9 Sudoku 588
|
Normal 9x9 sudoku rules apply
|
9 4 2 1 8 3 5 7 6
. 7 3 . 5 6 4 1 .
. 6 5 4 7 . . 9 3
2 3 . 5 6 7 . 4 .
. 1 . 2 . 9 3 . .
. . 4 8 3 1 . 2 .
. . 1 . . . . 8 .
. . . . 2 . . . 7
7 8 6 . . 4 . . .
|
9 4 2 1 8 3 5 7 6
8 7 3 9 5 6 4 1 2
1 6 5 4 7 2 8 9 3
2 3 8 5 6 7 9 4 1
5 1 7 2 4 9 3 6 8
6 9 4 8 3 1 7 2 5
3 2 1 7 9 5 6 8 4
4 5 9 6 2 8 1 3 7
7 8 6 3 1 4 2 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_589
|
....82...723.4..6...86.7241..93..4.2...2...15...8.4.9..65...1..2..4.8....8759.32.
|
614982537723145968598637241859316472346279815172854693965723184231468759487591326
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 589
|
Basic 9x9 Sudoku 589
|
Normal 9x9 sudoku rules apply
|
. . . . 8 2 . . .
7 2 3 . 4 . . 6 .
. . 8 6 . 7 2 4 1
. . 9 3 . . 4 . 2
. . . 2 . . . 1 5
. . . 8 . 4 . 9 .
. 6 5 . . . 1 . .
2 . . 4 . 8 . . .
. 8 7 5 9 . 3 2 .
|
6 1 4 9 8 2 5 3 7
7 2 3 1 4 5 9 6 8
5 9 8 6 3 7 2 4 1
8 5 9 3 1 6 4 7 2
3 4 6 2 7 9 8 1 5
1 7 2 8 5 4 6 9 3
9 6 5 7 2 3 1 8 4
2 3 1 4 6 8 7 5 9
4 8 7 5 9 1 3 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_590
|
3651....4.9..2756...1.6.3.......4859847...6.2956..84.76.4..3.2..1..4.98..3....1.6
|
365189274498327561271465398123674859847591632956238417684913725512746983739852146
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 590
|
Basic 9x9 Sudoku 590
|
Normal 9x9 sudoku rules apply
|
3 6 5 1 . . . . 4
. 9 . . 2 7 5 6 .
. . 1 . 6 . 3 . .
. . . . . 4 8 5 9
8 4 7 . . . 6 . 2
9 5 6 . . 8 4 . 7
6 . 4 . . 3 . 2 .
. 1 . . 4 . 9 8 .
. 3 . . . . 1 . 6
|
3 6 5 1 8 9 2 7 4
4 9 8 3 2 7 5 6 1
2 7 1 4 6 5 3 9 8
1 2 3 6 7 4 8 5 9
8 4 7 5 9 1 6 3 2
9 5 6 2 3 8 4 1 7
6 8 4 9 1 3 7 2 5
5 1 2 7 4 6 9 8 3
7 3 9 8 5 2 1 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_591
|
295...46..3..46.1564....8.315.684.7286.2..5...7235..819.4723...5...683293261.574.
|
295831467738946215641572893153684972869217534472359681984723156517468329326195748
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 591
|
Basic 9x9 Sudoku 591
|
Normal 9x9 sudoku rules apply
|
2 9 5 . . . 4 6 .
. 3 . . 4 6 . 1 5
6 4 . . . . 8 . 3
1 5 . 6 8 4 . 7 2
8 6 . 2 . . 5 . .
. 7 2 3 5 . . 8 1
9 . 4 7 2 3 . . .
5 . . . 6 8 3 2 9
3 2 6 1 . 5 7 4 .
|
2 9 5 8 3 1 4 6 7
7 3 8 9 4 6 2 1 5
6 4 1 5 7 2 8 9 3
1 5 3 6 8 4 9 7 2
8 6 9 2 1 7 5 3 4
4 7 2 3 5 9 6 8 1
9 8 4 7 2 3 1 5 6
5 1 7 4 6 8 3 2 9
3 2 6 1 9 5 7 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_592
|
3...9..561852.6937.46..51.8..4..8761...4..3.9.69..35.241.6.789579852.6136..1892.4
|
327891456185246937946375128234958761571462389869713542412637895798524613653189274
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 592
|
Basic 9x9 Sudoku 592
|
Normal 9x9 sudoku rules apply
|
3 . . . 9 . . 5 6
1 8 5 2 . 6 9 3 7
. 4 6 . . 5 1 . 8
. . 4 . . 8 7 6 1
. . . 4 . . 3 . 9
. 6 9 . . 3 5 . 2
4 1 . 6 . 7 8 9 5
7 9 8 5 2 . 6 1 3
6 . . 1 8 9 2 . 4
|
3 2 7 8 9 1 4 5 6
1 8 5 2 4 6 9 3 7
9 4 6 3 7 5 1 2 8
2 3 4 9 5 8 7 6 1
5 7 1 4 6 2 3 8 9
8 6 9 7 1 3 5 4 2
4 1 2 6 3 7 8 9 5
7 9 8 5 2 4 6 1 3
6 5 3 1 8 9 2 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_593
|
254.93..78672451.3913678....8.519..64713.6.5.5.6..7312.2893146564.752.3.135864.79
|
254193687867245193913678524382519746471326958596487312728931465649752831135864279
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 593
|
Basic 9x9 Sudoku 593
|
Normal 9x9 sudoku rules apply
|
2 5 4 . 9 3 . . 7
8 6 7 2 4 5 1 . 3
9 1 3 6 7 8 . . .
. 8 . 5 1 9 . . 6
4 7 1 3 . 6 . 5 .
5 . 6 . . 7 3 1 2
. 2 8 9 3 1 4 6 5
6 4 . 7 5 2 . 3 .
1 3 5 8 6 4 . 7 9
|
2 5 4 1 9 3 6 8 7
8 6 7 2 4 5 1 9 3
9 1 3 6 7 8 5 2 4
3 8 2 5 1 9 7 4 6
4 7 1 3 2 6 9 5 8
5 9 6 4 8 7 3 1 2
7 2 8 9 3 1 4 6 5
6 4 9 7 5 2 8 3 1
1 3 5 8 6 4 2 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_594
|
.8.1.6.5..2..581.43.....2..46.271...1579.3....9.8.56.1.3941..65.4..87...6...3...2
|
984126357726358194315794286468271539157963428293845671839412765542687913671539842
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 594
|
Basic 9x9 Sudoku 594
|
Normal 9x9 sudoku rules apply
|
. 8 . 1 . 6 . 5 .
. 2 . . 5 8 1 . 4
3 . . . . . 2 . .
4 6 . 2 7 1 . . .
1 5 7 9 . 3 . . .
. 9 . 8 . 5 6 . 1
. 3 9 4 1 . . 6 5
. 4 . . 8 7 . . .
6 . . . 3 . . . 2
|
9 8 4 1 2 6 3 5 7
7 2 6 3 5 8 1 9 4
3 1 5 7 9 4 2 8 6
4 6 8 2 7 1 5 3 9
1 5 7 9 6 3 4 2 8
2 9 3 8 4 5 6 7 1
8 3 9 4 1 2 7 6 5
5 4 2 6 8 7 9 1 3
6 7 1 5 3 9 8 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_595
|
.8913...735.4681.21.49...35.25819..687.2.6914916..4..85486..723.317.25.979.583641
|
289135467357468192164927835425819376873256914916374258548691723631742589792583641
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 595
|
Basic 9x9 Sudoku 595
|
Normal 9x9 sudoku rules apply
|
. 8 9 1 3 . . . 7
3 5 . 4 6 8 1 . 2
1 . 4 9 . . . 3 5
. 2 5 8 1 9 . . 6
8 7 . 2 . 6 9 1 4
9 1 6 . . 4 . . 8
5 4 8 6 . . 7 2 3
. 3 1 7 . 2 5 . 9
7 9 . 5 8 3 6 4 1
|
2 8 9 1 3 5 4 6 7
3 5 7 4 6 8 1 9 2
1 6 4 9 2 7 8 3 5
4 2 5 8 1 9 3 7 6
8 7 3 2 5 6 9 1 4
9 1 6 3 7 4 2 5 8
5 4 8 6 9 1 7 2 3
6 3 1 7 4 2 5 8 9
7 9 2 5 8 3 6 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_596
|
.741.29.5..869.47.95634.81.2.3..9.54785.6413964..137285614283.7.92.3.58683.95.241
|
374182965128695473956347812213879654785264139649513728561428397492731586837956241
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 596
|
Basic 9x9 Sudoku 596
|
Normal 9x9 sudoku rules apply
|
. 7 4 1 . 2 9 . 5
. . 8 6 9 . 4 7 .
9 5 6 3 4 . 8 1 .
2 . 3 . . 9 . 5 4
7 8 5 . 6 4 1 3 9
6 4 . . 1 3 7 2 8
5 6 1 4 2 8 3 . 7
. 9 2 . 3 . 5 8 6
8 3 . 9 5 . 2 4 1
|
3 7 4 1 8 2 9 6 5
1 2 8 6 9 5 4 7 3
9 5 6 3 4 7 8 1 2
2 1 3 8 7 9 6 5 4
7 8 5 2 6 4 1 3 9
6 4 9 5 1 3 7 2 8
5 6 1 4 2 8 3 9 7
4 9 2 7 3 1 5 8 6
8 3 7 9 5 6 2 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_597
|
..7..8.4686..592.739.4.71.812...5.74.368.4.2994..7..8...9.4.8.3683...41.4516.379.
|
517328946864159237392467158128935674736814529945276381279541863683792415451683792
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 597
|
Basic 9x9 Sudoku 597
|
Normal 9x9 sudoku rules apply
|
. . 7 . . 8 . 4 6
8 6 . . 5 9 2 . 7
3 9 . 4 . 7 1 . 8
1 2 . . . 5 . 7 4
. 3 6 8 . 4 . 2 9
9 4 . . 7 . . 8 .
. . 9 . 4 . 8 . 3
6 8 3 . . . 4 1 .
4 5 1 6 . 3 7 9 .
|
5 1 7 3 2 8 9 4 6
8 6 4 1 5 9 2 3 7
3 9 2 4 6 7 1 5 8
1 2 8 9 3 5 6 7 4
7 3 6 8 1 4 5 2 9
9 4 5 2 7 6 3 8 1
2 7 9 5 4 1 8 6 3
6 8 3 7 9 2 4 1 5
4 5 1 6 8 3 7 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_598
|
..61..8.7.8.5.2436.7.8.61.2.1493762...521..83327.85.144....127916275.34.7.942856.
|
246193857981572436573846192814937625695214783327685914458361279162759348739428561
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 598
|
Basic 9x9 Sudoku 598
|
Normal 9x9 sudoku rules apply
|
. . 6 1 . . 8 . 7
. 8 . 5 . 2 4 3 6
. 7 . 8 . 6 1 . 2
. 1 4 9 3 7 6 2 .
. . 5 2 1 . . 8 3
3 2 7 . 8 5 . 1 4
4 . . . . 1 2 7 9
1 6 2 7 5 . 3 4 .
7 . 9 4 2 8 5 6 .
|
2 4 6 1 9 3 8 5 7
9 8 1 5 7 2 4 3 6
5 7 3 8 4 6 1 9 2
8 1 4 9 3 7 6 2 5
6 9 5 2 1 4 7 8 3
3 2 7 6 8 5 9 1 4
4 5 8 3 6 1 2 7 9
1 6 2 7 5 9 3 4 8
7 3 9 4 2 8 5 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_599
|
2..1.5....7..9..35.856..4..8.2...16.419.....83..82.....9.4...87.2195.34.6...7..9.
|
234185679176294835985637412852749163419563728367821954593416287721958346648372591
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 599
|
Basic 9x9 Sudoku 599
|
Normal 9x9 sudoku rules apply
|
2 . . 1 . 5 . . .
. 7 . . 9 . . 3 5
. 8 5 6 . . 4 . .
8 . 2 . . . 1 6 .
4 1 9 . . . . . 8
3 . . 8 2 . . . .
. 9 . 4 . . . 8 7
. 2 1 9 5 . 3 4 .
6 . . . 7 . . 9 .
|
2 3 4 1 8 5 6 7 9
1 7 6 2 9 4 8 3 5
9 8 5 6 3 7 4 1 2
8 5 2 7 4 9 1 6 3
4 1 9 5 6 3 7 2 8
3 6 7 8 2 1 9 5 4
5 9 3 4 1 6 2 8 7
7 2 1 9 5 8 3 4 6
6 4 8 3 7 2 5 9 1
| 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.