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_1600
|
2..8.175...529681......492.9563.2.4..1...7.6534.....9..8..2...9..9.....25...6.48.
|
294831756735296814168574923956382147812947365347615298681423579479158632523769481
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1600
|
Basic 9x9 Sudoku 1600
|
Normal 9x9 sudoku rules apply
|
2 . . 8 . 1 7 5 .
. . 5 2 9 6 8 1 .
. . . . . 4 9 2 .
9 5 6 3 . 2 . 4 .
. 1 . . . 7 . 6 5
3 4 . . . . . 9 .
. 8 . . 2 . . . 9
. . 9 . . . . . 2
5 . . . 6 . 4 8 .
|
2 9 4 8 3 1 7 5 6
7 3 5 2 9 6 8 1 4
1 6 8 5 7 4 9 2 3
9 5 6 3 8 2 1 4 7
8 1 2 9 4 7 3 6 5
3 4 7 6 1 5 2 9 8
6 8 1 4 2 3 5 7 9
4 7 9 1 5 8 6 3 2
5 2 3 7 6 9 4 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1601
|
7869.2.5314...8......4.7.......56.79.67.29..89..8...2.2..7...346.12....74.9.83...
|
786912453143568792592437861824356179367129548915874326258791634631245987479683215
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1601
|
Basic 9x9 Sudoku 1601
|
Normal 9x9 sudoku rules apply
|
7 8 6 9 . 2 . 5 3
1 4 . . . 8 . . .
. . . 4 . 7 . . .
. . . . 5 6 . 7 9
. 6 7 . 2 9 . . 8
9 . . 8 . . . 2 .
2 . . 7 . . . 3 4
6 . 1 2 . . . . 7
4 . 9 . 8 3 . . .
|
7 8 6 9 1 2 4 5 3
1 4 3 5 6 8 7 9 2
5 9 2 4 3 7 8 6 1
8 2 4 3 5 6 1 7 9
3 6 7 1 2 9 5 4 8
9 1 5 8 7 4 3 2 6
2 5 8 7 9 1 6 3 4
6 3 1 2 4 5 9 8 7
4 7 9 6 8 3 2 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1602
|
3.51.9.2662..34.794982.615384.3.25...3.8.57421524673..7.49.1.352637589.45.96432.7
|
375189426621534879498276153847392561936815742152467398784921635263758914519643287
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1602
|
Basic 9x9 Sudoku 1602
|
Normal 9x9 sudoku rules apply
|
3 . 5 1 . 9 . 2 6
6 2 . . 3 4 . 7 9
4 9 8 2 . 6 1 5 3
8 4 . 3 . 2 5 . .
. 3 . 8 . 5 7 4 2
1 5 2 4 6 7 3 . .
7 . 4 9 . 1 . 3 5
2 6 3 7 5 8 9 . 4
5 . 9 6 4 3 2 . 7
|
3 7 5 1 8 9 4 2 6
6 2 1 5 3 4 8 7 9
4 9 8 2 7 6 1 5 3
8 4 7 3 9 2 5 6 1
9 3 6 8 1 5 7 4 2
1 5 2 4 6 7 3 9 8
7 8 4 9 2 1 6 3 5
2 6 3 7 5 8 9 1 4
5 1 9 6 4 3 2 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1603
|
65.189....1..4.6...78.5.1..12..7...989.5..7.6.6.9..41..8..93.7.9.17...382.78...6.
|
652189347319247685478356192123674859894531726765928413586493271941762538237815964
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1603
|
Basic 9x9 Sudoku 1603
|
Normal 9x9 sudoku rules apply
|
6 5 . 1 8 9 . . .
. 1 . . 4 . 6 . .
. 7 8 . 5 . 1 . .
1 2 . . 7 . . . 9
8 9 . 5 . . 7 . 6
. 6 . 9 . . 4 1 .
. 8 . . 9 3 . 7 .
9 . 1 7 . . . 3 8
2 . 7 8 . . . 6 .
|
6 5 2 1 8 9 3 4 7
3 1 9 2 4 7 6 8 5
4 7 8 3 5 6 1 9 2
1 2 3 6 7 4 8 5 9
8 9 4 5 3 1 7 2 6
7 6 5 9 2 8 4 1 3
5 8 6 4 9 3 2 7 1
9 4 1 7 6 2 5 3 8
2 3 7 8 1 5 9 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1604
|
..328.974748...126291.67......3.8.92...6..3.59...72.6..8...6.395798..6..3..594.8.
|
653281974748935126291467853164358792827649315935172468482716539579823641316594287
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1604
|
Basic 9x9 Sudoku 1604
|
Normal 9x9 sudoku rules apply
|
. . 3 2 8 . 9 7 4
7 4 8 . . . 1 2 6
2 9 1 . 6 7 . . .
. . . 3 . 8 . 9 2
. . . 6 . . 3 . 5
9 . . . 7 2 . 6 .
. 8 . . . 6 . 3 9
5 7 9 8 . . 6 . .
3 . . 5 9 4 . 8 .
|
6 5 3 2 8 1 9 7 4
7 4 8 9 3 5 1 2 6
2 9 1 4 6 7 8 5 3
1 6 4 3 5 8 7 9 2
8 2 7 6 4 9 3 1 5
9 3 5 1 7 2 4 6 8
4 8 2 7 1 6 5 3 9
5 7 9 8 2 3 6 4 1
3 1 6 5 9 4 2 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1605
|
..2...64..3714..2.468.7.13.29.8147....67523.157..9.4..329..7..8...5..2.3785321964
|
152938647937146825468275139293814756846752391571693482329467518614589273785321964
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1605
|
Basic 9x9 Sudoku 1605
|
Normal 9x9 sudoku rules apply
|
. . 2 . . . 6 4 .
. 3 7 1 4 . . 2 .
4 6 8 . 7 . 1 3 .
2 9 . 8 1 4 7 . .
. . 6 7 5 2 3 . 1
5 7 . . 9 . 4 . .
3 2 9 . . 7 . . 8
. . . 5 . . 2 . 3
7 8 5 3 2 1 9 6 4
|
1 5 2 9 3 8 6 4 7
9 3 7 1 4 6 8 2 5
4 6 8 2 7 5 1 3 9
2 9 3 8 1 4 7 5 6
8 4 6 7 5 2 3 9 1
5 7 1 6 9 3 4 8 2
3 2 9 4 6 7 5 1 8
6 1 4 5 8 9 2 7 3
7 8 5 3 2 1 9 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1606
|
...28.3.52..365.14.531.49.832....5.....7..24171..4268.9.1427.5..7.5981..5.26.1.97
|
147289365298365714653174928324816579869753241715942683931427856476598132582631497
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1606
|
Basic 9x9 Sudoku 1606
|
Normal 9x9 sudoku rules apply
|
. . . 2 8 . 3 . 5
2 . . 3 6 5 . 1 4
. 5 3 1 . 4 9 . 8
3 2 . . . . 5 . .
. . . 7 . . 2 4 1
7 1 . . 4 2 6 8 .
9 . 1 4 2 7 . 5 .
. 7 . 5 9 8 1 . .
5 . 2 6 . 1 . 9 7
|
1 4 7 2 8 9 3 6 5
2 9 8 3 6 5 7 1 4
6 5 3 1 7 4 9 2 8
3 2 4 8 1 6 5 7 9
8 6 9 7 5 3 2 4 1
7 1 5 9 4 2 6 8 3
9 3 1 4 2 7 8 5 6
4 7 6 5 9 8 1 3 2
5 8 2 6 3 1 4 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1607
|
..98....6..8.6..32651.278..8.....4653.65.9.87..578..199.34..6.11....3528.62178943
|
239814756748965132651327894897231465316549287425786319983452671174693528562178943
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1607
|
Basic 9x9 Sudoku 1607
|
Normal 9x9 sudoku rules apply
|
. . 9 8 . . . . 6
. . 8 . 6 . . 3 2
6 5 1 . 2 7 8 . .
8 . . . . . 4 6 5
3 . 6 5 . 9 . 8 7
. . 5 7 8 . . 1 9
9 . 3 4 . . 6 . 1
1 . . . . 3 5 2 8
. 6 2 1 7 8 9 4 3
|
2 3 9 8 1 4 7 5 6
7 4 8 9 6 5 1 3 2
6 5 1 3 2 7 8 9 4
8 9 7 2 3 1 4 6 5
3 1 6 5 4 9 2 8 7
4 2 5 7 8 6 3 1 9
9 8 3 4 5 2 6 7 1
1 7 4 6 9 3 5 2 8
5 6 2 1 7 8 9 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1608
|
5.194.3.7.26813.9...3..72819.21.6.74857439612.647259..279.5.14.31829.7566.53..829
|
581942367726813495493567281932186574857439612164725938279658143318294756645371829
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1608
|
Basic 9x9 Sudoku 1608
|
Normal 9x9 sudoku rules apply
|
5 . 1 9 4 . 3 . 7
. 2 6 8 1 3 . 9 .
. . 3 . . 7 2 8 1
9 . 2 1 . 6 . 7 4
8 5 7 4 3 9 6 1 2
. 6 4 7 2 5 9 . .
2 7 9 . 5 . 1 4 .
3 1 8 2 9 . 7 5 6
6 . 5 3 . . 8 2 9
|
5 8 1 9 4 2 3 6 7
7 2 6 8 1 3 4 9 5
4 9 3 5 6 7 2 8 1
9 3 2 1 8 6 5 7 4
8 5 7 4 3 9 6 1 2
1 6 4 7 2 5 9 3 8
2 7 9 6 5 8 1 4 3
3 1 8 2 9 4 7 5 6
6 4 5 3 7 1 8 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1609
|
....12...7..85.....1563..49..9...7....2....1.167.4..85.86.713...2.....719.1.6...8
|
648912537793854126215637849839125764452786913167349285586471392324598671971263458
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1609
|
Basic 9x9 Sudoku 1609
|
Normal 9x9 sudoku rules apply
|
. . . . 1 2 . . .
7 . . 8 5 . . . .
. 1 5 6 3 . . 4 9
. . 9 . . . 7 . .
. . 2 . . . . 1 .
1 6 7 . 4 . . 8 5
. 8 6 . 7 1 3 . .
. 2 . . . . . 7 1
9 . 1 . 6 . . . 8
|
6 4 8 9 1 2 5 3 7
7 9 3 8 5 4 1 2 6
2 1 5 6 3 7 8 4 9
8 3 9 1 2 5 7 6 4
4 5 2 7 8 6 9 1 3
1 6 7 3 4 9 2 8 5
5 8 6 4 7 1 3 9 2
3 2 4 5 9 8 6 7 1
9 7 1 2 6 3 4 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1610
|
..3942.675..1632.99.278531.4..8396728.657.943397.261586.93.7825.5869.73173.25.49.
|
183942567574163289962785314415839672826571943397426158649317825258694731731258496
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1610
|
Basic 9x9 Sudoku 1610
|
Normal 9x9 sudoku rules apply
|
. . 3 9 4 2 . 6 7
5 . . 1 6 3 2 . 9
9 . 2 7 8 5 3 1 .
4 . . 8 3 9 6 7 2
8 . 6 5 7 . 9 4 3
3 9 7 . 2 6 1 5 8
6 . 9 3 . 7 8 2 5
. 5 8 6 9 . 7 3 1
7 3 . 2 5 . 4 9 .
|
1 8 3 9 4 2 5 6 7
5 7 4 1 6 3 2 8 9
9 6 2 7 8 5 3 1 4
4 1 5 8 3 9 6 7 2
8 2 6 5 7 1 9 4 3
3 9 7 4 2 6 1 5 8
6 4 9 3 1 7 8 2 5
2 5 8 6 9 4 7 3 1
7 3 1 2 5 8 4 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1611
|
.1.8...65982.......53.4.89224..915838.5.749..1392.54.6..1.....4...412.39..6...2.8
|
714829365982536147653147892247691583865374921139285476321968754578412639496753218
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1611
|
Basic 9x9 Sudoku 1611
|
Normal 9x9 sudoku rules apply
|
. 1 . 8 . . . 6 5
9 8 2 . . . . . .
. 5 3 . 4 . 8 9 2
2 4 . . 9 1 5 8 3
8 . 5 . 7 4 9 . .
1 3 9 2 . 5 4 . 6
. . 1 . . . . . 4
. . . 4 1 2 . 3 9
. . 6 . . . 2 . 8
|
7 1 4 8 2 9 3 6 5
9 8 2 5 3 6 1 4 7
6 5 3 1 4 7 8 9 2
2 4 7 6 9 1 5 8 3
8 6 5 3 7 4 9 2 1
1 3 9 2 8 5 4 7 6
3 2 1 9 6 8 7 5 4
5 7 8 4 1 2 6 3 9
4 9 6 7 5 3 2 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1612
|
79482..5656.94317.2..56.98.38..156..4.928....6..3942.884615.7..12367.49..754...61
|
794821356568943172231567984382715649419286537657394218846159723123678495975432861
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1612
|
Basic 9x9 Sudoku 1612
|
Normal 9x9 sudoku rules apply
|
7 9 4 8 2 . . 5 6
5 6 . 9 4 3 1 7 .
2 . . 5 6 . 9 8 .
3 8 . . 1 5 6 . .
4 . 9 2 8 . . . .
6 . . 3 9 4 2 . 8
8 4 6 1 5 . 7 . .
1 2 3 6 7 . 4 9 .
. 7 5 4 . . . 6 1
|
7 9 4 8 2 1 3 5 6
5 6 8 9 4 3 1 7 2
2 3 1 5 6 7 9 8 4
3 8 2 7 1 5 6 4 9
4 1 9 2 8 6 5 3 7
6 5 7 3 9 4 2 1 8
8 4 6 1 5 9 7 2 3
1 2 3 6 7 8 4 9 5
9 7 5 4 3 2 8 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1613
|
9..13.567534.6.28.7.12589.4397..24.6..6..5318..5.46729452671..3.8.42.1.5173589.42
|
928134567534967281761258934397812456246795318815346729452671893689423175173589642
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1613
|
Basic 9x9 Sudoku 1613
|
Normal 9x9 sudoku rules apply
|
9 . . 1 3 . 5 6 7
5 3 4 . 6 . 2 8 .
7 . 1 2 5 8 9 . 4
3 9 7 . . 2 4 . 6
. . 6 . . 5 3 1 8
. . 5 . 4 6 7 2 9
4 5 2 6 7 1 . . 3
. 8 . 4 2 . 1 . 5
1 7 3 5 8 9 . 4 2
|
9 2 8 1 3 4 5 6 7
5 3 4 9 6 7 2 8 1
7 6 1 2 5 8 9 3 4
3 9 7 8 1 2 4 5 6
2 4 6 7 9 5 3 1 8
8 1 5 3 4 6 7 2 9
4 5 2 6 7 1 8 9 3
6 8 9 4 2 3 1 7 5
1 7 3 5 8 9 6 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1614
|
.2783..6993.4.2817.6.91...2...27.59...139.74...9.81623...74.9..4986..175..31.9.8.
|
127835469935462817864917352386274591251396748749581623512748936498623175673159284
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1614
|
Basic 9x9 Sudoku 1614
|
Normal 9x9 sudoku rules apply
|
. 2 7 8 3 . . 6 9
9 3 . 4 . 2 8 1 7
. 6 . 9 1 . . . 2
. . . 2 7 . 5 9 .
. . 1 3 9 . 7 4 .
. . 9 . 8 1 6 2 3
. . . 7 4 . 9 . .
4 9 8 6 . . 1 7 5
. . 3 1 . 9 . 8 .
|
1 2 7 8 3 5 4 6 9
9 3 5 4 6 2 8 1 7
8 6 4 9 1 7 3 5 2
3 8 6 2 7 4 5 9 1
2 5 1 3 9 6 7 4 8
7 4 9 5 8 1 6 2 3
5 1 2 7 4 8 9 3 6
4 9 8 6 2 3 1 7 5
6 7 3 1 5 9 2 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1615
|
...892.73...5.78...87463.9.5.2.....88..1256399...86.5.6.527.9.14..93.5677.16.8342
|
156892473349517826287463195562349718874125639913786254635274981428931567791658342
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1615
|
Basic 9x9 Sudoku 1615
|
Normal 9x9 sudoku rules apply
|
. . . 8 9 2 . 7 3
. . . 5 . 7 8 . .
. 8 7 4 6 3 . 9 .
5 . 2 . . . . . 8
8 . . 1 2 5 6 3 9
9 . . . 8 6 . 5 .
6 . 5 2 7 . 9 . 1
4 . . 9 3 . 5 6 7
7 . 1 6 . 8 3 4 2
|
1 5 6 8 9 2 4 7 3
3 4 9 5 1 7 8 2 6
2 8 7 4 6 3 1 9 5
5 6 2 3 4 9 7 1 8
8 7 4 1 2 5 6 3 9
9 1 3 7 8 6 2 5 4
6 3 5 2 7 4 9 8 1
4 2 8 9 3 1 5 6 7
7 9 1 6 5 8 3 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1616
|
.958..4.76.12.938.3845679..12968.7..8.6975.1.5.7..16989..4..1..41879...27...52.49
|
295813467671249385384567921129684753836975214547321698952438176418796532763152849
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1616
|
Basic 9x9 Sudoku 1616
|
Normal 9x9 sudoku rules apply
|
. 9 5 8 . . 4 . 7
6 . 1 2 . 9 3 8 .
3 8 4 5 6 7 9 . .
1 2 9 6 8 . 7 . .
8 . 6 9 7 5 . 1 .
5 . 7 . . 1 6 9 8
9 . . 4 . . 1 . .
4 1 8 7 9 . . . 2
7 . . . 5 2 . 4 9
|
2 9 5 8 1 3 4 6 7
6 7 1 2 4 9 3 8 5
3 8 4 5 6 7 9 2 1
1 2 9 6 8 4 7 5 3
8 3 6 9 7 5 2 1 4
5 4 7 3 2 1 6 9 8
9 5 2 4 3 8 1 7 6
4 1 8 7 9 6 5 3 2
7 6 3 1 5 2 8 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1617
|
81.2.4.6.75418..232369571.8.254..736.4736.815368715.9.5..8236...7.5.928148.67135.
|
819234567754186923236957148125498736947362815368715492591823674673549281482671359
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1617
|
Basic 9x9 Sudoku 1617
|
Normal 9x9 sudoku rules apply
|
8 1 . 2 . 4 . 6 .
7 5 4 1 8 . . 2 3
2 3 6 9 5 7 1 . 8
. 2 5 4 . . 7 3 6
. 4 7 3 6 . 8 1 5
3 6 8 7 1 5 . 9 .
5 . . 8 2 3 6 . .
. 7 . 5 . 9 2 8 1
4 8 . 6 7 1 3 5 .
|
8 1 9 2 3 4 5 6 7
7 5 4 1 8 6 9 2 3
2 3 6 9 5 7 1 4 8
1 2 5 4 9 8 7 3 6
9 4 7 3 6 2 8 1 5
3 6 8 7 1 5 4 9 2
5 9 1 8 2 3 6 7 4
6 7 3 5 4 9 2 8 1
4 8 2 6 7 1 3 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1618
|
.6..13745..7.8...1.2..6......283.174..14.....4..17.3.....3.298.293.58...74.6.1.32
|
869213745537984261124567893952836174371429658486175329615342987293758416748691532
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1618
|
Basic 9x9 Sudoku 1618
|
Normal 9x9 sudoku rules apply
|
. 6 . . 1 3 7 4 5
. . 7 . 8 . . . 1
. 2 . . 6 . . . .
. . 2 8 3 . 1 7 4
. . 1 4 . . . . .
4 . . 1 7 . 3 . .
. . . 3 . 2 9 8 .
2 9 3 . 5 8 . . .
7 4 . 6 . 1 . 3 2
|
8 6 9 2 1 3 7 4 5
5 3 7 9 8 4 2 6 1
1 2 4 5 6 7 8 9 3
9 5 2 8 3 6 1 7 4
3 7 1 4 2 9 6 5 8
4 8 6 1 7 5 3 2 9
6 1 5 3 4 2 9 8 7
2 9 3 7 5 8 4 1 6
7 4 8 6 9 1 5 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1619
|
.2..9...7615.4....9.4....2.23..715..14.....735..3..28.4.9732.18.6...8..27.26...4.
|
823196457615247839974583126238971564146825973597364281459732618361458792782619345
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1619
|
Basic 9x9 Sudoku 1619
|
Normal 9x9 sudoku rules apply
|
. 2 . . 9 . . . 7
6 1 5 . 4 . . . .
9 . 4 . . . . 2 .
2 3 . . 7 1 5 . .
1 4 . . . . . 7 3
5 . . 3 . . 2 8 .
4 . 9 7 3 2 . 1 8
. 6 . . . 8 . . 2
7 . 2 6 . . . 4 .
|
8 2 3 1 9 6 4 5 7
6 1 5 2 4 7 8 3 9
9 7 4 5 8 3 1 2 6
2 3 8 9 7 1 5 6 4
1 4 6 8 2 5 9 7 3
5 9 7 3 6 4 2 8 1
4 5 9 7 3 2 6 1 8
3 6 1 4 5 8 7 9 2
7 8 2 6 1 9 3 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1620
|
96..8..53..53.7126.1.4.57..13.8..54745...3..2.729.....3842.1.6....5..8...9.6.8.74
|
967182453845397126213465789139826547458713692672954318384271965726549831591638274
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1620
|
Basic 9x9 Sudoku 1620
|
Normal 9x9 sudoku rules apply
|
9 6 . . 8 . . 5 3
. . 5 3 . 7 1 2 6
. 1 . 4 . 5 7 . .
1 3 . 8 . . 5 4 7
4 5 . . . 3 . . 2
. 7 2 9 . . . . .
3 8 4 2 . 1 . 6 .
. . . 5 . . 8 . .
. 9 . 6 . 8 . 7 4
|
9 6 7 1 8 2 4 5 3
8 4 5 3 9 7 1 2 6
2 1 3 4 6 5 7 8 9
1 3 9 8 2 6 5 4 7
4 5 8 7 1 3 6 9 2
6 7 2 9 5 4 3 1 8
3 8 4 2 7 1 9 6 5
7 2 6 5 4 9 8 3 1
5 9 1 6 3 8 2 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1621
|
986.23.45.25947861.415.8...4..8...96.1.3.6..42.34591876742.1.38...635.7.5327.....
|
986123745325947861741568923457812396819376254263459187674291538198635472532784619
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1621
|
Basic 9x9 Sudoku 1621
|
Normal 9x9 sudoku rules apply
|
9 8 6 . 2 3 . 4 5
. 2 5 9 4 7 8 6 1
. 4 1 5 . 8 . . .
4 . . 8 . . . 9 6
. 1 . 3 . 6 . . 4
2 . 3 4 5 9 1 8 7
6 7 4 2 . 1 . 3 8
. . . 6 3 5 . 7 .
5 3 2 7 . . . . .
|
9 8 6 1 2 3 7 4 5
3 2 5 9 4 7 8 6 1
7 4 1 5 6 8 9 2 3
4 5 7 8 1 2 3 9 6
8 1 9 3 7 6 2 5 4
2 6 3 4 5 9 1 8 7
6 7 4 2 9 1 5 3 8
1 9 8 6 3 5 4 7 2
5 3 2 7 8 4 6 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1622
|
.1..8.5...4..51.3.58937642...7942.1526...5798.51.673.26.5.93184.9...8.6.1.8.2.9.3
|
312489576746251839589376421837942615264135798951867342625793184493518267178624953
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1622
|
Basic 9x9 Sudoku 1622
|
Normal 9x9 sudoku rules apply
|
. 1 . . 8 . 5 . .
. 4 . . 5 1 . 3 .
5 8 9 3 7 6 4 2 .
. . 7 9 4 2 . 1 5
2 6 . . . 5 7 9 8
. 5 1 . 6 7 3 . 2
6 . 5 . 9 3 1 8 4
. 9 . . . 8 . 6 .
1 . 8 . 2 . 9 . 3
|
3 1 2 4 8 9 5 7 6
7 4 6 2 5 1 8 3 9
5 8 9 3 7 6 4 2 1
8 3 7 9 4 2 6 1 5
2 6 4 1 3 5 7 9 8
9 5 1 8 6 7 3 4 2
6 2 5 7 9 3 1 8 4
4 9 3 5 1 8 2 6 7
1 7 8 6 2 4 9 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1623
|
.5.1.9247.87324.65.125...39126.9.37..75463.2.3.4.176.82.9.58....3864.7.274.932...
|
653189247987324165412576839126895374875463921394217658269758413538641792741932586
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1623
|
Basic 9x9 Sudoku 1623
|
Normal 9x9 sudoku rules apply
|
. 5 . 1 . 9 2 4 7
. 8 7 3 2 4 . 6 5
. 1 2 5 . . . 3 9
1 2 6 . 9 . 3 7 .
. 7 5 4 6 3 . 2 .
3 . 4 . 1 7 6 . 8
2 . 9 . 5 8 . . .
. 3 8 6 4 . 7 . 2
7 4 . 9 3 2 . . .
|
6 5 3 1 8 9 2 4 7
9 8 7 3 2 4 1 6 5
4 1 2 5 7 6 8 3 9
1 2 6 8 9 5 3 7 4
8 7 5 4 6 3 9 2 1
3 9 4 2 1 7 6 5 8
2 6 9 7 5 8 4 1 3
5 3 8 6 4 1 7 9 2
7 4 1 9 3 2 5 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1624
|
7...2.......1.3.878....61531..39.6....75..3..342687.9..5..3982.23.....156.825193.
|
713825469596143287824976153185394672967512348342687591451739826239468715678251934
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1624
|
Basic 9x9 Sudoku 1624
|
Normal 9x9 sudoku rules apply
|
7 . . . 2 . . . .
. . . 1 . 3 . 8 7
8 . . . . 6 1 5 3
1 . . 3 9 . 6 . .
. . 7 5 . . 3 . .
3 4 2 6 8 7 . 9 .
. 5 . . 3 9 8 2 .
2 3 . . . . . 1 5
6 . 8 2 5 1 9 3 .
|
7 1 3 8 2 5 4 6 9
5 9 6 1 4 3 2 8 7
8 2 4 9 7 6 1 5 3
1 8 5 3 9 4 6 7 2
9 6 7 5 1 2 3 4 8
3 4 2 6 8 7 5 9 1
4 5 1 7 3 9 8 2 6
2 3 9 4 6 8 7 1 5
6 7 8 2 5 1 9 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1625
|
.........2.5..49.6.3.5.7.....2...463.4..2..18.7..4..9232...8..5..1.9.8..7.....629
|
617982354285134976934567281892751463546329718173846592329678145461295837758413629
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1625
|
Basic 9x9 Sudoku 1625
|
Normal 9x9 sudoku rules apply
|
. . . . . . . . .
2 . 5 . . 4 9 . 6
. 3 . 5 . 7 . . .
. . 2 . . . 4 6 3
. 4 . . 2 . . 1 8
. 7 . . 4 . . 9 2
3 2 . . . 8 . . 5
. . 1 . 9 . 8 . .
7 . . . . . 6 2 9
|
6 1 7 9 8 2 3 5 4
2 8 5 1 3 4 9 7 6
9 3 4 5 6 7 2 8 1
8 9 2 7 5 1 4 6 3
5 4 6 3 2 9 7 1 8
1 7 3 8 4 6 5 9 2
3 2 9 6 7 8 1 4 5
4 6 1 2 9 5 8 3 7
7 5 8 4 1 3 6 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1626
|
.92.4.5674.7926183618375294923418..6846537...17.26...85.9..23412.419..757316.4829
|
392841567457926183618375294923418756846537912175269438569782341284193675731654829
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1626
|
Basic 9x9 Sudoku 1626
|
Normal 9x9 sudoku rules apply
|
. 9 2 . 4 . 5 6 7
4 . 7 9 2 6 1 8 3
6 1 8 3 7 5 2 9 4
9 2 3 4 1 8 . . 6
8 4 6 5 3 7 . . .
1 7 . 2 6 . . . 8
5 . 9 . . 2 3 4 1
2 . 4 1 9 . . 7 5
7 3 1 6 . 4 8 2 9
|
3 9 2 8 4 1 5 6 7
4 5 7 9 2 6 1 8 3
6 1 8 3 7 5 2 9 4
9 2 3 4 1 8 7 5 6
8 4 6 5 3 7 9 1 2
1 7 5 2 6 9 4 3 8
5 6 9 7 8 2 3 4 1
2 8 4 1 9 3 6 7 5
7 3 1 6 5 4 8 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1627
|
2.7.39.4..35.64.7.64172583..726439..8.3291.644.658...3.6931..8732497861571845.3.2
|
287139546935864271641725839172643958853291764496587123569312487324978615718456392
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1627
|
Basic 9x9 Sudoku 1627
|
Normal 9x9 sudoku rules apply
|
2 . 7 . 3 9 . 4 .
. 3 5 . 6 4 . 7 .
6 4 1 7 2 5 8 3 .
. 7 2 6 4 3 9 . .
8 . 3 2 9 1 . 6 4
4 . 6 5 8 . . . 3
. 6 9 3 1 . . 8 7
3 2 4 9 7 8 6 1 5
7 1 8 4 5 . 3 . 2
|
2 8 7 1 3 9 5 4 6
9 3 5 8 6 4 2 7 1
6 4 1 7 2 5 8 3 9
1 7 2 6 4 3 9 5 8
8 5 3 2 9 1 7 6 4
4 9 6 5 8 7 1 2 3
5 6 9 3 1 2 4 8 7
3 2 4 9 7 8 6 1 5
7 1 8 4 5 6 3 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1628
|
9...13675.3867....5...2..313.4192..627..36189.9158724...6249317..3.6859272935146.
|
942813675138675924567924831384192756275436189691587243856249317413768592729351468
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1628
|
Basic 9x9 Sudoku 1628
|
Normal 9x9 sudoku rules apply
|
9 . . . 1 3 6 7 5
. 3 8 6 7 . . . .
5 . . . 2 . . 3 1
3 . 4 1 9 2 . . 6
2 7 . . 3 6 1 8 9
. 9 1 5 8 7 2 4 .
. . 6 2 4 9 3 1 7
. . 3 . 6 8 5 9 2
7 2 9 3 5 1 4 6 .
|
9 4 2 8 1 3 6 7 5
1 3 8 6 7 5 9 2 4
5 6 7 9 2 4 8 3 1
3 8 4 1 9 2 7 5 6
2 7 5 4 3 6 1 8 9
6 9 1 5 8 7 2 4 3
8 5 6 2 4 9 3 1 7
4 1 3 7 6 8 5 9 2
7 2 9 3 5 1 4 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1629
|
3..8...27..8253416.14697.85825..96.1.69538.7474316.5.84.73...5263172..4.58294..63
|
356814927978253416214697385825479631169538274743162598497386152631725849582941763
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1629
|
Basic 9x9 Sudoku 1629
|
Normal 9x9 sudoku rules apply
|
3 . . 8 . . . 2 7
. . 8 2 5 3 4 1 6
. 1 4 6 9 7 . 8 5
8 2 5 . . 9 6 . 1
. 6 9 5 3 8 . 7 4
7 4 3 1 6 . 5 . 8
4 . 7 3 . . . 5 2
6 3 1 7 2 . . 4 .
5 8 2 9 4 . . 6 3
|
3 5 6 8 1 4 9 2 7
9 7 8 2 5 3 4 1 6
2 1 4 6 9 7 3 8 5
8 2 5 4 7 9 6 3 1
1 6 9 5 3 8 2 7 4
7 4 3 1 6 2 5 9 8
4 9 7 3 8 6 1 5 2
6 3 1 7 2 5 8 4 9
5 8 2 9 4 1 7 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1630
|
1.6..97.....1578.3.583..192...6..259....826.76..59.3.4.7...84.6..17.5.....3264..1
|
136829745249157863758346192814673259395482617627591384572918436461735928983264571
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1630
|
Basic 9x9 Sudoku 1630
|
Normal 9x9 sudoku rules apply
|
1 . 6 . . 9 7 . .
. . . 1 5 7 8 . 3
. 5 8 3 . . 1 9 2
. . . 6 . . 2 5 9
. . . . 8 2 6 . 7
6 . . 5 9 . 3 . 4
. 7 . . . 8 4 . 6
. . 1 7 . 5 . . .
. . 3 2 6 4 . . 1
|
1 3 6 8 2 9 7 4 5
2 4 9 1 5 7 8 6 3
7 5 8 3 4 6 1 9 2
8 1 4 6 7 3 2 5 9
3 9 5 4 8 2 6 1 7
6 2 7 5 9 1 3 8 4
5 7 2 9 1 8 4 3 6
4 6 1 7 3 5 9 2 8
9 8 3 2 6 4 5 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1631
|
.......57...5..4.652761.8.3.5...86...642.3.71.71.5...27...61329..89.27.569...5148
|
416389257983527416527614893259178634864293571371456982745861329138942765692735148
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1631
|
Basic 9x9 Sudoku 1631
|
Normal 9x9 sudoku rules apply
|
. . . . . . . 5 7
. . . 5 . . 4 . 6
5 2 7 6 1 . 8 . 3
. 5 . . . 8 6 . .
. 6 4 2 . 3 . 7 1
. 7 1 . 5 . . . 2
7 . . . 6 1 3 2 9
. . 8 9 . 2 7 . 5
6 9 . . . 5 1 4 8
|
4 1 6 3 8 9 2 5 7
9 8 3 5 2 7 4 1 6
5 2 7 6 1 4 8 9 3
2 5 9 1 7 8 6 3 4
8 6 4 2 9 3 5 7 1
3 7 1 4 5 6 9 8 2
7 4 5 8 6 1 3 2 9
1 3 8 9 4 2 7 6 5
6 9 2 7 3 5 1 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1632
|
2.318.6571479.6.3...8723.143.421586.8196473..5.63...41961.72.8..35861....82539176
|
293184657147956238658723914374215869819647325526398741961472583735861492482539176
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1632
|
Basic 9x9 Sudoku 1632
|
Normal 9x9 sudoku rules apply
|
2 . 3 1 8 . 6 5 7
1 4 7 9 . 6 . 3 .
. . 8 7 2 3 . 1 4
3 . 4 2 1 5 8 6 .
8 1 9 6 4 7 3 . .
5 . 6 3 . . . 4 1
9 6 1 . 7 2 . 8 .
. 3 5 8 6 1 . . .
. 8 2 5 3 9 1 7 6
|
2 9 3 1 8 4 6 5 7
1 4 7 9 5 6 2 3 8
6 5 8 7 2 3 9 1 4
3 7 4 2 1 5 8 6 9
8 1 9 6 4 7 3 2 5
5 2 6 3 9 8 7 4 1
9 6 1 4 7 2 5 8 3
7 3 5 8 6 1 4 9 2
4 8 2 5 3 9 1 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1633
|
.8....56.7.6.....39.31.6.8281....3..36.5.4.282..398716.746.28596....123...2489..1
|
481923567726845193953176482819267345367514928245398716174632859698751234532489671
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1633
|
Basic 9x9 Sudoku 1633
|
Normal 9x9 sudoku rules apply
|
. 8 . . . . 5 6 .
7 . 6 . . . . . 3
9 . 3 1 . 6 . 8 2
8 1 . . . . 3 . .
3 6 . 5 . 4 . 2 8
2 . . 3 9 8 7 1 6
. 7 4 6 . 2 8 5 9
6 . . . . 1 2 3 .
. . 2 4 8 9 . . 1
|
4 8 1 9 2 3 5 6 7
7 2 6 8 4 5 1 9 3
9 5 3 1 7 6 4 8 2
8 1 9 2 6 7 3 4 5
3 6 7 5 1 4 9 2 8
2 4 5 3 9 8 7 1 6
1 7 4 6 3 2 8 5 9
6 9 8 7 5 1 2 3 4
5 3 2 4 8 9 6 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1634
|
73.82.54.184956.......47.19895.6.1243.7.8...54625....3..163597.6.3...45..58.72..1
|
739821546184956237526347819895763124317284695462519783241635978673198452958472361
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1634
|
Basic 9x9 Sudoku 1634
|
Normal 9x9 sudoku rules apply
|
7 3 . 8 2 . 5 4 .
1 8 4 9 5 6 . . .
. . . . 4 7 . 1 9
8 9 5 . 6 . 1 2 4
3 . 7 . 8 . . . 5
4 6 2 5 . . . . 3
. . 1 6 3 5 9 7 .
6 . 3 . . . 4 5 .
. 5 8 . 7 2 . . 1
|
7 3 9 8 2 1 5 4 6
1 8 4 9 5 6 2 3 7
5 2 6 3 4 7 8 1 9
8 9 5 7 6 3 1 2 4
3 1 7 2 8 4 6 9 5
4 6 2 5 1 9 7 8 3
2 4 1 6 3 5 9 7 8
6 7 3 1 9 8 4 5 2
9 5 8 4 7 2 3 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1635
|
.4..1..57..135492.9.3..781.128..3645.6.145278.75.82.935.2.387698975264.16.47.1582
|
246819357781354926953267814128973645369145278475682193512438769897526431634791582
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1635
|
Basic 9x9 Sudoku 1635
|
Normal 9x9 sudoku rules apply
|
. 4 . . 1 . . 5 7
. . 1 3 5 4 9 2 .
9 . 3 . . 7 8 1 .
1 2 8 . . 3 6 4 5
. 6 . 1 4 5 2 7 8
. 7 5 . 8 2 . 9 3
5 . 2 . 3 8 7 6 9
8 9 7 5 2 6 4 . 1
6 . 4 7 . 1 5 8 2
|
2 4 6 8 1 9 3 5 7
7 8 1 3 5 4 9 2 6
9 5 3 2 6 7 8 1 4
1 2 8 9 7 3 6 4 5
3 6 9 1 4 5 2 7 8
4 7 5 6 8 2 1 9 3
5 1 2 4 3 8 7 6 9
8 9 7 5 2 6 4 3 1
6 3 4 7 9 1 5 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1636
|
.1489.6.7753...8.4.683.72.582..63...13.5..9.2..718256.3.2658....81.39.26.4.721..8
|
214895637753216894968347215825963471136574982497182563372658149581439726649721358
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1636
|
Basic 9x9 Sudoku 1636
|
Normal 9x9 sudoku rules apply
|
. 1 4 8 9 . 6 . 7
7 5 3 . . . 8 . 4
. 6 8 3 . 7 2 . 5
8 2 . . 6 3 . . .
1 3 . 5 . . 9 . 2
. . 7 1 8 2 5 6 .
3 . 2 6 5 8 . . .
. 8 1 . 3 9 . 2 6
. 4 . 7 2 1 . . 8
|
2 1 4 8 9 5 6 3 7
7 5 3 2 1 6 8 9 4
9 6 8 3 4 7 2 1 5
8 2 5 9 6 3 4 7 1
1 3 6 5 7 4 9 8 2
4 9 7 1 8 2 5 6 3
3 7 2 6 5 8 1 4 9
5 8 1 4 3 9 7 2 6
6 4 9 7 2 1 3 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1637
|
.4.8.23577.2.9..4...3674912.3.14769...93.5724874.26..1.98451273457..81.93.1.69..5
|
946812357712593846583674912235147698169385724874926531698451273457238169321769485
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1637
|
Basic 9x9 Sudoku 1637
|
Normal 9x9 sudoku rules apply
|
. 4 . 8 . 2 3 5 7
7 . 2 . 9 . . 4 .
. . 3 6 7 4 9 1 2
. 3 . 1 4 7 6 9 .
. . 9 3 . 5 7 2 4
8 7 4 . 2 6 . . 1
. 9 8 4 5 1 2 7 3
4 5 7 . . 8 1 . 9
3 . 1 . 6 9 . . 5
|
9 4 6 8 1 2 3 5 7
7 1 2 5 9 3 8 4 6
5 8 3 6 7 4 9 1 2
2 3 5 1 4 7 6 9 8
1 6 9 3 8 5 7 2 4
8 7 4 9 2 6 5 3 1
6 9 8 4 5 1 2 7 3
4 5 7 2 3 8 1 6 9
3 2 1 7 6 9 4 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1638
|
4968..375...9.4.282....54968415.7.6967241985.9352.671..83.9264...4.53.8.12.648.37
|
496821375357964128218375496841537269672419853935286714583792641764153982129648537
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1638
|
Basic 9x9 Sudoku 1638
|
Normal 9x9 sudoku rules apply
|
4 9 6 8 . . 3 7 5
. . . 9 . 4 . 2 8
2 . . . . 5 4 9 6
8 4 1 5 . 7 . 6 9
6 7 2 4 1 9 8 5 .
9 3 5 2 . 6 7 1 .
. 8 3 . 9 2 6 4 .
. . 4 . 5 3 . 8 .
1 2 . 6 4 8 . 3 7
|
4 9 6 8 2 1 3 7 5
3 5 7 9 6 4 1 2 8
2 1 8 3 7 5 4 9 6
8 4 1 5 3 7 2 6 9
6 7 2 4 1 9 8 5 3
9 3 5 2 8 6 7 1 4
5 8 3 7 9 2 6 4 1
7 6 4 1 5 3 9 8 2
1 2 9 6 4 8 5 3 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1639
|
89721435.123.678496548.3.72231..97..94.378.15.85126934....854274.873.59..7294168.
|
897214356123567849654893172231459768946378215785126934319685427468732591572941683
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1639
|
Basic 9x9 Sudoku 1639
|
Normal 9x9 sudoku rules apply
|
8 9 7 2 1 4 3 5 .
1 2 3 . 6 7 8 4 9
6 5 4 8 . 3 . 7 2
2 3 1 . . 9 7 . .
9 4 . 3 7 8 . 1 5
. 8 5 1 2 6 9 3 4
. . . . 8 5 4 2 7
4 . 8 7 3 . 5 9 .
. 7 2 9 4 1 6 8 .
|
8 9 7 2 1 4 3 5 6
1 2 3 5 6 7 8 4 9
6 5 4 8 9 3 1 7 2
2 3 1 4 5 9 7 6 8
9 4 6 3 7 8 2 1 5
7 8 5 1 2 6 9 3 4
3 1 9 6 8 5 4 2 7
4 6 8 7 3 2 5 9 1
5 7 2 9 4 1 6 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1640
|
14389..67.8.231459.....6...21458.976...962.4..6....3..4.8.2.5313.5.47.98.9.358724
|
143895267786231459952476813214583976837962145569714382478629531325147698691358724
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1640
|
Basic 9x9 Sudoku 1640
|
Normal 9x9 sudoku rules apply
|
1 4 3 8 9 . . 6 7
. 8 . 2 3 1 4 5 9
. . . . . 6 . . .
2 1 4 5 8 . 9 7 6
. . . 9 6 2 . 4 .
. 6 . . . . 3 . .
4 . 8 . 2 . 5 3 1
3 . 5 . 4 7 . 9 8
. 9 . 3 5 8 7 2 4
|
1 4 3 8 9 5 2 6 7
7 8 6 2 3 1 4 5 9
9 5 2 4 7 6 8 1 3
2 1 4 5 8 3 9 7 6
8 3 7 9 6 2 1 4 5
5 6 9 7 1 4 3 8 2
4 7 8 6 2 9 5 3 1
3 2 5 1 4 7 6 9 8
6 9 1 3 5 8 7 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1641
|
687192.451538.46..2..3...81.1..694..935.418267462.8...568.1.23.429....1.3714...6.
|
687192345153874692294356781812569473935741826746238159568917234429683517371425968
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1641
|
Basic 9x9 Sudoku 1641
|
Normal 9x9 sudoku rules apply
|
6 8 7 1 9 2 . 4 5
1 5 3 8 . 4 6 . .
2 . . 3 . . . 8 1
. 1 . . 6 9 4 . .
9 3 5 . 4 1 8 2 6
7 4 6 2 . 8 . . .
5 6 8 . 1 . 2 3 .
4 2 9 . . . . 1 .
3 7 1 4 . . . 6 .
|
6 8 7 1 9 2 3 4 5
1 5 3 8 7 4 6 9 2
2 9 4 3 5 6 7 8 1
8 1 2 5 6 9 4 7 3
9 3 5 7 4 1 8 2 6
7 4 6 2 3 8 1 5 9
5 6 8 9 1 7 2 3 4
4 2 9 6 8 3 5 1 7
3 7 1 4 2 5 9 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1642
|
54.1..69.27694358189..5732498.42.76.4.75.92..1327684596598741..7283.5.463...968..
|
543182697276943581891657324985421763467539218132768459659874132728315946314296875
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1642
|
Basic 9x9 Sudoku 1642
|
Normal 9x9 sudoku rules apply
|
5 4 . 1 . . 6 9 .
2 7 6 9 4 3 5 8 1
8 9 . . 5 7 3 2 4
9 8 . 4 2 . 7 6 .
4 . 7 5 . 9 2 . .
1 3 2 7 6 8 4 5 9
6 5 9 8 7 4 1 . .
7 2 8 3 . 5 . 4 6
3 . . . 9 6 8 . .
|
5 4 3 1 8 2 6 9 7
2 7 6 9 4 3 5 8 1
8 9 1 6 5 7 3 2 4
9 8 5 4 2 1 7 6 3
4 6 7 5 3 9 2 1 8
1 3 2 7 6 8 4 5 9
6 5 9 8 7 4 1 3 2
7 2 8 3 1 5 9 4 6
3 1 4 2 9 6 8 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1643
|
8.9..6..7.3.45..2.5..8173.6945..12.3.6....9.83.8...61......81....1..3.....314.7.5
|
819326547736459821524817396945681273162734958378295614457968132281573469693142785
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1643
|
Basic 9x9 Sudoku 1643
|
Normal 9x9 sudoku rules apply
|
8 . 9 . . 6 . . 7
. 3 . 4 5 . . 2 .
5 . . 8 1 7 3 . 6
9 4 5 . . 1 2 . 3
. 6 . . . . 9 . 8
3 . 8 . . . 6 1 .
. . . . . 8 1 . .
. . 1 . . 3 . . .
. . 3 1 4 . 7 . 5
|
8 1 9 3 2 6 5 4 7
7 3 6 4 5 9 8 2 1
5 2 4 8 1 7 3 9 6
9 4 5 6 8 1 2 7 3
1 6 2 7 3 4 9 5 8
3 7 8 2 9 5 6 1 4
4 5 7 9 6 8 1 3 2
2 8 1 5 7 3 4 6 9
6 9 3 1 4 2 7 8 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1644
|
.5....3766....958...726....1...9.6..3....6..176518....5.....4.7...64......6.5.21.
|
952814376641379582837265149124597638389426751765183924518932467273641895496758213
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1644
|
Basic 9x9 Sudoku 1644
|
Normal 9x9 sudoku rules apply
|
. 5 . . . . 3 7 6
6 . . . . 9 5 8 .
. . 7 2 6 . . . .
1 . . . 9 . 6 . .
3 . . . . 6 . . 1
7 6 5 1 8 . . . .
5 . . . . . 4 . 7
. . . 6 4 . . . .
. . 6 . 5 . 2 1 .
|
9 5 2 8 1 4 3 7 6
6 4 1 3 7 9 5 8 2
8 3 7 2 6 5 1 4 9
1 2 4 5 9 7 6 3 8
3 8 9 4 2 6 7 5 1
7 6 5 1 8 3 9 2 4
5 1 8 9 3 2 4 6 7
2 7 3 6 4 1 8 9 5
4 9 6 7 5 8 2 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1645
|
9..8.5.3.6..9.7..1..12....5.7.69....2.6.834794.3.5...6.....9.1....46.7525..32.9..
|
924815637685937241731246895178694523256183479493752186862579314319468752547321968
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1645
|
Basic 9x9 Sudoku 1645
|
Normal 9x9 sudoku rules apply
|
9 . . 8 . 5 . 3 .
6 . . 9 . 7 . . 1
. . 1 2 . . . . 5
. 7 . 6 9 . . . .
2 . 6 . 8 3 4 7 9
4 . 3 . 5 . . . 6
. . . . . 9 . 1 .
. . . 4 6 . 7 5 2
5 . . 3 2 . 9 . .
|
9 2 4 8 1 5 6 3 7
6 8 5 9 3 7 2 4 1
7 3 1 2 4 6 8 9 5
1 7 8 6 9 4 5 2 3
2 5 6 1 8 3 4 7 9
4 9 3 7 5 2 1 8 6
8 6 2 5 7 9 3 1 4
3 1 9 4 6 8 7 5 2
5 4 7 3 2 1 9 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1646
|
49...2..7238.6.1.9..6....23..739641..594......64.......83.1..529.2.7.3846..2..9.1
|
491832567238567149576149823827396415159428736364751298783914652912675384645283971
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1646
|
Basic 9x9 Sudoku 1646
|
Normal 9x9 sudoku rules apply
|
4 9 . . . 2 . . 7
2 3 8 . 6 . 1 . 9
. . 6 . . . . 2 3
. . 7 3 9 6 4 1 .
. 5 9 4 . . . . .
. 6 4 . . . . . .
. 8 3 . 1 . . 5 2
9 . 2 . 7 . 3 8 4
6 . . 2 . . 9 . 1
|
4 9 1 8 3 2 5 6 7
2 3 8 5 6 7 1 4 9
5 7 6 1 4 9 8 2 3
8 2 7 3 9 6 4 1 5
1 5 9 4 2 8 7 3 6
3 6 4 7 5 1 2 9 8
7 8 3 9 1 4 6 5 2
9 1 2 6 7 5 3 8 4
6 4 5 2 8 3 9 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1647
|
3.8.9.64.4....61.851.8.....8...237.6.5746138996357....68..3...1....1.863..268.5.7
|
378192645429356178516847932841923756257461389963578214685739421794215863132684597
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1647
|
Basic 9x9 Sudoku 1647
|
Normal 9x9 sudoku rules apply
|
3 . 8 . 9 . 6 4 .
4 . . . . 6 1 . 8
5 1 . 8 . . . . .
8 . . . 2 3 7 . 6
. 5 7 4 6 1 3 8 9
9 6 3 5 7 . . . .
6 8 . . 3 . . . 1
. . . . 1 . 8 6 3
. . 2 6 8 . 5 . 7
|
3 7 8 1 9 2 6 4 5
4 2 9 3 5 6 1 7 8
5 1 6 8 4 7 9 3 2
8 4 1 9 2 3 7 5 6
2 5 7 4 6 1 3 8 9
9 6 3 5 7 8 2 1 4
6 8 5 7 3 9 4 2 1
7 9 4 2 1 5 8 6 3
1 3 2 6 8 4 5 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1648
|
..192453.2..8....474935..1292.1837.54.5.67389387.9..2..74..2198.92518473...749256
|
861924537253871964749356812926183745415267389387495621574632198692518473138749256
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1648
|
Basic 9x9 Sudoku 1648
|
Normal 9x9 sudoku rules apply
|
. . 1 9 2 4 5 3 .
2 . . 8 . . . . 4
7 4 9 3 5 . . 1 2
9 2 . 1 8 3 7 . 5
4 . 5 . 6 7 3 8 9
3 8 7 . 9 . . 2 .
. 7 4 . . 2 1 9 8
. 9 2 5 1 8 4 7 3
. . . 7 4 9 2 5 6
|
8 6 1 9 2 4 5 3 7
2 5 3 8 7 1 9 6 4
7 4 9 3 5 6 8 1 2
9 2 6 1 8 3 7 4 5
4 1 5 2 6 7 3 8 9
3 8 7 4 9 5 6 2 1
5 7 4 6 3 2 1 9 8
6 9 2 5 1 8 4 7 3
1 3 8 7 4 9 2 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1649
|
.1789......2.....769.357214.465....913..7..8227..8.64..63248.7578461......1.3...8
|
417892356352164897698357214846521739139476582275983641963248175784615923521739468
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1649
|
Basic 9x9 Sudoku 1649
|
Normal 9x9 sudoku rules apply
|
. 1 7 8 9 . . . .
. . 2 . . . . . 7
6 9 . 3 5 7 2 1 4
. 4 6 5 . . . . 9
1 3 . . 7 . . 8 2
2 7 . . 8 . 6 4 .
. 6 3 2 4 8 . 7 5
7 8 4 6 1 . . . .
. . 1 . 3 . . . 8
|
4 1 7 8 9 2 3 5 6
3 5 2 1 6 4 8 9 7
6 9 8 3 5 7 2 1 4
8 4 6 5 2 1 7 3 9
1 3 9 4 7 6 5 8 2
2 7 5 9 8 3 6 4 1
9 6 3 2 4 8 1 7 5
7 8 4 6 1 5 9 2 3
5 2 1 7 3 9 4 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1650
|
.1...3.6538..65.725.927..13..7821..48...3.729246..73816...521.8..86....7.75.182.6
|
712983465384165972569274813937821654851436729246597381693752148128649537475318296
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1650
|
Basic 9x9 Sudoku 1650
|
Normal 9x9 sudoku rules apply
|
. 1 . . . 3 . 6 5
3 8 . . 6 5 . 7 2
5 . 9 2 7 . . 1 3
. . 7 8 2 1 . . 4
8 . . . 3 . 7 2 9
2 4 6 . . 7 3 8 1
6 . . . 5 2 1 . 8
. . 8 6 . . . . 7
. 7 5 . 1 8 2 . 6
|
7 1 2 9 8 3 4 6 5
3 8 4 1 6 5 9 7 2
5 6 9 2 7 4 8 1 3
9 3 7 8 2 1 6 5 4
8 5 1 4 3 6 7 2 9
2 4 6 5 9 7 3 8 1
6 9 3 7 5 2 1 4 8
1 2 8 6 4 9 5 3 7
4 7 5 3 1 8 2 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1651
|
8.9215.......49....1..738.924......6..6...7.2...1.....42.731.95.91........7.6.2..
|
839215467762849153514673829245387916186594732973126584428731695691452378357968241
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1651
|
Basic 9x9 Sudoku 1651
|
Normal 9x9 sudoku rules apply
|
8 . 9 2 1 5 . . .
. . . . 4 9 . . .
. 1 . . 7 3 8 . 9
2 4 . . . . . . 6
. . 6 . . . 7 . 2
. . . 1 . . . . .
4 2 . 7 3 1 . 9 5
. 9 1 . . . . . .
. . 7 . 6 . 2 . .
|
8 3 9 2 1 5 4 6 7
7 6 2 8 4 9 1 5 3
5 1 4 6 7 3 8 2 9
2 4 5 3 8 7 9 1 6
1 8 6 5 9 4 7 3 2
9 7 3 1 2 6 5 8 4
4 2 8 7 3 1 6 9 5
6 9 1 4 5 2 3 7 8
3 5 7 9 6 8 2 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1652
|
579.1234.26193457883476..9119254678.4862...15..71896.461349..52.453...699...5.437
|
579812346261934578834765291192546783486273915357189624613497852745328169928651437
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1652
|
Basic 9x9 Sudoku 1652
|
Normal 9x9 sudoku rules apply
|
5 7 9 . 1 2 3 4 .
2 6 1 9 3 4 5 7 8
8 3 4 7 6 . . 9 1
1 9 2 5 4 6 7 8 .
4 8 6 2 . . . 1 5
. . 7 1 8 9 6 . 4
6 1 3 4 9 . . 5 2
. 4 5 3 . . . 6 9
9 . . . 5 . 4 3 7
|
5 7 9 8 1 2 3 4 6
2 6 1 9 3 4 5 7 8
8 3 4 7 6 5 2 9 1
1 9 2 5 4 6 7 8 3
4 8 6 2 7 3 9 1 5
3 5 7 1 8 9 6 2 4
6 1 3 4 9 7 8 5 2
7 4 5 3 2 8 1 6 9
9 2 8 6 5 1 4 3 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1653
|
.192.....8769.32.44...5681..9..84..5..4.273.17.513.46824..7593..583.2.4..6.49.582
|
519248673876913254432756819193684725684527391725139468241875936958362147367491582
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1653
|
Basic 9x9 Sudoku 1653
|
Normal 9x9 sudoku rules apply
|
. 1 9 2 . . . . .
8 7 6 9 . 3 2 . 4
4 . . . 5 6 8 1 .
. 9 . . 8 4 . . 5
. . 4 . 2 7 3 . 1
7 . 5 1 3 . 4 6 8
2 4 . . 7 5 9 3 .
. 5 8 3 . 2 . 4 .
. 6 . 4 9 . 5 8 2
|
5 1 9 2 4 8 6 7 3
8 7 6 9 1 3 2 5 4
4 3 2 7 5 6 8 1 9
1 9 3 6 8 4 7 2 5
6 8 4 5 2 7 3 9 1
7 2 5 1 3 9 4 6 8
2 4 1 8 7 5 9 3 6
9 5 8 3 6 2 1 4 7
3 6 7 4 9 1 5 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1654
|
.47.8..9695362487..18.75.341.926745...43.....5.6419.2846159.387372846915895731642
|
247183596953624871618975234189267453724358169536419728461592387372846915895731642
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1654
|
Basic 9x9 Sudoku 1654
|
Normal 9x9 sudoku rules apply
|
. 4 7 . 8 . . 9 6
9 5 3 6 2 4 8 7 .
. 1 8 . 7 5 . 3 4
1 . 9 2 6 7 4 5 .
. . 4 3 . . . . .
5 . 6 4 1 9 . 2 8
4 6 1 5 9 . 3 8 7
3 7 2 8 4 6 9 1 5
8 9 5 7 3 1 6 4 2
|
2 4 7 1 8 3 5 9 6
9 5 3 6 2 4 8 7 1
6 1 8 9 7 5 2 3 4
1 8 9 2 6 7 4 5 3
7 2 4 3 5 8 1 6 9
5 3 6 4 1 9 7 2 8
4 6 1 5 9 2 3 8 7
3 7 2 8 4 6 9 1 5
8 9 5 7 3 1 6 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1655
|
..31...26.5.....979.8.751..8.2.61..3.364......7.89...2...3.6..93.4...27...9...368
|
743189526651234897928675134892561743136427985475893612287316459364958271519742368
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1655
|
Basic 9x9 Sudoku 1655
|
Normal 9x9 sudoku rules apply
|
. . 3 1 . . . 2 6
. 5 . . . . . 9 7
9 . 8 . 7 5 1 . .
8 . 2 . 6 1 . . 3
. 3 6 4 . . . . .
. 7 . 8 9 . . . 2
. . . 3 . 6 . . 9
3 . 4 . . . 2 7 .
. . 9 . . . 3 6 8
|
7 4 3 1 8 9 5 2 6
6 5 1 2 3 4 8 9 7
9 2 8 6 7 5 1 3 4
8 9 2 5 6 1 7 4 3
1 3 6 4 2 7 9 8 5
4 7 5 8 9 3 6 1 2
2 8 7 3 1 6 4 5 9
3 6 4 9 5 8 2 7 1
5 1 9 7 4 2 3 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1656
|
.31.825.6492..638..6..7419..8924.6.....6.5.2..5689.4135..42.8.16..7.82599.8..173.
|
731982546492156387865374192189243675347615928256897413573429861614738259928561734
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1656
|
Basic 9x9 Sudoku 1656
|
Normal 9x9 sudoku rules apply
|
. 3 1 . 8 2 5 . 6
4 9 2 . . 6 3 8 .
. 6 . . 7 4 1 9 .
. 8 9 2 4 . 6 . .
. . . 6 . 5 . 2 .
. 5 6 8 9 . 4 1 3
5 . . 4 2 . 8 . 1
6 . . 7 . 8 2 5 9
9 . 8 . . 1 7 3 .
|
7 3 1 9 8 2 5 4 6
4 9 2 1 5 6 3 8 7
8 6 5 3 7 4 1 9 2
1 8 9 2 4 3 6 7 5
3 4 7 6 1 5 9 2 8
2 5 6 8 9 7 4 1 3
5 7 3 4 2 9 8 6 1
6 1 4 7 3 8 2 5 9
9 2 8 5 6 1 7 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1657
|
.1798.5269632.5.87..267419..85.9..3464.35781.37184.....384692711.4738965796521.48
|
417983526963215487852674193285196734649357812371842659538469271124738965796521348
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1657
|
Basic 9x9 Sudoku 1657
|
Normal 9x9 sudoku rules apply
|
. 1 7 9 8 . 5 2 6
9 6 3 2 . 5 . 8 7
. . 2 6 7 4 1 9 .
. 8 5 . 9 . . 3 4
6 4 . 3 5 7 8 1 .
3 7 1 8 4 . . . .
. 3 8 4 6 9 2 7 1
1 . 4 7 3 8 9 6 5
7 9 6 5 2 1 . 4 8
|
4 1 7 9 8 3 5 2 6
9 6 3 2 1 5 4 8 7
8 5 2 6 7 4 1 9 3
2 8 5 1 9 6 7 3 4
6 4 9 3 5 7 8 1 2
3 7 1 8 4 2 6 5 9
5 3 8 4 6 9 2 7 1
1 2 4 7 3 8 9 6 5
7 9 6 5 2 1 3 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1658
|
7.5.21..4468...1.21294768....359.72.95621.3.82476835193821..4.757.36..8169.748235
|
735821694468935172129476853813594726956217348247683519382159467574362981691748235
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1658
|
Basic 9x9 Sudoku 1658
|
Normal 9x9 sudoku rules apply
|
7 . 5 . 2 1 . . 4
4 6 8 . . . 1 . 2
1 2 9 4 7 6 8 . .
. . 3 5 9 . 7 2 .
9 5 6 2 1 . 3 . 8
2 4 7 6 8 3 5 1 9
3 8 2 1 . . 4 . 7
5 7 . 3 6 . . 8 1
6 9 . 7 4 8 2 3 5
|
7 3 5 8 2 1 6 9 4
4 6 8 9 3 5 1 7 2
1 2 9 4 7 6 8 5 3
8 1 3 5 9 4 7 2 6
9 5 6 2 1 7 3 4 8
2 4 7 6 8 3 5 1 9
3 8 2 1 5 9 4 6 7
5 7 4 3 6 2 9 8 1
6 9 1 7 4 8 2 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1659
|
.948.......7926..3....4....4.6.127....1..8....2...9.485.879.2...492....7.3.1..8.5
|
294831576157926483863547921486312759971458632325679148518793264649285317732164895
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1659
|
Basic 9x9 Sudoku 1659
|
Normal 9x9 sudoku rules apply
|
. 9 4 8 . . . . .
. . 7 9 2 6 . . 3
. . . . 4 . . . .
4 . 6 . 1 2 7 . .
. . 1 . . 8 . . .
. 2 . . . 9 . 4 8
5 . 8 7 9 . 2 . .
. 4 9 2 . . . . 7
. 3 . 1 . . 8 . 5
|
2 9 4 8 3 1 5 7 6
1 5 7 9 2 6 4 8 3
8 6 3 5 4 7 9 2 1
4 8 6 3 1 2 7 5 9
9 7 1 4 5 8 6 3 2
3 2 5 6 7 9 1 4 8
5 1 8 7 9 3 2 6 4
6 4 9 2 8 5 3 1 7
7 3 2 1 6 4 8 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1660
|
527183.969.4.2...8.18.6452789351764227.8.631964123.7857..4912.3..265897.4.9.7286.
|
527183496964725138318964527893517642275846319641239785786491253132658974459372861
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1660
|
Basic 9x9 Sudoku 1660
|
Normal 9x9 sudoku rules apply
|
5 2 7 1 8 3 . 9 6
9 . 4 . 2 . . . 8
. 1 8 . 6 4 5 2 7
8 9 3 5 1 7 6 4 2
2 7 . 8 . 6 3 1 9
6 4 1 2 3 . 7 8 5
7 . . 4 9 1 2 . 3
. . 2 6 5 8 9 7 .
4 . 9 . 7 2 8 6 .
|
5 2 7 1 8 3 4 9 6
9 6 4 7 2 5 1 3 8
3 1 8 9 6 4 5 2 7
8 9 3 5 1 7 6 4 2
2 7 5 8 4 6 3 1 9
6 4 1 2 3 9 7 8 5
7 8 6 4 9 1 2 5 3
1 3 2 6 5 8 9 7 4
4 5 9 3 7 2 8 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1661
|
.5.2.....148.35.6792..6..58..4........57...397........23....8.6..1...3..586..172.
|
657218943148935267923467158364189572815742639792653481239574816471826395586391724
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1661
|
Basic 9x9 Sudoku 1661
|
Normal 9x9 sudoku rules apply
|
. 5 . 2 . . . . .
1 4 8 . 3 5 . 6 7
9 2 . . 6 . . 5 8
. . 4 . . . . . .
. . 5 7 . . . 3 9
7 . . . . . . . .
2 3 . . . . 8 . 6
. . 1 . . . 3 . .
5 8 6 . . 1 7 2 .
|
6 5 7 2 1 8 9 4 3
1 4 8 9 3 5 2 6 7
9 2 3 4 6 7 1 5 8
3 6 4 1 8 9 5 7 2
8 1 5 7 4 2 6 3 9
7 9 2 6 5 3 4 8 1
2 3 9 5 7 4 8 1 6
4 7 1 8 2 6 3 9 5
5 8 6 3 9 1 7 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1662
|
.....3.7..19..723...62.5...92.8..3.48..3..7.11534.2968.457.869.3.15.6.47678.34512
|
582193476419687235736245189927861354864359721153472968245718693391526847678934512
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1662
|
Basic 9x9 Sudoku 1662
|
Normal 9x9 sudoku rules apply
|
. . . . . 3 . 7 .
. 1 9 . . 7 2 3 .
. . 6 2 . 5 . . .
9 2 . 8 . . 3 . 4
8 . . 3 . . 7 . 1
1 5 3 4 . 2 9 6 8
. 4 5 7 . 8 6 9 .
3 . 1 5 . 6 . 4 7
6 7 8 . 3 4 5 1 2
|
5 8 2 1 9 3 4 7 6
4 1 9 6 8 7 2 3 5
7 3 6 2 4 5 1 8 9
9 2 7 8 6 1 3 5 4
8 6 4 3 5 9 7 2 1
1 5 3 4 7 2 9 6 8
2 4 5 7 1 8 6 9 3
3 9 1 5 2 6 8 4 7
6 7 8 9 3 4 5 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1663
|
9.6.........9.3261.1..5.8..18..6....4.72.86...6...4..5..4375.285.1.8..76....9..5.
|
946821537875943261312657894183569742457238619269714385694375128531482976728196453
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1663
|
Basic 9x9 Sudoku 1663
|
Normal 9x9 sudoku rules apply
|
9 . 6 . . . . . .
. . . 9 . 3 2 6 1
. 1 . . 5 . 8 . .
1 8 . . 6 . . . .
4 . 7 2 . 8 6 . .
. 6 . . . 4 . . 5
. . 4 3 7 5 . 2 8
5 . 1 . 8 . . 7 6
. . . . 9 . . 5 .
|
9 4 6 8 2 1 5 3 7
8 7 5 9 4 3 2 6 1
3 1 2 6 5 7 8 9 4
1 8 3 5 6 9 7 4 2
4 5 7 2 3 8 6 1 9
2 6 9 7 1 4 3 8 5
6 9 4 3 7 5 1 2 8
5 3 1 4 8 2 9 7 6
7 2 8 1 9 6 4 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1664
|
.49.....7.8.97..1..7526.9..85.....7...7856.....6.17...59.6317424.....1.5..15.28.6
|
249183567683975214175264983854329671317856429926417358598631742462798135731542896
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1664
|
Basic 9x9 Sudoku 1664
|
Normal 9x9 sudoku rules apply
|
. 4 9 . . . . . 7
. 8 . 9 7 . . 1 .
. 7 5 2 6 . 9 . .
8 5 . . . . . 7 .
. . 7 8 5 6 . . .
. . 6 . 1 7 . . .
5 9 . 6 3 1 7 4 2
4 . . . . . 1 . 5
. . 1 5 . 2 8 . 6
|
2 4 9 1 8 3 5 6 7
6 8 3 9 7 5 2 1 4
1 7 5 2 6 4 9 8 3
8 5 4 3 2 9 6 7 1
3 1 7 8 5 6 4 2 9
9 2 6 4 1 7 3 5 8
5 9 8 6 3 1 7 4 2
4 6 2 7 9 8 1 3 5
7 3 1 5 4 2 8 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1665
|
..8913.64461825973.53...18223..8.451586..2.97.4.5.96..374.58.1969237.84581.294736
|
728913564461825973953467182239786451586142397147539628374658219692371845815294736
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1665
|
Basic 9x9 Sudoku 1665
|
Normal 9x9 sudoku rules apply
|
. . 8 9 1 3 . 6 4
4 6 1 8 2 5 9 7 3
. 5 3 . . . 1 8 2
2 3 . . 8 . 4 5 1
5 8 6 . . 2 . 9 7
. 4 . 5 . 9 6 . .
3 7 4 . 5 8 . 1 9
6 9 2 3 7 . 8 4 5
8 1 . 2 9 4 7 3 6
|
7 2 8 9 1 3 5 6 4
4 6 1 8 2 5 9 7 3
9 5 3 4 6 7 1 8 2
2 3 9 7 8 6 4 5 1
5 8 6 1 4 2 3 9 7
1 4 7 5 3 9 6 2 8
3 7 4 6 5 8 2 1 9
6 9 2 3 7 1 8 4 5
8 1 5 2 9 4 7 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1666
|
.69823745...9....627846.3913815.2........615...4.7..3.83675...97926...1..1.2.98..
|
169823745543917286278465391381592674927346158654178932836751429792684513415239867
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1666
|
Basic 9x9 Sudoku 1666
|
Normal 9x9 sudoku rules apply
|
. 6 9 8 2 3 7 4 5
. . . 9 . . . . 6
2 7 8 4 6 . 3 9 1
3 8 1 5 . 2 . . .
. . . . . 6 1 5 .
. . 4 . 7 . . 3 .
8 3 6 7 5 . . . 9
7 9 2 6 . . . 1 .
. 1 . 2 . 9 8 . .
|
1 6 9 8 2 3 7 4 5
5 4 3 9 1 7 2 8 6
2 7 8 4 6 5 3 9 1
3 8 1 5 9 2 6 7 4
9 2 7 3 4 6 1 5 8
6 5 4 1 7 8 9 3 2
8 3 6 7 5 1 4 2 9
7 9 2 6 8 4 5 1 3
4 1 5 2 3 9 8 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1667
|
618....5...5..79......86..283.....2..512...9896.85173428.7.5.435.3.1...9.469.2.7.
|
618329457325147986794586312837694521451273698962851734289765143573418269146932875
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1667
|
Basic 9x9 Sudoku 1667
|
Normal 9x9 sudoku rules apply
|
6 1 8 . . . . 5 .
. . 5 . . 7 9 . .
. . . . 8 6 . . 2
8 3 . . . . . 2 .
. 5 1 2 . . . 9 8
9 6 . 8 5 1 7 3 4
2 8 . 7 . 5 . 4 3
5 . 3 . 1 . . . 9
. 4 6 9 . 2 . 7 .
|
6 1 8 3 2 9 4 5 7
3 2 5 1 4 7 9 8 6
7 9 4 5 8 6 3 1 2
8 3 7 6 9 4 5 2 1
4 5 1 2 7 3 6 9 8
9 6 2 8 5 1 7 3 4
2 8 9 7 6 5 1 4 3
5 7 3 4 1 8 2 6 9
1 4 6 9 3 2 8 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1668
|
.6....254.426..98..8145236..543867..829.7.43637.2.4..829756814..1.94..72.3..21695
|
763819254542637981981452367154386729829175436376294518297568143615943872438721695
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1668
|
Basic 9x9 Sudoku 1668
|
Normal 9x9 sudoku rules apply
|
. 6 . . . . 2 5 4
. 4 2 6 . . 9 8 .
. 8 1 4 5 2 3 6 .
. 5 4 3 8 6 7 . .
8 2 9 . 7 . 4 3 6
3 7 . 2 . 4 . . 8
2 9 7 5 6 8 1 4 .
. 1 . 9 4 . . 7 2
. 3 . . 2 1 6 9 5
|
7 6 3 8 1 9 2 5 4
5 4 2 6 3 7 9 8 1
9 8 1 4 5 2 3 6 7
1 5 4 3 8 6 7 2 9
8 2 9 1 7 5 4 3 6
3 7 6 2 9 4 5 1 8
2 9 7 5 6 8 1 4 3
6 1 5 9 4 3 8 7 2
4 3 8 7 2 1 6 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1669
|
8...92...6..8.7915.9.5..782...2....83...1..9..74...163...4.1.3774..........3.8...
|
857192346632847915491563782169234578385716294274985163928451637743629851516378429
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1669
|
Basic 9x9 Sudoku 1669
|
Normal 9x9 sudoku rules apply
|
8 . . . 9 2 . . .
6 . . 8 . 7 9 1 5
. 9 . 5 . . 7 8 2
. . . 2 . . . . 8
3 . . . 1 . . 9 .
. 7 4 . . . 1 6 3
. . . 4 . 1 . 3 7
7 4 . . . . . . .
. . . 3 . 8 . . .
|
8 5 7 1 9 2 3 4 6
6 3 2 8 4 7 9 1 5
4 9 1 5 6 3 7 8 2
1 6 9 2 3 4 5 7 8
3 8 5 7 1 6 2 9 4
2 7 4 9 8 5 1 6 3
9 2 8 4 5 1 6 3 7
7 4 3 6 2 9 8 5 1
5 1 6 3 7 8 4 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1670
|
...9...6....24....4.....1.3.3.17.5...1...63.4.76.....9.654..73...172.64..42..8..1
|
127983465653241897489657123934172586218596374576834219865419732391725648742368951
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1670
|
Basic 9x9 Sudoku 1670
|
Normal 9x9 sudoku rules apply
|
. . . 9 . . . 6 .
. . . 2 4 . . . .
4 . . . . . 1 . 3
. 3 . 1 7 . 5 . .
. 1 . . . 6 3 . 4
. 7 6 . . . . . 9
. 6 5 4 . . 7 3 .
. . 1 7 2 . 6 4 .
. 4 2 . . 8 . . 1
|
1 2 7 9 8 3 4 6 5
6 5 3 2 4 1 8 9 7
4 8 9 6 5 7 1 2 3
9 3 4 1 7 2 5 8 6
2 1 8 5 9 6 3 7 4
5 7 6 8 3 4 2 1 9
8 6 5 4 1 9 7 3 2
3 9 1 7 2 5 6 4 8
7 4 2 3 6 8 9 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1671
|
76.1.932.....4...7....574.13487..6..91.6.4..2.2.8.154.4....3.78..2...1...31..2.5.
|
764189325153246897289357461348725619915634782627891543496513278572968134831472956
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1671
|
Basic 9x9 Sudoku 1671
|
Normal 9x9 sudoku rules apply
|
7 6 . 1 . 9 3 2 .
. . . . 4 . . . 7
. . . . 5 7 4 . 1
3 4 8 7 . . 6 . .
9 1 . 6 . 4 . . 2
. 2 . 8 . 1 5 4 .
4 . . . . 3 . 7 8
. . 2 . . . 1 . .
. 3 1 . . 2 . 5 .
|
7 6 4 1 8 9 3 2 5
1 5 3 2 4 6 8 9 7
2 8 9 3 5 7 4 6 1
3 4 8 7 2 5 6 1 9
9 1 5 6 3 4 7 8 2
6 2 7 8 9 1 5 4 3
4 9 6 5 1 3 2 7 8
5 7 2 9 6 8 1 3 4
8 3 1 4 7 2 9 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1672
|
.45..8.7..76..3..28..64715..8.7..364937..6.....43.279169.87421....2.19.64..5.9.3.
|
345128679176953482829647153281795364937416528564382791693874215758231946412569837
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1672
|
Basic 9x9 Sudoku 1672
|
Normal 9x9 sudoku rules apply
|
. 4 5 . . 8 . 7 .
. 7 6 . . 3 . . 2
8 . . 6 4 7 1 5 .
. 8 . 7 . . 3 6 4
9 3 7 . . 6 . . .
. . 4 3 . 2 7 9 1
6 9 . 8 7 4 2 1 .
. . . 2 . 1 9 . 6
4 . . 5 . 9 . 3 .
|
3 4 5 1 2 8 6 7 9
1 7 6 9 5 3 4 8 2
8 2 9 6 4 7 1 5 3
2 8 1 7 9 5 3 6 4
9 3 7 4 1 6 5 2 8
5 6 4 3 8 2 7 9 1
6 9 3 8 7 4 2 1 5
7 5 8 2 3 1 9 4 6
4 1 2 5 6 9 8 3 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1673
|
..81...7.4.98.7....27.4....94....2.7875........29.6..82...5....7.1.8.546.5...49..
|
568192374439867125127345869946538217875421693312976458284659731791283546653714982
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1673
|
Basic 9x9 Sudoku 1673
|
Normal 9x9 sudoku rules apply
|
. . 8 1 . . . 7 .
4 . 9 8 . 7 . . .
. 2 7 . 4 . . . .
9 4 . . . . 2 . 7
8 7 5 . . . . . .
. . 2 9 . 6 . . 8
2 . . . 5 . . . .
7 . 1 . 8 . 5 4 6
. 5 . . . 4 9 . .
|
5 6 8 1 9 2 3 7 4
4 3 9 8 6 7 1 2 5
1 2 7 3 4 5 8 6 9
9 4 6 5 3 8 2 1 7
8 7 5 4 2 1 6 9 3
3 1 2 9 7 6 4 5 8
2 8 4 6 5 9 7 3 1
7 9 1 2 8 3 5 4 6
6 5 3 7 1 4 9 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1674
|
1458932.6.291.753473.2.418931.98.76.9..6...282.8735.91.7.418952.8257961359..268.7
|
145893276829167534736254189314982765957641328268735491673418952482579613591326847
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1674
|
Basic 9x9 Sudoku 1674
|
Normal 9x9 sudoku rules apply
|
1 4 5 8 9 3 2 . 6
. 2 9 1 . 7 5 3 4
7 3 . 2 . 4 1 8 9
3 1 . 9 8 . 7 6 .
9 . . 6 . . . 2 8
2 . 8 7 3 5 . 9 1
. 7 . 4 1 8 9 5 2
. 8 2 5 7 9 6 1 3
5 9 . . 2 6 8 . 7
|
1 4 5 8 9 3 2 7 6
8 2 9 1 6 7 5 3 4
7 3 6 2 5 4 1 8 9
3 1 4 9 8 2 7 6 5
9 5 7 6 4 1 3 2 8
2 6 8 7 3 5 4 9 1
6 7 3 4 1 8 9 5 2
4 8 2 5 7 9 6 1 3
5 9 1 3 2 6 8 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1675
|
6.4819253.2.6458..89...316431726894525.491..79.853..2.589172.3.4.2956718...384..2
|
674819253123645879895723164317268945256491387948537621589172436432956718761384592
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1675
|
Basic 9x9 Sudoku 1675
|
Normal 9x9 sudoku rules apply
|
6 . 4 8 1 9 2 5 3
. 2 . 6 4 5 8 . .
8 9 . . . 3 1 6 4
3 1 7 2 6 8 9 4 5
2 5 . 4 9 1 . . 7
9 . 8 5 3 . . 2 .
5 8 9 1 7 2 . 3 .
4 . 2 9 5 6 7 1 8
. . . 3 8 4 . . 2
|
6 7 4 8 1 9 2 5 3
1 2 3 6 4 5 8 7 9
8 9 5 7 2 3 1 6 4
3 1 7 2 6 8 9 4 5
2 5 6 4 9 1 3 8 7
9 4 8 5 3 7 6 2 1
5 8 9 1 7 2 4 3 6
4 3 2 9 5 6 7 1 8
7 6 1 3 8 4 5 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1676
|
....94.67...12.94..6.53........1275..85.79.247.24853965.176....63.2.84.1...94...5
|
123894567857126943964537812496312758385679124712485396541763289639258471278941635
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1676
|
Basic 9x9 Sudoku 1676
|
Normal 9x9 sudoku rules apply
|
. . . . 9 4 . 6 7
. . . 1 2 . 9 4 .
. 6 . 5 3 . . . .
. . . . 1 2 7 5 .
. 8 5 . 7 9 . 2 4
7 . 2 4 8 5 3 9 6
5 . 1 7 6 . . . .
6 3 . 2 . 8 4 . 1
. . . 9 4 . . . 5
|
1 2 3 8 9 4 5 6 7
8 5 7 1 2 6 9 4 3
9 6 4 5 3 7 8 1 2
4 9 6 3 1 2 7 5 8
3 8 5 6 7 9 1 2 4
7 1 2 4 8 5 3 9 6
5 4 1 7 6 3 2 8 9
6 3 9 2 5 8 4 7 1
2 7 8 9 4 1 6 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1677
|
...1...5..895....3156..4....1.27596.927....854...9.721..264..7...4.5321.5..82.4.6
|
243189657789562143156734892318275964927416385465398721832641579674953218591827436
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1677
|
Basic 9x9 Sudoku 1677
|
Normal 9x9 sudoku rules apply
|
. . . 1 . . . 5 .
. 8 9 5 . . . . 3
1 5 6 . . 4 . . .
. 1 . 2 7 5 9 6 .
9 2 7 . . . . 8 5
4 . . . 9 . 7 2 1
. . 2 6 4 . . 7 .
. . 4 . 5 3 2 1 .
5 . . 8 2 . 4 . 6
|
2 4 3 1 8 9 6 5 7
7 8 9 5 6 2 1 4 3
1 5 6 7 3 4 8 9 2
3 1 8 2 7 5 9 6 4
9 2 7 4 1 6 3 8 5
4 6 5 3 9 8 7 2 1
8 3 2 6 4 1 5 7 9
6 7 4 9 5 3 2 1 8
5 9 1 8 2 7 4 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1678
|
2.5913.74473..8.1.16.57428381239....93..85162657..2....4.6...2..268...9.391..7856
|
285913674473268519169574283812396745934785162657142938748659321526831497391427856
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1678
|
Basic 9x9 Sudoku 1678
|
Normal 9x9 sudoku rules apply
|
2 . 5 9 1 3 . 7 4
4 7 3 . . 8 . 1 .
1 6 . 5 7 4 2 8 3
8 1 2 3 9 . . . .
9 3 . . 8 5 1 6 2
6 5 7 . . 2 . . .
. 4 . 6 . . . 2 .
. 2 6 8 . . . 9 .
3 9 1 . . 7 8 5 6
|
2 8 5 9 1 3 6 7 4
4 7 3 2 6 8 5 1 9
1 6 9 5 7 4 2 8 3
8 1 2 3 9 6 7 4 5
9 3 4 7 8 5 1 6 2
6 5 7 1 4 2 9 3 8
7 4 8 6 5 9 3 2 1
5 2 6 8 3 1 4 9 7
3 9 1 4 2 7 8 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1679
|
21.98.4.7.392.6.85486.17..3...762.5..7285.64.56.13..72.5..7...4...49..36.47328519
|
215983467739246185486517293194762358372859641568134972953671824821495736647328519
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1679
|
Basic 9x9 Sudoku 1679
|
Normal 9x9 sudoku rules apply
|
2 1 . 9 8 . 4 . 7
. 3 9 2 . 6 . 8 5
4 8 6 . 1 7 . . 3
. . . 7 6 2 . 5 .
. 7 2 8 5 . 6 4 .
5 6 . 1 3 . . 7 2
. 5 . . 7 . . . 4
. . . 4 9 . . 3 6
. 4 7 3 2 8 5 1 9
|
2 1 5 9 8 3 4 6 7
7 3 9 2 4 6 1 8 5
4 8 6 5 1 7 2 9 3
1 9 4 7 6 2 3 5 8
3 7 2 8 5 9 6 4 1
5 6 8 1 3 4 9 7 2
9 5 3 6 7 1 8 2 4
8 2 1 4 9 5 7 3 6
6 4 7 3 2 8 5 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1680
|
49.2..5..67..95.84.8....913.5742.698169.8...28249.6.71.12.647.55.83.9.267.651.849
|
491238567673195284285647913357421698169783452824956371912864735548379126736512849
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1680
|
Basic 9x9 Sudoku 1680
|
Normal 9x9 sudoku rules apply
|
4 9 . 2 . . 5 . .
6 7 . . 9 5 . 8 4
. 8 . . . . 9 1 3
. 5 7 4 2 . 6 9 8
1 6 9 . 8 . . . 2
8 2 4 9 . 6 . 7 1
. 1 2 . 6 4 7 . 5
5 . 8 3 . 9 . 2 6
7 . 6 5 1 . 8 4 9
|
4 9 1 2 3 8 5 6 7
6 7 3 1 9 5 2 8 4
2 8 5 6 4 7 9 1 3
3 5 7 4 2 1 6 9 8
1 6 9 7 8 3 4 5 2
8 2 4 9 5 6 3 7 1
9 1 2 8 6 4 7 3 5
5 4 8 3 7 9 1 2 6
7 3 6 5 1 2 8 4 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1681
|
...98.27.956.71..372.3..1.523.8.9.54.95.62738...53.9....312486..82..354141...83.7
|
341985276956271483728346195237819654195462738864537912573124869682793541419658327
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1681
|
Basic 9x9 Sudoku 1681
|
Normal 9x9 sudoku rules apply
|
. . . 9 8 . 2 7 .
9 5 6 . 7 1 . . 3
7 2 . 3 . . 1 . 5
2 3 . 8 . 9 . 5 4
. 9 5 . 6 2 7 3 8
. . . 5 3 . 9 . .
. . 3 1 2 4 8 6 .
. 8 2 . . 3 5 4 1
4 1 . . . 8 3 . 7
|
3 4 1 9 8 5 2 7 6
9 5 6 2 7 1 4 8 3
7 2 8 3 4 6 1 9 5
2 3 7 8 1 9 6 5 4
1 9 5 4 6 2 7 3 8
8 6 4 5 3 7 9 1 2
5 7 3 1 2 4 8 6 9
6 8 2 7 9 3 5 4 1
4 1 9 6 5 8 3 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1682
|
...1.9.46.1.3.49...94.7.1...45.26.3..26.3..1.....1............3263598.717..24.695
|
572189346618354927394672158145826739826937514937415862459761283263598471781243695
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1682
|
Basic 9x9 Sudoku 1682
|
Normal 9x9 sudoku rules apply
|
. . . 1 . 9 . 4 6
. 1 . 3 . 4 9 . .
. 9 4 . 7 . 1 . .
. 4 5 . 2 6 . 3 .
. 2 6 . 3 . . 1 .
. . . . 1 . . . .
. . . . . . . . 3
2 6 3 5 9 8 . 7 1
7 . . 2 4 . 6 9 5
|
5 7 2 1 8 9 3 4 6
6 1 8 3 5 4 9 2 7
3 9 4 6 7 2 1 5 8
1 4 5 8 2 6 7 3 9
8 2 6 9 3 7 5 1 4
9 3 7 4 1 5 8 6 2
4 5 9 7 6 1 2 8 3
2 6 3 5 9 8 4 7 1
7 8 1 2 4 3 6 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1683
|
46528.3.9271935.6.8397.61.238.152794.146.8235.5.473.811.356482.627.195..5...27916
|
465281379271935468839746152386152794714698235952473681193564827627819543548327916
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1683
|
Basic 9x9 Sudoku 1683
|
Normal 9x9 sudoku rules apply
|
4 6 5 2 8 . 3 . 9
2 7 1 9 3 5 . 6 .
8 3 9 7 . 6 1 . 2
3 8 . 1 5 2 7 9 4
. 1 4 6 . 8 2 3 5
. 5 . 4 7 3 . 8 1
1 . 3 5 6 4 8 2 .
6 2 7 . 1 9 5 . .
5 . . . 2 7 9 1 6
|
4 6 5 2 8 1 3 7 9
2 7 1 9 3 5 4 6 8
8 3 9 7 4 6 1 5 2
3 8 6 1 5 2 7 9 4
7 1 4 6 9 8 2 3 5
9 5 2 4 7 3 6 8 1
1 9 3 5 6 4 8 2 7
6 2 7 8 1 9 5 4 3
5 4 8 3 2 7 9 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1684
|
9548.26371.7.5.4.2....67.95.16795....9..38.16372.4695.5.....8436..32.57973....261
|
954812637167953482283467195816795324495238716372146958521679843648321579739584261
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1684
|
Basic 9x9 Sudoku 1684
|
Normal 9x9 sudoku rules apply
|
9 5 4 8 . 2 6 3 7
1 . 7 . 5 . 4 . 2
. . . . 6 7 . 9 5
. 1 6 7 9 5 . . .
. 9 . . 3 8 . 1 6
3 7 2 . 4 6 9 5 .
5 . . . . . 8 4 3
6 . . 3 2 . 5 7 9
7 3 . . . . 2 6 1
|
9 5 4 8 1 2 6 3 7
1 6 7 9 5 3 4 8 2
2 8 3 4 6 7 1 9 5
8 1 6 7 9 5 3 2 4
4 9 5 2 3 8 7 1 6
3 7 2 1 4 6 9 5 8
5 2 1 6 7 9 8 4 3
6 4 8 3 2 1 5 7 9
7 3 9 5 8 4 2 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1685
|
15.9.23673964.1.85.276..914912.65...57...462..6.21759868173945.74..281362351...79
|
154982367396471285827653914912865743578394621463217598681739452749528136235146879
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1685
|
Basic 9x9 Sudoku 1685
|
Normal 9x9 sudoku rules apply
|
1 5 . 9 . 2 3 6 7
3 9 6 4 . 1 . 8 5
. 2 7 6 . . 9 1 4
9 1 2 . 6 5 . . .
5 7 . . . 4 6 2 .
. 6 . 2 1 7 5 9 8
6 8 1 7 3 9 4 5 .
7 4 . . 2 8 1 3 6
2 3 5 1 . . . 7 9
|
1 5 4 9 8 2 3 6 7
3 9 6 4 7 1 2 8 5
8 2 7 6 5 3 9 1 4
9 1 2 8 6 5 7 4 3
5 7 8 3 9 4 6 2 1
4 6 3 2 1 7 5 9 8
6 8 1 7 3 9 4 5 2
7 4 9 5 2 8 1 3 6
2 3 5 1 4 6 8 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1686
|
31.82..6.8.4.569..96..71.23196..7548..3..4791.481956.258.9631746.1..238.43.7.825.
|
317829465824356917965471823196237548253684791748195632582963174671542389439718256
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1686
|
Basic 9x9 Sudoku 1686
|
Normal 9x9 sudoku rules apply
|
3 1 . 8 2 . . 6 .
8 . 4 . 5 6 9 . .
9 6 . . 7 1 . 2 3
1 9 6 . . 7 5 4 8
. . 3 . . 4 7 9 1
. 4 8 1 9 5 6 . 2
5 8 . 9 6 3 1 7 4
6 . 1 . . 2 3 8 .
4 3 . 7 . 8 2 5 .
|
3 1 7 8 2 9 4 6 5
8 2 4 3 5 6 9 1 7
9 6 5 4 7 1 8 2 3
1 9 6 2 3 7 5 4 8
2 5 3 6 8 4 7 9 1
7 4 8 1 9 5 6 3 2
5 8 2 9 6 3 1 7 4
6 7 1 5 4 2 3 8 9
4 3 9 7 1 8 2 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1687
|
.1.829473....45.9694...6185153492..8.6.3175497945.83123.1654.2.42.9.3.5.579281634
|
615829473837145296942736185153492768268317549794568312381654927426973851579281634
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1687
|
Basic 9x9 Sudoku 1687
|
Normal 9x9 sudoku rules apply
|
. 1 . 8 2 9 4 7 3
. . . . 4 5 . 9 6
9 4 . . . 6 1 8 5
1 5 3 4 9 2 . . 8
. 6 . 3 1 7 5 4 9
7 9 4 5 . 8 3 1 2
3 . 1 6 5 4 . 2 .
4 2 . 9 . 3 . 5 .
5 7 9 2 8 1 6 3 4
|
6 1 5 8 2 9 4 7 3
8 3 7 1 4 5 2 9 6
9 4 2 7 3 6 1 8 5
1 5 3 4 9 2 7 6 8
2 6 8 3 1 7 5 4 9
7 9 4 5 6 8 3 1 2
3 8 1 6 5 4 9 2 7
4 2 6 9 7 3 8 5 1
5 7 9 2 8 1 6 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1688
|
863....5.71548.9.....6.7...15786.34..84.917.2296..458.....4..734..27.6.5...315...
|
863129457715483926942657138157862349384591762296734581521946873439278615678315294
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1688
|
Basic 9x9 Sudoku 1688
|
Normal 9x9 sudoku rules apply
|
8 6 3 . . . . 5 .
7 1 5 4 8 . 9 . .
. . . 6 . 7 . . .
1 5 7 8 6 . 3 4 .
. 8 4 . 9 1 7 . 2
2 9 6 . . 4 5 8 .
. . . . 4 . . 7 3
4 . . 2 7 . 6 . 5
. . . 3 1 5 . . .
|
8 6 3 1 2 9 4 5 7
7 1 5 4 8 3 9 2 6
9 4 2 6 5 7 1 3 8
1 5 7 8 6 2 3 4 9
3 8 4 5 9 1 7 6 2
2 9 6 7 3 4 5 8 1
5 2 1 9 4 6 8 7 3
4 3 9 2 7 8 6 1 5
6 7 8 3 1 5 2 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1689
|
.4...127..15.6..94978...3..16.54.9....9...6..43........9.7....2.2.9.615...31..78.
|
346891275215367894978452316162548937589273641437619528891735462724986153653124789
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1689
|
Basic 9x9 Sudoku 1689
|
Normal 9x9 sudoku rules apply
|
. 4 . . . 1 2 7 .
. 1 5 . 6 . . 9 4
9 7 8 . . . 3 . .
1 6 . 5 4 . 9 . .
. . 9 . . . 6 . .
4 3 . . . . . . .
. 9 . 7 . . . . 2
. 2 . 9 . 6 1 5 .
. . 3 1 . . 7 8 .
|
3 4 6 8 9 1 2 7 5
2 1 5 3 6 7 8 9 4
9 7 8 4 5 2 3 1 6
1 6 2 5 4 8 9 3 7
5 8 9 2 7 3 6 4 1
4 3 7 6 1 9 5 2 8
8 9 1 7 3 5 4 6 2
7 2 4 9 8 6 1 5 3
6 5 3 1 2 4 7 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1690
|
3.8..4....24..6.9..56...3142..63.7.......5...7.38.26..5174.3....3.7.8.2584....1..
|
378194562124356897956287314285631749461975238793842651517423986639718425842569173
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1690
|
Basic 9x9 Sudoku 1690
|
Normal 9x9 sudoku rules apply
|
3 . 8 . . 4 . . .
. 2 4 . . 6 . 9 .
. 5 6 . . . 3 1 4
2 . . 6 3 . 7 . .
. . . . . 5 . . .
7 . 3 8 . 2 6 . .
5 1 7 4 . 3 . . .
. 3 . 7 . 8 . 2 5
8 4 . . . . 1 . .
|
3 7 8 1 9 4 5 6 2
1 2 4 3 5 6 8 9 7
9 5 6 2 8 7 3 1 4
2 8 5 6 3 1 7 4 9
4 6 1 9 7 5 2 3 8
7 9 3 8 4 2 6 5 1
5 1 7 4 2 3 9 8 6
6 3 9 7 1 8 4 2 5
8 4 2 5 6 9 1 7 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1691
|
.2.9...76......1.3653..18.2..2.45..73651..48...7..3..54395..7.....76..54.7.38.92.
|
124938576798256143653471892912845637365127489847693215439512768281769354576384921
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1691
|
Basic 9x9 Sudoku 1691
|
Normal 9x9 sudoku rules apply
|
. 2 . 9 . . . 7 6
. . . . . . 1 . 3
6 5 3 . . 1 8 . 2
. . 2 . 4 5 . . 7
3 6 5 1 . . 4 8 .
. . 7 . . 3 . . 5
4 3 9 5 . . 7 . .
. . . 7 6 . . 5 4
. 7 . 3 8 . 9 2 .
|
1 2 4 9 3 8 5 7 6
7 9 8 2 5 6 1 4 3
6 5 3 4 7 1 8 9 2
9 1 2 8 4 5 6 3 7
3 6 5 1 2 7 4 8 9
8 4 7 6 9 3 2 1 5
4 3 9 5 1 2 7 6 8
2 8 1 7 6 9 3 5 4
5 7 6 3 8 4 9 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1692
|
683.1.47.1.7..596354.6..18...23947.1351.27.94.94156...2.67485194...31.2.9.85...47
|
683219475127485963549673182862394751351827694794156238236748519475931826918562347
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1692
|
Basic 9x9 Sudoku 1692
|
Normal 9x9 sudoku rules apply
|
6 8 3 . 1 . 4 7 .
1 . 7 . . 5 9 6 3
5 4 . 6 . . 1 8 .
. . 2 3 9 4 7 . 1
3 5 1 . 2 7 . 9 4
. 9 4 1 5 6 . . .
2 . 6 7 4 8 5 1 9
4 . . . 3 1 . 2 .
9 . 8 5 . . . 4 7
|
6 8 3 2 1 9 4 7 5
1 2 7 4 8 5 9 6 3
5 4 9 6 7 3 1 8 2
8 6 2 3 9 4 7 5 1
3 5 1 8 2 7 6 9 4
7 9 4 1 5 6 2 3 8
2 3 6 7 4 8 5 1 9
4 7 5 9 3 1 8 2 6
9 1 8 5 6 2 3 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1693
|
49..8..7.1.7..64...3...4..9.81....379...3..2.54.2...9.3...2..5886.......759...1.2
|
495182376127396485638754219281469537976531824543278691314627958862915743759843162
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1693
|
Basic 9x9 Sudoku 1693
|
Normal 9x9 sudoku rules apply
|
4 9 . . 8 . . 7 .
1 . 7 . . 6 4 . .
. 3 . . . 4 . . 9
. 8 1 . . . . 3 7
9 . . . 3 . . 2 .
5 4 . 2 . . . 9 .
3 . . . 2 . . 5 8
8 6 . . . . . . .
7 5 9 . . . 1 . 2
|
4 9 5 1 8 2 3 7 6
1 2 7 3 9 6 4 8 5
6 3 8 7 5 4 2 1 9
2 8 1 4 6 9 5 3 7
9 7 6 5 3 1 8 2 4
5 4 3 2 7 8 6 9 1
3 1 4 6 2 7 9 5 8
8 6 2 9 1 5 7 4 3
7 5 9 8 4 3 1 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1694
|
6.71.......3...1781.5..3..68.94.576..726..59.......8..7...6..3...6..2...45.3...2.
|
647128359293546178185973246819435762372681594564297813721864935936752481458319627
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1694
|
Basic 9x9 Sudoku 1694
|
Normal 9x9 sudoku rules apply
|
6 . 7 1 . . . . .
. . 3 . . . 1 7 8
1 . 5 . . 3 . . 6
8 . 9 4 . 5 7 6 .
. 7 2 6 . . 5 9 .
. . . . . . 8 . .
7 . . . 6 . . 3 .
. . 6 . . 2 . . .
4 5 . 3 . . . 2 .
|
6 4 7 1 2 8 3 5 9
2 9 3 5 4 6 1 7 8
1 8 5 9 7 3 2 4 6
8 1 9 4 3 5 7 6 2
3 7 2 6 8 1 5 9 4
5 6 4 2 9 7 8 1 3
7 2 1 8 6 4 9 3 5
9 3 6 7 5 2 4 8 1
4 5 8 3 1 9 6 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1695
|
2.3189.47..42.3185.81.5792.1475.68.9.6239.5.43.587.261529.48.16..69..4.843861579.
|
253189647974263185681457923147526839862391574395874261529748316716932458438615792
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1695
|
Basic 9x9 Sudoku 1695
|
Normal 9x9 sudoku rules apply
|
2 . 3 1 8 9 . 4 7
. . 4 2 . 3 1 8 5
. 8 1 . 5 7 9 2 .
1 4 7 5 . 6 8 . 9
. 6 2 3 9 . 5 . 4
3 . 5 8 7 . 2 6 1
5 2 9 . 4 8 . 1 6
. . 6 9 . . 4 . 8
4 3 8 6 1 5 7 9 .
|
2 5 3 1 8 9 6 4 7
9 7 4 2 6 3 1 8 5
6 8 1 4 5 7 9 2 3
1 4 7 5 2 6 8 3 9
8 6 2 3 9 1 5 7 4
3 9 5 8 7 4 2 6 1
5 2 9 7 4 8 3 1 6
7 1 6 9 3 2 4 5 8
4 3 8 6 1 5 7 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1696
|
.3..8...76289.41...745.6......825..4..516783....4935.64.23..7.5.63.5..9175164...8
|
539281647628974153174536289316825974945167832287493516492318765863752491751649328
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1696
|
Basic 9x9 Sudoku 1696
|
Normal 9x9 sudoku rules apply
|
. 3 . . 8 . . . 7
6 2 8 9 . 4 1 . .
. 7 4 5 . 6 . . .
. . . 8 2 5 . . 4
. . 5 1 6 7 8 3 .
. . . 4 9 3 5 . 6
4 . 2 3 . . 7 . 5
. 6 3 . 5 . . 9 1
7 5 1 6 4 . . . 8
|
5 3 9 2 8 1 6 4 7
6 2 8 9 7 4 1 5 3
1 7 4 5 3 6 2 8 9
3 1 6 8 2 5 9 7 4
9 4 5 1 6 7 8 3 2
2 8 7 4 9 3 5 1 6
4 9 2 3 1 8 7 6 5
8 6 3 7 5 2 4 9 1
7 5 1 6 4 9 3 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1697
|
2.....67.8.4....13...3978....5.8176..2......8....6.4......59..6.1..7835...9.3.2..
|
293814675874625913561397824345981762126743598987562431738259146612478359459136287
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1697
|
Basic 9x9 Sudoku 1697
|
Normal 9x9 sudoku rules apply
|
2 . . . . . 6 7 .
8 . 4 . . . . 1 3
. . . 3 9 7 8 . .
. . 5 . 8 1 7 6 .
. 2 . . . . . . 8
. . . . 6 . 4 . .
. . . . 5 9 . . 6
. 1 . . 7 8 3 5 .
. . 9 . 3 . 2 . .
|
2 9 3 8 1 4 6 7 5
8 7 4 6 2 5 9 1 3
5 6 1 3 9 7 8 2 4
3 4 5 9 8 1 7 6 2
1 2 6 7 4 3 5 9 8
9 8 7 5 6 2 4 3 1
7 3 8 2 5 9 1 4 6
6 1 2 4 7 8 3 5 9
4 5 9 1 3 6 2 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1698
|
.5.821467.8.3..1.976.4.9.8.132.8.69..7.....3.8.56..7123471.682...924..7662...3941
|
953821467284367159761459283132785694476912538895634712347196825519248376628573941
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1698
|
Basic 9x9 Sudoku 1698
|
Normal 9x9 sudoku rules apply
|
. 5 . 8 2 1 4 6 7
. 8 . 3 . . 1 . 9
7 6 . 4 . 9 . 8 .
1 3 2 . 8 . 6 9 .
. 7 . . . . . 3 .
8 . 5 6 . . 7 1 2
3 4 7 1 . 6 8 2 .
. . 9 2 4 . . 7 6
6 2 . . . 3 9 4 1
|
9 5 3 8 2 1 4 6 7
2 8 4 3 6 7 1 5 9
7 6 1 4 5 9 2 8 3
1 3 2 7 8 5 6 9 4
4 7 6 9 1 2 5 3 8
8 9 5 6 3 4 7 1 2
3 4 7 1 9 6 8 2 5
5 1 9 2 4 8 3 7 6
6 2 8 5 7 3 9 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1699
|
8...946..5.46.8.3.7..3..8..1.9.52..3....4..5.2.693..8...856.927923..1...6.5..9..8
|
831294675594678132762315894149852763387146259256937481418563927923781546675429318
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1699
|
Basic 9x9 Sudoku 1699
|
Normal 9x9 sudoku rules apply
|
8 . . . 9 4 6 . .
5 . 4 6 . 8 . 3 .
7 . . 3 . . 8 . .
1 . 9 . 5 2 . . 3
. . . . 4 . . 5 .
2 . 6 9 3 . . 8 .
. . 8 5 6 . 9 2 7
9 2 3 . . 1 . . .
6 . 5 . . 9 . . 8
|
8 3 1 2 9 4 6 7 5
5 9 4 6 7 8 1 3 2
7 6 2 3 1 5 8 9 4
1 4 9 8 5 2 7 6 3
3 8 7 1 4 6 2 5 9
2 5 6 9 3 7 4 8 1
4 1 8 5 6 3 9 2 7
9 2 3 7 8 1 5 4 6
6 7 5 4 2 9 3 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.