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_1500
|
.7..8.249..2..6.78589.4716.4..3.27...3...9.8.65...4..28...63.17.64.2......3.9.6.4
|
376185249142936578589247163498312756237659481651874392825463917964721835713598624
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1500
|
Basic 9x9 Sudoku 1500
|
Normal 9x9 sudoku rules apply
|
. 7 . . 8 . 2 4 9
. . 2 . . 6 . 7 8
5 8 9 . 4 7 1 6 .
4 . . 3 . 2 7 . .
. 3 . . . 9 . 8 .
6 5 . . . 4 . . 2
8 . . . 6 3 . 1 7
. 6 4 . 2 . . . .
. . 3 . 9 . 6 . 4
|
3 7 6 1 8 5 2 4 9
1 4 2 9 3 6 5 7 8
5 8 9 2 4 7 1 6 3
4 9 8 3 1 2 7 5 6
2 3 7 6 5 9 4 8 1
6 5 1 8 7 4 3 9 2
8 2 5 4 6 3 9 1 7
9 6 4 7 2 1 8 3 5
7 1 3 5 9 8 6 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1501
|
9..81.37..53.7.21.172.3...9.6.38.95..87....3...9..4.6872..4..9..3.6.812.6.1......
|
946812375853479216172536849264387951587961432319254768728145693435698127691723584
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1501
|
Basic 9x9 Sudoku 1501
|
Normal 9x9 sudoku rules apply
|
9 . . 8 1 . 3 7 .
. 5 3 . 7 . 2 1 .
1 7 2 . 3 . . . 9
. 6 . 3 8 . 9 5 .
. 8 7 . . . . 3 .
. . 9 . . 4 . 6 8
7 2 . . 4 . . 9 .
. 3 . 6 . 8 1 2 .
6 . 1 . . . . . .
|
9 4 6 8 1 2 3 7 5
8 5 3 4 7 9 2 1 6
1 7 2 5 3 6 8 4 9
2 6 4 3 8 7 9 5 1
5 8 7 9 6 1 4 3 2
3 1 9 2 5 4 7 6 8
7 2 8 1 4 5 6 9 3
4 3 5 6 9 8 1 2 7
6 9 1 7 2 3 5 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1502
|
98.3124.71428.5396.7.4691...381567496.79.421....23756.324691.7.76.528934...74362.
|
986312457142875396573469182238156749657984213419237568324691875761528934895743621
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1502
|
Basic 9x9 Sudoku 1502
|
Normal 9x9 sudoku rules apply
|
9 8 . 3 1 2 4 . 7
1 4 2 8 . 5 3 9 6
. 7 . 4 6 9 1 . .
. 3 8 1 5 6 7 4 9
6 . 7 9 . 4 2 1 .
. . . 2 3 7 5 6 .
3 2 4 6 9 1 . 7 .
7 6 . 5 2 8 9 3 4
. . . 7 4 3 6 2 .
|
9 8 6 3 1 2 4 5 7
1 4 2 8 7 5 3 9 6
5 7 3 4 6 9 1 8 2
2 3 8 1 5 6 7 4 9
6 5 7 9 8 4 2 1 3
4 1 9 2 3 7 5 6 8
3 2 4 6 9 1 8 7 5
7 6 1 5 2 8 9 3 4
8 9 5 7 4 3 6 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1503
|
.38192456..58649.7.69.578..81...57.25.7286...29.74....9714..685354678219..251937.
|
738192456125864937469357821816935742547286193293741568971423685354678219682519374
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1503
|
Basic 9x9 Sudoku 1503
|
Normal 9x9 sudoku rules apply
|
. 3 8 1 9 2 4 5 6
. . 5 8 6 4 9 . 7
. 6 9 . 5 7 8 . .
8 1 . . . 5 7 . 2
5 . 7 2 8 6 . . .
2 9 . 7 4 . . . .
9 7 1 4 . . 6 8 5
3 5 4 6 7 8 2 1 9
. . 2 5 1 9 3 7 .
|
7 3 8 1 9 2 4 5 6
1 2 5 8 6 4 9 3 7
4 6 9 3 5 7 8 2 1
8 1 6 9 3 5 7 4 2
5 4 7 2 8 6 1 9 3
2 9 3 7 4 1 5 6 8
9 7 1 4 2 3 6 8 5
3 5 4 6 7 8 2 1 9
6 8 2 5 1 9 3 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1504
|
93482..5..1.65..3........1...64.3.791..5.24..84..1632..65......4.....6..7....9..1
|
934821756218657934657934812526483179173592468849716325365148297491275683782369541
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1504
|
Basic 9x9 Sudoku 1504
|
Normal 9x9 sudoku rules apply
|
9 3 4 8 2 . . 5 .
. 1 . 6 5 . . 3 .
. . . . . . . 1 .
. . 6 4 . 3 . 7 9
1 . . 5 . 2 4 . .
8 4 . . 1 6 3 2 .
. 6 5 . . . . . .
4 . . . . . 6 . .
7 . . . . 9 . . 1
|
9 3 4 8 2 1 7 5 6
2 1 8 6 5 7 9 3 4
6 5 7 9 3 4 8 1 2
5 2 6 4 8 3 1 7 9
1 7 3 5 9 2 4 6 8
8 4 9 7 1 6 3 2 5
3 6 5 1 4 8 2 9 7
4 9 1 2 7 5 6 8 3
7 8 2 3 6 9 5 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1505
|
3.618.7...9423.81618.9....483.5..647..2...15851.648.2997...6.8164.8539722.879....
|
326184795794235816185967234839512647462379158517648329973426581641853972258791463
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1505
|
Basic 9x9 Sudoku 1505
|
Normal 9x9 sudoku rules apply
|
3 . 6 1 8 . 7 . .
. 9 4 2 3 . 8 1 6
1 8 . 9 . . . . 4
8 3 . 5 . . 6 4 7
. . 2 . . . 1 5 8
5 1 . 6 4 8 . 2 9
9 7 . . . 6 . 8 1
6 4 . 8 5 3 9 7 2
2 . 8 7 9 . . . .
|
3 2 6 1 8 4 7 9 5
7 9 4 2 3 5 8 1 6
1 8 5 9 6 7 2 3 4
8 3 9 5 1 2 6 4 7
4 6 2 3 7 9 1 5 8
5 1 7 6 4 8 3 2 9
9 7 3 4 2 6 5 8 1
6 4 1 8 5 3 9 7 2
2 5 8 7 9 1 4 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1506
|
7...2364.5..94813.3..65.892.9.5742.....8.2714.723.19..25..1.486.14.365.996...53.1
|
789123645526948137341657892198574263635892714472361958253719486814236579967485321
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1506
|
Basic 9x9 Sudoku 1506
|
Normal 9x9 sudoku rules apply
|
7 . . . 2 3 6 4 .
5 . . 9 4 8 1 3 .
3 . . 6 5 . 8 9 2
. 9 . 5 7 4 2 . .
. . . 8 . 2 7 1 4
. 7 2 3 . 1 9 . .
2 5 . . 1 . 4 8 6
. 1 4 . 3 6 5 . 9
9 6 . . . 5 3 . 1
|
7 8 9 1 2 3 6 4 5
5 2 6 9 4 8 1 3 7
3 4 1 6 5 7 8 9 2
1 9 8 5 7 4 2 6 3
6 3 5 8 9 2 7 1 4
4 7 2 3 6 1 9 5 8
2 5 3 7 1 9 4 8 6
8 1 4 2 3 6 5 7 9
9 6 7 4 8 5 3 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1507
|
6...1.5..417..5..69.54....3..2.53..91.9.76.8....89...256.7.893..81..94.5.93.41768
|
638912547417385296925467813842153679159276384376894152564728931781639425293541768
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1507
|
Basic 9x9 Sudoku 1507
|
Normal 9x9 sudoku rules apply
|
6 . . . 1 . 5 . .
4 1 7 . . 5 . . 6
9 . 5 4 . . . . 3
. . 2 . 5 3 . . 9
1 . 9 . 7 6 . 8 .
. . . 8 9 . . . 2
5 6 . 7 . 8 9 3 .
. 8 1 . . 9 4 . 5
. 9 3 . 4 1 7 6 8
|
6 3 8 9 1 2 5 4 7
4 1 7 3 8 5 2 9 6
9 2 5 4 6 7 8 1 3
8 4 2 1 5 3 6 7 9
1 5 9 2 7 6 3 8 4
3 7 6 8 9 4 1 5 2
5 6 4 7 2 8 9 3 1
7 8 1 6 3 9 4 2 5
2 9 3 5 4 1 7 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1508
|
..7.23.46...89..3.1..57.2.883.76.9..4.69.8..37913...852...87351318..9.725742.1..9
|
987123546625894137143576298832765914456918723791342685269487351318659472574231869
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1508
|
Basic 9x9 Sudoku 1508
|
Normal 9x9 sudoku rules apply
|
. . 7 . 2 3 . 4 6
. . . 8 9 . . 3 .
1 . . 5 7 . 2 . 8
8 3 . 7 6 . 9 . .
4 . 6 9 . 8 . . 3
7 9 1 3 . . . 8 5
2 . . . 8 7 3 5 1
3 1 8 . . 9 . 7 2
5 7 4 2 . 1 . . 9
|
9 8 7 1 2 3 5 4 6
6 2 5 8 9 4 1 3 7
1 4 3 5 7 6 2 9 8
8 3 2 7 6 5 9 1 4
4 5 6 9 1 8 7 2 3
7 9 1 3 4 2 6 8 5
2 6 9 4 8 7 3 5 1
3 1 8 6 5 9 4 7 2
5 7 4 2 3 1 8 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1509
|
.35912.47.2.46.35..7635.9...17.35..4.8.1.45395.36..871..4796183..85...26761283495
|
835912647129467358476358912917835264682174539543629871254796183398541726761283495
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1509
|
Basic 9x9 Sudoku 1509
|
Normal 9x9 sudoku rules apply
|
. 3 5 9 1 2 . 4 7
. 2 . 4 6 . 3 5 .
. 7 6 3 5 . 9 . .
. 1 7 . 3 5 . . 4
. 8 . 1 . 4 5 3 9
5 . 3 6 . . 8 7 1
. . 4 7 9 6 1 8 3
. . 8 5 . . . 2 6
7 6 1 2 8 3 4 9 5
|
8 3 5 9 1 2 6 4 7
1 2 9 4 6 7 3 5 8
4 7 6 3 5 8 9 1 2
9 1 7 8 3 5 2 6 4
6 8 2 1 7 4 5 3 9
5 4 3 6 2 9 8 7 1
2 5 4 7 9 6 1 8 3
3 9 8 5 4 1 7 2 6
7 6 1 2 8 3 4 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1510
|
5283194763.4278.5.7.95468231564.27989..1.56..83296....2.17.43..47365128.6958231..
|
528319476364278951719546823156432798947185632832967514281794365473651289695823147
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1510
|
Basic 9x9 Sudoku 1510
|
Normal 9x9 sudoku rules apply
|
5 2 8 3 1 9 4 7 6
3 . 4 2 7 8 . 5 .
7 . 9 5 4 6 8 2 3
1 5 6 4 . 2 7 9 8
9 . . 1 . 5 6 . .
8 3 2 9 6 . . . .
2 . 1 7 . 4 3 . .
4 7 3 6 5 1 2 8 .
6 9 5 8 2 3 1 . .
|
5 2 8 3 1 9 4 7 6
3 6 4 2 7 8 9 5 1
7 1 9 5 4 6 8 2 3
1 5 6 4 3 2 7 9 8
9 4 7 1 8 5 6 3 2
8 3 2 9 6 7 5 1 4
2 8 1 7 9 4 3 6 5
4 7 3 6 5 1 2 8 9
6 9 5 8 2 3 1 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1511
|
..7..2.65..63.48919...6.273.65.8.9.284.9..617791.26.5845821...6...7.852.27.65318.
|
137892465526374891984561273365187942842935617791426358458219736613748529279653184
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1511
|
Basic 9x9 Sudoku 1511
|
Normal 9x9 sudoku rules apply
|
. . 7 . . 2 . 6 5
. . 6 3 . 4 8 9 1
9 . . . 6 . 2 7 3
. 6 5 . 8 . 9 . 2
8 4 . 9 . . 6 1 7
7 9 1 . 2 6 . 5 8
4 5 8 2 1 . . . 6
. . . 7 . 8 5 2 .
2 7 . 6 5 3 1 8 .
|
1 3 7 8 9 2 4 6 5
5 2 6 3 7 4 8 9 1
9 8 4 5 6 1 2 7 3
3 6 5 1 8 7 9 4 2
8 4 2 9 3 5 6 1 7
7 9 1 4 2 6 3 5 8
4 5 8 2 1 9 7 3 6
6 1 3 7 4 8 5 2 9
2 7 9 6 5 3 1 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1512
|
87..135..14.852..7.3964718..174956.8.63128..4..57362.9..436.8.56215..4.3358274..1
|
872913546146852397539647182217495638963128754485736219794361825621589473358274961
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1512
|
Basic 9x9 Sudoku 1512
|
Normal 9x9 sudoku rules apply
|
8 7 . . 1 3 5 . .
1 4 . 8 5 2 . . 7
. 3 9 6 4 7 1 8 .
. 1 7 4 9 5 6 . 8
. 6 3 1 2 8 . . 4
. . 5 7 3 6 2 . 9
. . 4 3 6 . 8 . 5
6 2 1 5 . . 4 . 3
3 5 8 2 7 4 . . 1
|
8 7 2 9 1 3 5 4 6
1 4 6 8 5 2 3 9 7
5 3 9 6 4 7 1 8 2
2 1 7 4 9 5 6 3 8
9 6 3 1 2 8 7 5 4
4 8 5 7 3 6 2 1 9
7 9 4 3 6 1 8 2 5
6 2 1 5 8 9 4 7 3
3 5 8 2 7 4 9 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1513
|
5..98437.9..1....5.3.52.4....64..7......126.42........61..4.9.345..79..8.....1..7
|
521984376964137825738526419186495732375812694249763581617248953452379168893651247
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1513
|
Basic 9x9 Sudoku 1513
|
Normal 9x9 sudoku rules apply
|
5 . . 9 8 4 3 7 .
9 . . 1 . . . . 5
. 3 . 5 2 . 4 . .
. . 6 4 . . 7 . .
. . . . 1 2 6 . 4
2 . . . . . . . .
6 1 . . 4 . 9 . 3
4 5 . . 7 9 . . 8
. . . . . 1 . . 7
|
5 2 1 9 8 4 3 7 6
9 6 4 1 3 7 8 2 5
7 3 8 5 2 6 4 1 9
1 8 6 4 9 5 7 3 2
3 7 5 8 1 2 6 9 4
2 4 9 7 6 3 5 8 1
6 1 7 2 4 8 9 5 3
4 5 2 3 7 9 1 6 8
8 9 3 6 5 1 2 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1514
|
3..1.92744..23.61..12..6.93894762...5.38.49.6......4.79...58.422584.3...647.21.3.
|
365189274489237615712546893894762351573814926126395487931658742258473169647921538
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1514
|
Basic 9x9 Sudoku 1514
|
Normal 9x9 sudoku rules apply
|
3 . . 1 . 9 2 7 4
4 . . 2 3 . 6 1 .
. 1 2 . . 6 . 9 3
8 9 4 7 6 2 . . .
5 . 3 8 . 4 9 . 6
. . . . . . 4 . 7
9 . . . 5 8 . 4 2
2 5 8 4 . 3 . . .
6 4 7 . 2 1 . 3 .
|
3 6 5 1 8 9 2 7 4
4 8 9 2 3 7 6 1 5
7 1 2 5 4 6 8 9 3
8 9 4 7 6 2 3 5 1
5 7 3 8 1 4 9 2 6
1 2 6 3 9 5 4 8 7
9 3 1 6 5 8 7 4 2
2 5 8 4 7 3 1 6 9
6 4 7 9 2 1 5 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1515
|
4..821637....6.845.6..5.1.91..284..328.7.5.613756.928.5123..79864759.31.9.81....6
|
459821637721963845863457129196284573284735961375619284512346798647598312938172456
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1515
|
Basic 9x9 Sudoku 1515
|
Normal 9x9 sudoku rules apply
|
4 . . 8 2 1 6 3 7
. . . . 6 . 8 4 5
. 6 . . 5 . 1 . 9
1 . . 2 8 4 . . 3
2 8 . 7 . 5 . 6 1
3 7 5 6 . 9 2 8 .
5 1 2 3 . . 7 9 8
6 4 7 5 9 . 3 1 .
9 . 8 1 . . . . 6
|
4 5 9 8 2 1 6 3 7
7 2 1 9 6 3 8 4 5
8 6 3 4 5 7 1 2 9
1 9 6 2 8 4 5 7 3
2 8 4 7 3 5 9 6 1
3 7 5 6 1 9 2 8 4
5 1 2 3 4 6 7 9 8
6 4 7 5 9 8 3 1 2
9 3 8 1 7 2 4 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1516
|
.85...47...68.7.1......6..5....7453..3.12..6.5.2.89....2.7.13.475.4681.91.4...687
|
285913476946857213371246895819674532437125968562389741628791354753468129194532687
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1516
|
Basic 9x9 Sudoku 1516
|
Normal 9x9 sudoku rules apply
|
. 8 5 . . . 4 7 .
. . 6 8 . 7 . 1 .
. . . . . 6 . . 5
. . . . 7 4 5 3 .
. 3 . 1 2 . . 6 .
5 . 2 . 8 9 . . .
. 2 . 7 . 1 3 . 4
7 5 . 4 6 8 1 . 9
1 . 4 . . . 6 8 7
|
2 8 5 9 1 3 4 7 6
9 4 6 8 5 7 2 1 3
3 7 1 2 4 6 8 9 5
8 1 9 6 7 4 5 3 2
4 3 7 1 2 5 9 6 8
5 6 2 3 8 9 7 4 1
6 2 8 7 9 1 3 5 4
7 5 3 4 6 8 1 2 9
1 9 4 5 3 2 6 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1517
|
69..283753.7.5..622.536.9.852....7341432756.99.8.34521.5.8.6....397128568625...17
|
694128375387459162215367948526981734143275689978634521751846293439712856862593417
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1517
|
Basic 9x9 Sudoku 1517
|
Normal 9x9 sudoku rules apply
|
6 9 . . 2 8 3 7 5
3 . 7 . 5 . . 6 2
2 . 5 3 6 . 9 . 8
5 2 . . . . 7 3 4
1 4 3 2 7 5 6 . 9
9 . 8 . 3 4 5 2 1
. 5 . 8 . 6 . . .
. 3 9 7 1 2 8 5 6
8 6 2 5 . . . 1 7
|
6 9 4 1 2 8 3 7 5
3 8 7 4 5 9 1 6 2
2 1 5 3 6 7 9 4 8
5 2 6 9 8 1 7 3 4
1 4 3 2 7 5 6 8 9
9 7 8 6 3 4 5 2 1
7 5 1 8 4 6 2 9 3
4 3 9 7 1 2 8 5 6
8 6 2 5 9 3 4 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1518
|
..9..1.575..4.....817.5...238412..9....63.2.4.76.4..139....34..7..8....6.4....789
|
469281357532479168817356942384127695195638274276945813958763421721894536643512789
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1518
|
Basic 9x9 Sudoku 1518
|
Normal 9x9 sudoku rules apply
|
. . 9 . . 1 . 5 7
5 . . 4 . . . . .
8 1 7 . 5 . . . 2
3 8 4 1 2 . . 9 .
. . . 6 3 . 2 . 4
. 7 6 . 4 . . 1 3
9 . . . . 3 4 . .
7 . . 8 . . . . 6
. 4 . . . . 7 8 9
|
4 6 9 2 8 1 3 5 7
5 3 2 4 7 9 1 6 8
8 1 7 3 5 6 9 4 2
3 8 4 1 2 7 6 9 5
1 9 5 6 3 8 2 7 4
2 7 6 9 4 5 8 1 3
9 5 8 7 6 3 4 2 1
7 2 1 8 9 4 5 3 6
6 4 3 5 1 2 7 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1519
|
...1...7...98.4215.2653.894..425.7.12.3971...6.748...93..71.9424..629.585923.81..
|
845192673739864215126537894984256731253971486617483529368715942471629358592348167
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1519
|
Basic 9x9 Sudoku 1519
|
Normal 9x9 sudoku rules apply
|
. . . 1 . . . 7 .
. . 9 8 . 4 2 1 5
. 2 6 5 3 . 8 9 4
. . 4 2 5 . 7 . 1
2 . 3 9 7 1 . . .
6 . 7 4 8 . . . 9
3 . . 7 1 . 9 4 2
4 . . 6 2 9 . 5 8
5 9 2 3 . 8 1 . .
|
8 4 5 1 9 2 6 7 3
7 3 9 8 6 4 2 1 5
1 2 6 5 3 7 8 9 4
9 8 4 2 5 6 7 3 1
2 5 3 9 7 1 4 8 6
6 1 7 4 8 3 5 2 9
3 6 8 7 1 5 9 4 2
4 7 1 6 2 9 3 5 8
5 9 2 3 4 8 1 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1520
|
9..283.577....61.2423.1.896832195.645...62913196.7428531.7.96.8.786315496..428371
|
961283457785946132423517896832195764547862913196374285314759628278631549659428371
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1520
|
Basic 9x9 Sudoku 1520
|
Normal 9x9 sudoku rules apply
|
9 . . 2 8 3 . 5 7
7 . . . . 6 1 . 2
4 2 3 . 1 . 8 9 6
8 3 2 1 9 5 . 6 4
5 . . . 6 2 9 1 3
1 9 6 . 7 4 2 8 5
3 1 . 7 . 9 6 . 8
. 7 8 6 3 1 5 4 9
6 . . 4 2 8 3 7 1
|
9 6 1 2 8 3 4 5 7
7 8 5 9 4 6 1 3 2
4 2 3 5 1 7 8 9 6
8 3 2 1 9 5 7 6 4
5 4 7 8 6 2 9 1 3
1 9 6 3 7 4 2 8 5
3 1 4 7 5 9 6 2 8
2 7 8 6 3 1 5 4 9
6 5 9 4 2 8 3 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1521
|
..19.374.48716.9.335947281.1..23469883...6271..281.354.......39798.4156254362.1.7
|
621983745487165923359472816175234698834596271962817354216758439798341562543629187
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1521
|
Basic 9x9 Sudoku 1521
|
Normal 9x9 sudoku rules apply
|
. . 1 9 . 3 7 4 .
4 8 7 1 6 . 9 . 3
3 5 9 4 7 2 8 1 .
1 . . 2 3 4 6 9 8
8 3 . . . 6 2 7 1
. . 2 8 1 . 3 5 4
. . . . . . . 3 9
7 9 8 . 4 1 5 6 2
5 4 3 6 2 . 1 . 7
|
6 2 1 9 8 3 7 4 5
4 8 7 1 6 5 9 2 3
3 5 9 4 7 2 8 1 6
1 7 5 2 3 4 6 9 8
8 3 4 5 9 6 2 7 1
9 6 2 8 1 7 3 5 4
2 1 6 7 5 8 4 3 9
7 9 8 3 4 1 5 6 2
5 4 3 6 2 9 1 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1522
|
..318946....467235467.258191789.4623526.73..43.921..7878....34..1.7.8..2.35.42.8.
|
253189467891467235467325819178954623526873194349216578782591346614738952935642781
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1522
|
Basic 9x9 Sudoku 1522
|
Normal 9x9 sudoku rules apply
|
. . 3 1 8 9 4 6 .
. . . 4 6 7 2 3 5
4 6 7 . 2 5 8 1 9
1 7 8 9 . 4 6 2 3
5 2 6 . 7 3 . . 4
3 . 9 2 1 . . 7 8
7 8 . . . . 3 4 .
. 1 . 7 . 8 . . 2
. 3 5 . 4 2 . 8 .
|
2 5 3 1 8 9 4 6 7
8 9 1 4 6 7 2 3 5
4 6 7 3 2 5 8 1 9
1 7 8 9 5 4 6 2 3
5 2 6 8 7 3 1 9 4
3 4 9 2 1 6 5 7 8
7 8 2 5 9 1 3 4 6
6 1 4 7 3 8 9 5 2
9 3 5 6 4 2 7 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1523
|
..183546.5.7.96.32.68.4715942.61937817.584.969.6723.4..3.4726.5.52361.84.14..87.3
|
291835467547196832368247159425619378173584296986723541839472615752361984614958723
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1523
|
Basic 9x9 Sudoku 1523
|
Normal 9x9 sudoku rules apply
|
. . 1 8 3 5 4 6 .
5 . 7 . 9 6 . 3 2
. 6 8 . 4 7 1 5 9
4 2 . 6 1 9 3 7 8
1 7 . 5 8 4 . 9 6
9 . 6 7 2 3 . 4 .
. 3 . 4 7 2 6 . 5
. 5 2 3 6 1 . 8 4
. 1 4 . . 8 7 . 3
|
2 9 1 8 3 5 4 6 7
5 4 7 1 9 6 8 3 2
3 6 8 2 4 7 1 5 9
4 2 5 6 1 9 3 7 8
1 7 3 5 8 4 2 9 6
9 8 6 7 2 3 5 4 1
8 3 9 4 7 2 6 1 5
7 5 2 3 6 1 9 8 4
6 1 4 9 5 8 7 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1524
|
..71.94....43.6.9...3.752.6.4.89..32.925...68758...........18.....752.146719.8.25
|
267189453584326197913475286146897532392514768758263941425631879839752614671948325
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1524
|
Basic 9x9 Sudoku 1524
|
Normal 9x9 sudoku rules apply
|
. . 7 1 . 9 4 . .
. . 4 3 . 6 . 9 .
. . 3 . 7 5 2 . 6
. 4 . 8 9 . . 3 2
. 9 2 5 . . . 6 8
7 5 8 . . . . . .
. . . . . 1 8 . .
. . . 7 5 2 . 1 4
6 7 1 9 . 8 . 2 5
|
2 6 7 1 8 9 4 5 3
5 8 4 3 2 6 1 9 7
9 1 3 4 7 5 2 8 6
1 4 6 8 9 7 5 3 2
3 9 2 5 1 4 7 6 8
7 5 8 2 6 3 9 4 1
4 2 5 6 3 1 8 7 9
8 3 9 7 5 2 6 1 4
6 7 1 9 4 8 3 2 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1525
|
24618.7355136..84.7..3.51621.7..892393821645...2793681...9315783.5.7..168...62.94
|
246189735513627849789345162167458923938216457452793681624931578395874216871562394
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1525
|
Basic 9x9 Sudoku 1525
|
Normal 9x9 sudoku rules apply
|
2 4 6 1 8 . 7 3 5
5 1 3 6 . . 8 4 .
7 . . 3 . 5 1 6 2
1 . 7 . . 8 9 2 3
9 3 8 2 1 6 4 5 .
. . 2 7 9 3 6 8 1
. . . 9 3 1 5 7 8
3 . 5 . 7 . . 1 6
8 . . . 6 2 . 9 4
|
2 4 6 1 8 9 7 3 5
5 1 3 6 2 7 8 4 9
7 8 9 3 4 5 1 6 2
1 6 7 4 5 8 9 2 3
9 3 8 2 1 6 4 5 7
4 5 2 7 9 3 6 8 1
6 2 4 9 3 1 5 7 8
3 9 5 8 7 4 2 1 6
8 7 1 5 6 2 3 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1526
|
.9.218..4.28.471.57..53682913..546978.5.2.43194716.25...349.71245137..86279....4.
|
596218374328947165714536829132854697865729431947163258683495712451372986279681543
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1526
|
Basic 9x9 Sudoku 1526
|
Normal 9x9 sudoku rules apply
|
. 9 . 2 1 8 . . 4
. 2 8 . 4 7 1 . 5
7 . . 5 3 6 8 2 9
1 3 . . 5 4 6 9 7
8 . 5 . 2 . 4 3 1
9 4 7 1 6 . 2 5 .
. . 3 4 9 . 7 1 2
4 5 1 3 7 . . 8 6
2 7 9 . . . . 4 .
|
5 9 6 2 1 8 3 7 4
3 2 8 9 4 7 1 6 5
7 1 4 5 3 6 8 2 9
1 3 2 8 5 4 6 9 7
8 6 5 7 2 9 4 3 1
9 4 7 1 6 3 2 5 8
6 8 3 4 9 5 7 1 2
4 5 1 3 7 2 9 8 6
2 7 9 6 8 1 5 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1527
|
75.18..9....269.5...3.4..1.8.4.9.1..3.5....2..794526...8.61....2417358.9...9..7..
|
752183496418269357693547218824396175365871924179452683987614532241735869536928741
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1527
|
Basic 9x9 Sudoku 1527
|
Normal 9x9 sudoku rules apply
|
7 5 . 1 8 . . 9 .
. . . 2 6 9 . 5 .
. . 3 . 4 . . 1 .
8 . 4 . 9 . 1 . .
3 . 5 . . . . 2 .
. 7 9 4 5 2 6 . .
. 8 . 6 1 . . . .
2 4 1 7 3 5 8 . 9
. . . 9 . . 7 . .
|
7 5 2 1 8 3 4 9 6
4 1 8 2 6 9 3 5 7
6 9 3 5 4 7 2 1 8
8 2 4 3 9 6 1 7 5
3 6 5 8 7 1 9 2 4
1 7 9 4 5 2 6 8 3
9 8 7 6 1 4 5 3 2
2 4 1 7 3 5 8 6 9
5 3 6 9 2 8 7 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1528
|
.8.9.24.....8.513..43...8....4...6.3837694.151..3279843.92.1.48425..9.617...6.529
|
681932457972845136543176892294518673837694215156327984369251748425789361718463529
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1528
|
Basic 9x9 Sudoku 1528
|
Normal 9x9 sudoku rules apply
|
. 8 . 9 . 2 4 . .
. . . 8 . 5 1 3 .
. 4 3 . . . 8 . .
. . 4 . . . 6 . 3
8 3 7 6 9 4 . 1 5
1 . . 3 2 7 9 8 4
3 . 9 2 . 1 . 4 8
4 2 5 . . 9 . 6 1
7 . . . 6 . 5 2 9
|
6 8 1 9 3 2 4 5 7
9 7 2 8 4 5 1 3 6
5 4 3 1 7 6 8 9 2
2 9 4 5 1 8 6 7 3
8 3 7 6 9 4 2 1 5
1 5 6 3 2 7 9 8 4
3 6 9 2 5 1 7 4 8
4 2 5 7 8 9 3 6 1
7 1 8 4 6 3 5 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1529
|
..381.657.6135289458.6.41..82.743519134.957.695..6.43.4.8.36.713.248.96.675921..8
|
243819657761352894589674123826743519134295786957168432498536271312487965675921348
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1529
|
Basic 9x9 Sudoku 1529
|
Normal 9x9 sudoku rules apply
|
. . 3 8 1 . 6 5 7
. 6 1 3 5 2 8 9 4
5 8 . 6 . 4 1 . .
8 2 . 7 4 3 5 1 9
1 3 4 . 9 5 7 . 6
9 5 . . 6 . 4 3 .
4 . 8 . 3 6 . 7 1
3 . 2 4 8 . 9 6 .
6 7 5 9 2 1 . . 8
|
2 4 3 8 1 9 6 5 7
7 6 1 3 5 2 8 9 4
5 8 9 6 7 4 1 2 3
8 2 6 7 4 3 5 1 9
1 3 4 2 9 5 7 8 6
9 5 7 1 6 8 4 3 2
4 9 8 5 3 6 2 7 1
3 1 2 4 8 7 9 6 5
6 7 5 9 2 1 3 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1530
|
41.29.367.7283195..3..76.2.18394257625..68139.96.1.4.2.6.15724.8.7...615521.8..9.
|
418295367672831954935476821183942576254768139796513482369157248847329615521684793
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1530
|
Basic 9x9 Sudoku 1530
|
Normal 9x9 sudoku rules apply
|
4 1 . 2 9 . 3 6 7
. 7 2 8 3 1 9 5 .
. 3 . . 7 6 . 2 .
1 8 3 9 4 2 5 7 6
2 5 . . 6 8 1 3 9
. 9 6 . 1 . 4 . 2
. 6 . 1 5 7 2 4 .
8 . 7 . . . 6 1 5
5 2 1 . 8 . . 9 .
|
4 1 8 2 9 5 3 6 7
6 7 2 8 3 1 9 5 4
9 3 5 4 7 6 8 2 1
1 8 3 9 4 2 5 7 6
2 5 4 7 6 8 1 3 9
7 9 6 5 1 3 4 8 2
3 6 9 1 5 7 2 4 8
8 4 7 3 2 9 6 1 5
5 2 1 6 8 4 7 9 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1531
|
..1.92...2.3154..798.7....41.86274.3436.1897.5.7.4.168.1.4657..679283....54971..6
|
741892635263154897985736214198627453436518972527349168312465789679283541854971326
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1531
|
Basic 9x9 Sudoku 1531
|
Normal 9x9 sudoku rules apply
|
. . 1 . 9 2 . . .
2 . 3 1 5 4 . . 7
9 8 . 7 . . . . 4
1 . 8 6 2 7 4 . 3
4 3 6 . 1 8 9 7 .
5 . 7 . 4 . 1 6 8
. 1 . 4 6 5 7 . .
6 7 9 2 8 3 . . .
. 5 4 9 7 1 . . 6
|
7 4 1 8 9 2 6 3 5
2 6 3 1 5 4 8 9 7
9 8 5 7 3 6 2 1 4
1 9 8 6 2 7 4 5 3
4 3 6 5 1 8 9 7 2
5 2 7 3 4 9 1 6 8
3 1 2 4 6 5 7 8 9
6 7 9 2 8 3 5 4 1
8 5 4 9 7 1 3 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1532
|
8.3.9246.2.586....649357.813.658.7..184.39.529572463.849162.837..29185.65.84.312.
|
873192465215864973649357281326581794184739652957246318491625837732918546568473129
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1532
|
Basic 9x9 Sudoku 1532
|
Normal 9x9 sudoku rules apply
|
8 . 3 . 9 2 4 6 .
2 . 5 8 6 . . . .
6 4 9 3 5 7 . 8 1
3 . 6 5 8 . 7 . .
1 8 4 . 3 9 . 5 2
9 5 7 2 4 6 3 . 8
4 9 1 6 2 . 8 3 7
. . 2 9 1 8 5 . 6
5 . 8 4 . 3 1 2 .
|
8 7 3 1 9 2 4 6 5
2 1 5 8 6 4 9 7 3
6 4 9 3 5 7 2 8 1
3 2 6 5 8 1 7 9 4
1 8 4 7 3 9 6 5 2
9 5 7 2 4 6 3 1 8
4 9 1 6 2 5 8 3 7
7 3 2 9 1 8 5 4 6
5 6 8 4 7 3 1 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1533
|
....81......9561.4...247.9...2..9..53........1568....2...6.5.819....2.766....8.5.
|
429381567738956124561247893842169735397524618156873942273695481985412376614738259
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1533
|
Basic 9x9 Sudoku 1533
|
Normal 9x9 sudoku rules apply
|
. . . . 8 1 . . .
. . . 9 5 6 1 . 4
. . . 2 4 7 . 9 .
. . 2 . . 9 . . 5
3 . . . . . . . .
1 5 6 8 . . . . 2
. . . 6 . 5 . 8 1
9 . . . . 2 . 7 6
6 . . . . 8 . 5 .
|
4 2 9 3 8 1 5 6 7
7 3 8 9 5 6 1 2 4
5 6 1 2 4 7 8 9 3
8 4 2 1 6 9 7 3 5
3 9 7 5 2 4 6 1 8
1 5 6 8 7 3 9 4 2
2 7 3 6 9 5 4 8 1
9 8 5 4 1 2 3 7 6
6 1 4 7 3 8 2 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1534
|
5.7.8.23.326..51.8981263.....534.96.46.75...3.328.6.547189....56.45.8...2.361748.
|
547189236326475198981263547875341962469752813132896754718934625694528371253617489
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1534
|
Basic 9x9 Sudoku 1534
|
Normal 9x9 sudoku rules apply
|
5 . 7 . 8 . 2 3 .
3 2 6 . . 5 1 . 8
9 8 1 2 6 3 . . .
. . 5 3 4 . 9 6 .
4 6 . 7 5 . . . 3
. 3 2 8 . 6 . 5 4
7 1 8 9 . . . . 5
6 . 4 5 . 8 . . .
2 . 3 6 1 7 4 8 .
|
5 4 7 1 8 9 2 3 6
3 2 6 4 7 5 1 9 8
9 8 1 2 6 3 5 4 7
8 7 5 3 4 1 9 6 2
4 6 9 7 5 2 8 1 3
1 3 2 8 9 6 7 5 4
7 1 8 9 3 4 6 2 5
6 9 4 5 2 8 3 7 1
2 5 3 6 1 7 4 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1535
|
6.8.93.72..92...637..54681..9365...8..64.2.9.247..1.358.17..354..481.9.7.753.4.8.
|
658193472419278563732546819193657248586432791247981635821769354364815927975324186
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1535
|
Basic 9x9 Sudoku 1535
|
Normal 9x9 sudoku rules apply
|
6 . 8 . 9 3 . 7 2
. . 9 2 . . . 6 3
7 . . 5 4 6 8 1 .
. 9 3 6 5 . . . 8
. . 6 4 . 2 . 9 .
2 4 7 . . 1 . 3 5
8 . 1 7 . . 3 5 4
. . 4 8 1 . 9 . 7
. 7 5 3 . 4 . 8 .
|
6 5 8 1 9 3 4 7 2
4 1 9 2 7 8 5 6 3
7 3 2 5 4 6 8 1 9
1 9 3 6 5 7 2 4 8
5 8 6 4 3 2 7 9 1
2 4 7 9 8 1 6 3 5
8 2 1 7 6 9 3 5 4
3 6 4 8 1 5 9 2 7
9 7 5 3 2 4 1 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1536
|
9.48..56.86...59.33579..18.24.6.17.517524963...3.58...421.86..9..63972.4739..28.6
|
914823567862175943357964182248631795175249638693758421421586379586397214739412856
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1536
|
Basic 9x9 Sudoku 1536
|
Normal 9x9 sudoku rules apply
|
9 . 4 8 . . 5 6 .
8 6 . . . 5 9 . 3
3 5 7 9 . . 1 8 .
2 4 . 6 . 1 7 . 5
1 7 5 2 4 9 6 3 .
. . 3 . 5 8 . . .
4 2 1 . 8 6 . . 9
. . 6 3 9 7 2 . 4
7 3 9 . . 2 8 . 6
|
9 1 4 8 2 3 5 6 7
8 6 2 1 7 5 9 4 3
3 5 7 9 6 4 1 8 2
2 4 8 6 3 1 7 9 5
1 7 5 2 4 9 6 3 8
6 9 3 7 5 8 4 2 1
4 2 1 5 8 6 3 7 9
5 8 6 3 9 7 2 1 4
7 3 9 4 1 2 8 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1537
|
642189.57.392.5.867.5...19295.82.6.1.6.51.27..1.496.38.9..518.4...9.87655.86....3
|
642189357139275486785364192953827641864513279217496538396751824421938765578642913
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1537
|
Basic 9x9 Sudoku 1537
|
Normal 9x9 sudoku rules apply
|
6 4 2 1 8 9 . 5 7
. 3 9 2 . 5 . 8 6
7 . 5 . . . 1 9 2
9 5 . 8 2 . 6 . 1
. 6 . 5 1 . 2 7 .
. 1 . 4 9 6 . 3 8
. 9 . . 5 1 8 . 4
. . . 9 . 8 7 6 5
5 . 8 6 . . . . 3
|
6 4 2 1 8 9 3 5 7
1 3 9 2 7 5 4 8 6
7 8 5 3 6 4 1 9 2
9 5 3 8 2 7 6 4 1
8 6 4 5 1 3 2 7 9
2 1 7 4 9 6 5 3 8
3 9 6 7 5 1 8 2 4
4 2 1 9 3 8 7 6 5
5 7 8 6 4 2 9 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1538
|
....9.3.5563.4.9....8..6274.56419..394..7..1..1..8...9...73.19..3196..4.4.9.25836
|
724891365563247981198356274856419723942573618317682459685734192231968547479125836
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1538
|
Basic 9x9 Sudoku 1538
|
Normal 9x9 sudoku rules apply
|
. . . . 9 . 3 . 5
5 6 3 . 4 . 9 . .
. . 8 . . 6 2 7 4
. 5 6 4 1 9 . . 3
9 4 . . 7 . . 1 .
. 1 . . 8 . . . 9
. . . 7 3 . 1 9 .
. 3 1 9 6 . . 4 .
4 . 9 . 2 5 8 3 6
|
7 2 4 8 9 1 3 6 5
5 6 3 2 4 7 9 8 1
1 9 8 3 5 6 2 7 4
8 5 6 4 1 9 7 2 3
9 4 2 5 7 3 6 1 8
3 1 7 6 8 2 4 5 9
6 8 5 7 3 4 1 9 2
2 3 1 9 6 8 5 4 7
4 7 9 1 2 5 8 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1539
|
2.1.3...76..1.293.3...571.2.1479362.9.5..68.3.6.5..4...783.124..96.7.318..2......
|
281934567657182934349657182814793625925416873763528491578361249496275318132849756
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1539
|
Basic 9x9 Sudoku 1539
|
Normal 9x9 sudoku rules apply
|
2 . 1 . 3 . . . 7
6 . . 1 . 2 9 3 .
3 . . . 5 7 1 . 2
. 1 4 7 9 3 6 2 .
9 . 5 . . 6 8 . 3
. 6 . 5 . . 4 . .
. 7 8 3 . 1 2 4 .
. 9 6 . 7 . 3 1 8
. . 2 . . . . . .
|
2 8 1 9 3 4 5 6 7
6 5 7 1 8 2 9 3 4
3 4 9 6 5 7 1 8 2
8 1 4 7 9 3 6 2 5
9 2 5 4 1 6 8 7 3
7 6 3 5 2 8 4 9 1
5 7 8 3 6 1 2 4 9
4 9 6 2 7 5 3 1 8
1 3 2 8 4 9 7 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1540
|
4..187.5626745..8.1852.697.816..572935297.6.897..6..135236...97691.284..7.85.31.2
|
439187256267459381185236974816345729352971648974862513523614897691728435748593162
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1540
|
Basic 9x9 Sudoku 1540
|
Normal 9x9 sudoku rules apply
|
4 . . 1 8 7 . 5 6
2 6 7 4 5 . . 8 .
1 8 5 2 . 6 9 7 .
8 1 6 . . 5 7 2 9
3 5 2 9 7 . 6 . 8
9 7 . . 6 . . 1 3
5 2 3 6 . . . 9 7
6 9 1 . 2 8 4 . .
7 . 8 5 . 3 1 . 2
|
4 3 9 1 8 7 2 5 6
2 6 7 4 5 9 3 8 1
1 8 5 2 3 6 9 7 4
8 1 6 3 4 5 7 2 9
3 5 2 9 7 1 6 4 8
9 7 4 8 6 2 5 1 3
5 2 3 6 1 4 8 9 7
6 9 1 7 2 8 4 3 5
7 4 8 5 9 3 1 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1541
|
35.2.....9246..1.3167.538.2.198.5364.46..27..87396..1..91.28536.8..964216.2.4..78
|
358219647924687153167453892219875364546132789873964215491728536785396421632541978
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1541
|
Basic 9x9 Sudoku 1541
|
Normal 9x9 sudoku rules apply
|
3 5 . 2 . . . . .
9 2 4 6 . . 1 . 3
1 6 7 . 5 3 8 . 2
. 1 9 8 . 5 3 6 4
. 4 6 . . 2 7 . .
8 7 3 9 6 . . 1 .
. 9 1 . 2 8 5 3 6
. 8 . . 9 6 4 2 1
6 . 2 . 4 . . 7 8
|
3 5 8 2 1 9 6 4 7
9 2 4 6 8 7 1 5 3
1 6 7 4 5 3 8 9 2
2 1 9 8 7 5 3 6 4
5 4 6 1 3 2 7 8 9
8 7 3 9 6 4 2 1 5
4 9 1 7 2 8 5 3 6
7 8 5 3 9 6 4 2 1
6 3 2 5 4 1 9 7 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1542
|
2..8.14.619826...3..69.....84.6..2....2.18749.7..426.85137.6.246..4.38.77841.93..
|
257831496198264573436975182845697231362518749971342658513786924629453817784129365
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1542
|
Basic 9x9 Sudoku 1542
|
Normal 9x9 sudoku rules apply
|
2 . . 8 . 1 4 . 6
1 9 8 2 6 . . . 3
. . 6 9 . . . . .
8 4 . 6 . . 2 . .
. . 2 . 1 8 7 4 9
. 7 . . 4 2 6 . 8
5 1 3 7 . 6 . 2 4
6 . . 4 . 3 8 . 7
7 8 4 1 . 9 3 . .
|
2 5 7 8 3 1 4 9 6
1 9 8 2 6 4 5 7 3
4 3 6 9 7 5 1 8 2
8 4 5 6 9 7 2 3 1
3 6 2 5 1 8 7 4 9
9 7 1 3 4 2 6 5 8
5 1 3 7 8 6 9 2 4
6 2 9 4 5 3 8 1 7
7 8 4 1 2 9 3 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1543
|
796812.45458963...1325476.98.5.3.9..61.7..4232734.68519816.573.56.37.2183.7.8.5.6
|
796812345458963172132547689845231967619758423273496851981625734564379218327184596
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1543
|
Basic 9x9 Sudoku 1543
|
Normal 9x9 sudoku rules apply
|
7 9 6 8 1 2 . 4 5
4 5 8 9 6 3 . . .
1 3 2 5 4 7 6 . 9
8 . 5 . 3 . 9 . .
6 1 . 7 . . 4 2 3
2 7 3 4 . 6 8 5 1
9 8 1 6 . 5 7 3 .
5 6 . 3 7 . 2 1 8
3 . 7 . 8 . 5 . 6
|
7 9 6 8 1 2 3 4 5
4 5 8 9 6 3 1 7 2
1 3 2 5 4 7 6 8 9
8 4 5 2 3 1 9 6 7
6 1 9 7 5 8 4 2 3
2 7 3 4 9 6 8 5 1
9 8 1 6 2 5 7 3 4
5 6 4 3 7 9 2 1 8
3 2 7 1 8 4 5 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1544
|
623184..719825.46.74596.8.1.368215.4814.752.95.2439.182.13..7.5...71238636.....42
|
623184957198257463745963821936821574814675239572439618281346795459712386367598142
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1544
|
Basic 9x9 Sudoku 1544
|
Normal 9x9 sudoku rules apply
|
6 2 3 1 8 4 . . 7
1 9 8 2 5 . 4 6 .
7 4 5 9 6 . 8 . 1
. 3 6 8 2 1 5 . 4
8 1 4 . 7 5 2 . 9
5 . 2 4 3 9 . 1 8
2 . 1 3 . . 7 . 5
. . . 7 1 2 3 8 6
3 6 . . . . . 4 2
|
6 2 3 1 8 4 9 5 7
1 9 8 2 5 7 4 6 3
7 4 5 9 6 3 8 2 1
9 3 6 8 2 1 5 7 4
8 1 4 6 7 5 2 3 9
5 7 2 4 3 9 6 1 8
2 8 1 3 4 6 7 9 5
4 5 9 7 1 2 3 8 6
3 6 7 5 9 8 1 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1545
|
2.893.57635.867129.69.51834.9742536.4.6193..85.16.89429..51.68.6.57...1317238..95
|
218934576354867129769251834897425361426193758531678942943512687685749213172386495
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1545
|
Basic 9x9 Sudoku 1545
|
Normal 9x9 sudoku rules apply
|
2 . 8 9 3 . 5 7 6
3 5 . 8 6 7 1 2 9
. 6 9 . 5 1 8 3 4
. 9 7 4 2 5 3 6 .
4 . 6 1 9 3 . . 8
5 . 1 6 . 8 9 4 2
9 . . 5 1 . 6 8 .
6 . 5 7 . . . 1 3
1 7 2 3 8 . . 9 5
|
2 1 8 9 3 4 5 7 6
3 5 4 8 6 7 1 2 9
7 6 9 2 5 1 8 3 4
8 9 7 4 2 5 3 6 1
4 2 6 1 9 3 7 5 8
5 3 1 6 7 8 9 4 2
9 4 3 5 1 2 6 8 7
6 8 5 7 4 9 2 1 3
1 7 2 3 8 6 4 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1546
|
1..8.96...98.....1..41..839...2...7.2.7..53....1...9.6916..24.34.293...5853.4..9.
|
135829647798364251624157839389216574267495318541783926916572483472938165853641792
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1546
|
Basic 9x9 Sudoku 1546
|
Normal 9x9 sudoku rules apply
|
1 . . 8 . 9 6 . .
. 9 8 . . . . . 1
. . 4 1 . . 8 3 9
. . . 2 . . . 7 .
2 . 7 . . 5 3 . .
. . 1 . . . 9 . 6
9 1 6 . . 2 4 . 3
4 . 2 9 3 . . . 5
8 5 3 . 4 . . 9 .
|
1 3 5 8 2 9 6 4 7
7 9 8 3 6 4 2 5 1
6 2 4 1 5 7 8 3 9
3 8 9 2 1 6 5 7 4
2 6 7 4 9 5 3 1 8
5 4 1 7 8 3 9 2 6
9 1 6 5 7 2 4 8 3
4 7 2 9 3 8 1 6 5
8 5 3 6 4 1 7 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1547
|
5782.94.3....48527.4257691.9167.428..37..56.14851.273.6..9.38748.3..7.5.7.4....92
|
578219463169348527342576918916734285237895641485162739621953874893427156754681392
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1547
|
Basic 9x9 Sudoku 1547
|
Normal 9x9 sudoku rules apply
|
5 7 8 2 . 9 4 . 3
. . . . 4 8 5 2 7
. 4 2 5 7 6 9 1 .
9 1 6 7 . 4 2 8 .
. 3 7 . . 5 6 . 1
4 8 5 1 . 2 7 3 .
6 . . 9 . 3 8 7 4
8 . 3 . . 7 . 5 .
7 . 4 . . . . 9 2
|
5 7 8 2 1 9 4 6 3
1 6 9 3 4 8 5 2 7
3 4 2 5 7 6 9 1 8
9 1 6 7 3 4 2 8 5
2 3 7 8 9 5 6 4 1
4 8 5 1 6 2 7 3 9
6 2 1 9 5 3 8 7 4
8 9 3 4 2 7 1 5 6
7 5 4 6 8 1 3 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1548
|
6..9..2472.73..1.9914.768358..13.5.4.516.937.....5.62154.7.291...2..3...16.4.87..
|
635981247287345169914276835826137594451629378379854621548762913792513486163498752
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1548
|
Basic 9x9 Sudoku 1548
|
Normal 9x9 sudoku rules apply
|
6 . . 9 . . 2 4 7
2 . 7 3 . . 1 . 9
9 1 4 . 7 6 8 3 5
8 . . 1 3 . 5 . 4
. 5 1 6 . 9 3 7 .
. . . . 5 . 6 2 1
5 4 . 7 . 2 9 1 .
. . 2 . . 3 . . .
1 6 . 4 . 8 7 . .
|
6 3 5 9 8 1 2 4 7
2 8 7 3 4 5 1 6 9
9 1 4 2 7 6 8 3 5
8 2 6 1 3 7 5 9 4
4 5 1 6 2 9 3 7 8
3 7 9 8 5 4 6 2 1
5 4 8 7 6 2 9 1 3
7 9 2 5 1 3 4 8 6
1 6 3 4 9 8 7 5 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1549
|
.98123.....4.7.8..26..4.1.9.2..163..43.98725.75.43...86.37..98...52.47131.2398.64
|
598123476314679825267845139829516347436987251751432698643751982985264713172398564
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1549
|
Basic 9x9 Sudoku 1549
|
Normal 9x9 sudoku rules apply
|
. 9 8 1 2 3 . . .
. . 4 . 7 . 8 . .
2 6 . . 4 . 1 . 9
. 2 . . 1 6 3 . .
4 3 . 9 8 7 2 5 .
7 5 . 4 3 . . . 8
6 . 3 7 . . 9 8 .
. . 5 2 . 4 7 1 3
1 . 2 3 9 8 . 6 4
|
5 9 8 1 2 3 4 7 6
3 1 4 6 7 9 8 2 5
2 6 7 8 4 5 1 3 9
8 2 9 5 1 6 3 4 7
4 3 6 9 8 7 2 5 1
7 5 1 4 3 2 6 9 8
6 4 3 7 5 1 9 8 2
9 8 5 2 6 4 7 1 3
1 7 2 3 9 8 5 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1550
|
..281936431.5..879.984732.19251..436...694.121.623..874.395172.2517.869378936..45
|
572819364314526879698473251925187436837694512146235987463951728251748693789362145
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1550
|
Basic 9x9 Sudoku 1550
|
Normal 9x9 sudoku rules apply
|
. . 2 8 1 9 3 6 4
3 1 . 5 . . 8 7 9
. 9 8 4 7 3 2 . 1
9 2 5 1 . . 4 3 6
. . . 6 9 4 . 1 2
1 . 6 2 3 . . 8 7
4 . 3 9 5 1 7 2 .
2 5 1 7 . 8 6 9 3
7 8 9 3 6 . . 4 5
|
5 7 2 8 1 9 3 6 4
3 1 4 5 2 6 8 7 9
6 9 8 4 7 3 2 5 1
9 2 5 1 8 7 4 3 6
8 3 7 6 9 4 5 1 2
1 4 6 2 3 5 9 8 7
4 6 3 9 5 1 7 2 8
2 5 1 7 4 8 6 9 3
7 8 9 3 6 2 1 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1551
|
98415.3675.6.87.92..79468..145.7.623.6.42...9279..15..49826375..3251.986651..823.
|
984152367516387492327946815145879623863425179279631548498263751732514986651798234
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1551
|
Basic 9x9 Sudoku 1551
|
Normal 9x9 sudoku rules apply
|
9 8 4 1 5 . 3 6 7
5 . 6 . 8 7 . 9 2
. . 7 9 4 6 8 . .
1 4 5 . 7 . 6 2 3
. 6 . 4 2 . . . 9
2 7 9 . . 1 5 . .
4 9 8 2 6 3 7 5 .
. 3 2 5 1 . 9 8 6
6 5 1 . . 8 2 3 .
|
9 8 4 1 5 2 3 6 7
5 1 6 3 8 7 4 9 2
3 2 7 9 4 6 8 1 5
1 4 5 8 7 9 6 2 3
8 6 3 4 2 5 1 7 9
2 7 9 6 3 1 5 4 8
4 9 8 2 6 3 7 5 1
7 3 2 5 1 4 9 8 6
6 5 1 7 9 8 2 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1552
|
9.82...6..3.8...5.2..96...38.31.4.92179.8.54..2..793.8.47.986......23.7.5.2.1.834
|
918235467736841259254967183863154792179382546425679318347598621681423975592716834
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1552
|
Basic 9x9 Sudoku 1552
|
Normal 9x9 sudoku rules apply
|
9 . 8 2 . . . 6 .
. 3 . 8 . . . 5 .
2 . . 9 6 . . . 3
8 . 3 1 . 4 . 9 2
1 7 9 . 8 . 5 4 .
. 2 . . 7 9 3 . 8
. 4 7 . 9 8 6 . .
. . . . 2 3 . 7 .
5 . 2 . 1 . 8 3 4
|
9 1 8 2 3 5 4 6 7
7 3 6 8 4 1 2 5 9
2 5 4 9 6 7 1 8 3
8 6 3 1 5 4 7 9 2
1 7 9 3 8 2 5 4 6
4 2 5 6 7 9 3 1 8
3 4 7 5 9 8 6 2 1
6 8 1 4 2 3 9 7 5
5 9 2 7 1 6 8 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1553
|
941...576...41........9.14.......3..2.9..6...36.....915...69.27.7..2..1..92...85.
|
941283576726415938835697142184972365259136784367854291518369427473528619692741853
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1553
|
Basic 9x9 Sudoku 1553
|
Normal 9x9 sudoku rules apply
|
9 4 1 . . . 5 7 6
. . . 4 1 . . . .
. . . . 9 . 1 4 .
. . . . . . 3 . .
2 . 9 . . 6 . . .
3 6 . . . . . 9 1
5 . . . 6 9 . 2 7
. 7 . . 2 . . 1 .
. 9 2 . . . 8 5 .
|
9 4 1 2 8 3 5 7 6
7 2 6 4 1 5 9 3 8
8 3 5 6 9 7 1 4 2
1 8 4 9 7 2 3 6 5
2 5 9 1 3 6 7 8 4
3 6 7 8 5 4 2 9 1
5 1 8 3 6 9 4 2 7
4 7 3 5 2 8 6 1 9
6 9 2 7 4 1 8 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1554
|
1...9.67.3.9.....48.6.3.9.1..57.2..6..29537.87834..2952....81....8.2134.6....9.82
|
124895673359167824876234951915782436462953718783416295237548169598621347641379582
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1554
|
Basic 9x9 Sudoku 1554
|
Normal 9x9 sudoku rules apply
|
1 . . . 9 . 6 7 .
3 . 9 . . . . . 4
8 . 6 . 3 . 9 . 1
. . 5 7 . 2 . . 6
. . 2 9 5 3 7 . 8
7 8 3 4 . . 2 9 5
2 . . . . 8 1 . .
. . 8 . 2 1 3 4 .
6 . . . . 9 . 8 2
|
1 2 4 8 9 5 6 7 3
3 5 9 1 6 7 8 2 4
8 7 6 2 3 4 9 5 1
9 1 5 7 8 2 4 3 6
4 6 2 9 5 3 7 1 8
7 8 3 4 1 6 2 9 5
2 3 7 5 4 8 1 6 9
5 9 8 6 2 1 3 4 7
6 4 1 3 7 9 5 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1555
|
6289135.7.958..3.6.734...2.2.6..475..1.56.294954...6.1..2671..97..28.465.693..1.2
|
628913547495827316173456928286194753317568294954732681542671839731289465869345172
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1555
|
Basic 9x9 Sudoku 1555
|
Normal 9x9 sudoku rules apply
|
6 2 8 9 1 3 5 . 7
. 9 5 8 . . 3 . 6
. 7 3 4 . . . 2 .
2 . 6 . . 4 7 5 .
. 1 . 5 6 . 2 9 4
9 5 4 . . . 6 . 1
. . 2 6 7 1 . . 9
7 . . 2 8 . 4 6 5
. 6 9 3 . . 1 . 2
|
6 2 8 9 1 3 5 4 7
4 9 5 8 2 7 3 1 6
1 7 3 4 5 6 9 2 8
2 8 6 1 9 4 7 5 3
3 1 7 5 6 8 2 9 4
9 5 4 7 3 2 6 8 1
5 4 2 6 7 1 8 3 9
7 3 1 2 8 9 4 6 5
8 6 9 3 4 5 1 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1556
|
.67812594945673...1.85.436789..257432.4.691.8513...6297592.64.163.94.27..8275193.
|
367812594945673812128594367896125743274369158513487629759236481631948275482751936
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1556
|
Basic 9x9 Sudoku 1556
|
Normal 9x9 sudoku rules apply
|
. 6 7 8 1 2 5 9 4
9 4 5 6 7 3 . . .
1 . 8 5 . 4 3 6 7
8 9 . . 2 5 7 4 3
2 . 4 . 6 9 1 . 8
5 1 3 . . . 6 2 9
7 5 9 2 . 6 4 . 1
6 3 . 9 4 . 2 7 .
. 8 2 7 5 1 9 3 .
|
3 6 7 8 1 2 5 9 4
9 4 5 6 7 3 8 1 2
1 2 8 5 9 4 3 6 7
8 9 6 1 2 5 7 4 3
2 7 4 3 6 9 1 5 8
5 1 3 4 8 7 6 2 9
7 5 9 2 3 6 4 8 1
6 3 1 9 4 8 2 7 5
4 8 2 7 5 1 9 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1557
|
..9234.6757.1...42.........89.7.6.5..4..98.26..54..7.9..1..2.74...971..5.6....21.
|
189234567576189342234657891892716453743598126615423789351862974428971635967345218
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1557
|
Basic 9x9 Sudoku 1557
|
Normal 9x9 sudoku rules apply
|
. . 9 2 3 4 . 6 7
5 7 . 1 . . . 4 2
. . . . . . . . .
8 9 . 7 . 6 . 5 .
. 4 . . 9 8 . 2 6
. . 5 4 . . 7 . 9
. . 1 . . 2 . 7 4
. . . 9 7 1 . . 5
. 6 . . . . 2 1 .
|
1 8 9 2 3 4 5 6 7
5 7 6 1 8 9 3 4 2
2 3 4 6 5 7 8 9 1
8 9 2 7 1 6 4 5 3
7 4 3 5 9 8 1 2 6
6 1 5 4 2 3 7 8 9
3 5 1 8 6 2 9 7 4
4 2 8 9 7 1 6 3 5
9 6 7 3 4 5 2 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1558
|
56781.943....45.67..39.7.8.....81..98.1.59.24.5..7...84....81.66.27...3.7851..4..
|
567812943198345267243967581326481759871659324954273618439528176612794835785136492
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1558
|
Basic 9x9 Sudoku 1558
|
Normal 9x9 sudoku rules apply
|
5 6 7 8 1 . 9 4 3
. . . . 4 5 . 6 7
. . 3 9 . 7 . 8 .
. . . . 8 1 . . 9
8 . 1 . 5 9 . 2 4
. 5 . . 7 . . . 8
4 . . . . 8 1 . 6
6 . 2 7 . . . 3 .
7 8 5 1 . . 4 . .
|
5 6 7 8 1 2 9 4 3
1 9 8 3 4 5 2 6 7
2 4 3 9 6 7 5 8 1
3 2 6 4 8 1 7 5 9
8 7 1 6 5 9 3 2 4
9 5 4 2 7 3 6 1 8
4 3 9 5 2 8 1 7 6
6 1 2 7 9 4 8 3 5
7 8 5 1 3 6 4 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1559
|
.78.1..5613.5..827....289.3952..6731387..52..6.4.7.589...43..7..41657.92.2398...5
|
278319456139564827465728913952846731387195264614273589596432178841657392723981645
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1559
|
Basic 9x9 Sudoku 1559
|
Normal 9x9 sudoku rules apply
|
. 7 8 . 1 . . 5 6
1 3 . 5 . . 8 2 7
. . . . 2 8 9 . 3
9 5 2 . . 6 7 3 1
3 8 7 . . 5 2 . .
6 . 4 . 7 . 5 8 9
. . . 4 3 . . 7 .
. 4 1 6 5 7 . 9 2
. 2 3 9 8 . . . 5
|
2 7 8 3 1 9 4 5 6
1 3 9 5 6 4 8 2 7
4 6 5 7 2 8 9 1 3
9 5 2 8 4 6 7 3 1
3 8 7 1 9 5 2 6 4
6 1 4 2 7 3 5 8 9
5 9 6 4 3 2 1 7 8
8 4 1 6 5 7 3 9 2
7 2 3 9 8 1 6 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1560
|
6.8.92.4.23.68715...7345...8137.4.....58..73..46..9218.6147...257926348.4.29.16.3
|
658192347234687159197345826813724965925816734746539218361478592579263481482951673
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1560
|
Basic 9x9 Sudoku 1560
|
Normal 9x9 sudoku rules apply
|
6 . 8 . 9 2 . 4 .
2 3 . 6 8 7 1 5 .
. . 7 3 4 5 . . .
8 1 3 7 . 4 . . .
. . 5 8 . . 7 3 .
. 4 6 . . 9 2 1 8
. 6 1 4 7 . . . 2
5 7 9 2 6 3 4 8 .
4 . 2 9 . 1 6 . 3
|
6 5 8 1 9 2 3 4 7
2 3 4 6 8 7 1 5 9
1 9 7 3 4 5 8 2 6
8 1 3 7 2 4 9 6 5
9 2 5 8 1 6 7 3 4
7 4 6 5 3 9 2 1 8
3 6 1 4 7 8 5 9 2
5 7 9 2 6 3 4 8 1
4 8 2 9 5 1 6 7 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1561
|
371829.568.....3....43679.1.......4594.......63547.1...1...276.48...6.1.769514.3.
|
371829456896145327254367981127693845948251673635478192513982764482736519769514238
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1561
|
Basic 9x9 Sudoku 1561
|
Normal 9x9 sudoku rules apply
|
3 7 1 8 2 9 . 5 6
8 . . . . . 3 . .
. . 4 3 6 7 9 . 1
. . . . . . . 4 5
9 4 . . . . . . .
6 3 5 4 7 . 1 . .
. 1 . . . 2 7 6 .
4 8 . . . 6 . 1 .
7 6 9 5 1 4 . 3 .
|
3 7 1 8 2 9 4 5 6
8 9 6 1 4 5 3 2 7
2 5 4 3 6 7 9 8 1
1 2 7 6 9 3 8 4 5
9 4 8 2 5 1 6 7 3
6 3 5 4 7 8 1 9 2
5 1 3 9 8 2 7 6 4
4 8 2 7 3 6 5 1 9
7 6 9 5 1 4 2 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1562
|
8.2.3.57.1.487.29.9...4.....41693.....6.1......3..8..6....8.912..89..4.7.2...1638
|
862139574154876293937245861241693785586417329793528146675384912318962457429751638
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1562
|
Basic 9x9 Sudoku 1562
|
Normal 9x9 sudoku rules apply
|
8 . 2 . 3 . 5 7 .
1 . 4 8 7 . 2 9 .
9 . . . 4 . . . .
. 4 1 6 9 3 . . .
. . 6 . 1 . . . .
. . 3 . . 8 . . 6
. . . . 8 . 9 1 2
. . 8 9 . . 4 . 7
. 2 . . . 1 6 3 8
|
8 6 2 1 3 9 5 7 4
1 5 4 8 7 6 2 9 3
9 3 7 2 4 5 8 6 1
2 4 1 6 9 3 7 8 5
5 8 6 4 1 7 3 2 9
7 9 3 5 2 8 1 4 6
6 7 5 3 8 4 9 1 2
3 1 8 9 6 2 4 5 7
4 2 9 7 5 1 6 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1563
|
.963.1.7..74.65.1285..47.36...7.9..594..367.1.27..4.98...6.....76..1.4...3249.1.7
|
296381574374965812851247936183729645945836721627154398418673259769512483532498167
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1563
|
Basic 9x9 Sudoku 1563
|
Normal 9x9 sudoku rules apply
|
. 9 6 3 . 1 . 7 .
. 7 4 . 6 5 . 1 2
8 5 . . 4 7 . 3 6
. . . 7 . 9 . . 5
9 4 . . 3 6 7 . 1
. 2 7 . . 4 . 9 8
. . . 6 . . . . .
7 6 . . 1 . 4 . .
. 3 2 4 9 . 1 . 7
|
2 9 6 3 8 1 5 7 4
3 7 4 9 6 5 8 1 2
8 5 1 2 4 7 9 3 6
1 8 3 7 2 9 6 4 5
9 4 5 8 3 6 7 2 1
6 2 7 1 5 4 3 9 8
4 1 8 6 7 3 2 5 9
7 6 9 5 1 2 4 8 3
5 3 2 4 9 8 1 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1564
|
..481523.7..2.9.6.328.7615.172..3..5895.62.1.6.3.....2.1..5.9.85.9627.41...1.8..6
|
964815237751239864328476159172943685895762413643581792216354978589627341437198526
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1564
|
Basic 9x9 Sudoku 1564
|
Normal 9x9 sudoku rules apply
|
. . 4 8 1 5 2 3 .
7 . . 2 . 9 . 6 .
3 2 8 . 7 6 1 5 .
1 7 2 . . 3 . . 5
8 9 5 . 6 2 . 1 .
6 . 3 . . . . . 2
. 1 . . 5 . 9 . 8
5 . 9 6 2 7 . 4 1
. . . 1 . 8 . . 6
|
9 6 4 8 1 5 2 3 7
7 5 1 2 3 9 8 6 4
3 2 8 4 7 6 1 5 9
1 7 2 9 4 3 6 8 5
8 9 5 7 6 2 4 1 3
6 4 3 5 8 1 7 9 2
2 1 6 3 5 4 9 7 8
5 8 9 6 2 7 3 4 1
4 3 7 1 9 8 5 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1565
|
6..1......72.3.1.63....72.58.5..9.64.3.....58..95.......3254.7.....6.5.3.6.7.3...
|
658192437472835196391647285815329764236471958749586312983254671127968543564713829
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1565
|
Basic 9x9 Sudoku 1565
|
Normal 9x9 sudoku rules apply
|
6 . . 1 . . . . .
. 7 2 . 3 . 1 . 6
3 . . . . 7 2 . 5
8 . 5 . . 9 . 6 4
. 3 . . . . . 5 8
. . 9 5 . . . . .
. . 3 2 5 4 . 7 .
. . . . 6 . 5 . 3
. 6 . 7 . 3 . . .
|
6 5 8 1 9 2 4 3 7
4 7 2 8 3 5 1 9 6
3 9 1 6 4 7 2 8 5
8 1 5 3 2 9 7 6 4
2 3 6 4 7 1 9 5 8
7 4 9 5 8 6 3 1 2
9 8 3 2 5 4 6 7 1
1 2 7 9 6 8 5 4 3
5 6 4 7 1 3 8 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1566
|
831..25..94.5.7...7.51.8942..4....2..9...478.586723...3..4..19.6..3.12..4..2..6..
|
831942567942567831765138942174895326293614785586723419327456198659381274418279653
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1566
|
Basic 9x9 Sudoku 1566
|
Normal 9x9 sudoku rules apply
|
8 3 1 . . 2 5 . .
9 4 . 5 . 7 . . .
7 . 5 1 . 8 9 4 2
. . 4 . . . . 2 .
. 9 . . . 4 7 8 .
5 8 6 7 2 3 . . .
3 . . 4 . . 1 9 .
6 . . 3 . 1 2 . .
4 . . 2 . . 6 . .
|
8 3 1 9 4 2 5 6 7
9 4 2 5 6 7 8 3 1
7 6 5 1 3 8 9 4 2
1 7 4 8 9 5 3 2 6
2 9 3 6 1 4 7 8 5
5 8 6 7 2 3 4 1 9
3 2 7 4 5 6 1 9 8
6 5 9 3 8 1 2 7 4
4 1 8 2 7 9 6 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1567
|
.2..8.34719.24.58.4..365921.38..4715.748.12.35.67234.834951.8728.147.639762938154
|
625189347193247586487365921238694715974851263516723498349516872851472639762938154
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1567
|
Basic 9x9 Sudoku 1567
|
Normal 9x9 sudoku rules apply
|
. 2 . . 8 . 3 4 7
1 9 . 2 4 . 5 8 .
4 . . 3 6 5 9 2 1
. 3 8 . . 4 7 1 5
. 7 4 8 . 1 2 . 3
5 . 6 7 2 3 4 . 8
3 4 9 5 1 . 8 7 2
8 . 1 4 7 . 6 3 9
7 6 2 9 3 8 1 5 4
|
6 2 5 1 8 9 3 4 7
1 9 3 2 4 7 5 8 6
4 8 7 3 6 5 9 2 1
2 3 8 6 9 4 7 1 5
9 7 4 8 5 1 2 6 3
5 1 6 7 2 3 4 9 8
3 4 9 5 1 6 8 7 2
8 5 1 4 7 2 6 3 9
7 6 2 9 3 8 1 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1568
|
1.49.35765691.7...3..4658914...1276..15..94.22.3654189941238657736591.48.5274691.
|
184923576569187324327465891498312765615879432273654189941238657736591248852746913
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1568
|
Basic 9x9 Sudoku 1568
|
Normal 9x9 sudoku rules apply
|
1 . 4 9 . 3 5 7 6
5 6 9 1 . 7 . . .
3 . . 4 6 5 8 9 1
4 . . . 1 2 7 6 .
. 1 5 . . 9 4 . 2
2 . 3 6 5 4 1 8 9
9 4 1 2 3 8 6 5 7
7 3 6 5 9 1 . 4 8
. 5 2 7 4 6 9 1 .
|
1 8 4 9 2 3 5 7 6
5 6 9 1 8 7 3 2 4
3 2 7 4 6 5 8 9 1
4 9 8 3 1 2 7 6 5
6 1 5 8 7 9 4 3 2
2 7 3 6 5 4 1 8 9
9 4 1 2 3 8 6 5 7
7 3 6 5 9 1 2 4 8
8 5 2 7 4 6 9 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1569
|
6.9.8..274275.6.181....79.6812...6749.487.......6.2189541..8793.98.142..236.5984.
|
659183427427596318183427956812935674964871532375642189541268793798314265236759841
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1569
|
Basic 9x9 Sudoku 1569
|
Normal 9x9 sudoku rules apply
|
6 . 9 . 8 . . 2 7
4 2 7 5 . 6 . 1 8
1 . . . . 7 9 . 6
8 1 2 . . . 6 7 4
9 . 4 8 7 . . . .
. . . 6 . 2 1 8 9
5 4 1 . . 8 7 9 3
. 9 8 . 1 4 2 . .
2 3 6 . 5 9 8 4 .
|
6 5 9 1 8 3 4 2 7
4 2 7 5 9 6 3 1 8
1 8 3 4 2 7 9 5 6
8 1 2 9 3 5 6 7 4
9 6 4 8 7 1 5 3 2
3 7 5 6 4 2 1 8 9
5 4 1 2 6 8 7 9 3
7 9 8 3 1 4 2 6 5
2 3 6 7 5 9 8 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1570
|
.12.....56.4152.935...7..42..9541.36.3..28.5.4659372812.67.35.9.8...54.775.469..8
|
312894675674152893598376142829541736137628954465937281246783519983215467751469328
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1570
|
Basic 9x9 Sudoku 1570
|
Normal 9x9 sudoku rules apply
|
. 1 2 . . . . . 5
6 . 4 1 5 2 . 9 3
5 . . . 7 . . 4 2
. . 9 5 4 1 . 3 6
. 3 . . 2 8 . 5 .
4 6 5 9 3 7 2 8 1
2 . 6 7 . 3 5 . 9
. 8 . . . 5 4 . 7
7 5 . 4 6 9 . . 8
|
3 1 2 8 9 4 6 7 5
6 7 4 1 5 2 8 9 3
5 9 8 3 7 6 1 4 2
8 2 9 5 4 1 7 3 6
1 3 7 6 2 8 9 5 4
4 6 5 9 3 7 2 8 1
2 4 6 7 8 3 5 1 9
9 8 3 2 1 5 4 6 7
7 5 1 4 6 9 3 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1571
|
.65.82.479.1.3782.28.94.613.925...3.75.364.9143.2....8523.96.748147.356..7.4.13.2
|
365182947941637825287945613192578436758364291436219758523896174814723569679451382
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1571
|
Basic 9x9 Sudoku 1571
|
Normal 9x9 sudoku rules apply
|
. 6 5 . 8 2 . 4 7
9 . 1 . 3 7 8 2 .
2 8 . 9 4 . 6 1 3
. 9 2 5 . . . 3 .
7 5 . 3 6 4 . 9 1
4 3 . 2 . . . . 8
5 2 3 . 9 6 . 7 4
8 1 4 7 . 3 5 6 .
. 7 . 4 . 1 3 . 2
|
3 6 5 1 8 2 9 4 7
9 4 1 6 3 7 8 2 5
2 8 7 9 4 5 6 1 3
1 9 2 5 7 8 4 3 6
7 5 8 3 6 4 2 9 1
4 3 6 2 1 9 7 5 8
5 2 3 8 9 6 1 7 4
8 1 4 7 2 3 5 6 9
6 7 9 4 5 1 3 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1572
|
59..1.36...48.715.317..58.41.9.2.748275.486938.37.65127.14529....63..2.19..6...35
|
598214367624837159317965824169523748275148693843796512731452986456389271982671435
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1572
|
Basic 9x9 Sudoku 1572
|
Normal 9x9 sudoku rules apply
|
5 9 . . 1 . 3 6 .
. . 4 8 . 7 1 5 .
3 1 7 . . 5 8 . 4
1 . 9 . 2 . 7 4 8
2 7 5 . 4 8 6 9 3
8 . 3 7 . 6 5 1 2
7 . 1 4 5 2 9 . .
. . 6 3 . . 2 . 1
9 . . 6 . . . 3 5
|
5 9 8 2 1 4 3 6 7
6 2 4 8 3 7 1 5 9
3 1 7 9 6 5 8 2 4
1 6 9 5 2 3 7 4 8
2 7 5 1 4 8 6 9 3
8 4 3 7 9 6 5 1 2
7 3 1 4 5 2 9 8 6
4 5 6 3 8 9 2 7 1
9 8 2 6 7 1 4 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1573
|
.16...4.7..81..96..7495...2..3.95..88...71..5.4..823.14..21.5.6.8..6.1..6....92..
|
916823457528147963374956812163495728892371645745682391439218576287564139651739284
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1573
|
Basic 9x9 Sudoku 1573
|
Normal 9x9 sudoku rules apply
|
. 1 6 . . . 4 . 7
. . 8 1 . . 9 6 .
. 7 4 9 5 . . . 2
. . 3 . 9 5 . . 8
8 . . . 7 1 . . 5
. 4 . . 8 2 3 . 1
4 . . 2 1 . 5 . 6
. 8 . . 6 . 1 . .
6 . . . . 9 2 . .
|
9 1 6 8 2 3 4 5 7
5 2 8 1 4 7 9 6 3
3 7 4 9 5 6 8 1 2
1 6 3 4 9 5 7 2 8
8 9 2 3 7 1 6 4 5
7 4 5 6 8 2 3 9 1
4 3 9 2 1 8 5 7 6
2 8 7 5 6 4 1 3 9
6 5 1 7 3 9 2 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1574
|
6.98.2.73.3.9546.....736.9.9253.1746..36.95.8.7.24531....423867.82..795.7.45.823.
|
659812473137954682248736195925381746413679528876245319591423867382167954764598231
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1574
|
Basic 9x9 Sudoku 1574
|
Normal 9x9 sudoku rules apply
|
6 . 9 8 . 2 . 7 3
. 3 . 9 5 4 6 . .
. . . 7 3 6 . 9 .
9 2 5 3 . 1 7 4 6
. . 3 6 . 9 5 . 8
. 7 . 2 4 5 3 1 .
. . . 4 2 3 8 6 7
. 8 2 . . 7 9 5 .
7 . 4 5 . 8 2 3 .
|
6 5 9 8 1 2 4 7 3
1 3 7 9 5 4 6 8 2
2 4 8 7 3 6 1 9 5
9 2 5 3 8 1 7 4 6
4 1 3 6 7 9 5 2 8
8 7 6 2 4 5 3 1 9
5 9 1 4 2 3 8 6 7
3 8 2 1 6 7 9 5 4
7 6 4 5 9 8 2 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1575
|
195.834..7831469....2..538..1.9.72...7453.618.5641879.46935187253.......821.74539
|
195283467783146925642795381318967254974532618256418793469351872537829146821674539
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1575
|
Basic 9x9 Sudoku 1575
|
Normal 9x9 sudoku rules apply
|
1 9 5 . 8 3 4 . .
7 8 3 1 4 6 9 . .
. . 2 . . 5 3 8 .
. 1 . 9 . 7 2 . .
. 7 4 5 3 . 6 1 8
. 5 6 4 1 8 7 9 .
4 6 9 3 5 1 8 7 2
5 3 . . . . . . .
8 2 1 . 7 4 5 3 9
|
1 9 5 2 8 3 4 6 7
7 8 3 1 4 6 9 2 5
6 4 2 7 9 5 3 8 1
3 1 8 9 6 7 2 5 4
9 7 4 5 3 2 6 1 8
2 5 6 4 1 8 7 9 3
4 6 9 3 5 1 8 7 2
5 3 7 8 2 9 1 4 6
8 2 1 6 7 4 5 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1576
|
48.19357.95387.142617...9....16.7495..45.12..3654297.12.67.481....31..2717..6.3..
|
482193576953876142617245938821637495794581263365429781236754819549318627178962354
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1576
|
Basic 9x9 Sudoku 1576
|
Normal 9x9 sudoku rules apply
|
4 8 . 1 9 3 5 7 .
9 5 3 8 7 . 1 4 2
6 1 7 . . . 9 . .
. . 1 6 . 7 4 9 5
. . 4 5 . 1 2 . .
3 6 5 4 2 9 7 . 1
2 . 6 7 . 4 8 1 .
. . . 3 1 . . 2 7
1 7 . . 6 . 3 . .
|
4 8 2 1 9 3 5 7 6
9 5 3 8 7 6 1 4 2
6 1 7 2 4 5 9 3 8
8 2 1 6 3 7 4 9 5
7 9 4 5 8 1 2 6 3
3 6 5 4 2 9 7 8 1
2 3 6 7 5 4 8 1 9
5 4 9 3 1 8 6 2 7
1 7 8 9 6 2 3 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1577
|
9851...7....8..5244623.5819.9624315..5.76.93...7.516...784192.55..68.49...95327.1
|
985124376713896524462375819896243157154768932237951648378419265521687493649532781
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1577
|
Basic 9x9 Sudoku 1577
|
Normal 9x9 sudoku rules apply
|
9 8 5 1 . . . 7 .
. . . 8 . . 5 2 4
4 6 2 3 . 5 8 1 9
. 9 6 2 4 3 1 5 .
. 5 . 7 6 . 9 3 .
. . 7 . 5 1 6 . .
. 7 8 4 1 9 2 . 5
5 . . 6 8 . 4 9 .
. . 9 5 3 2 7 . 1
|
9 8 5 1 2 4 3 7 6
7 1 3 8 9 6 5 2 4
4 6 2 3 7 5 8 1 9
8 9 6 2 4 3 1 5 7
1 5 4 7 6 8 9 3 2
2 3 7 9 5 1 6 4 8
3 7 8 4 1 9 2 6 5
5 2 1 6 8 7 4 9 3
6 4 9 5 3 2 7 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1578
|
..183...48.24.7.96547.1....2.35.......4.63..56...2...835..418.......92.3..6.85..9
|
961832574832457196547916382273598641184763925695124738359241867418679253726385419
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1578
|
Basic 9x9 Sudoku 1578
|
Normal 9x9 sudoku rules apply
|
. . 1 8 3 . . . 4
8 . 2 4 . 7 . 9 6
5 4 7 . 1 . . . .
2 . 3 5 . . . . .
. . 4 . 6 3 . . 5
6 . . . 2 . . . 8
3 5 . . 4 1 8 . .
. . . . . 9 2 . 3
. . 6 . 8 5 . . 9
|
9 6 1 8 3 2 5 7 4
8 3 2 4 5 7 1 9 6
5 4 7 9 1 6 3 8 2
2 7 3 5 9 8 6 4 1
1 8 4 7 6 3 9 2 5
6 9 5 1 2 4 7 3 8
3 5 9 2 4 1 8 6 7
4 1 8 6 7 9 2 5 3
7 2 6 3 8 5 4 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1579
|
2....3475.598421364...679.8192...5643.529.781.6...4.93.7.68.31.52.3.16496314...5.
|
286913475759842136413567928192738564345296781867154293974685312528371649631429857
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1579
|
Basic 9x9 Sudoku 1579
|
Normal 9x9 sudoku rules apply
|
2 . . . . 3 4 7 5
. 5 9 8 4 2 1 3 6
4 . . . 6 7 9 . 8
1 9 2 . . . 5 6 4
3 . 5 2 9 . 7 8 1
. 6 . . . 4 . 9 3
. 7 . 6 8 . 3 1 .
5 2 . 3 . 1 6 4 9
6 3 1 4 . . . 5 .
|
2 8 6 9 1 3 4 7 5
7 5 9 8 4 2 1 3 6
4 1 3 5 6 7 9 2 8
1 9 2 7 3 8 5 6 4
3 4 5 2 9 6 7 8 1
8 6 7 1 5 4 2 9 3
9 7 4 6 8 5 3 1 2
5 2 8 3 7 1 6 4 9
6 3 1 4 2 9 8 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1580
|
.2.3.8...5879..2..6.92...1...348.75.876195432...7.6189..5.13.7.7.152.36..4867.5..
|
124358697587961243639247815913482756876195432452736189265813974791524368348679521
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1580
|
Basic 9x9 Sudoku 1580
|
Normal 9x9 sudoku rules apply
|
. 2 . 3 . 8 . . .
5 8 7 9 . . 2 . .
6 . 9 2 . . . 1 .
. . 3 4 8 . 7 5 .
8 7 6 1 9 5 4 3 2
. . . 7 . 6 1 8 9
. . 5 . 1 3 . 7 .
7 . 1 5 2 . 3 6 .
. 4 8 6 7 . 5 . .
|
1 2 4 3 5 8 6 9 7
5 8 7 9 6 1 2 4 3
6 3 9 2 4 7 8 1 5
9 1 3 4 8 2 7 5 6
8 7 6 1 9 5 4 3 2
4 5 2 7 3 6 1 8 9
2 6 5 8 1 3 9 7 4
7 9 1 5 2 4 3 6 8
3 4 8 6 7 9 5 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1581
|
2658913.74735628919....4..6826379154139..5.6...42.69.85129476..39.62.4.564815..7.
|
265891347473562891981734526826379154139485762754216938512947683397628415648153279
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1581
|
Basic 9x9 Sudoku 1581
|
Normal 9x9 sudoku rules apply
|
2 6 5 8 9 1 3 . 7
4 7 3 5 6 2 8 9 1
9 . . . . 4 . . 6
8 2 6 3 7 9 1 5 4
1 3 9 . . 5 . 6 .
. . 4 2 . 6 9 . 8
5 1 2 9 4 7 6 . .
3 9 . 6 2 . 4 . 5
6 4 8 1 5 . . 7 .
|
2 6 5 8 9 1 3 4 7
4 7 3 5 6 2 8 9 1
9 8 1 7 3 4 5 2 6
8 2 6 3 7 9 1 5 4
1 3 9 4 8 5 7 6 2
7 5 4 2 1 6 9 3 8
5 1 2 9 4 7 6 8 3
3 9 7 6 2 8 4 1 5
6 4 8 1 5 3 2 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1582
|
1589...6762.8..149....1...5819..3254.7.481.3.34.2..7..7.3.426.8.621985.....36....
|
158924367627835149934716825819673254275481936346259781793542618462198573581367492
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1582
|
Basic 9x9 Sudoku 1582
|
Normal 9x9 sudoku rules apply
|
1 5 8 9 . . . 6 7
6 2 . 8 . . 1 4 9
. . . . 1 . . . 5
8 1 9 . . 3 2 5 4
. 7 . 4 8 1 . 3 .
3 4 . 2 . . 7 . .
7 . 3 . 4 2 6 . 8
. 6 2 1 9 8 5 . .
. . . 3 6 . . . .
|
1 5 8 9 2 4 3 6 7
6 2 7 8 3 5 1 4 9
9 3 4 7 1 6 8 2 5
8 1 9 6 7 3 2 5 4
2 7 5 4 8 1 9 3 6
3 4 6 2 5 9 7 8 1
7 9 3 5 4 2 6 1 8
4 6 2 1 9 8 5 7 3
5 8 1 3 6 7 4 9 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1583
|
8.412.3...2...4.....1.578429.734.2..23..98.14.4.562.9348.91.5276..4739817192854.6
|
874129365526834179391657842967341258235798614148562793483916527652473981719285436
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1583
|
Basic 9x9 Sudoku 1583
|
Normal 9x9 sudoku rules apply
|
8 . 4 1 2 . 3 . .
. 2 . . . 4 . . .
. . 1 . 5 7 8 4 2
9 . 7 3 4 . 2 . .
2 3 . . 9 8 . 1 4
. 4 . 5 6 2 . 9 3
4 8 . 9 1 . 5 2 7
6 . . 4 7 3 9 8 1
7 1 9 2 8 5 4 . 6
|
8 7 4 1 2 9 3 6 5
5 2 6 8 3 4 1 7 9
3 9 1 6 5 7 8 4 2
9 6 7 3 4 1 2 5 8
2 3 5 7 9 8 6 1 4
1 4 8 5 6 2 7 9 3
4 8 3 9 1 6 5 2 7
6 5 2 4 7 3 9 8 1
7 1 9 2 8 5 4 3 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1584
|
48.9123572.5847196971563.82..7196.2.1.....768....789.461978.23.7.835.6493546298..
|
486912357235847196971563482847196523192435768563278914619784235728351649354629871
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1584
|
Basic 9x9 Sudoku 1584
|
Normal 9x9 sudoku rules apply
|
4 8 . 9 1 2 3 5 7
2 . 5 8 4 7 1 9 6
9 7 1 5 6 3 . 8 2
. . 7 1 9 6 . 2 .
1 . . . . . 7 6 8
. . . . 7 8 9 . 4
6 1 9 7 8 . 2 3 .
7 . 8 3 5 . 6 4 9
3 5 4 6 2 9 8 . .
|
4 8 6 9 1 2 3 5 7
2 3 5 8 4 7 1 9 6
9 7 1 5 6 3 4 8 2
8 4 7 1 9 6 5 2 3
1 9 2 4 3 5 7 6 8
5 6 3 2 7 8 9 1 4
6 1 9 7 8 4 2 3 5
7 2 8 3 5 1 6 4 9
3 5 4 6 2 9 8 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1585
|
.67...3.4..24...7.1..9.3..285.64..1.4.632..85..981546.3.879.54..952648.1..153892.
|
567182394932456178184973652853647219416329785279815463328791546795264831641538927
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1585
|
Basic 9x9 Sudoku 1585
|
Normal 9x9 sudoku rules apply
|
. 6 7 . . . 3 . 4
. . 2 4 . . . 7 .
1 . . 9 . 3 . . 2
8 5 . 6 4 . . 1 .
4 . 6 3 2 . . 8 5
. . 9 8 1 5 4 6 .
3 . 8 7 9 . 5 4 .
. 9 5 2 6 4 8 . 1
. . 1 5 3 8 9 2 .
|
5 6 7 1 8 2 3 9 4
9 3 2 4 5 6 1 7 8
1 8 4 9 7 3 6 5 2
8 5 3 6 4 7 2 1 9
4 1 6 3 2 9 7 8 5
2 7 9 8 1 5 4 6 3
3 2 8 7 9 1 5 4 6
7 9 5 2 6 4 8 3 1
6 4 1 5 3 8 9 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1586
|
.832..6..61.4.7.....76.319.....967.3835.7.4.......5..856273.941.9.52.386.489615..
|
483219675619457832257683194124896753835172469976345218562738941791524386348961527
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1586
|
Basic 9x9 Sudoku 1586
|
Normal 9x9 sudoku rules apply
|
. 8 3 2 . . 6 . .
6 1 . 4 . 7 . . .
. . 7 6 . 3 1 9 .
. . . . 9 6 7 . 3
8 3 5 . 7 . 4 . .
. . . . . 5 . . 8
5 6 2 7 3 . 9 4 1
. 9 . 5 2 . 3 8 6
. 4 8 9 6 1 5 . .
|
4 8 3 2 1 9 6 7 5
6 1 9 4 5 7 8 3 2
2 5 7 6 8 3 1 9 4
1 2 4 8 9 6 7 5 3
8 3 5 1 7 2 4 6 9
9 7 6 3 4 5 2 1 8
5 6 2 7 3 8 9 4 1
7 9 1 5 2 4 3 8 6
3 4 8 9 6 1 5 2 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1587
|
.8...9.7..628...1..1.5..8.3..4278...8..35.497..7...2.8..8.1234.145983762236..518.
|
483129576562837914719564823394278651821356497657491238978612345145983762236745189
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1587
|
Basic 9x9 Sudoku 1587
|
Normal 9x9 sudoku rules apply
|
. 8 . . . 9 . 7 .
. 6 2 8 . . . 1 .
. 1 . 5 . . 8 . 3
. . 4 2 7 8 . . .
8 . . 3 5 . 4 9 7
. . 7 . . . 2 . 8
. . 8 . 1 2 3 4 .
1 4 5 9 8 3 7 6 2
2 3 6 . . 5 1 8 .
|
4 8 3 1 2 9 5 7 6
5 6 2 8 3 7 9 1 4
7 1 9 5 6 4 8 2 3
3 9 4 2 7 8 6 5 1
8 2 1 3 5 6 4 9 7
6 5 7 4 9 1 2 3 8
9 7 8 6 1 2 3 4 5
1 4 5 9 8 3 7 6 2
2 3 6 7 4 5 1 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1588
|
9.7..15...1..4..27...5.6.3..7.465.....57...64...2...15.9.6.7.8...1..46...5.1..4..
|
937821546516943827842576931173465298285719364469238715394657182721384659658192473
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1588
|
Basic 9x9 Sudoku 1588
|
Normal 9x9 sudoku rules apply
|
9 . 7 . . 1 5 . .
. 1 . . 4 . . 2 7
. . . 5 . 6 . 3 .
. 7 . 4 6 5 . . .
. . 5 7 . . . 6 4
. . . 2 . . . 1 5
. 9 . 6 . 7 . 8 .
. . 1 . . 4 6 . .
. 5 . 1 . . 4 . .
|
9 3 7 8 2 1 5 4 6
5 1 6 9 4 3 8 2 7
8 4 2 5 7 6 9 3 1
1 7 3 4 6 5 2 9 8
2 8 5 7 1 9 3 6 4
4 6 9 2 3 8 7 1 5
3 9 4 6 5 7 1 8 2
7 2 1 3 8 4 6 5 9
6 5 8 1 9 2 4 7 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1589
|
...98.6..3.7..48.14.....2.3.73.25.....43..7...5.1.73.8.95.1.43..3..6...924.53.16.
|
512983674367254891489671253173825946824396715956147328695718432731462589248539167
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1589
|
Basic 9x9 Sudoku 1589
|
Normal 9x9 sudoku rules apply
|
. . . 9 8 . 6 . .
3 . 7 . . 4 8 . 1
4 . . . . . 2 . 3
. 7 3 . 2 5 . . .
. . 4 3 . . 7 . .
. 5 . 1 . 7 3 . 8
. 9 5 . 1 . 4 3 .
. 3 . . 6 . . . 9
2 4 . 5 3 . 1 6 .
|
5 1 2 9 8 3 6 7 4
3 6 7 2 5 4 8 9 1
4 8 9 6 7 1 2 5 3
1 7 3 8 2 5 9 4 6
8 2 4 3 9 6 7 1 5
9 5 6 1 4 7 3 2 8
6 9 5 7 1 8 4 3 2
7 3 1 4 6 2 5 8 9
2 4 8 5 3 9 1 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1590
|
.7..2953..9.356....65.84.9...1.95..368.41....953672.4.4.92386.7.2.54...95..9.72.4
|
874129536192356478365784192241895763687413925953672841419238657726541389538967214
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1590
|
Basic 9x9 Sudoku 1590
|
Normal 9x9 sudoku rules apply
|
. 7 . . 2 9 5 3 .
. 9 . 3 5 6 . . .
. 6 5 . 8 4 . 9 .
. . 1 . 9 5 . . 3
6 8 . 4 1 . . . .
9 5 3 6 7 2 . 4 .
4 . 9 2 3 8 6 . 7
. 2 . 5 4 . . . 9
5 . . 9 . 7 2 . 4
|
8 7 4 1 2 9 5 3 6
1 9 2 3 5 6 4 7 8
3 6 5 7 8 4 1 9 2
2 4 1 8 9 5 7 6 3
6 8 7 4 1 3 9 2 5
9 5 3 6 7 2 8 4 1
4 1 9 2 3 8 6 5 7
7 2 6 5 4 1 3 8 9
5 3 8 9 6 7 2 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1591
|
2..983.744.92..13576...........7..431....6.8...5...76..7.5..91..9..2.4.7..4...3..
|
251983674489267135763415892826179543147356289935842761672534918398621457514798326
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1591
|
Basic 9x9 Sudoku 1591
|
Normal 9x9 sudoku rules apply
|
2 . . 9 8 3 . 7 4
4 . 9 2 . . 1 3 5
7 6 . . . . . . .
. . . . 7 . . 4 3
1 . . . . 6 . 8 .
. . 5 . . . 7 6 .
. 7 . 5 . . 9 1 .
. 9 . . 2 . 4 . 7
. . 4 . . . 3 . .
|
2 5 1 9 8 3 6 7 4
4 8 9 2 6 7 1 3 5
7 6 3 4 1 5 8 9 2
8 2 6 1 7 9 5 4 3
1 4 7 3 5 6 2 8 9
9 3 5 8 4 2 7 6 1
6 7 2 5 3 4 9 1 8
3 9 8 6 2 1 4 5 7
5 1 4 7 9 8 3 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1592
|
...1...6..1....9...764.5....3...957......8.....5.41...4..2.61.868..14..9.2..8365.
|
548192367312867945976435812834629571261758493795341286459276138683514729127983654
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1592
|
Basic 9x9 Sudoku 1592
|
Normal 9x9 sudoku rules apply
|
. . . 1 . . . 6 .
. 1 . . . . 9 . .
. 7 6 4 . 5 . . .
. 3 . . . 9 5 7 .
. . . . . 8 . . .
. . 5 . 4 1 . . .
4 . . 2 . 6 1 . 8
6 8 . . 1 4 . . 9
. 2 . . 8 3 6 5 .
|
5 4 8 1 9 2 3 6 7
3 1 2 8 6 7 9 4 5
9 7 6 4 3 5 8 1 2
8 3 4 6 2 9 5 7 1
2 6 1 7 5 8 4 9 3
7 9 5 3 4 1 2 8 6
4 5 9 2 7 6 1 3 8
6 8 3 5 1 4 7 2 9
1 2 7 9 8 3 6 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1593
|
523..496769123...84.79..1.21384562..9.5.2168.2...8..14.12.987..8..17.39..69....21
|
523814967691237458487965132138456279945721683276389514312698745854172396769543821
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1593
|
Basic 9x9 Sudoku 1593
|
Normal 9x9 sudoku rules apply
|
5 2 3 . . 4 9 6 7
6 9 1 2 3 . . . 8
4 . 7 9 . . 1 . 2
1 3 8 4 5 6 2 . .
9 . 5 . 2 1 6 8 .
2 . . . 8 . . 1 4
. 1 2 . 9 8 7 . .
8 . . 1 7 . 3 9 .
. 6 9 . . . . 2 1
|
5 2 3 8 1 4 9 6 7
6 9 1 2 3 7 4 5 8
4 8 7 9 6 5 1 3 2
1 3 8 4 5 6 2 7 9
9 4 5 7 2 1 6 8 3
2 7 6 3 8 9 5 1 4
3 1 2 6 9 8 7 4 5
8 5 4 1 7 2 3 9 6
7 6 9 5 4 3 8 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1594
|
.........9.28.613...13...28..4.79365.374..2...692.3..1.8.5..6.7..67.....7..62.84.
|
348912756972856134651347928824179365137465289569283471283594617416738592795621843
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1594
|
Basic 9x9 Sudoku 1594
|
Normal 9x9 sudoku rules apply
|
. . . . . . . . .
9 . 2 8 . 6 1 3 .
. . 1 3 . . . 2 8
. . 4 . 7 9 3 6 5
. 3 7 4 . . 2 . .
. 6 9 2 . 3 . . 1
. 8 . 5 . . 6 . 7
. . 6 7 . . . . .
7 . . 6 2 . 8 4 .
|
3 4 8 9 1 2 7 5 6
9 7 2 8 5 6 1 3 4
6 5 1 3 4 7 9 2 8
8 2 4 1 7 9 3 6 5
1 3 7 4 6 5 2 8 9
5 6 9 2 8 3 4 7 1
2 8 3 5 9 4 6 1 7
4 1 6 7 3 8 5 9 2
7 9 5 6 2 1 8 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1595
|
46.1285..259.7.68.1789.5234.9.3..76.31629..58.2..84...64581.97373.54...6.82....45
|
463128597259473681178965234894351762316297458527684319645812973731549826982736145
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1595
|
Basic 9x9 Sudoku 1595
|
Normal 9x9 sudoku rules apply
|
4 6 . 1 2 8 5 . .
2 5 9 . 7 . 6 8 .
1 7 8 9 . 5 2 3 4
. 9 . 3 . . 7 6 .
3 1 6 2 9 . . 5 8
. 2 . . 8 4 . . .
6 4 5 8 1 . 9 7 3
7 3 . 5 4 . . . 6
. 8 2 . . . . 4 5
|
4 6 3 1 2 8 5 9 7
2 5 9 4 7 3 6 8 1
1 7 8 9 6 5 2 3 4
8 9 4 3 5 1 7 6 2
3 1 6 2 9 7 4 5 8
5 2 7 6 8 4 3 1 9
6 4 5 8 1 2 9 7 3
7 3 1 5 4 9 8 2 6
9 8 2 7 3 6 1 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1596
|
4798...65....9.87...67...24.4..12.5.9..56.7....59..41..94.5.1866.81472..23168..4.
|
479821365523496871186735924847312659912564738365978412794253186658147293231689547
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1596
|
Basic 9x9 Sudoku 1596
|
Normal 9x9 sudoku rules apply
|
4 7 9 8 . . . 6 5
. . . . 9 . 8 7 .
. . 6 7 . . . 2 4
. 4 . . 1 2 . 5 .
9 . . 5 6 . 7 . .
. . 5 9 . . 4 1 .
. 9 4 . 5 . 1 8 6
6 . 8 1 4 7 2 . .
2 3 1 6 8 . . 4 .
|
4 7 9 8 2 1 3 6 5
5 2 3 4 9 6 8 7 1
1 8 6 7 3 5 9 2 4
8 4 7 3 1 2 6 5 9
9 1 2 5 6 4 7 3 8
3 6 5 9 7 8 4 1 2
7 9 4 2 5 3 1 8 6
6 5 8 1 4 7 2 9 3
2 3 1 6 8 9 5 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1597
|
6..8913...31275.9689.346.12.86517.341.29.356.57..241.9314.62958.584.96.1769.5.42.
|
627891345431275896895346712986517234142983567573624189314762958258439671769158423
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1597
|
Basic 9x9 Sudoku 1597
|
Normal 9x9 sudoku rules apply
|
6 . . 8 9 1 3 . .
. 3 1 2 7 5 . 9 6
8 9 . 3 4 6 . 1 2
. 8 6 5 1 7 . 3 4
1 . 2 9 . 3 5 6 .
5 7 . . 2 4 1 . 9
3 1 4 . 6 2 9 5 8
. 5 8 4 . 9 6 . 1
7 6 9 . 5 . 4 2 .
|
6 2 7 8 9 1 3 4 5
4 3 1 2 7 5 8 9 6
8 9 5 3 4 6 7 1 2
9 8 6 5 1 7 2 3 4
1 4 2 9 8 3 5 6 7
5 7 3 6 2 4 1 8 9
3 1 4 7 6 2 9 5 8
2 5 8 4 3 9 6 7 1
7 6 9 1 5 8 4 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1598
|
....8..4..8...45.61.....9.8..2846735....928...78...294.97...6.3.2.67..5.46.95....
|
256189347789234516134567928912846735345792861678315294597421683821673459463958172
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1598
|
Basic 9x9 Sudoku 1598
|
Normal 9x9 sudoku rules apply
|
. . . . 8 . . 4 .
. 8 . . . 4 5 . 6
1 . . . . . 9 . 8
. . 2 8 4 6 7 3 5
. . . . 9 2 8 . .
. 7 8 . . . 2 9 4
. 9 7 . . . 6 . 3
. 2 . 6 7 . . 5 .
4 6 . 9 5 . . . .
|
2 5 6 1 8 9 3 4 7
7 8 9 2 3 4 5 1 6
1 3 4 5 6 7 9 2 8
9 1 2 8 4 6 7 3 5
3 4 5 7 9 2 8 6 1
6 7 8 3 1 5 2 9 4
5 9 7 4 2 1 6 8 3
8 2 1 6 7 3 4 5 9
4 6 3 9 5 8 1 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1599
|
5671..294..497..619.12468....6.394.5.924..67.4..8621.9729...586..36.8742..8..79.3
|
567183294284975361931246857816739425392451678475862139729314586153698742648527913
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1599
|
Basic 9x9 Sudoku 1599
|
Normal 9x9 sudoku rules apply
|
5 6 7 1 . . 2 9 4
. . 4 9 7 . . 6 1
9 . 1 2 4 6 8 . .
. . 6 . 3 9 4 . 5
. 9 2 4 . . 6 7 .
4 . . 8 6 2 1 . 9
7 2 9 . . . 5 8 6
. . 3 6 . 8 7 4 2
. . 8 . . 7 9 . 3
|
5 6 7 1 8 3 2 9 4
2 8 4 9 7 5 3 6 1
9 3 1 2 4 6 8 5 7
8 1 6 7 3 9 4 2 5
3 9 2 4 5 1 6 7 8
4 7 5 8 6 2 1 3 9
7 2 9 3 1 4 5 8 6
1 5 3 6 9 8 7 4 2
6 4 8 5 2 7 9 1 3
| 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.