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_300
|
.798.1..48.4.95..751.6...89.98.5...2....8.....5...7...43..6879....5....6......3.8
|
679821534824395167513674289198453672347286951256917843432168795781539426965742318
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 300
|
Basic 9x9 Sudoku 300
|
Normal 9x9 sudoku rules apply
|
. 7 9 8 . 1 . . 4
8 . 4 . 9 5 . . 7
5 1 . 6 . . . 8 9
. 9 8 . 5 . . . 2
. . . . 8 . . . .
. 5 . . . 7 . . .
4 3 . . 6 8 7 9 .
. . . 5 . . . . 6
. . . . . . 3 . 8
|
6 7 9 8 2 1 5 3 4
8 2 4 3 9 5 1 6 7
5 1 3 6 7 4 2 8 9
1 9 8 4 5 3 6 7 2
3 4 7 2 8 6 9 5 1
2 5 6 9 1 7 8 4 3
4 3 2 1 6 8 7 9 5
7 8 1 5 3 9 4 2 6
9 6 5 7 4 2 3 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_301
|
.36.89.57..5.73.917.1.5683.127..89.3869.2..4535469.7829.37.2.18..8.143.66128354..
|
436189257285473691791256834127548963869327145354691782943762518578914326612835479
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 301
|
Basic 9x9 Sudoku 301
|
Normal 9x9 sudoku rules apply
|
. 3 6 . 8 9 . 5 7
. . 5 . 7 3 . 9 1
7 . 1 . 5 6 8 3 .
1 2 7 . . 8 9 . 3
8 6 9 . 2 . . 4 5
3 5 4 6 9 . 7 8 2
9 . 3 7 . 2 . 1 8
. . 8 . 1 4 3 . 6
6 1 2 8 3 5 4 . .
|
4 3 6 1 8 9 2 5 7
2 8 5 4 7 3 6 9 1
7 9 1 2 5 6 8 3 4
1 2 7 5 4 8 9 6 3
8 6 9 3 2 7 1 4 5
3 5 4 6 9 1 7 8 2
9 4 3 7 6 2 5 1 8
5 7 8 9 1 4 3 2 6
6 1 2 8 3 5 4 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_302
|
..41.2657.2..8.9145.16.7..397286..4..15...78.3685.4..12.975.1.8..3....7.15..384..
|
834192657726385914591647823972861345415923786368574291249756138683419572157238469
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 302
|
Basic 9x9 Sudoku 302
|
Normal 9x9 sudoku rules apply
|
. . 4 1 . 2 6 5 7
. 2 . . 8 . 9 1 4
5 . 1 6 . 7 . . 3
9 7 2 8 6 . . 4 .
. 1 5 . . . 7 8 .
3 6 8 5 . 4 . . 1
2 . 9 7 5 . 1 . 8
. . 3 . . . . 7 .
1 5 . . 3 8 4 . .
|
8 3 4 1 9 2 6 5 7
7 2 6 3 8 5 9 1 4
5 9 1 6 4 7 8 2 3
9 7 2 8 6 1 3 4 5
4 1 5 9 2 3 7 8 6
3 6 8 5 7 4 2 9 1
2 4 9 7 5 6 1 3 8
6 8 3 4 1 9 5 7 2
1 5 7 2 3 8 4 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_303
|
7..8..45...51.9.2726845..19...59867...67.12.5......1.86592.3..1314675.....29.....
|
791832456435169827268457319123598674986741235547326198659283741314675982872914563
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 303
|
Basic 9x9 Sudoku 303
|
Normal 9x9 sudoku rules apply
|
7 . . 8 . . 4 5 .
. . 5 1 . 9 . 2 7
2 6 8 4 5 . . 1 9
. . . 5 9 8 6 7 .
. . 6 7 . 1 2 . 5
. . . . . . 1 . 8
6 5 9 2 . 3 . . 1
3 1 4 6 7 5 . . .
. . 2 9 . . . . .
|
7 9 1 8 3 2 4 5 6
4 3 5 1 6 9 8 2 7
2 6 8 4 5 7 3 1 9
1 2 3 5 9 8 6 7 4
9 8 6 7 4 1 2 3 5
5 4 7 3 2 6 1 9 8
6 5 9 2 8 3 7 4 1
3 1 4 6 7 5 9 8 2
8 7 2 9 1 4 5 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_304
|
8..1..2.5.21....6.76.2..1..283.9.4.61563..798....56.124.867352.6...4...1.9..186.7
|
834169275521487963769235184283791456156324798947856312418673529675942831392518647
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 304
|
Basic 9x9 Sudoku 304
|
Normal 9x9 sudoku rules apply
|
8 . . 1 . . 2 . 5
. 2 1 . . . . 6 .
7 6 . 2 . . 1 . .
2 8 3 . 9 . 4 . 6
1 5 6 3 . . 7 9 8
. . . . 5 6 . 1 2
4 . 8 6 7 3 5 2 .
6 . . . 4 . . . 1
. 9 . . 1 8 6 . 7
|
8 3 4 1 6 9 2 7 5
5 2 1 4 8 7 9 6 3
7 6 9 2 3 5 1 8 4
2 8 3 7 9 1 4 5 6
1 5 6 3 2 4 7 9 8
9 4 7 8 5 6 3 1 2
4 1 8 6 7 3 5 2 9
6 7 5 9 4 2 8 3 1
3 9 2 5 1 8 6 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_305
|
.5.89.7..6...3...99....5823..85.63..3.6...2..4...83...532..46988...5.43.7..3...12
|
253891746684237159917645823198526374376419285425783961532174698861952437749368512
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 305
|
Basic 9x9 Sudoku 305
|
Normal 9x9 sudoku rules apply
|
. 5 . 8 9 . 7 . .
6 . . . 3 . . . 9
9 . . . . 5 8 2 3
. . 8 5 . 6 3 . .
3 . 6 . . . 2 . .
4 . . . 8 3 . . .
5 3 2 . . 4 6 9 8
8 . . . 5 . 4 3 .
7 . . 3 . . . 1 2
|
2 5 3 8 9 1 7 4 6
6 8 4 2 3 7 1 5 9
9 1 7 6 4 5 8 2 3
1 9 8 5 2 6 3 7 4
3 7 6 4 1 9 2 8 5
4 2 5 7 8 3 9 6 1
5 3 2 1 7 4 6 9 8
8 6 1 9 5 2 4 3 7
7 4 9 3 6 8 5 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_306
|
.8.9.467.49..5..3.725...984..91....861.48.3.2...2937168..7.9...96...284.3..6.....
|
183924675496857231725361984239176458617485392548293716852749163961532847374618529
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 306
|
Basic 9x9 Sudoku 306
|
Normal 9x9 sudoku rules apply
|
. 8 . 9 . 4 6 7 .
4 9 . . 5 . . 3 .
7 2 5 . . . 9 8 4
. . 9 1 . . . . 8
6 1 . 4 8 . 3 . 2
. . . 2 9 3 7 1 6
8 . . 7 . 9 . . .
9 6 . . . 2 8 4 .
3 . . 6 . . . . .
|
1 8 3 9 2 4 6 7 5
4 9 6 8 5 7 2 3 1
7 2 5 3 6 1 9 8 4
2 3 9 1 7 6 4 5 8
6 1 7 4 8 5 3 9 2
5 4 8 2 9 3 7 1 6
8 5 2 7 4 9 1 6 3
9 6 1 5 3 2 8 4 7
3 7 4 6 1 8 5 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_307
|
842.39576175.....996357.28.21.3.7...458291.3773.458.12.2.6.3....917428.5.8.915.23
|
842139576175826349963574281219367458458291637736458912527683194391742865684915723
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 307
|
Basic 9x9 Sudoku 307
|
Normal 9x9 sudoku rules apply
|
8 4 2 . 3 9 5 7 6
1 7 5 . . . . . 9
9 6 3 5 7 . 2 8 .
2 1 . 3 . 7 . . .
4 5 8 2 9 1 . 3 7
7 3 . 4 5 8 . 1 2
. 2 . 6 . 3 . . .
. 9 1 7 4 2 8 . 5
. 8 . 9 1 5 . 2 3
|
8 4 2 1 3 9 5 7 6
1 7 5 8 2 6 3 4 9
9 6 3 5 7 4 2 8 1
2 1 9 3 6 7 4 5 8
4 5 8 2 9 1 6 3 7
7 3 6 4 5 8 9 1 2
5 2 7 6 8 3 1 9 4
3 9 1 7 4 2 8 6 5
6 8 4 9 1 5 7 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_308
|
8.4..56271.28.3954..924613.9264378.5.18..247..57.1.3.229358.7.17.53.1..964.729.83
|
834195627162873954579246138926437815318952476457618392293584761785361249641729583
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 308
|
Basic 9x9 Sudoku 308
|
Normal 9x9 sudoku rules apply
|
8 . 4 . . 5 6 2 7
1 . 2 8 . 3 9 5 4
. . 9 2 4 6 1 3 .
9 2 6 4 3 7 8 . 5
. 1 8 . . 2 4 7 .
. 5 7 . 1 . 3 . 2
2 9 3 5 8 . 7 . 1
7 . 5 3 . 1 . . 9
6 4 . 7 2 9 . 8 3
|
8 3 4 1 9 5 6 2 7
1 6 2 8 7 3 9 5 4
5 7 9 2 4 6 1 3 8
9 2 6 4 3 7 8 1 5
3 1 8 9 5 2 4 7 6
4 5 7 6 1 8 3 9 2
2 9 3 5 8 4 7 6 1
7 8 5 3 6 1 2 4 9
6 4 1 7 2 9 5 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_309
|
594...63..1.3948.28235671.413845..79.7521346.2.6978.1..52.31986......325...8.5..1
|
594182637617394852823567194138456279975213468246978513452731986781649325369825741
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 309
|
Basic 9x9 Sudoku 309
|
Normal 9x9 sudoku rules apply
|
5 9 4 . . . 6 3 .
. 1 . 3 9 4 8 . 2
8 2 3 5 6 7 1 . 4
1 3 8 4 5 . . 7 9
. 7 5 2 1 3 4 6 .
2 . 6 9 7 8 . 1 .
. 5 2 . 3 1 9 8 6
. . . . . . 3 2 5
. . . 8 . 5 . . 1
|
5 9 4 1 8 2 6 3 7
6 1 7 3 9 4 8 5 2
8 2 3 5 6 7 1 9 4
1 3 8 4 5 6 2 7 9
9 7 5 2 1 3 4 6 8
2 4 6 9 7 8 5 1 3
4 5 2 7 3 1 9 8 6
7 8 1 6 4 9 3 2 5
3 6 9 8 2 5 7 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_310
|
671982453.831.7..225....8179.7.415361.5739.848.452.791.4.6183793.627.14871.4.36..
|
671982453483157962259364817927841536165739284834526791542618379396275148718493625
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 310
|
Basic 9x9 Sudoku 310
|
Normal 9x9 sudoku rules apply
|
6 7 1 9 8 2 4 5 3
. 8 3 1 . 7 . . 2
2 5 . . . . 8 1 7
9 . 7 . 4 1 5 3 6
1 . 5 7 3 9 . 8 4
8 . 4 5 2 . 7 9 1
. 4 . 6 1 8 3 7 9
3 . 6 2 7 . 1 4 8
7 1 . 4 . 3 6 . .
|
6 7 1 9 8 2 4 5 3
4 8 3 1 5 7 9 6 2
2 5 9 3 6 4 8 1 7
9 2 7 8 4 1 5 3 6
1 6 5 7 3 9 2 8 4
8 3 4 5 2 6 7 9 1
5 4 2 6 1 8 3 7 9
3 9 6 2 7 5 1 4 8
7 1 8 4 9 3 6 2 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_311
|
28.5.947696..472137142.6.89.9.46..5.8..9.362.45617.3981.7.9..6252968413763..2.94.
|
283519476965847213714236589392468751871953624456172398147395862529684137638721945
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 311
|
Basic 9x9 Sudoku 311
|
Normal 9x9 sudoku rules apply
|
2 8 . 5 . 9 4 7 6
9 6 . . 4 7 2 1 3
7 1 4 2 . 6 . 8 9
. 9 . 4 6 . . 5 .
8 . . 9 . 3 6 2 .
4 5 6 1 7 . 3 9 8
1 . 7 . 9 . . 6 2
5 2 9 6 8 4 1 3 7
6 3 . . 2 . 9 4 .
|
2 8 3 5 1 9 4 7 6
9 6 5 8 4 7 2 1 3
7 1 4 2 3 6 5 8 9
3 9 2 4 6 8 7 5 1
8 7 1 9 5 3 6 2 4
4 5 6 1 7 2 3 9 8
1 4 7 3 9 5 8 6 2
5 2 9 6 8 4 1 3 7
6 3 8 7 2 1 9 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_312
|
8.91427.664.75..23.2......91528.4967.8.59741249762...5.1.2765.8.6..1.27.273485.9.
|
839142756641759823725368149152834967386597412497621385914276538568913274273485691
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 312
|
Basic 9x9 Sudoku 312
|
Normal 9x9 sudoku rules apply
|
8 . 9 1 4 2 7 . 6
6 4 . 7 5 . . 2 3
. 2 . . . . . . 9
1 5 2 8 . 4 9 6 7
. 8 . 5 9 7 4 1 2
4 9 7 6 2 . . . 5
. 1 . 2 7 6 5 . 8
. 6 . . 1 . 2 7 .
2 7 3 4 8 5 . 9 .
|
8 3 9 1 4 2 7 5 6
6 4 1 7 5 9 8 2 3
7 2 5 3 6 8 1 4 9
1 5 2 8 3 4 9 6 7
3 8 6 5 9 7 4 1 2
4 9 7 6 2 1 3 8 5
9 1 4 2 7 6 5 3 8
5 6 8 9 1 3 2 7 4
2 7 3 4 8 5 6 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_313
|
....1...323..861...9.573.86.52..7.......4592.9..832.143...6184..789...6....358...
|
786219453235486179194573286452197638813645927967832514329761845578924361641358792
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 313
|
Basic 9x9 Sudoku 313
|
Normal 9x9 sudoku rules apply
|
. . . . 1 . . . 3
2 3 . . 8 6 1 . .
. 9 . 5 7 3 . 8 6
. 5 2 . . 7 . . .
. . . . 4 5 9 2 .
9 . . 8 3 2 . 1 4
3 . . . 6 1 8 4 .
. 7 8 9 . . . 6 .
. . . 3 5 8 . . .
|
7 8 6 2 1 9 4 5 3
2 3 5 4 8 6 1 7 9
1 9 4 5 7 3 2 8 6
4 5 2 1 9 7 6 3 8
8 1 3 6 4 5 9 2 7
9 6 7 8 3 2 5 1 4
3 2 9 7 6 1 8 4 5
5 7 8 9 2 4 3 6 1
6 4 1 3 5 8 7 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_314
|
4..8...363..97.854.874.6.1.81.2475632.....1...541639.2.2..5.471.....439.943..16.5
|
492815736361972854587436219819247563236598147754163982628359471175624398943781625
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 314
|
Basic 9x9 Sudoku 314
|
Normal 9x9 sudoku rules apply
|
4 . . 8 . . . 3 6
3 . . 9 7 . 8 5 4
. 8 7 4 . 6 . 1 .
8 1 . 2 4 7 5 6 3
2 . . . . . 1 . .
. 5 4 1 6 3 9 . 2
. 2 . . 5 . 4 7 1
. . . . . 4 3 9 .
9 4 3 . . 1 6 . 5
|
4 9 2 8 1 5 7 3 6
3 6 1 9 7 2 8 5 4
5 8 7 4 3 6 2 1 9
8 1 9 2 4 7 5 6 3
2 3 6 5 9 8 1 4 7
7 5 4 1 6 3 9 8 2
6 2 8 3 5 9 4 7 1
1 7 5 6 2 4 3 9 8
9 4 3 7 8 1 6 2 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_315
|
159382467.24.56.3986394.1...12.63784..6874....782.1356.4.6.95.829541867..8.735942
|
159382467724156839863947125912563784536874291478291356347629518295418673681735942
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 315
|
Basic 9x9 Sudoku 315
|
Normal 9x9 sudoku rules apply
|
1 5 9 3 8 2 4 6 7
. 2 4 . 5 6 . 3 9
8 6 3 9 4 . 1 . .
. 1 2 . 6 3 7 8 4
. . 6 8 7 4 . . .
. 7 8 2 . 1 3 5 6
. 4 . 6 . 9 5 . 8
2 9 5 4 1 8 6 7 .
. 8 . 7 3 5 9 4 2
|
1 5 9 3 8 2 4 6 7
7 2 4 1 5 6 8 3 9
8 6 3 9 4 7 1 2 5
9 1 2 5 6 3 7 8 4
5 3 6 8 7 4 2 9 1
4 7 8 2 9 1 3 5 6
3 4 7 6 2 9 5 1 8
2 9 5 4 1 8 6 7 3
6 8 1 7 3 5 9 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_316
|
654..82...9.5348...3.26...5..7..95...6..8.4.....47..8948...239..769..12.....167..
|
654198237792534861138267945847629513965381472213475689481752396576943128329816754
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 316
|
Basic 9x9 Sudoku 316
|
Normal 9x9 sudoku rules apply
|
6 5 4 . . 8 2 . .
. 9 . 5 3 4 8 . .
. 3 . 2 6 . . . 5
. . 7 . . 9 5 . .
. 6 . . 8 . 4 . .
. . . 4 7 . . 8 9
4 8 . . . 2 3 9 .
. 7 6 9 . . 1 2 .
. . . . 1 6 7 . .
|
6 5 4 1 9 8 2 3 7
7 9 2 5 3 4 8 6 1
1 3 8 2 6 7 9 4 5
8 4 7 6 2 9 5 1 3
9 6 5 3 8 1 4 7 2
2 1 3 4 7 5 6 8 9
4 8 1 7 5 2 3 9 6
5 7 6 9 4 3 1 2 8
3 2 9 8 1 6 7 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_317
|
31..8......51......9.4....6987.....41..75........2.7.96.8.91.4.....4.36.45.3..9.8
|
316982475745136892892475136987613254124759683563824719638291547279548361451367928
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 317
|
Basic 9x9 Sudoku 317
|
Normal 9x9 sudoku rules apply
|
3 1 . . 8 . . . .
. . 5 1 . . . . .
. 9 . 4 . . . . 6
9 8 7 . . . . . 4
1 . . 7 5 . . . .
. . . . 2 . 7 . 9
6 . 8 . 9 1 . 4 .
. . . . 4 . 3 6 .
4 5 . 3 . . 9 . 8
|
3 1 6 9 8 2 4 7 5
7 4 5 1 3 6 8 9 2
8 9 2 4 7 5 1 3 6
9 8 7 6 1 3 2 5 4
1 2 4 7 5 9 6 8 3
5 6 3 8 2 4 7 1 9
6 3 8 2 9 1 5 4 7
2 7 9 5 4 8 3 6 1
4 5 1 3 6 7 9 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_318
|
4..21.367..183..25932.7.814.961.5732143728.9672.963481.....26595846912.32..357.48
|
458219367671834925932576814896145732143728596725963481317482659584691273269357148
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 318
|
Basic 9x9 Sudoku 318
|
Normal 9x9 sudoku rules apply
|
4 . . 2 1 . 3 6 7
. . 1 8 3 . . 2 5
9 3 2 . 7 . 8 1 4
. 9 6 1 . 5 7 3 2
1 4 3 7 2 8 . 9 6
7 2 . 9 6 3 4 8 1
. . . . . 2 6 5 9
5 8 4 6 9 1 2 . 3
2 . . 3 5 7 . 4 8
|
4 5 8 2 1 9 3 6 7
6 7 1 8 3 4 9 2 5
9 3 2 5 7 6 8 1 4
8 9 6 1 4 5 7 3 2
1 4 3 7 2 8 5 9 6
7 2 5 9 6 3 4 8 1
3 1 7 4 8 2 6 5 9
5 8 4 6 9 1 2 7 3
2 6 9 3 5 7 1 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_319
|
571928.369..316..22..7451891.7..3....4.1.23.5.2569.7.8.592..8...135692.7762.....3
|
571928436984316572236745189197853624648172395325694718459237861813569247762481953
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 319
|
Basic 9x9 Sudoku 319
|
Normal 9x9 sudoku rules apply
|
5 7 1 9 2 8 . 3 6
9 . . 3 1 6 . . 2
2 . . 7 4 5 1 8 9
1 . 7 . . 3 . . .
. 4 . 1 . 2 3 . 5
. 2 5 6 9 . 7 . 8
. 5 9 2 . . 8 . .
. 1 3 5 6 9 2 . 7
7 6 2 . . . . . 3
|
5 7 1 9 2 8 4 3 6
9 8 4 3 1 6 5 7 2
2 3 6 7 4 5 1 8 9
1 9 7 8 5 3 6 2 4
6 4 8 1 7 2 3 9 5
3 2 5 6 9 4 7 1 8
4 5 9 2 3 7 8 6 1
8 1 3 5 6 9 2 4 7
7 6 2 4 8 1 9 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_320
|
8.9.2....72584..613145.68.9243....159...15..31..7...945.2.8714..3...49..4...61...
|
869123457725849361314576829243698715976415283158732694592387146631254978487961532
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 320
|
Basic 9x9 Sudoku 320
|
Normal 9x9 sudoku rules apply
|
8 . 9 . 2 . . . .
7 2 5 8 4 . . 6 1
3 1 4 5 . 6 8 . 9
2 4 3 . . . . 1 5
9 . . . 1 5 . . 3
1 . . 7 . . . 9 4
5 . 2 . 8 7 1 4 .
. 3 . . . 4 9 . .
4 . . . 6 1 . . .
|
8 6 9 1 2 3 4 5 7
7 2 5 8 4 9 3 6 1
3 1 4 5 7 6 8 2 9
2 4 3 6 9 8 7 1 5
9 7 6 4 1 5 2 8 3
1 5 8 7 3 2 6 9 4
5 9 2 3 8 7 1 4 6
6 3 1 2 5 4 9 7 8
4 8 7 9 6 1 5 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_321
|
3.68194...19.5..3645.32.81.13....7...78143.92.4..6...358...264.7615349.829.6.1.5.
|
326819475819457236457326819135298764678143592942765183583972641761534928294681357
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 321
|
Basic 9x9 Sudoku 321
|
Normal 9x9 sudoku rules apply
|
3 . 6 8 1 9 4 . .
. 1 9 . 5 . . 3 6
4 5 . 3 2 . 8 1 .
1 3 . . . . 7 . .
. 7 8 1 4 3 . 9 2
. 4 . . 6 . . . 3
5 8 . . . 2 6 4 .
7 6 1 5 3 4 9 . 8
2 9 . 6 . 1 . 5 .
|
3 2 6 8 1 9 4 7 5
8 1 9 4 5 7 2 3 6
4 5 7 3 2 6 8 1 9
1 3 5 2 9 8 7 6 4
6 7 8 1 4 3 5 9 2
9 4 2 7 6 5 1 8 3
5 8 3 9 7 2 6 4 1
7 6 1 5 3 4 9 2 8
2 9 4 6 8 1 3 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_322
|
2378.95466.432..789.5.4.13235.261.8414257.3.98.649.21..281.6.934...3.8.7..3...621
|
237819546614325978985647132359261784142578369876493215728156493461932857593784621
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 322
|
Basic 9x9 Sudoku 322
|
Normal 9x9 sudoku rules apply
|
2 3 7 8 . 9 5 4 6
6 . 4 3 2 . . 7 8
9 . 5 . 4 . 1 3 2
3 5 . 2 6 1 . 8 4
1 4 2 5 7 . 3 . 9
8 . 6 4 9 . 2 1 .
. 2 8 1 . 6 . 9 3
4 . . . 3 . 8 . 7
. . 3 . . . 6 2 1
|
2 3 7 8 1 9 5 4 6
6 1 4 3 2 5 9 7 8
9 8 5 6 4 7 1 3 2
3 5 9 2 6 1 7 8 4
1 4 2 5 7 8 3 6 9
8 7 6 4 9 3 2 1 5
7 2 8 1 5 6 4 9 3
4 6 1 9 3 2 8 5 7
5 9 3 7 8 4 6 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_323
|
8..1.253.36.8.514.45137.9281.753..64.3..2.8.55246..79..9825...12157634.974391.652
|
879142536362895147451376928187539264936427815524681793698254371215763489743918652
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 323
|
Basic 9x9 Sudoku 323
|
Normal 9x9 sudoku rules apply
|
8 . . 1 . 2 5 3 .
3 6 . 8 . 5 1 4 .
4 5 1 3 7 . 9 2 8
1 . 7 5 3 . . 6 4
. 3 . . 2 . 8 . 5
5 2 4 6 . . 7 9 .
. 9 8 2 5 . . . 1
2 1 5 7 6 3 4 . 9
7 4 3 9 1 . 6 5 2
|
8 7 9 1 4 2 5 3 6
3 6 2 8 9 5 1 4 7
4 5 1 3 7 6 9 2 8
1 8 7 5 3 9 2 6 4
9 3 6 4 2 7 8 1 5
5 2 4 6 8 1 7 9 3
6 9 8 2 5 4 3 7 1
2 1 5 7 6 3 4 8 9
7 4 3 9 1 8 6 5 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_324
|
.43.19.57.86...1..1.94..8238......35..4..2981.7..8.4....1.5..965....6..4....43...
|
243819657786235149159467823812694735364572981975381462431758296598126374627943518
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 324
|
Basic 9x9 Sudoku 324
|
Normal 9x9 sudoku rules apply
|
. 4 3 . 1 9 . 5 7
. 8 6 . . . 1 . .
1 . 9 4 . . 8 2 3
8 . . . . . . 3 5
. . 4 . . 2 9 8 1
. 7 . . 8 . 4 . .
. . 1 . 5 . . 9 6
5 . . . . 6 . . 4
. . . . 4 3 . . .
|
2 4 3 8 1 9 6 5 7
7 8 6 2 3 5 1 4 9
1 5 9 4 6 7 8 2 3
8 1 2 6 9 4 7 3 5
3 6 4 5 7 2 9 8 1
9 7 5 3 8 1 4 6 2
4 3 1 7 5 8 2 9 6
5 9 8 1 2 6 3 7 4
6 2 7 9 4 3 5 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_325
|
3...1..4782.9.51....4...58....459.7..79...3.55.67..4..6.8......253.86794.4.2...56
|
365812947827945163914367582132459678479628315586731429698574231253186794741293856
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 325
|
Basic 9x9 Sudoku 325
|
Normal 9x9 sudoku rules apply
|
3 . . . 1 . . 4 7
8 2 . 9 . 5 1 . .
. . 4 . . . 5 8 .
. . . 4 5 9 . 7 .
. 7 9 . . . 3 . 5
5 . 6 7 . . 4 . .
6 . 8 . . . . . .
2 5 3 . 8 6 7 9 4
. 4 . 2 . . . 5 6
|
3 6 5 8 1 2 9 4 7
8 2 7 9 4 5 1 6 3
9 1 4 3 6 7 5 8 2
1 3 2 4 5 9 6 7 8
4 7 9 6 2 8 3 1 5
5 8 6 7 3 1 4 2 9
6 9 8 5 7 4 2 3 1
2 5 3 1 8 6 7 9 4
7 4 1 2 9 3 8 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_326
|
..12.8.7.36...4.....2956.31.36...754.8..15.922...4.318....9.8..7.3..196.5...6.1..
|
941238576365174289872956431136829754487315692259647318614593827723481965598762143
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 326
|
Basic 9x9 Sudoku 326
|
Normal 9x9 sudoku rules apply
|
. . 1 2 . 8 . 7 .
3 6 . . . 4 . . .
. . 2 9 5 6 . 3 1
. 3 6 . . . 7 5 4
. 8 . . 1 5 . 9 2
2 . . . 4 . 3 1 8
. . . . 9 . 8 . .
7 . 3 . . 1 9 6 .
5 . . . 6 . 1 . .
|
9 4 1 2 3 8 5 7 6
3 6 5 1 7 4 2 8 9
8 7 2 9 5 6 4 3 1
1 3 6 8 2 9 7 5 4
4 8 7 3 1 5 6 9 2
2 5 9 6 4 7 3 1 8
6 1 4 5 9 3 8 2 7
7 2 3 4 8 1 9 6 5
5 9 8 7 6 2 1 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_327
|
674....9..8.4.56272......3....1..45..3...2.197169542..14.59637.5.37.19.892..4..61
|
674283195389415627251679834892137456435862719716954283148596372563721948927348561
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 327
|
Basic 9x9 Sudoku 327
|
Normal 9x9 sudoku rules apply
|
6 7 4 . . . . 9 .
. 8 . 4 . 5 6 2 7
2 . . . . . . 3 .
. . . 1 . . 4 5 .
. 3 . . . 2 . 1 9
7 1 6 9 5 4 2 . .
1 4 . 5 9 6 3 7 .
5 . 3 7 . 1 9 . 8
9 2 . . 4 . . 6 1
|
6 7 4 2 8 3 1 9 5
3 8 9 4 1 5 6 2 7
2 5 1 6 7 9 8 3 4
8 9 2 1 3 7 4 5 6
4 3 5 8 6 2 7 1 9
7 1 6 9 5 4 2 8 3
1 4 8 5 9 6 3 7 2
5 6 3 7 2 1 9 4 8
9 2 7 3 4 8 5 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_328
|
9....8354531.9..628.43...1..8..5..96.9.146.834...8.2...4952...8....397....867...9
|
976218354531497862824365917183752496297146583465983271749521638612839745358674129
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 328
|
Basic 9x9 Sudoku 328
|
Normal 9x9 sudoku rules apply
|
9 . . . . 8 3 5 4
5 3 1 . 9 . . 6 2
8 . 4 3 . . . 1 .
. 8 . . 5 . . 9 6
. 9 . 1 4 6 . 8 3
4 . . . 8 . 2 . .
. 4 9 5 2 . . . 8
. . . . 3 9 7 . .
. . 8 6 7 . . . 9
|
9 7 6 2 1 8 3 5 4
5 3 1 4 9 7 8 6 2
8 2 4 3 6 5 9 1 7
1 8 3 7 5 2 4 9 6
2 9 7 1 4 6 5 8 3
4 6 5 9 8 3 2 7 1
7 4 9 5 2 1 6 3 8
6 1 2 8 3 9 7 4 5
3 5 8 6 7 4 1 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_329
|
7821..5.313.8254.9....76.12.4.9.8.3.8617.32959.3...648.29687351...231.8431..5972.
|
782194563136825479594376812245968137861743295973512648429687351657231984318459726
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 329
|
Basic 9x9 Sudoku 329
|
Normal 9x9 sudoku rules apply
|
7 8 2 1 . . 5 . 3
1 3 . 8 2 5 4 . 9
. . . . 7 6 . 1 2
. 4 . 9 . 8 . 3 .
8 6 1 7 . 3 2 9 5
9 . 3 . . . 6 4 8
. 2 9 6 8 7 3 5 1
. . . 2 3 1 . 8 4
3 1 . . 5 9 7 2 .
|
7 8 2 1 9 4 5 6 3
1 3 6 8 2 5 4 7 9
5 9 4 3 7 6 8 1 2
2 4 5 9 6 8 1 3 7
8 6 1 7 4 3 2 9 5
9 7 3 5 1 2 6 4 8
4 2 9 6 8 7 3 5 1
6 5 7 2 3 1 9 8 4
3 1 8 4 5 9 7 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_330
|
9.2.38.75...1.98.28.4...1..386.1..54.4738.9.1..5246...421.93..7539...426768..4.19
|
912438675673159842854762193386917254247385961195246738421693587539871426768524319
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 330
|
Basic 9x9 Sudoku 330
|
Normal 9x9 sudoku rules apply
|
9 . 2 . 3 8 . 7 5
. . . 1 . 9 8 . 2
8 . 4 . . . 1 . .
3 8 6 . 1 . . 5 4
. 4 7 3 8 . 9 . 1
. . 5 2 4 6 . . .
4 2 1 . 9 3 . . 7
5 3 9 . . . 4 2 6
7 6 8 . . 4 . 1 9
|
9 1 2 4 3 8 6 7 5
6 7 3 1 5 9 8 4 2
8 5 4 7 6 2 1 9 3
3 8 6 9 1 7 2 5 4
2 4 7 3 8 5 9 6 1
1 9 5 2 4 6 7 3 8
4 2 1 6 9 3 5 8 7
5 3 9 8 7 1 4 2 6
7 6 8 5 2 4 3 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_331
|
.869...2.7192....323457.8.1....6.9.2..1.5....36......4..8.29...1937..24.6.5.317..
|
586913427719248563234576891857164932941352678362897154478629315193785246625431789
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 331
|
Basic 9x9 Sudoku 331
|
Normal 9x9 sudoku rules apply
|
. 8 6 9 . . . 2 .
7 1 9 2 . . . . 3
2 3 4 5 7 . 8 . 1
. . . . 6 . 9 . 2
. . 1 . 5 . . . .
3 6 . . . . . . 4
. . 8 . 2 9 . . .
1 9 3 7 . . 2 4 .
6 . 5 . 3 1 7 . .
|
5 8 6 9 1 3 4 2 7
7 1 9 2 4 8 5 6 3
2 3 4 5 7 6 8 9 1
8 5 7 1 6 4 9 3 2
9 4 1 3 5 2 6 7 8
3 6 2 8 9 7 1 5 4
4 7 8 6 2 9 3 1 5
1 9 3 7 8 5 2 4 6
6 2 5 4 3 1 7 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_332
|
...19364717482.9......74.2.95.31....46.9527.1...6.8.5.78126..9..4..3.816.9..815..
|
825193647174826935639574128958317264463952781217648359781265493542739816396481572
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 332
|
Basic 9x9 Sudoku 332
|
Normal 9x9 sudoku rules apply
|
. . . 1 9 3 6 4 7
1 7 4 8 2 . 9 . .
. . . . 7 4 . 2 .
9 5 . 3 1 . . . .
4 6 . 9 5 2 7 . 1
. . . 6 . 8 . 5 .
7 8 1 2 6 . . 9 .
. 4 . . 3 . 8 1 6
. 9 . . 8 1 5 . .
|
8 2 5 1 9 3 6 4 7
1 7 4 8 2 6 9 3 5
6 3 9 5 7 4 1 2 8
9 5 8 3 1 7 2 6 4
4 6 3 9 5 2 7 8 1
2 1 7 6 4 8 3 5 9
7 8 1 2 6 5 4 9 3
5 4 2 7 3 9 8 1 6
3 9 6 4 8 1 5 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_333
|
....15......84..5254.3..1898.57...1...7.3.54..6.....23684.7123.7..4826.12.965.87.
|
398215467176849352542367189835724916927136548461598723684971235753482691219653874
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 333
|
Basic 9x9 Sudoku 333
|
Normal 9x9 sudoku rules apply
|
. . . . 1 5 . . .
. . . 8 4 . . 5 2
5 4 . 3 . . 1 8 9
8 . 5 7 . . . 1 .
. . 7 . 3 . 5 4 .
. 6 . . . . . 2 3
6 8 4 . 7 1 2 3 .
7 . . 4 8 2 6 . 1
2 . 9 6 5 . 8 7 .
|
3 9 8 2 1 5 4 6 7
1 7 6 8 4 9 3 5 2
5 4 2 3 6 7 1 8 9
8 3 5 7 2 4 9 1 6
9 2 7 1 3 6 5 4 8
4 6 1 5 9 8 7 2 3
6 8 4 9 7 1 2 3 5
7 5 3 4 8 2 6 9 1
2 1 9 6 5 3 8 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_334
|
97.81345.41692.8..53..74.292.45.1.733.54.7.18167.8.9.5623.4.591.51.3976..49156.82
|
972813456416925837538674129284591673395467218167382945623748591851239764749156382
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 334
|
Basic 9x9 Sudoku 334
|
Normal 9x9 sudoku rules apply
|
9 7 . 8 1 3 4 5 .
4 1 6 9 2 . 8 . .
5 3 . . 7 4 . 2 9
2 . 4 5 . 1 . 7 3
3 . 5 4 . 7 . 1 8
1 6 7 . 8 . 9 . 5
6 2 3 . 4 . 5 9 1
. 5 1 . 3 9 7 6 .
. 4 9 1 5 6 . 8 2
|
9 7 2 8 1 3 4 5 6
4 1 6 9 2 5 8 3 7
5 3 8 6 7 4 1 2 9
2 8 4 5 9 1 6 7 3
3 9 5 4 6 7 2 1 8
1 6 7 3 8 2 9 4 5
6 2 3 7 4 8 5 9 1
8 5 1 2 3 9 7 6 4
7 4 9 1 5 6 3 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_335
|
.528.1......92786.89.56..1..7...34.1583..6.9.2...9..38.2.1593464...7.1893.9...527
|
652831974134927865897564213976283451583416792241795638728159346465372189319648527
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 335
|
Basic 9x9 Sudoku 335
|
Normal 9x9 sudoku rules apply
|
. 5 2 8 . 1 . . .
. . . 9 2 7 8 6 .
8 9 . 5 6 . . 1 .
. 7 . . . 3 4 . 1
5 8 3 . . 6 . 9 .
2 . . . 9 . . 3 8
. 2 . 1 5 9 3 4 6
4 . . . 7 . 1 8 9
3 . 9 . . . 5 2 7
|
6 5 2 8 3 1 9 7 4
1 3 4 9 2 7 8 6 5
8 9 7 5 6 4 2 1 3
9 7 6 2 8 3 4 5 1
5 8 3 4 1 6 7 9 2
2 4 1 7 9 5 6 3 8
7 2 8 1 5 9 3 4 6
4 6 5 3 7 2 1 8 9
3 1 9 6 4 8 5 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_336
|
...9.16..1.3.67895.69..21.43....97.....1.3.622..87.439.8279.3166.4.1.9577.15..2.8
|
457981623123467895869352174345629781978143562216875439582794316634218957791536248
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 336
|
Basic 9x9 Sudoku 336
|
Normal 9x9 sudoku rules apply
|
. . . 9 . 1 6 . .
1 . 3 . 6 7 8 9 5
. 6 9 . . 2 1 . 4
3 . . . . 9 7 . .
. . . 1 . 3 . 6 2
2 . . 8 7 . 4 3 9
. 8 2 7 9 . 3 1 6
6 . 4 . 1 . 9 5 7
7 . 1 5 . . 2 . 8
|
4 5 7 9 8 1 6 2 3
1 2 3 4 6 7 8 9 5
8 6 9 3 5 2 1 7 4
3 4 5 6 2 9 7 8 1
9 7 8 1 4 3 5 6 2
2 1 6 8 7 5 4 3 9
5 8 2 7 9 4 3 1 6
6 3 4 2 1 8 9 5 7
7 9 1 5 3 6 2 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_337
|
9251384.7....671251672.5.83.96..2354.7465381.3..8942765.948.73273..2.6..6423..5.8
|
925138467483967125167245983896712354274653819351894276519486732738529641642371598
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 337
|
Basic 9x9 Sudoku 337
|
Normal 9x9 sudoku rules apply
|
9 2 5 1 3 8 4 . 7
. . . . 6 7 1 2 5
1 6 7 2 . 5 . 8 3
. 9 6 . . 2 3 5 4
. 7 4 6 5 3 8 1 .
3 . . 8 9 4 2 7 6
5 . 9 4 8 . 7 3 2
7 3 . . 2 . 6 . .
6 4 2 3 . . 5 . 8
|
9 2 5 1 3 8 4 6 7
4 8 3 9 6 7 1 2 5
1 6 7 2 4 5 9 8 3
8 9 6 7 1 2 3 5 4
2 7 4 6 5 3 8 1 9
3 5 1 8 9 4 2 7 6
5 1 9 4 8 6 7 3 2
7 3 8 5 2 9 6 4 1
6 4 2 3 7 1 5 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_338
|
..481.2..2.34.58....53.7......2.657...6..3.249...5...84..6387.2......689.8....4.3
|
764819235213465897895327146348296571576183924921754368459638712137542689682971453
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 338
|
Basic 9x9 Sudoku 338
|
Normal 9x9 sudoku rules apply
|
. . 4 8 1 . 2 . .
2 . 3 4 . 5 8 . .
. . 5 3 . 7 . . .
. . . 2 . 6 5 7 .
. . 6 . . 3 . 2 4
9 . . . 5 . . . 8
4 . . 6 3 8 7 . 2
. . . . . . 6 8 9
. 8 . . . . 4 . 3
|
7 6 4 8 1 9 2 3 5
2 1 3 4 6 5 8 9 7
8 9 5 3 2 7 1 4 6
3 4 8 2 9 6 5 7 1
5 7 6 1 8 3 9 2 4
9 2 1 7 5 4 3 6 8
4 5 9 6 3 8 7 1 2
1 3 7 5 4 2 6 8 9
6 8 2 9 7 1 4 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_339
|
.12.8.4...43.5.......6.73..2.8..1643456.3..21.37.2.59.3.4.159.6..1.94.7..75.68134
|
612983457743152869589647312298571643456839721137426598324715986861394275975268134
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 339
|
Basic 9x9 Sudoku 339
|
Normal 9x9 sudoku rules apply
|
. 1 2 . 8 . 4 . .
. 4 3 . 5 . . . .
. . . 6 . 7 3 . .
2 . 8 . . 1 6 4 3
4 5 6 . 3 . . 2 1
. 3 7 . 2 . 5 9 .
3 . 4 . 1 5 9 . 6
. . 1 . 9 4 . 7 .
. 7 5 . 6 8 1 3 4
|
6 1 2 9 8 3 4 5 7
7 4 3 1 5 2 8 6 9
5 8 9 6 4 7 3 1 2
2 9 8 5 7 1 6 4 3
4 5 6 8 3 9 7 2 1
1 3 7 4 2 6 5 9 8
3 2 4 7 1 5 9 8 6
8 6 1 3 9 4 2 7 5
9 7 5 2 6 8 1 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_340
|
5......4791.2...6..7436...9.4.938......7.4.....7.21.9..91...28.63.482.71...1..5..
|
562819347913247865874365129146938752289754613357621498491573286635482971728196534
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 340
|
Basic 9x9 Sudoku 340
|
Normal 9x9 sudoku rules apply
|
5 . . . . . . 4 7
9 1 . 2 . . . 6 .
. 7 4 3 6 . . . 9
. 4 . 9 3 8 . . .
. . . 7 . 4 . . .
. . 7 . 2 1 . 9 .
. 9 1 . . . 2 8 .
6 3 . 4 8 2 . 7 1
. . . 1 . . 5 . .
|
5 6 2 8 1 9 3 4 7
9 1 3 2 4 7 8 6 5
8 7 4 3 6 5 1 2 9
1 4 6 9 3 8 7 5 2
2 8 9 7 5 4 6 1 3
3 5 7 6 2 1 4 9 8
4 9 1 5 7 3 2 8 6
6 3 5 4 8 2 9 7 1
7 2 8 1 9 6 5 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_341
|
54281.36.6812379..37964.1.8815.2..7.926..4.35.37.68..1168.52...2.4791.83..348.5..
|
542819367681237954379645128815923476926174835437568291168352749254791683793486512
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 341
|
Basic 9x9 Sudoku 341
|
Normal 9x9 sudoku rules apply
|
5 4 2 8 1 . 3 6 .
6 8 1 2 3 7 9 . .
3 7 9 6 4 . 1 . 8
8 1 5 . 2 . . 7 .
9 2 6 . . 4 . 3 5
. 3 7 . 6 8 . . 1
1 6 8 . 5 2 . . .
2 . 4 7 9 1 . 8 3
. . 3 4 8 . 5 . .
|
5 4 2 8 1 9 3 6 7
6 8 1 2 3 7 9 5 4
3 7 9 6 4 5 1 2 8
8 1 5 9 2 3 4 7 6
9 2 6 1 7 4 8 3 5
4 3 7 5 6 8 2 9 1
1 6 8 3 5 2 7 4 9
2 5 4 7 9 1 6 8 3
7 9 3 4 8 6 5 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_342
|
175983..239.6...57..42.51..9..8.72..2.6439..1..7..263..3.5.197472934...6..1.9.328
|
175983462392614857864275193913867245256439781487152639638521974729348516541796328
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 342
|
Basic 9x9 Sudoku 342
|
Normal 9x9 sudoku rules apply
|
1 7 5 9 8 3 . . 2
3 9 . 6 . . . 5 7
. . 4 2 . 5 1 . .
9 . . 8 . 7 2 . .
2 . 6 4 3 9 . . 1
. . 7 . . 2 6 3 .
. 3 . 5 . 1 9 7 4
7 2 9 3 4 . . . 6
. . 1 . 9 . 3 2 8
|
1 7 5 9 8 3 4 6 2
3 9 2 6 1 4 8 5 7
8 6 4 2 7 5 1 9 3
9 1 3 8 6 7 2 4 5
2 5 6 4 3 9 7 8 1
4 8 7 1 5 2 6 3 9
6 3 8 5 2 1 9 7 4
7 2 9 3 4 8 5 1 6
5 4 1 7 9 6 3 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_343
|
.1.2.35.75...67.8.47.95812.1.4.26735..743521.....1.64..815.4..6.356.249.6493718.2
|
918243567523167984476958123194826735867435219352719648281594376735682491649371852
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 343
|
Basic 9x9 Sudoku 343
|
Normal 9x9 sudoku rules apply
|
. 1 . 2 . 3 5 . 7
5 . . . 6 7 . 8 .
4 7 . 9 5 8 1 2 .
1 . 4 . 2 6 7 3 5
. . 7 4 3 5 2 1 .
. . . . 1 . 6 4 .
. 8 1 5 . 4 . . 6
. 3 5 6 . 2 4 9 .
6 4 9 3 7 1 8 . 2
|
9 1 8 2 4 3 5 6 7
5 2 3 1 6 7 9 8 4
4 7 6 9 5 8 1 2 3
1 9 4 8 2 6 7 3 5
8 6 7 4 3 5 2 1 9
3 5 2 7 1 9 6 4 8
2 8 1 5 9 4 3 7 6
7 3 5 6 8 2 4 9 1
6 4 9 3 7 1 8 5 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_344
|
.72.95436..93.6...6....71593.1.5.9.49..7.32.8...984.1...8..93......7...55..43.7.1
|
872195436159346827634827159381652974945713268267984513718569342493271685526438791
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 344
|
Basic 9x9 Sudoku 344
|
Normal 9x9 sudoku rules apply
|
. 7 2 . 9 5 4 3 6
. . 9 3 . 6 . . .
6 . . . . 7 1 5 9
3 . 1 . 5 . 9 . 4
9 . . 7 . 3 2 . 8
. . . 9 8 4 . 1 .
. . 8 . . 9 3 . .
. . . . 7 . . . 5
5 . . 4 3 . 7 . 1
|
8 7 2 1 9 5 4 3 6
1 5 9 3 4 6 8 2 7
6 3 4 8 2 7 1 5 9
3 8 1 6 5 2 9 7 4
9 4 5 7 1 3 2 6 8
2 6 7 9 8 4 5 1 3
7 1 8 5 6 9 3 4 2
4 9 3 2 7 1 6 8 5
5 2 6 4 3 8 7 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_345
|
.6.2..45.4...56.275......6..5....7.281253.6943...6......46.831.69..1527.1...2394.
|
761289453439156827528374169956841732812537694347962581274698315693415278185723946
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 345
|
Basic 9x9 Sudoku 345
|
Normal 9x9 sudoku rules apply
|
. 6 . 2 . . 4 5 .
4 . . . 5 6 . 2 7
5 . . . . . . 6 .
. 5 . . . . 7 . 2
8 1 2 5 3 . 6 9 4
3 . . . 6 . . . .
. . 4 6 . 8 3 1 .
6 9 . . 1 5 2 7 .
1 . . . 2 3 9 4 .
|
7 6 1 2 8 9 4 5 3
4 3 9 1 5 6 8 2 7
5 2 8 3 7 4 1 6 9
9 5 6 8 4 1 7 3 2
8 1 2 5 3 7 6 9 4
3 4 7 9 6 2 5 8 1
2 7 4 6 9 8 3 1 5
6 9 3 4 1 5 2 7 8
1 8 5 7 2 3 9 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_346
|
.....975.7148...23..9.37..4946518.37537624198182..34.587.9.5.4.2634...794.5.72.81
|
328149756714856923659237814946518237537624198182793465871965342263481579495372681
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 346
|
Basic 9x9 Sudoku 346
|
Normal 9x9 sudoku rules apply
|
. . . . . 9 7 5 .
7 1 4 8 . . . 2 3
. . 9 . 3 7 . . 4
9 4 6 5 1 8 . 3 7
5 3 7 6 2 4 1 9 8
1 8 2 . . 3 4 . 5
8 7 . 9 . 5 . 4 .
2 6 3 4 . . . 7 9
4 . 5 . 7 2 . 8 1
|
3 2 8 1 4 9 7 5 6
7 1 4 8 5 6 9 2 3
6 5 9 2 3 7 8 1 4
9 4 6 5 1 8 2 3 7
5 3 7 6 2 4 1 9 8
1 8 2 7 9 3 4 6 5
8 7 1 9 6 5 3 4 2
2 6 3 4 8 1 5 7 9
4 9 5 3 7 2 6 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_347
|
..819...5....879...9354........523615..4.97..32786154.93.675.8.8...1..5..45...197
|
268193475154287936793546812489752361516439728327861549931675284872914653645328197
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 347
|
Basic 9x9 Sudoku 347
|
Normal 9x9 sudoku rules apply
|
. . 8 1 9 . . . 5
. . . . 8 7 9 . .
. 9 3 5 4 . . . .
. . . . 5 2 3 6 1
5 . . 4 . 9 7 . .
3 2 7 8 6 1 5 4 .
9 3 . 6 7 5 . 8 .
8 . . . 1 . . 5 .
. 4 5 . . . 1 9 7
|
2 6 8 1 9 3 4 7 5
1 5 4 2 8 7 9 3 6
7 9 3 5 4 6 8 1 2
4 8 9 7 5 2 3 6 1
5 1 6 4 3 9 7 2 8
3 2 7 8 6 1 5 4 9
9 3 1 6 7 5 2 8 4
8 7 2 9 1 4 6 5 3
6 4 5 3 2 8 1 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_348
|
6..8....24.9..7..6.75.4....1.2583.9.397.145.8..497.63.95..21.67243.691...1.3..249
|
631895472429137856875246913162583794397614528584972631958421367243769185716358249
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 348
|
Basic 9x9 Sudoku 348
|
Normal 9x9 sudoku rules apply
|
6 . . 8 . . . . 2
4 . 9 . . 7 . . 6
. 7 5 . 4 . . . .
1 . 2 5 8 3 . 9 .
3 9 7 . 1 4 5 . 8
. . 4 9 7 . 6 3 .
9 5 . . 2 1 . 6 7
2 4 3 . 6 9 1 . .
. 1 . 3 . . 2 4 9
|
6 3 1 8 9 5 4 7 2
4 2 9 1 3 7 8 5 6
8 7 5 2 4 6 9 1 3
1 6 2 5 8 3 7 9 4
3 9 7 6 1 4 5 2 8
5 8 4 9 7 2 6 3 1
9 5 8 4 2 1 3 6 7
2 4 3 7 6 9 1 8 5
7 1 6 3 5 8 2 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_349
|
..8...6.392..3.8.57.3854.9...4.7.9..67298351.1.5.6....5..3264.92895.13.73.6.9825.
|
458219673921637845763854192834175926672983514195462738517326489289541367346798251
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 349
|
Basic 9x9 Sudoku 349
|
Normal 9x9 sudoku rules apply
|
. . 8 . . . 6 . 3
9 2 . . 3 . 8 . 5
7 . 3 8 5 4 . 9 .
. . 4 . 7 . 9 . .
6 7 2 9 8 3 5 1 .
1 . 5 . 6 . . . .
5 . . 3 2 6 4 . 9
2 8 9 5 . 1 3 . 7
3 . 6 . 9 8 2 5 .
|
4 5 8 2 1 9 6 7 3
9 2 1 6 3 7 8 4 5
7 6 3 8 5 4 1 9 2
8 3 4 1 7 5 9 2 6
6 7 2 9 8 3 5 1 4
1 9 5 4 6 2 7 3 8
5 1 7 3 2 6 4 8 9
2 8 9 5 4 1 3 6 7
3 4 6 7 9 8 2 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_350
|
.4.91526.5.92..81726.83795..23.54678156782..9.78.93.2.6...7948279.528.3638.4.1.95
|
847915263539246817261837954923154678156782349478693521615379482794528136382461795
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 350
|
Basic 9x9 Sudoku 350
|
Normal 9x9 sudoku rules apply
|
. 4 . 9 1 5 2 6 .
5 . 9 2 . . 8 1 7
2 6 . 8 3 7 9 5 .
. 2 3 . 5 4 6 7 8
1 5 6 7 8 2 . . 9
. 7 8 . 9 3 . 2 .
6 . . . 7 9 4 8 2
7 9 . 5 2 8 . 3 6
3 8 . 4 . 1 . 9 5
|
8 4 7 9 1 5 2 6 3
5 3 9 2 4 6 8 1 7
2 6 1 8 3 7 9 5 4
9 2 3 1 5 4 6 7 8
1 5 6 7 8 2 3 4 9
4 7 8 6 9 3 5 2 1
6 1 5 3 7 9 4 8 2
7 9 4 5 2 8 1 3 6
3 8 2 4 6 1 7 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_351
|
8.5193427.34.62.959......6....3.8672.8...6...24..15..847....2.15.12..786...5..349
|
865193427734862195912457863159348672387926514246715938473689251591234786628571349
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 351
|
Basic 9x9 Sudoku 351
|
Normal 9x9 sudoku rules apply
|
8 . 5 1 9 3 4 2 7
. 3 4 . 6 2 . 9 5
9 . . . . . . 6 .
. . . 3 . 8 6 7 2
. 8 . . . 6 . . .
2 4 . . 1 5 . . 8
4 7 . . . . 2 . 1
5 . 1 2 . . 7 8 6
. . . 5 . . 3 4 9
|
8 6 5 1 9 3 4 2 7
7 3 4 8 6 2 1 9 5
9 1 2 4 5 7 8 6 3
1 5 9 3 4 8 6 7 2
3 8 7 9 2 6 5 1 4
2 4 6 7 1 5 9 3 8
4 7 3 6 8 9 2 5 1
5 9 1 2 3 4 7 8 6
6 2 8 5 7 1 3 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_352
|
...3.8.675.7.6..9..36.19.258.9..3.7...59.2.8...4..591..1.5.72....3...75.....91638
|
291358467587264193436719825829143576165972384374685912618537249943826751752491638
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 352
|
Basic 9x9 Sudoku 352
|
Normal 9x9 sudoku rules apply
|
. . . 3 . 8 . 6 7
5 . 7 . 6 . . 9 .
. 3 6 . 1 9 . 2 5
8 . 9 . . 3 . 7 .
. . 5 9 . 2 . 8 .
. . 4 . . 5 9 1 .
. 1 . 5 . 7 2 . .
. . 3 . . . 7 5 .
. . . . 9 1 6 3 8
|
2 9 1 3 5 8 4 6 7
5 8 7 2 6 4 1 9 3
4 3 6 7 1 9 8 2 5
8 2 9 1 4 3 5 7 6
1 6 5 9 7 2 3 8 4
3 7 4 6 8 5 9 1 2
6 1 8 5 3 7 2 4 9
9 4 3 8 2 6 7 5 1
7 5 2 4 9 1 6 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_353
|
...2.957..91.....6.5..7.81981..56.3254...3...2.3...1..1.5..842.9.87.......4......
|
486219573791385246352674819819456732547123698263897154135968427928741365674532981
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 353
|
Basic 9x9 Sudoku 353
|
Normal 9x9 sudoku rules apply
|
. . . 2 . 9 5 7 .
. 9 1 . . . . . 6
. 5 . . 7 . 8 1 9
8 1 . . 5 6 . 3 2
5 4 . . . 3 . . .
2 . 3 . . . 1 . .
1 . 5 . . 8 4 2 .
9 . 8 7 . . . . .
. . 4 . . . . . .
|
4 8 6 2 1 9 5 7 3
7 9 1 3 8 5 2 4 6
3 5 2 6 7 4 8 1 9
8 1 9 4 5 6 7 3 2
5 4 7 1 2 3 6 9 8
2 6 3 8 9 7 1 5 4
1 3 5 9 6 8 4 2 7
9 2 8 7 4 1 3 6 5
6 7 4 5 3 2 9 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_354
|
....1.45.38.95.2711253..8968..5.7.6.69.128.344.16.9.285182.3.47.43761.....9...3.2
|
976812453384956271125374896832547169697128534451639728518293647243761985769485312
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 354
|
Basic 9x9 Sudoku 354
|
Normal 9x9 sudoku rules apply
|
. . . . 1 . 4 5 .
3 8 . 9 5 . 2 7 1
1 2 5 3 . . 8 9 6
8 . . 5 . 7 . 6 .
6 9 . 1 2 8 . 3 4
4 . 1 6 . 9 . 2 8
5 1 8 2 . 3 . 4 7
. 4 3 7 6 1 . . .
. . 9 . . . 3 . 2
|
9 7 6 8 1 2 4 5 3
3 8 4 9 5 6 2 7 1
1 2 5 3 7 4 8 9 6
8 3 2 5 4 7 1 6 9
6 9 7 1 2 8 5 3 4
4 5 1 6 3 9 7 2 8
5 1 8 2 9 3 6 4 7
2 4 3 7 6 1 9 8 5
7 6 9 4 8 5 3 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_355
|
418.69.57695873..27325149.618.45.2632.6138.9.3746.25189.3.418..84..2567..2.9864.1
|
418269357695873142732514986189457263256138794374692518963741825841325679527986431
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 355
|
Basic 9x9 Sudoku 355
|
Normal 9x9 sudoku rules apply
|
4 1 8 . 6 9 . 5 7
6 9 5 8 7 3 . . 2
7 3 2 5 1 4 9 . 6
1 8 . 4 5 . 2 6 3
2 . 6 1 3 8 . 9 .
3 7 4 6 . 2 5 1 8
9 . 3 . 4 1 8 . .
8 4 . . 2 5 6 7 .
. 2 . 9 8 6 4 . 1
|
4 1 8 2 6 9 3 5 7
6 9 5 8 7 3 1 4 2
7 3 2 5 1 4 9 8 6
1 8 9 4 5 7 2 6 3
2 5 6 1 3 8 7 9 4
3 7 4 6 9 2 5 1 8
9 6 3 7 4 1 8 2 5
8 4 1 3 2 5 6 7 9
5 2 7 9 8 6 4 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_356
|
61....24.....71..52.9.6.....9.432.7.1...874.9....1.32.38...9..2....26..17621.8..4
|
615893247438271695279564813596432178123687459847915326381749562954326781762158934
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 356
|
Basic 9x9 Sudoku 356
|
Normal 9x9 sudoku rules apply
|
6 1 . . . . 2 4 .
. . . . 7 1 . . 5
2 . 9 . 6 . . . .
. 9 . 4 3 2 . 7 .
1 . . . 8 7 4 . 9
. . . . 1 . 3 2 .
3 8 . . . 9 . . 2
. . . . 2 6 . . 1
7 6 2 1 . 8 . . 4
|
6 1 5 8 9 3 2 4 7
4 3 8 2 7 1 6 9 5
2 7 9 5 6 4 8 1 3
5 9 6 4 3 2 1 7 8
1 2 3 6 8 7 4 5 9
8 4 7 9 1 5 3 2 6
3 8 1 7 4 9 5 6 2
9 5 4 3 2 6 7 8 1
7 6 2 1 5 8 9 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_357
|
.4.9.2.37.7283......36.7824384..9.....7.8.49.6957.32.8231465.8..69..815......1..6
|
846912537572834961913657824384129675127586493695743218231465789469378152758291346
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 357
|
Basic 9x9 Sudoku 357
|
Normal 9x9 sudoku rules apply
|
. 4 . 9 . 2 . 3 7
. 7 2 8 3 . . . .
. . 3 6 . 7 8 2 4
3 8 4 . . 9 . . .
. . 7 . 8 . 4 9 .
6 9 5 7 . 3 2 . 8
2 3 1 4 6 5 . 8 .
. 6 9 . . 8 1 5 .
. . . . . 1 . . 6
|
8 4 6 9 1 2 5 3 7
5 7 2 8 3 4 9 6 1
9 1 3 6 5 7 8 2 4
3 8 4 1 2 9 6 7 5
1 2 7 5 8 6 4 9 3
6 9 5 7 4 3 2 1 8
2 3 1 4 6 5 7 8 9
4 6 9 3 7 8 1 5 2
7 5 8 2 9 1 3 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_358
|
3.5829....9.136.85..6...3.125..9......3.158....176.53.769382.541329...7..8.6719..
|
315829467497136285826547391258493716673215849941768532769382154132954678584671923
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 358
|
Basic 9x9 Sudoku 358
|
Normal 9x9 sudoku rules apply
|
3 . 5 8 2 9 . . .
. 9 . 1 3 6 . 8 5
. . 6 . . . 3 . 1
2 5 . . 9 . . . .
. . 3 . 1 5 8 . .
. . 1 7 6 . 5 3 .
7 6 9 3 8 2 . 5 4
1 3 2 9 . . . 7 .
. 8 . 6 7 1 9 . .
|
3 1 5 8 2 9 4 6 7
4 9 7 1 3 6 2 8 5
8 2 6 5 4 7 3 9 1
2 5 8 4 9 3 7 1 6
6 7 3 2 1 5 8 4 9
9 4 1 7 6 8 5 3 2
7 6 9 3 8 2 1 5 4
1 3 2 9 5 4 6 7 8
5 8 4 6 7 1 9 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_359
|
..........1..6.9.52....5184..43.6...12..4876..9..7..3...2..7...7.51.429.6419.3.5.
|
457819623318462975269735184874396512123548769596271438982657341735184296641923857
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 359
|
Basic 9x9 Sudoku 359
|
Normal 9x9 sudoku rules apply
|
. . . . . . . . .
. 1 . . 6 . 9 . 5
2 . . . . 5 1 8 4
. . 4 3 . 6 . . .
1 2 . . 4 8 7 6 .
. 9 . . 7 . . 3 .
. . 2 . . 7 . . .
7 . 5 1 . 4 2 9 .
6 4 1 9 . 3 . 5 .
|
4 5 7 8 1 9 6 2 3
3 1 8 4 6 2 9 7 5
2 6 9 7 3 5 1 8 4
8 7 4 3 9 6 5 1 2
1 2 3 5 4 8 7 6 9
5 9 6 2 7 1 4 3 8
9 8 2 6 5 7 3 4 1
7 3 5 1 8 4 2 9 6
6 4 1 9 2 3 8 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_360
|
..4....76.653.....2..14.....8962....3....476.....53.1.5.1432.8..4...9....2.....39
|
814295376965378124237146895189627543352914768476853912591432687643789251728561439
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 360
|
Basic 9x9 Sudoku 360
|
Normal 9x9 sudoku rules apply
|
. . 4 . . . . 7 6
. 6 5 3 . . . . .
2 . . 1 4 . . . .
. 8 9 6 2 . . . .
3 . . . . 4 7 6 .
. . . . 5 3 . 1 .
5 . 1 4 3 2 . 8 .
. 4 . . . 9 . . .
. 2 . . . . . 3 9
|
8 1 4 2 9 5 3 7 6
9 6 5 3 7 8 1 2 4
2 3 7 1 4 6 8 9 5
1 8 9 6 2 7 5 4 3
3 5 2 9 1 4 7 6 8
4 7 6 8 5 3 9 1 2
5 9 1 4 3 2 6 8 7
6 4 3 7 8 9 2 5 1
7 2 8 5 6 1 4 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_361
|
2819..756796.153424..6.718985..91...1.....8256....893.378..26..912..6.7.5.437921.
|
281934756796815342435627189853291467149763825627548931378152694912486573564379218
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 361
|
Basic 9x9 Sudoku 361
|
Normal 9x9 sudoku rules apply
|
2 8 1 9 . . 7 5 6
7 9 6 . 1 5 3 4 2
4 . . 6 . 7 1 8 9
8 5 . . 9 1 . . .
1 . . . . . 8 2 5
6 . . . . 8 9 3 .
3 7 8 . . 2 6 . .
9 1 2 . . 6 . 7 .
5 . 4 3 7 9 2 1 .
|
2 8 1 9 3 4 7 5 6
7 9 6 8 1 5 3 4 2
4 3 5 6 2 7 1 8 9
8 5 3 2 9 1 4 6 7
1 4 9 7 6 3 8 2 5
6 2 7 5 4 8 9 3 1
3 7 8 1 5 2 6 9 4
9 1 2 4 8 6 5 7 3
5 6 4 3 7 9 2 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_362
|
.9....367.37..6..5....4.98.1.3462879..47.96..76.5.82.19.....73664127..9..7.69...4
|
492851367837926415516347982153462879284719653769538241925184736641273598378695124
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 362
|
Basic 9x9 Sudoku 362
|
Normal 9x9 sudoku rules apply
|
. 9 . . . . 3 6 7
. 3 7 . . 6 . . 5
. . . . 4 . 9 8 .
1 . 3 4 6 2 8 7 9
. . 4 7 . 9 6 . .
7 6 . 5 . 8 2 . 1
9 . . . . . 7 3 6
6 4 1 2 7 . . 9 .
. 7 . 6 9 . . . 4
|
4 9 2 8 5 1 3 6 7
8 3 7 9 2 6 4 1 5
5 1 6 3 4 7 9 8 2
1 5 3 4 6 2 8 7 9
2 8 4 7 1 9 6 5 3
7 6 9 5 3 8 2 4 1
9 2 5 1 8 4 7 3 6
6 4 1 2 7 3 5 9 8
3 7 8 6 9 5 1 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_363
|
215894376.671359.283..2.15492...1.38374..85.11.8..346.64.712.95.9.58.2.3582.49...
|
215894376467135982839627154926451738374968521158273469643712895791586243582349617
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 363
|
Basic 9x9 Sudoku 363
|
Normal 9x9 sudoku rules apply
|
2 1 5 8 9 4 3 7 6
. 6 7 1 3 5 9 . 2
8 3 . . 2 . 1 5 4
9 2 . . . 1 . 3 8
3 7 4 . . 8 5 . 1
1 . 8 . . 3 4 6 .
6 4 . 7 1 2 . 9 5
. 9 . 5 8 . 2 . 3
5 8 2 . 4 9 . . .
|
2 1 5 8 9 4 3 7 6
4 6 7 1 3 5 9 8 2
8 3 9 6 2 7 1 5 4
9 2 6 4 5 1 7 3 8
3 7 4 9 6 8 5 2 1
1 5 8 2 7 3 4 6 9
6 4 3 7 1 2 8 9 5
7 9 1 5 8 6 2 4 3
5 8 2 3 4 9 6 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_364
|
.92...3676.1...458.8...7.......9378....5.6..1746..8.9.3..82...5...7...3.2.9...87.
|
492185367671932458583647129125493786938576241746218593367824915814759632259361874
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 364
|
Basic 9x9 Sudoku 364
|
Normal 9x9 sudoku rules apply
|
. 9 2 . . . 3 6 7
6 . 1 . . . 4 5 8
. 8 . . . 7 . . .
. . . . 9 3 7 8 .
. . . 5 . 6 . . 1
7 4 6 . . 8 . 9 .
3 . . 8 2 . . . 5
. . . 7 . . . 3 .
2 . 9 . . . 8 7 .
|
4 9 2 1 8 5 3 6 7
6 7 1 9 3 2 4 5 8
5 8 3 6 4 7 1 2 9
1 2 5 4 9 3 7 8 6
9 3 8 5 7 6 2 4 1
7 4 6 2 1 8 5 9 3
3 6 7 8 2 4 9 1 5
8 1 4 7 5 9 6 3 2
2 5 9 3 6 1 8 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_365
|
.36.89.2.2........1...263.5.1..6...73659......4.51.......7....9.93..8..16...9..38
|
536189724284375196179426385912863547365947812748512963821734659493658271657291438
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 365
|
Basic 9x9 Sudoku 365
|
Normal 9x9 sudoku rules apply
|
. 3 6 . 8 9 . 2 .
2 . . . . . . . .
1 . . . 2 6 3 . 5
. 1 . . 6 . . . 7
3 6 5 9 . . . . .
. 4 . 5 1 . . . .
. . . 7 . . . . 9
. 9 3 . . 8 . . 1
6 . . . 9 . . 3 8
|
5 3 6 1 8 9 7 2 4
2 8 4 3 7 5 1 9 6
1 7 9 4 2 6 3 8 5
9 1 2 8 6 3 5 4 7
3 6 5 9 4 7 8 1 2
7 4 8 5 1 2 9 6 3
8 2 1 7 3 4 6 5 9
4 9 3 6 5 8 2 7 1
6 5 7 2 9 1 4 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_366
|
63....5748471.5..2.52473168.256387.9.79254.8.486.173.5514.2.8..263589.1.7.8341.56
|
631892574847165932952473168125638749379254681486917325514726893263589417798341256
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 366
|
Basic 9x9 Sudoku 366
|
Normal 9x9 sudoku rules apply
|
6 3 . . . . 5 7 4
8 4 7 1 . 5 . . 2
. 5 2 4 7 3 1 6 8
. 2 5 6 3 8 7 . 9
. 7 9 2 5 4 . 8 .
4 8 6 . 1 7 3 . 5
5 1 4 . 2 . 8 . .
2 6 3 5 8 9 . 1 .
7 . 8 3 4 1 . 5 6
|
6 3 1 8 9 2 5 7 4
8 4 7 1 6 5 9 3 2
9 5 2 4 7 3 1 6 8
1 2 5 6 3 8 7 4 9
3 7 9 2 5 4 6 8 1
4 8 6 9 1 7 3 2 5
5 1 4 7 2 6 8 9 3
2 6 3 5 8 9 4 1 7
7 9 8 3 4 1 2 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_367
|
...81.3529213.4..7..867.4.9839.47..1162.8.734.4...6.9.2...61.7.6..7.3825..352...6
|
476819352921354687358672419839247561162985734547136298285461973614793825793528146
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 367
|
Basic 9x9 Sudoku 367
|
Normal 9x9 sudoku rules apply
|
. . . 8 1 . 3 5 2
9 2 1 3 . 4 . . 7
. . 8 6 7 . 4 . 9
8 3 9 . 4 7 . . 1
1 6 2 . 8 . 7 3 4
. 4 . . . 6 . 9 .
2 . . . 6 1 . 7 .
6 . . 7 . 3 8 2 5
. . 3 5 2 . . . 6
|
4 7 6 8 1 9 3 5 2
9 2 1 3 5 4 6 8 7
3 5 8 6 7 2 4 1 9
8 3 9 2 4 7 5 6 1
1 6 2 9 8 5 7 3 4
5 4 7 1 3 6 2 9 8
2 8 5 4 6 1 9 7 3
6 1 4 7 9 3 8 2 5
7 9 3 5 2 8 1 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_368
|
..6..1.23..24...1.91..7..5.1635.89....72..5.4.5496..38..91.5.474217..6..3.568....
|
546891723732456819918372456163548972897213564254967138689125347421739685375684291
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 368
|
Basic 9x9 Sudoku 368
|
Normal 9x9 sudoku rules apply
|
. . 6 . . 1 . 2 3
. . 2 4 . . . 1 .
9 1 . . 7 . . 5 .
1 6 3 5 . 8 9 . .
. . 7 2 . . 5 . 4
. 5 4 9 6 . . 3 8
. . 9 1 . 5 . 4 7
4 2 1 7 . . 6 . .
3 . 5 6 8 . . . .
|
5 4 6 8 9 1 7 2 3
7 3 2 4 5 6 8 1 9
9 1 8 3 7 2 4 5 6
1 6 3 5 4 8 9 7 2
8 9 7 2 1 3 5 6 4
2 5 4 9 6 7 1 3 8
6 8 9 1 2 5 3 4 7
4 2 1 7 3 9 6 8 5
3 7 5 6 8 4 2 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_369
|
..5..24634...68.72..63..89.192856.3..4..2.65.5....921..21....479....358..589.4...
|
785192463439568172216347895192856734843721659567439218321685947974213586658974321
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 369
|
Basic 9x9 Sudoku 369
|
Normal 9x9 sudoku rules apply
|
. . 5 . . 2 4 6 3
4 . . . 6 8 . 7 2
. . 6 3 . . 8 9 .
1 9 2 8 5 6 . 3 .
. 4 . . 2 . 6 5 .
5 . . . . 9 2 1 .
. 2 1 . . . . 4 7
9 . . . . 3 5 8 .
. 5 8 9 . 4 . . .
|
7 8 5 1 9 2 4 6 3
4 3 9 5 6 8 1 7 2
2 1 6 3 4 7 8 9 5
1 9 2 8 5 6 7 3 4
8 4 3 7 2 1 6 5 9
5 6 7 4 3 9 2 1 8
3 2 1 6 8 5 9 4 7
9 7 4 2 1 3 5 8 6
6 5 8 9 7 4 3 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_370
|
5.2..8.3.368527..9..1..48258.9....57.2748......6......9.57.2314...3..67.67..41.9.
|
542198736368527149791634825839216457127485963456973281985762314214359678673841592
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 370
|
Basic 9x9 Sudoku 370
|
Normal 9x9 sudoku rules apply
|
5 . 2 . . 8 . 3 .
3 6 8 5 2 7 . . 9
. . 1 . . 4 8 2 5
8 . 9 . . . . 5 7
. 2 7 4 8 . . . .
. . 6 . . . . . .
9 . 5 7 . 2 3 1 4
. . . 3 . . 6 7 .
6 7 . . 4 1 . 9 .
|
5 4 2 1 9 8 7 3 6
3 6 8 5 2 7 1 4 9
7 9 1 6 3 4 8 2 5
8 3 9 2 1 6 4 5 7
1 2 7 4 8 5 9 6 3
4 5 6 9 7 3 2 8 1
9 8 5 7 6 2 3 1 4
2 1 4 3 5 9 6 7 8
6 7 3 8 4 1 5 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_371
|
5..1....77.......9....6.2...4.9..5...6...4..18.7.15.2.47.2...65.58.7..34..35...8.
|
586192347724853619931467258142986573365724891897315426479238165258671934613549782
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 371
|
Basic 9x9 Sudoku 371
|
Normal 9x9 sudoku rules apply
|
5 . . 1 . . . . 7
7 . . . . . . . 9
. . . . 6 . 2 . .
. 4 . 9 . . 5 . .
. 6 . . . 4 . . 1
8 . 7 . 1 5 . 2 .
4 7 . 2 . . . 6 5
. 5 8 . 7 . . 3 4
. . 3 5 . . . 8 .
|
5 8 6 1 9 2 3 4 7
7 2 4 8 5 3 6 1 9
9 3 1 4 6 7 2 5 8
1 4 2 9 8 6 5 7 3
3 6 5 7 2 4 8 9 1
8 9 7 3 1 5 4 2 6
4 7 9 2 3 8 1 6 5
2 5 8 6 7 1 9 3 4
6 1 3 5 4 9 7 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_372
|
.6912.5.754.9378.63175862.4....527.9275..93.1..687.425453..8.72.9.2436.86.871.943
|
869124537542937816317586294184352769275469381936871425453698172791243658628715943
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 372
|
Basic 9x9 Sudoku 372
|
Normal 9x9 sudoku rules apply
|
. 6 9 1 2 . 5 . 7
5 4 . 9 3 7 8 . 6
3 1 7 5 8 6 2 . 4
. . . . 5 2 7 . 9
2 7 5 . . 9 3 . 1
. . 6 8 7 . 4 2 5
4 5 3 . . 8 . 7 2
. 9 . 2 4 3 6 . 8
6 . 8 7 1 . 9 4 3
|
8 6 9 1 2 4 5 3 7
5 4 2 9 3 7 8 1 6
3 1 7 5 8 6 2 9 4
1 8 4 3 5 2 7 6 9
2 7 5 4 6 9 3 8 1
9 3 6 8 7 1 4 2 5
4 5 3 6 9 8 1 7 2
7 9 1 2 4 3 6 5 8
6 2 8 7 1 5 9 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_373
|
1.42.8.7..8.1..93.3567..218...98....96..7.8.181.6......28.16.9..7...938.539......
|
194238675782165934356794218245981763963472851817653429428316597671549382539827146
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 373
|
Basic 9x9 Sudoku 373
|
Normal 9x9 sudoku rules apply
|
1 . 4 2 . 8 . 7 .
. 8 . 1 . . 9 3 .
3 5 6 7 . . 2 1 8
. . . 9 8 . . . .
9 6 . . 7 . 8 . 1
8 1 . 6 . . . . .
. 2 8 . 1 6 . 9 .
. 7 . . . 9 3 8 .
5 3 9 . . . . . .
|
1 9 4 2 3 8 6 7 5
7 8 2 1 6 5 9 3 4
3 5 6 7 9 4 2 1 8
2 4 5 9 8 1 7 6 3
9 6 3 4 7 2 8 5 1
8 1 7 6 5 3 4 2 9
4 2 8 3 1 6 5 9 7
6 7 1 5 4 9 3 8 2
5 3 9 8 2 7 1 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_374
|
12689.7.5.8317.26....3.6.412985....33.4.67958..7.83124..1459.82532.1...784.7.2516
|
126894735483175269975326841298541673314267958657983124761459382532618497849732516
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 374
|
Basic 9x9 Sudoku 374
|
Normal 9x9 sudoku rules apply
|
1 2 6 8 9 . 7 . 5
. 8 3 1 7 . 2 6 .
. . . 3 . 6 . 4 1
2 9 8 5 . . . . 3
3 . 4 . 6 7 9 5 8
. . 7 . 8 3 1 2 4
. . 1 4 5 9 . 8 2
5 3 2 . 1 . . . 7
8 4 . 7 . 2 5 1 6
|
1 2 6 8 9 4 7 3 5
4 8 3 1 7 5 2 6 9
9 7 5 3 2 6 8 4 1
2 9 8 5 4 1 6 7 3
3 1 4 2 6 7 9 5 8
6 5 7 9 8 3 1 2 4
7 6 1 4 5 9 3 8 2
5 3 2 6 1 8 4 9 7
8 4 9 7 3 2 5 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_375
|
4....9.728.3..791.7.5...4832.6.147.9.47..5...9...73.4..84.92..7.1.......5...31.24
|
461389572823457916795126483236814759147965238958273641384592167612748395579631824
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 375
|
Basic 9x9 Sudoku 375
|
Normal 9x9 sudoku rules apply
|
4 . . . . 9 . 7 2
8 . 3 . . 7 9 1 .
7 . 5 . . . 4 8 3
2 . 6 . 1 4 7 . 9
. 4 7 . . 5 . . .
9 . . . 7 3 . 4 .
. 8 4 . 9 2 . . 7
. 1 . . . . . . .
5 . . . 3 1 . 2 4
|
4 6 1 3 8 9 5 7 2
8 2 3 4 5 7 9 1 6
7 9 5 1 2 6 4 8 3
2 3 6 8 1 4 7 5 9
1 4 7 9 6 5 2 3 8
9 5 8 2 7 3 6 4 1
3 8 4 5 9 2 1 6 7
6 1 2 7 4 8 3 9 5
5 7 9 6 3 1 8 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_376
|
2.913.6...75.8691..36.95.4.953.6.421.4...2.6.62.5...897.4...5.659.671.343.8459..2
|
289134657475286913136795248953867421847912365621543789714328596592671834368459172
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 376
|
Basic 9x9 Sudoku 376
|
Normal 9x9 sudoku rules apply
|
2 . 9 1 3 . 6 . .
. 7 5 . 8 6 9 1 .
. 3 6 . 9 5 . 4 .
9 5 3 . 6 . 4 2 1
. 4 . . . 2 . 6 .
6 2 . 5 . . . 8 9
7 . 4 . . . 5 . 6
5 9 . 6 7 1 . 3 4
3 . 8 4 5 9 . . 2
|
2 8 9 1 3 4 6 5 7
4 7 5 2 8 6 9 1 3
1 3 6 7 9 5 2 4 8
9 5 3 8 6 7 4 2 1
8 4 7 9 1 2 3 6 5
6 2 1 5 4 3 7 8 9
7 1 4 3 2 8 5 9 6
5 9 2 6 7 1 8 3 4
3 6 8 4 5 9 1 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_377
|
1.2.4...6.9..58..44.3..2.1...9.6.1.7.76.1....5......42....24..5.....6.31.6...1..9
|
182349576697158324453672918849263157276415893531897642318924765925786431764531289
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 377
|
Basic 9x9 Sudoku 377
|
Normal 9x9 sudoku rules apply
|
1 . 2 . 4 . . . 6
. 9 . . 5 8 . . 4
4 . 3 . . 2 . 1 .
. . 9 . 6 . 1 . 7
. 7 6 . 1 . . . .
5 . . . . . . 4 2
. . . . 2 4 . . 5
. . . . . 6 . 3 1
. 6 . . . 1 . . 9
|
1 8 2 3 4 9 5 7 6
6 9 7 1 5 8 3 2 4
4 5 3 6 7 2 9 1 8
8 4 9 2 6 3 1 5 7
2 7 6 4 1 5 8 9 3
5 3 1 8 9 7 6 4 2
3 1 8 9 2 4 7 6 5
9 2 5 7 8 6 4 3 1
7 6 4 5 3 1 2 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_378
|
395.....7.......8.82647...9..2.49....6...3..8..45.7.2........9.4.9.2..5..5.7.48.6
|
395182467741936582826475139132849675567213948984567321678351294419628753253794816
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 378
|
Basic 9x9 Sudoku 378
|
Normal 9x9 sudoku rules apply
|
3 9 5 . . . . . 7
. . . . . . . 8 .
8 2 6 4 7 . . . 9
. . 2 . 4 9 . . .
. 6 . . . 3 . . 8
. . 4 5 . 7 . 2 .
. . . . . . . 9 .
4 . 9 . 2 . . 5 .
. 5 . 7 . 4 8 . 6
|
3 9 5 1 8 2 4 6 7
7 4 1 9 3 6 5 8 2
8 2 6 4 7 5 1 3 9
1 3 2 8 4 9 6 7 5
5 6 7 2 1 3 9 4 8
9 8 4 5 6 7 3 2 1
6 7 8 3 5 1 2 9 4
4 1 9 6 2 8 7 5 3
2 5 3 7 9 4 8 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_379
|
.45..837.1679..8..83...7164.587.6...3.648.7.5.14.9263.4..675.235...2941....3.458.
|
245168379167943852839257164958736241326481795714592638481675923573829416692314587
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 379
|
Basic 9x9 Sudoku 379
|
Normal 9x9 sudoku rules apply
|
. 4 5 . . 8 3 7 .
1 6 7 9 . . 8 . .
8 3 . . . 7 1 6 4
. 5 8 7 . 6 . . .
3 . 6 4 8 . 7 . 5
. 1 4 . 9 2 6 3 .
4 . . 6 7 5 . 2 3
5 . . . 2 9 4 1 .
. . . 3 . 4 5 8 .
|
2 4 5 1 6 8 3 7 9
1 6 7 9 4 3 8 5 2
8 3 9 2 5 7 1 6 4
9 5 8 7 3 6 2 4 1
3 2 6 4 8 1 7 9 5
7 1 4 5 9 2 6 3 8
4 8 1 6 7 5 9 2 3
5 7 3 8 2 9 4 1 6
6 9 2 3 1 4 5 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_380
|
517.9.3.6..8216547.4.573....593..7.287316.9.426.957.31.81629475.257..6937.643521.
|
517894326938216547642573189159348762873162954264957831381629475425781693796435218
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 380
|
Basic 9x9 Sudoku 380
|
Normal 9x9 sudoku rules apply
|
5 1 7 . 9 . 3 . 6
. . 8 2 1 6 5 4 7
. 4 . 5 7 3 . . .
. 5 9 3 . . 7 . 2
8 7 3 1 6 . 9 . 4
2 6 . 9 5 7 . 3 1
. 8 1 6 2 9 4 7 5
. 2 5 7 . . 6 9 3
7 . 6 4 3 5 2 1 .
|
5 1 7 8 9 4 3 2 6
9 3 8 2 1 6 5 4 7
6 4 2 5 7 3 1 8 9
1 5 9 3 4 8 7 6 2
8 7 3 1 6 2 9 5 4
2 6 4 9 5 7 8 3 1
3 8 1 6 2 9 4 7 5
4 2 5 7 8 1 6 9 3
7 9 6 4 3 5 2 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_381
|
2.69.34579.3...8.2.5.7.61.3425639..11.9..5236.....2.4...85.1.2459.34.6186..2.8375
|
216983457973154862854726193425639781189475236367812549738561924592347618641298375
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 381
|
Basic 9x9 Sudoku 381
|
Normal 9x9 sudoku rules apply
|
2 . 6 9 . 3 4 5 7
9 . 3 . . . 8 . 2
. 5 . 7 . 6 1 . 3
4 2 5 6 3 9 . . 1
1 . 9 . . 5 2 3 6
. . . . . 2 . 4 .
. . 8 5 . 1 . 2 4
5 9 . 3 4 . 6 1 8
6 . . 2 . 8 3 7 5
|
2 1 6 9 8 3 4 5 7
9 7 3 1 5 4 8 6 2
8 5 4 7 2 6 1 9 3
4 2 5 6 3 9 7 8 1
1 8 9 4 7 5 2 3 6
3 6 7 8 1 2 5 4 9
7 3 8 5 6 1 9 2 4
5 9 2 3 4 7 6 1 8
6 4 1 2 9 8 3 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_382
|
1.3..845..69.3..2782567.1.99...6.5...4..5...8.5.489362.8751.9.359.8..27.3149.76..
|
173298456469135827825674139938762514642351798751489362287516943596843271314927685
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 382
|
Basic 9x9 Sudoku 382
|
Normal 9x9 sudoku rules apply
|
1 . 3 . . 8 4 5 .
. 6 9 . 3 . . 2 7
8 2 5 6 7 . 1 . 9
9 . . . 6 . 5 . .
. 4 . . 5 . . . 8
. 5 . 4 8 9 3 6 2
. 8 7 5 1 . 9 . 3
5 9 . 8 . . 2 7 .
3 1 4 9 . 7 6 . .
|
1 7 3 2 9 8 4 5 6
4 6 9 1 3 5 8 2 7
8 2 5 6 7 4 1 3 9
9 3 8 7 6 2 5 1 4
6 4 2 3 5 1 7 9 8
7 5 1 4 8 9 3 6 2
2 8 7 5 1 6 9 4 3
5 9 6 8 4 3 2 7 1
3 1 4 9 2 7 6 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_383
|
4.2839675..867123.3762.519883459..16.2.487.5..9..16.427.3..4.2....1583671657....9
|
412839675958671234376245198834592716621487953597316842783964521249158367165723489
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 383
|
Basic 9x9 Sudoku 383
|
Normal 9x9 sudoku rules apply
|
4 . 2 8 3 9 6 7 5
. . 8 6 7 1 2 3 .
3 7 6 2 . 5 1 9 8
8 3 4 5 9 . . 1 6
. 2 . 4 8 7 . 5 .
. 9 . . 1 6 . 4 2
7 . 3 . . 4 . 2 .
. . . 1 5 8 3 6 7
1 6 5 7 . . . . 9
|
4 1 2 8 3 9 6 7 5
9 5 8 6 7 1 2 3 4
3 7 6 2 4 5 1 9 8
8 3 4 5 9 2 7 1 6
6 2 1 4 8 7 9 5 3
5 9 7 3 1 6 8 4 2
7 8 3 9 6 4 5 2 1
2 4 9 1 5 8 3 6 7
1 6 5 7 2 3 4 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_384
|
81.2934.6.4..8617.653.71.2.1849.7.652.6.15794..963.2..498162.37321.59648.653489.2
|
817293456942586173653471829184927365236815794579634281498162537321759648765348912
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 384
|
Basic 9x9 Sudoku 384
|
Normal 9x9 sudoku rules apply
|
8 1 . 2 9 3 4 . 6
. 4 . . 8 6 1 7 .
6 5 3 . 7 1 . 2 .
1 8 4 9 . 7 . 6 5
2 . 6 . 1 5 7 9 4
. . 9 6 3 . 2 . .
4 9 8 1 6 2 . 3 7
3 2 1 . 5 9 6 4 8
. 6 5 3 4 8 9 . 2
|
8 1 7 2 9 3 4 5 6
9 4 2 5 8 6 1 7 3
6 5 3 4 7 1 8 2 9
1 8 4 9 2 7 3 6 5
2 3 6 8 1 5 7 9 4
5 7 9 6 3 4 2 8 1
4 9 8 1 6 2 5 3 7
3 2 1 7 5 9 6 4 8
7 6 5 3 4 8 9 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_385
|
..1..2537537641982.925731.418.2....3.2489.67175.1.42.8.1.458...4..3..8.9...7..3.5
|
641982537537641982892573164189267453324895671756134298913458726475326819268719345
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 385
|
Basic 9x9 Sudoku 385
|
Normal 9x9 sudoku rules apply
|
. . 1 . . 2 5 3 7
5 3 7 6 4 1 9 8 2
. 9 2 5 7 3 1 . 4
1 8 . 2 . . . . 3
. 2 4 8 9 . 6 7 1
7 5 . 1 . 4 2 . 8
. 1 . 4 5 8 . . .
4 . . 3 . . 8 . 9
. . . 7 . . 3 . 5
|
6 4 1 9 8 2 5 3 7
5 3 7 6 4 1 9 8 2
8 9 2 5 7 3 1 6 4
1 8 9 2 6 7 4 5 3
3 2 4 8 9 5 6 7 1
7 5 6 1 3 4 2 9 8
9 1 3 4 5 8 7 2 6
4 7 5 3 2 6 8 1 9
2 6 8 7 1 9 3 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_386
|
462.8.57339.24..6.851.372..186954..2..98216.5..4376.89918563427243718.5.6.54.2318
|
462189573397245861851637294186954732739821645524376189918563427243718956675492318
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 386
|
Basic 9x9 Sudoku 386
|
Normal 9x9 sudoku rules apply
|
4 6 2 . 8 . 5 7 3
3 9 . 2 4 . . 6 .
8 5 1 . 3 7 2 . .
1 8 6 9 5 4 . . 2
. . 9 8 2 1 6 . 5
. . 4 3 7 6 . 8 9
9 1 8 5 6 3 4 2 7
2 4 3 7 1 8 . 5 .
6 . 5 4 . 2 3 1 8
|
4 6 2 1 8 9 5 7 3
3 9 7 2 4 5 8 6 1
8 5 1 6 3 7 2 9 4
1 8 6 9 5 4 7 3 2
7 3 9 8 2 1 6 4 5
5 2 4 3 7 6 1 8 9
9 1 8 5 6 3 4 2 7
2 4 3 7 1 8 9 5 6
6 7 5 4 9 2 3 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_387
|
5.28..467.6..742357.32.5.89.85749.2629.38.5743.45269.863.95.84.....37692429.18.53
|
512893467968174235743265189185749326296381574374526918637952841851437692429618753
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 387
|
Basic 9x9 Sudoku 387
|
Normal 9x9 sudoku rules apply
|
5 . 2 8 . . 4 6 7
. 6 . . 7 4 2 3 5
7 . 3 2 . 5 . 8 9
. 8 5 7 4 9 . 2 6
2 9 . 3 8 . 5 7 4
3 . 4 5 2 6 9 . 8
6 3 . 9 5 . 8 4 .
. . . . 3 7 6 9 2
4 2 9 . 1 8 . 5 3
|
5 1 2 8 9 3 4 6 7
9 6 8 1 7 4 2 3 5
7 4 3 2 6 5 1 8 9
1 8 5 7 4 9 3 2 6
2 9 6 3 8 1 5 7 4
3 7 4 5 2 6 9 1 8
6 3 7 9 5 2 8 4 1
8 5 1 4 3 7 6 9 2
4 2 9 6 1 8 7 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_388
|
1..89.5.7..2..6349..547381.2.8.1749..71.642589..5281.356.2..9.4..97.563...3689.25
|
134892567782156349695473812258317496371964258946528173567231984829745631413689725
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 388
|
Basic 9x9 Sudoku 388
|
Normal 9x9 sudoku rules apply
|
1 . . 8 9 . 5 . 7
. . 2 . . 6 3 4 9
. . 5 4 7 3 8 1 .
2 . 8 . 1 7 4 9 .
. 7 1 . 6 4 2 5 8
9 . . 5 2 8 1 . 3
5 6 . 2 . . 9 . 4
. . 9 7 . 5 6 3 .
. . 3 6 8 9 . 2 5
|
1 3 4 8 9 2 5 6 7
7 8 2 1 5 6 3 4 9
6 9 5 4 7 3 8 1 2
2 5 8 3 1 7 4 9 6
3 7 1 9 6 4 2 5 8
9 4 6 5 2 8 1 7 3
5 6 7 2 3 1 9 8 4
8 2 9 7 4 5 6 3 1
4 1 3 6 8 9 7 2 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_389
|
.32...75.98.657123.67.329.4.5.9.1..7341576298.79..3.15..5.9864.8.6714539..326.8.1
|
132489756984657123567132984258941367341576298679823415715398642826714539493265871
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 389
|
Basic 9x9 Sudoku 389
|
Normal 9x9 sudoku rules apply
|
. 3 2 . . . 7 5 .
9 8 . 6 5 7 1 2 3
. 6 7 . 3 2 9 . 4
. 5 . 9 . 1 . . 7
3 4 1 5 7 6 2 9 8
. 7 9 . . 3 . 1 5
. . 5 . 9 8 6 4 .
8 . 6 7 1 4 5 3 9
. . 3 2 6 . 8 . 1
|
1 3 2 4 8 9 7 5 6
9 8 4 6 5 7 1 2 3
5 6 7 1 3 2 9 8 4
2 5 8 9 4 1 3 6 7
3 4 1 5 7 6 2 9 8
6 7 9 8 2 3 4 1 5
7 1 5 3 9 8 6 4 2
8 2 6 7 1 4 5 3 9
4 9 3 2 6 5 8 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_390
|
253.8164718.26.9536.9.571.23148..7.6.26.435.8.987..431.6153.2744...7.8.997.418365
|
253981647187264953649357182314895726726143598598726431861539274435672819972418365
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 390
|
Basic 9x9 Sudoku 390
|
Normal 9x9 sudoku rules apply
|
2 5 3 . 8 1 6 4 7
1 8 . 2 6 . 9 5 3
6 . 9 . 5 7 1 . 2
3 1 4 8 . . 7 . 6
. 2 6 . 4 3 5 . 8
. 9 8 7 . . 4 3 1
. 6 1 5 3 . 2 7 4
4 . . . 7 . 8 . 9
9 7 . 4 1 8 3 6 5
|
2 5 3 9 8 1 6 4 7
1 8 7 2 6 4 9 5 3
6 4 9 3 5 7 1 8 2
3 1 4 8 9 5 7 2 6
7 2 6 1 4 3 5 9 8
5 9 8 7 2 6 4 3 1
8 6 1 5 3 9 2 7 4
4 3 5 6 7 2 8 1 9
9 7 2 4 1 8 3 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_391
|
.2....574.8..5492.....76.3119..82.5384..3.19227....6.8.3852...9....6..855..3..2.7
|
621893574387154926954276831196482753845637192273915648738521469412769385569348217
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 391
|
Basic 9x9 Sudoku 391
|
Normal 9x9 sudoku rules apply
|
. 2 . . . . 5 7 4
. 8 . . 5 4 9 2 .
. . . . 7 6 . 3 1
1 9 . . 8 2 . 5 3
8 4 . . 3 . 1 9 2
2 7 . . . . 6 . 8
. 3 8 5 2 . . . 9
. . . . 6 . . 8 5
5 . . 3 . . 2 . 7
|
6 2 1 8 9 3 5 7 4
3 8 7 1 5 4 9 2 6
9 5 4 2 7 6 8 3 1
1 9 6 4 8 2 7 5 3
8 4 5 6 3 7 1 9 2
2 7 3 9 1 5 6 4 8
7 3 8 5 2 1 4 6 9
4 1 2 7 6 9 3 8 5
5 6 9 3 4 8 2 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_392
|
5.681...7....2..8..9...3..5..438..5.8...47.3923..6.4.....7..5266..15.8.37..638...
|
526819347473526981198473265964381752815247639237965418381794526649152873752638194
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 392
|
Basic 9x9 Sudoku 392
|
Normal 9x9 sudoku rules apply
|
5 . 6 8 1 . . . 7
. . . . 2 . . 8 .
. 9 . . . 3 . . 5
. . 4 3 8 . . 5 .
8 . . . 4 7 . 3 9
2 3 . . 6 . 4 . .
. . . 7 . . 5 2 6
6 . . 1 5 . 8 . 3
7 . . 6 3 8 . . .
|
5 2 6 8 1 9 3 4 7
4 7 3 5 2 6 9 8 1
1 9 8 4 7 3 2 6 5
9 6 4 3 8 1 7 5 2
8 1 5 2 4 7 6 3 9
2 3 7 9 6 5 4 1 8
3 8 1 7 9 4 5 2 6
6 4 9 1 5 2 8 7 3
7 5 2 6 3 8 1 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_393
|
2...9.7568..1.73.2.372.4....6..254...749...655.....9.1...6......1..7.8..7..3.2..4
|
241893756895167342637254189169725438374981265582436971923648517416579823758312694
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 393
|
Basic 9x9 Sudoku 393
|
Normal 9x9 sudoku rules apply
|
2 . . . 9 . 7 5 6
8 . . 1 . 7 3 . 2
. 3 7 2 . 4 . . .
. 6 . . 2 5 4 . .
. 7 4 9 . . . 6 5
5 . . . . . 9 . 1
. . . 6 . . . . .
. 1 . . 7 . 8 . .
7 . . 3 . 2 . . 4
|
2 4 1 8 9 3 7 5 6
8 9 5 1 6 7 3 4 2
6 3 7 2 5 4 1 8 9
1 6 9 7 2 5 4 3 8
3 7 4 9 8 1 2 6 5
5 8 2 4 3 6 9 7 1
9 2 3 6 4 8 5 1 7
4 1 6 5 7 9 8 2 3
7 5 8 3 1 2 6 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_394
|
2.19...4...4..79..75.4168321.372.65868...5.94425..93.13...4.529916...4..54239.167
|
261983745834257916759416832193724658687135294425869371378641529916572483542398167
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 394
|
Basic 9x9 Sudoku 394
|
Normal 9x9 sudoku rules apply
|
2 . 1 9 . . . 4 .
. . 4 . . 7 9 . .
7 5 . 4 1 6 8 3 2
1 . 3 7 2 . 6 5 8
6 8 . . . 5 . 9 4
4 2 5 . . 9 3 . 1
3 . . . 4 . 5 2 9
9 1 6 . . . 4 . .
5 4 2 3 9 . 1 6 7
|
2 6 1 9 8 3 7 4 5
8 3 4 2 5 7 9 1 6
7 5 9 4 1 6 8 3 2
1 9 3 7 2 4 6 5 8
6 8 7 1 3 5 2 9 4
4 2 5 8 6 9 3 7 1
3 7 8 6 4 1 5 2 9
9 1 6 5 7 2 4 8 3
5 4 2 3 9 8 1 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_395
|
..5....477.9.45.168..3.69...831.47.2..6..24...7.9..63..28497163.9158.274.476...9.
|
265819347739245816814376925983164752156732489472958631528497163691583274347621598
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 395
|
Basic 9x9 Sudoku 395
|
Normal 9x9 sudoku rules apply
|
. . 5 . . . . 4 7
7 . 9 . 4 5 . 1 6
8 . . 3 . 6 9 . .
. 8 3 1 . 4 7 . 2
. . 6 . . 2 4 . .
. 7 . 9 . . 6 3 .
. 2 8 4 9 7 1 6 3
. 9 1 5 8 . 2 7 4
. 4 7 6 . . . 9 .
|
2 6 5 8 1 9 3 4 7
7 3 9 2 4 5 8 1 6
8 1 4 3 7 6 9 2 5
9 8 3 1 6 4 7 5 2
1 5 6 7 3 2 4 8 9
4 7 2 9 5 8 6 3 1
5 2 8 4 9 7 1 6 3
6 9 1 5 8 3 2 7 4
3 4 7 6 2 1 5 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_396
|
.651...943.8.45.1.4..37.8.289..627.1..2....6..374.1.8597.6.4..82...1..73581.3....
|
765128394328945617419376852894562731152783469637491285973654128246819573581237946
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 396
|
Basic 9x9 Sudoku 396
|
Normal 9x9 sudoku rules apply
|
. 6 5 1 . . . 9 4
3 . 8 . 4 5 . 1 .
4 . . 3 7 . 8 . 2
8 9 . . 6 2 7 . 1
. . 2 . . . . 6 .
. 3 7 4 . 1 . 8 5
9 7 . 6 . 4 . . 8
2 . . . 1 . . 7 3
5 8 1 . 3 . . . .
|
7 6 5 1 2 8 3 9 4
3 2 8 9 4 5 6 1 7
4 1 9 3 7 6 8 5 2
8 9 4 5 6 2 7 3 1
1 5 2 7 8 3 4 6 9
6 3 7 4 9 1 2 8 5
9 7 3 6 5 4 1 2 8
2 4 6 8 1 9 5 7 3
5 8 1 2 3 7 9 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_397
|
.1.294..7.6....8..95...12.3....2.47557.4.....8...753.9685.329..4.351.7.6......5.8
|
318294657264357891957681243136829475579463182842175369685732914493518726721946538
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 397
|
Basic 9x9 Sudoku 397
|
Normal 9x9 sudoku rules apply
|
. 1 . 2 9 4 . . 7
. 6 . . . . 8 . .
9 5 . . . 1 2 . 3
. . . . 2 . 4 7 5
5 7 . 4 . . . . .
8 . . . 7 5 3 . 9
6 8 5 . 3 2 9 . .
4 . 3 5 1 . 7 . 6
. . . . . . 5 . 8
|
3 1 8 2 9 4 6 5 7
2 6 4 3 5 7 8 9 1
9 5 7 6 8 1 2 4 3
1 3 6 8 2 9 4 7 5
5 7 9 4 6 3 1 8 2
8 4 2 1 7 5 3 6 9
6 8 5 7 3 2 9 1 4
4 9 3 5 1 8 7 2 6
7 2 1 9 4 6 5 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_398
|
....9124.......95....572.13.8...457.4...536..9.......1..1...32.5..1....886.73.1..
|
375891246128346957649572813283614579417953682956287431791468325534129768862735194
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 398
|
Basic 9x9 Sudoku 398
|
Normal 9x9 sudoku rules apply
|
. . . . 9 1 2 4 .
. . . . . . 9 5 .
. . . 5 7 2 . 1 3
. 8 . . . 4 5 7 .
4 . . . 5 3 6 . .
9 . . . . . . . 1
. . 1 . . . 3 2 .
5 . . 1 . . . . 8
8 6 . 7 3 . 1 . .
|
3 7 5 8 9 1 2 4 6
1 2 8 3 4 6 9 5 7
6 4 9 5 7 2 8 1 3
2 8 3 6 1 4 5 7 9
4 1 7 9 5 3 6 8 2
9 5 6 2 8 7 4 3 1
7 9 1 4 6 8 3 2 5
5 3 4 1 2 9 7 6 8
8 6 2 7 3 5 1 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_399
|
8.2194..6..62..8.1.7..6.9..18...5..42.5..6.977.394.2.5917..2.38624387.1935.41..72
|
832194756596273841471568923189725364245836197763941285917652438624387519358419672
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 399
|
Basic 9x9 Sudoku 399
|
Normal 9x9 sudoku rules apply
|
8 . 2 1 9 4 . . 6
. . 6 2 . . 8 . 1
. 7 . . 6 . 9 . .
1 8 . . . 5 . . 4
2 . 5 . . 6 . 9 7
7 . 3 9 4 . 2 . 5
9 1 7 . . 2 . 3 8
6 2 4 3 8 7 . 1 9
3 5 . 4 1 . . 7 2
|
8 3 2 1 9 4 7 5 6
5 9 6 2 7 3 8 4 1
4 7 1 5 6 8 9 2 3
1 8 9 7 2 5 3 6 4
2 4 5 8 3 6 1 9 7
7 6 3 9 4 1 2 8 5
9 1 7 6 5 2 4 3 8
6 2 4 3 8 7 5 1 9
3 5 8 4 1 9 6 7 2
| 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.