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_0
|
4.8.9263...3468..7612..78..2.5...7918..71.2561..52...39.4.713..38..45......98...4
|
478192635593468127612357849245836791839714256167529483954271368381645972726983514
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 0
|
Basic 9x9 Sudoku 0
|
Normal 9x9 sudoku rules apply
|
4 . 8 . 9 2 6 3 .
. . 3 4 6 8 . . 7
6 1 2 . . 7 8 . .
2 . 5 . . . 7 9 1
8 . . 7 1 . 2 5 6
1 . . 5 2 . . . 3
9 . 4 . 7 1 3 . .
3 8 . . 4 5 . . .
. . . 9 8 . . . 4
|
4 7 8 1 9 2 6 3 5
5 9 3 4 6 8 1 2 7
6 1 2 3 5 7 8 4 9
2 4 5 8 3 6 7 9 1
8 3 9 7 1 4 2 5 6
1 6 7 5 2 9 4 8 3
9 5 4 2 7 1 3 6 8
3 8 1 6 4 5 9 7 2
7 2 6 9 8 3 5 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_1
|
...13264534285.197..19.78...896..754.3.4.198.46759.2315.471936.97638451.813...47.
|
798132645342856197651947823189623754235471986467598231524719368976384512813265479
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 1
|
Basic 9x9 Sudoku 1
|
Normal 9x9 sudoku rules apply
|
. . . 1 3 2 6 4 5
3 4 2 8 5 . 1 9 7
. . 1 9 . 7 8 . .
. 8 9 6 . . 7 5 4
. 3 . 4 . 1 9 8 .
4 6 7 5 9 . 2 3 1
5 . 4 7 1 9 3 6 .
9 7 6 3 8 4 5 1 .
8 1 3 . . . 4 7 .
|
7 9 8 1 3 2 6 4 5
3 4 2 8 5 6 1 9 7
6 5 1 9 4 7 8 2 3
1 8 9 6 2 3 7 5 4
2 3 5 4 7 1 9 8 6
4 6 7 5 9 8 2 3 1
5 2 4 7 1 9 3 6 8
9 7 6 3 8 4 5 1 2
8 1 3 2 6 5 4 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_2
|
5.192..7339.1758268274361..18576.93..4..597187.9.1.645..359.2844.268..91.5.2413.7
|
561928473394175826827436159185764932246359718739812645613597284472683591958241367
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 2
|
Basic 9x9 Sudoku 2
|
Normal 9x9 sudoku rules apply
|
5 . 1 9 2 . . 7 3
3 9 . 1 7 5 8 2 6
8 2 7 4 3 6 1 . .
1 8 5 7 6 . 9 3 .
. 4 . . 5 9 7 1 8
7 . 9 . 1 . 6 4 5
. . 3 5 9 . 2 8 4
4 . 2 6 8 . . 9 1
. 5 . 2 4 1 3 . 7
|
5 6 1 9 2 8 4 7 3
3 9 4 1 7 5 8 2 6
8 2 7 4 3 6 1 5 9
1 8 5 7 6 4 9 3 2
2 4 6 3 5 9 7 1 8
7 3 9 8 1 2 6 4 5
6 1 3 5 9 7 2 8 4
4 7 2 6 8 3 5 9 1
9 5 8 2 4 1 3 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_3
|
.92314.7.61387.9244752963.11.7.49.63.5.6374..346.827595.8.631477.14....69647..832
|
892314675613875924475296381187549263259637418346182759528963147731428596964751832
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 3
|
Basic 9x9 Sudoku 3
|
Normal 9x9 sudoku rules apply
|
. 9 2 3 1 4 . 7 .
6 1 3 8 7 . 9 2 4
4 7 5 2 9 6 3 . 1
1 . 7 . 4 9 . 6 3
. 5 . 6 3 7 4 . .
3 4 6 . 8 2 7 5 9
5 . 8 . 6 3 1 4 7
7 . 1 4 . . . . 6
9 6 4 7 . . 8 3 2
|
8 9 2 3 1 4 6 7 5
6 1 3 8 7 5 9 2 4
4 7 5 2 9 6 3 8 1
1 8 7 5 4 9 2 6 3
2 5 9 6 3 7 4 1 8
3 4 6 1 8 2 7 5 9
5 2 8 9 6 3 1 4 7
7 3 1 4 2 8 5 9 6
9 6 4 7 5 1 8 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_4
|
....9..679653781..172.6593..37...691.1.63.28.24681..7..94.8172..589264.3.2....859
|
483192567965378142172465938837254691519637284246819375394581726758926413621743859
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 4
|
Basic 9x9 Sudoku 4
|
Normal 9x9 sudoku rules apply
|
. . . . 9 . . 6 7
9 6 5 3 7 8 1 . .
1 7 2 . 6 5 9 3 .
. 3 7 . . . 6 9 1
. 1 . 6 3 . 2 8 .
2 4 6 8 1 . . 7 .
. 9 4 . 8 1 7 2 .
. 5 8 9 2 6 4 . 3
. 2 . . . . 8 5 9
|
4 8 3 1 9 2 5 6 7
9 6 5 3 7 8 1 4 2
1 7 2 4 6 5 9 3 8
8 3 7 2 5 4 6 9 1
5 1 9 6 3 7 2 8 4
2 4 6 8 1 9 3 7 5
3 9 4 5 8 1 7 2 6
7 5 8 9 2 6 4 1 3
6 2 1 7 4 3 8 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_5
|
..8.3.64....46819.4..17..35...3.6.746.7..4921254.1.38..81..3.6..62.9.4.39.3652.1.
|
198235647375468192426179835819326574637584921254917386581743269762891453943652718
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 5
|
Basic 9x9 Sudoku 5
|
Normal 9x9 sudoku rules apply
|
. . 8 . 3 . 6 4 .
. . . 4 6 8 1 9 .
4 . . 1 7 . . 3 5
. . . 3 . 6 . 7 4
6 . 7 . . 4 9 2 1
2 5 4 . 1 . 3 8 .
. 8 1 . . 3 . 6 .
. 6 2 . 9 . 4 . 3
9 . 3 6 5 2 . 1 .
|
1 9 8 2 3 5 6 4 7
3 7 5 4 6 8 1 9 2
4 2 6 1 7 9 8 3 5
8 1 9 3 2 6 5 7 4
6 3 7 5 8 4 9 2 1
2 5 4 9 1 7 3 8 6
5 8 1 7 4 3 2 6 9
7 6 2 8 9 1 4 5 3
9 4 3 6 5 2 7 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_6
|
71....36.3..1.42972.9375.481..95.623823..6.59956237481491...8766.8749.125.2681.3.
|
714892365385164297269375148147958623823416759956237481491523876638749512572681934
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 6
|
Basic 9x9 Sudoku 6
|
Normal 9x9 sudoku rules apply
|
7 1 . . . . 3 6 .
3 . . 1 . 4 2 9 7
2 . 9 3 7 5 . 4 8
1 . . 9 5 . 6 2 3
8 2 3 . . 6 . 5 9
9 5 6 2 3 7 4 8 1
4 9 1 . . . 8 7 6
6 . 8 7 4 9 . 1 2
5 . 2 6 8 1 . 3 .
|
7 1 4 8 9 2 3 6 5
3 8 5 1 6 4 2 9 7
2 6 9 3 7 5 1 4 8
1 4 7 9 5 8 6 2 3
8 2 3 4 1 6 7 5 9
9 5 6 2 3 7 4 8 1
4 9 1 5 2 3 8 7 6
6 3 8 7 4 9 5 1 2
5 7 2 6 8 1 9 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_7
|
97.8213.48..5....7.62..35.112.978.53.582167497..43521....689.35.4..578.25..3..176
|
975821364831564927462793581124978653358216749796435218217689435643157892589342176
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 7
|
Basic 9x9 Sudoku 7
|
Normal 9x9 sudoku rules apply
|
9 7 . 8 2 1 3 . 4
8 . . 5 . . . . 7
. 6 2 . . 3 5 . 1
1 2 . 9 7 8 . 5 3
. 5 8 2 1 6 7 4 9
7 . . 4 3 5 2 1 .
. . . 6 8 9 . 3 5
. 4 . . 5 7 8 . 2
5 . . 3 . . 1 7 6
|
9 7 5 8 2 1 3 6 4
8 3 1 5 6 4 9 2 7
4 6 2 7 9 3 5 8 1
1 2 4 9 7 8 6 5 3
3 5 8 2 1 6 7 4 9
7 9 6 4 3 5 2 1 8
2 1 7 6 8 9 4 3 5
6 4 3 1 5 7 8 9 2
5 8 9 3 4 2 1 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_8
|
7......46..6.1..3...8....211.2.7.65.64.15.293..3.6971..31.9.4.526.537...97..81.6.
|
719823546426915837358746921192374658647158293583269714831692475264537189975481362
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 8
|
Basic 9x9 Sudoku 8
|
Normal 9x9 sudoku rules apply
|
7 . . . . . . 4 6
. . 6 . 1 . . 3 .
. . 8 . . . . 2 1
1 . 2 . 7 . 6 5 .
6 4 . 1 5 . 2 9 3
. . 3 . 6 9 7 1 .
. 3 1 . 9 . 4 . 5
2 6 . 5 3 7 . . .
9 7 . . 8 1 . 6 .
|
7 1 9 8 2 3 5 4 6
4 2 6 9 1 5 8 3 7
3 5 8 7 4 6 9 2 1
1 9 2 3 7 4 6 5 8
6 4 7 1 5 8 2 9 3
5 8 3 2 6 9 7 1 4
8 3 1 6 9 2 4 7 5
2 6 4 5 3 7 1 8 9
9 7 5 4 8 1 3 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_9
|
1968..45...791.....346578.9348172596.654.8.7...156.3.4.723916.8..928.735.....59..
|
196823457857914263234657819348172596965438172721569384572391648419286735683745921
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 9
|
Basic 9x9 Sudoku 9
|
Normal 9x9 sudoku rules apply
|
1 9 6 8 . . 4 5 .
. . 7 9 1 . . . .
. 3 4 6 5 7 8 . 9
3 4 8 1 7 2 5 9 6
. 6 5 4 . 8 . 7 .
. . 1 5 6 . 3 . 4
. 7 2 3 9 1 6 . 8
. . 9 2 8 . 7 3 5
. . . . . 5 9 . .
|
1 9 6 8 2 3 4 5 7
8 5 7 9 1 4 2 6 3
2 3 4 6 5 7 8 1 9
3 4 8 1 7 2 5 9 6
9 6 5 4 3 8 1 7 2
7 2 1 5 6 9 3 8 4
5 7 2 3 9 1 6 4 8
4 1 9 2 8 6 7 3 5
6 8 3 7 4 5 9 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_10
|
78..36.45.4925.16.6.5.4....8.36..7941.7..43.645.7.38.2.6..7.5385..3..6292....9.71
|
782136945349258167615947283823615794197824356456793812961472538574381629238569471
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 10
|
Basic 9x9 Sudoku 10
|
Normal 9x9 sudoku rules apply
|
7 8 . . 3 6 . 4 5
. 4 9 2 5 . 1 6 .
6 . 5 . 4 . . . .
8 . 3 6 . . 7 9 4
1 . 7 . . 4 3 . 6
4 5 . 7 . 3 8 . 2
. 6 . . 7 . 5 3 8
5 . . 3 . . 6 2 9
2 . . . . 9 . 7 1
|
7 8 2 1 3 6 9 4 5
3 4 9 2 5 8 1 6 7
6 1 5 9 4 7 2 8 3
8 2 3 6 1 5 7 9 4
1 9 7 8 2 4 3 5 6
4 5 6 7 9 3 8 1 2
9 6 1 4 7 2 5 3 8
5 7 4 3 8 1 6 2 9
2 3 8 5 6 9 4 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_11
|
..78.945.3.61.582..847261399..58..6184..73295.7529.384.19362578.53...6422684...13
|
127839456396145827584726139932584761841673295675291384419362578753918642268457913
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 11
|
Basic 9x9 Sudoku 11
|
Normal 9x9 sudoku rules apply
|
. . 7 8 . 9 4 5 .
3 . 6 1 . 5 8 2 .
. 8 4 7 2 6 1 3 9
9 . . 5 8 . . 6 1
8 4 . . 7 3 2 9 5
. 7 5 2 9 . 3 8 4
. 1 9 3 6 2 5 7 8
. 5 3 . . . 6 4 2
2 6 8 4 . . . 1 3
|
1 2 7 8 3 9 4 5 6
3 9 6 1 4 5 8 2 7
5 8 4 7 2 6 1 3 9
9 3 2 5 8 4 7 6 1
8 4 1 6 7 3 2 9 5
6 7 5 2 9 1 3 8 4
4 1 9 3 6 2 5 7 8
7 5 3 9 1 8 6 4 2
2 6 8 4 5 7 9 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_12
|
612.9...7..913.8..5..6..419.24.1.596.65.49..8.975...34.584716.32....69..43...27.1
|
612894357749135862583627419824713596365249178197568234958471623271386945436952781
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 12
|
Basic 9x9 Sudoku 12
|
Normal 9x9 sudoku rules apply
|
6 1 2 . 9 . . . 7
. . 9 1 3 . 8 . .
5 . . 6 . . 4 1 9
. 2 4 . 1 . 5 9 6
. 6 5 . 4 9 . . 8
. 9 7 5 . . . 3 4
. 5 8 4 7 1 6 . 3
2 . . . . 6 9 . .
4 3 . . . 2 7 . 1
|
6 1 2 8 9 4 3 5 7
7 4 9 1 3 5 8 6 2
5 8 3 6 2 7 4 1 9
8 2 4 7 1 3 5 9 6
3 6 5 2 4 9 1 7 8
1 9 7 5 6 8 2 3 4
9 5 8 4 7 1 6 2 3
2 7 1 3 8 6 9 4 5
4 3 6 9 5 2 7 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_13
|
.8....4.3.368549...426.7851.941....5.5.94.7.....3.5.9.5...632.8.67.823...23491576
|
785219463136854927942637851294178635351946782678325194519763248467582319823491576
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 13
|
Basic 9x9 Sudoku 13
|
Normal 9x9 sudoku rules apply
|
. 8 . . . . 4 . 3
. 3 6 8 5 4 9 . .
. 4 2 6 . 7 8 5 1
. 9 4 1 . . . . 5
. 5 . 9 4 . 7 . .
. . . 3 . 5 . 9 .
5 . . . 6 3 2 . 8
. 6 7 . 8 2 3 . .
. 2 3 4 9 1 5 7 6
|
7 8 5 2 1 9 4 6 3
1 3 6 8 5 4 9 2 7
9 4 2 6 3 7 8 5 1
2 9 4 1 7 8 6 3 5
3 5 1 9 4 6 7 8 2
6 7 8 3 2 5 1 9 4
5 1 9 7 6 3 2 4 8
4 6 7 5 8 2 3 1 9
8 2 3 4 9 1 5 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_14
|
8.71..4.9...94..7..1..5738.1.26895.796.71.23...8.249.124587.69..91.6..2568.5927..
|
827136459356948172419257386132689547964715238578324961245871693791463825683592714
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 14
|
Basic 9x9 Sudoku 14
|
Normal 9x9 sudoku rules apply
|
8 . 7 1 . . 4 . 9
. . . 9 4 . . 7 .
. 1 . . 5 7 3 8 .
1 . 2 6 8 9 5 . 7
9 6 . 7 1 . 2 3 .
. . 8 . 2 4 9 . 1
2 4 5 8 7 . 6 9 .
. 9 1 . 6 . . 2 5
6 8 . 5 9 2 7 . .
|
8 2 7 1 3 6 4 5 9
3 5 6 9 4 8 1 7 2
4 1 9 2 5 7 3 8 6
1 3 2 6 8 9 5 4 7
9 6 4 7 1 5 2 3 8
5 7 8 3 2 4 9 6 1
2 4 5 8 7 1 6 9 3
7 9 1 4 6 3 8 2 5
6 8 3 5 9 2 7 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_15
|
843.1........6...456..4.982.842....69..17.3...7.45....61..8......263...77.8...469
|
843912675297865134561347982184293756925176348376458291619784523452639817738521469
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 15
|
Basic 9x9 Sudoku 15
|
Normal 9x9 sudoku rules apply
|
8 4 3 . 1 . . . .
. . . . 6 . . . 4
5 6 . . 4 . 9 8 2
. 8 4 2 . . . . 6
9 . . 1 7 . 3 . .
. 7 . 4 5 . . . .
6 1 . . 8 . . . .
. . 2 6 3 . . . 7
7 . 8 . . . 4 6 9
|
8 4 3 9 1 2 6 7 5
2 9 7 8 6 5 1 3 4
5 6 1 3 4 7 9 8 2
1 8 4 2 9 3 7 5 6
9 2 5 1 7 6 3 4 8
3 7 6 4 5 8 2 9 1
6 1 9 7 8 4 5 2 3
4 5 2 6 3 9 8 1 7
7 3 8 5 2 1 4 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_16
|
.5..9.7261..6.3.456.4275.3....812....865..31..41.67..9..942...3512.3.....7...6..1
|
358194726127683945694275138935812467786549312241367859869421573512738694473956281
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 16
|
Basic 9x9 Sudoku 16
|
Normal 9x9 sudoku rules apply
|
. 5 . . 9 . 7 2 6
1 . . 6 . 3 . 4 5
6 . 4 2 7 5 . 3 .
. . . 8 1 2 . . .
. 8 6 5 . . 3 1 .
. 4 1 . 6 7 . . 9
. . 9 4 2 . . . 3
5 1 2 . 3 . . . .
. 7 . . . 6 . . 1
|
3 5 8 1 9 4 7 2 6
1 2 7 6 8 3 9 4 5
6 9 4 2 7 5 1 3 8
9 3 5 8 1 2 4 6 7
7 8 6 5 4 9 3 1 2
2 4 1 3 6 7 8 5 9
8 6 9 4 2 1 5 7 3
5 1 2 7 3 8 6 9 4
4 7 3 9 5 6 2 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_17
|
35.8....6819.6423..2497358.48.6.97151.2.57.645.64813..7.12.6.58248.35679965748123
|
357812946819564237624973581483629715192357864576481392731296458248135679965748123
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 17
|
Basic 9x9 Sudoku 17
|
Normal 9x9 sudoku rules apply
|
3 5 . 8 . . . . 6
8 1 9 . 6 4 2 3 .
. 2 4 9 7 3 5 8 .
4 8 . 6 . 9 7 1 5
1 . 2 . 5 7 . 6 4
5 . 6 4 8 1 3 . .
7 . 1 2 . 6 . 5 8
2 4 8 . 3 5 6 7 9
9 6 5 7 4 8 1 2 3
|
3 5 7 8 1 2 9 4 6
8 1 9 5 6 4 2 3 7
6 2 4 9 7 3 5 8 1
4 8 3 6 2 9 7 1 5
1 9 2 3 5 7 8 6 4
5 7 6 4 8 1 3 9 2
7 3 1 2 9 6 4 5 8
2 4 8 1 3 5 6 7 9
9 6 5 7 4 8 1 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_18
|
.74..9265..214..7..95..71...1.3947.8.49.28....587..4.296.4...8.4...7.5265.7683.14
|
174839265632145879895267143216394758749528631358716492961452387483971526527683914
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 18
|
Basic 9x9 Sudoku 18
|
Normal 9x9 sudoku rules apply
|
. 7 4 . . 9 2 6 5
. . 2 1 4 . . 7 .
. 9 5 . . 7 1 . .
. 1 . 3 9 4 7 . 8
. 4 9 . 2 8 . . .
. 5 8 7 . . 4 . 2
9 6 . 4 . . . 8 .
4 . . . 7 . 5 2 6
5 . 7 6 8 3 . 1 4
|
1 7 4 8 3 9 2 6 5
6 3 2 1 4 5 8 7 9
8 9 5 2 6 7 1 4 3
2 1 6 3 9 4 7 5 8
7 4 9 5 2 8 6 3 1
3 5 8 7 1 6 4 9 2
9 6 1 4 5 2 3 8 7
4 8 3 9 7 1 5 2 6
5 2 7 6 8 3 9 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_19
|
4.6.29735..213..68538.7419.8.179.65..6.54..272.73.89411.92...7.67..1...93....7.1.
|
416829735792135468538674192841792653963541827257368941189256374675413289324987516
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 19
|
Basic 9x9 Sudoku 19
|
Normal 9x9 sudoku rules apply
|
4 . 6 . 2 9 7 3 5
. . 2 1 3 . . 6 8
5 3 8 . 7 4 1 9 .
8 . 1 7 9 . 6 5 .
. 6 . 5 4 . . 2 7
2 . 7 3 . 8 9 4 1
1 . 9 2 . . . 7 .
6 7 . . 1 . . . 9
3 . . . . 7 . 1 .
|
4 1 6 8 2 9 7 3 5
7 9 2 1 3 5 4 6 8
5 3 8 6 7 4 1 9 2
8 4 1 7 9 2 6 5 3
9 6 3 5 4 1 8 2 7
2 5 7 3 6 8 9 4 1
1 8 9 2 5 6 3 7 4
6 7 5 4 1 3 2 8 9
3 2 4 9 8 7 5 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_20
|
165...3.49481..6...2...48...1.45...33567.1.4..7.2.3...59.318.......4.2.143...259.
|
165829374948137625723564819219456783356781942874293156592318467687945231431672598
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 20
|
Basic 9x9 Sudoku 20
|
Normal 9x9 sudoku rules apply
|
1 6 5 . . . 3 . 4
9 4 8 1 . . 6 . .
. 2 . . . 4 8 . .
. 1 . 4 5 . . . 3
3 5 6 7 . 1 . 4 .
. 7 . 2 . 3 . . .
5 9 . 3 1 8 . . .
. . . . 4 . 2 . 1
4 3 . . . 2 5 9 .
|
1 6 5 8 2 9 3 7 4
9 4 8 1 3 7 6 2 5
7 2 3 5 6 4 8 1 9
2 1 9 4 5 6 7 8 3
3 5 6 7 8 1 9 4 2
8 7 4 2 9 3 1 5 6
5 9 2 3 1 8 4 6 7
6 8 7 9 4 5 2 3 1
4 3 1 6 7 2 5 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_21
|
.5281..7.14.23586.3..764.522.69.8.3.9.4...52..7..4269.461..328778.42.91552918734.
|
652819473147235869398764152216958734934671528875342691461593287783426915529187346
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 21
|
Basic 9x9 Sudoku 21
|
Normal 9x9 sudoku rules apply
|
. 5 2 8 1 . . 7 .
1 4 . 2 3 5 8 6 .
3 . . 7 6 4 . 5 2
2 . 6 9 . 8 . 3 .
9 . 4 . . . 5 2 .
. 7 . . 4 2 6 9 .
4 6 1 . . 3 2 8 7
7 8 . 4 2 . 9 1 5
5 2 9 1 8 7 3 4 .
|
6 5 2 8 1 9 4 7 3
1 4 7 2 3 5 8 6 9
3 9 8 7 6 4 1 5 2
2 1 6 9 5 8 7 3 4
9 3 4 6 7 1 5 2 8
8 7 5 3 4 2 6 9 1
4 6 1 5 9 3 2 8 7
7 8 3 4 2 6 9 1 5
5 2 9 1 8 7 3 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_22
|
3..81..4..45.96..7.......9.912...3...5.2...1.87..34...26..8...5..4...9....19...72
|
397812546145396827628457193912578364453269718876134259269781435734625981581943672
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 22
|
Basic 9x9 Sudoku 22
|
Normal 9x9 sudoku rules apply
|
3 . . 8 1 . . 4 .
. 4 5 . 9 6 . . 7
. . . . . . . 9 .
9 1 2 . . . 3 . .
. 5 . 2 . . . 1 .
8 7 . . 3 4 . . .
2 6 . . 8 . . . 5
. . 4 . . . 9 . .
. . 1 9 . . . 7 2
|
3 9 7 8 1 2 5 4 6
1 4 5 3 9 6 8 2 7
6 2 8 4 5 7 1 9 3
9 1 2 5 7 8 3 6 4
4 5 3 2 6 9 7 1 8
8 7 6 1 3 4 2 5 9
2 6 9 7 8 1 4 3 5
7 3 4 6 2 5 9 8 1
5 8 1 9 4 3 6 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_23
|
1.6.2.4.74281.5936.57496.212.9..176467.2..5195147.92..9.15.4372..563.19.83.9.764.
|
196823457428175936357496821289351764673248519514769283961584372745632198832917645
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 23
|
Basic 9x9 Sudoku 23
|
Normal 9x9 sudoku rules apply
|
1 . 6 . 2 . 4 . 7
4 2 8 1 . 5 9 3 6
. 5 7 4 9 6 . 2 1
2 . 9 . . 1 7 6 4
6 7 . 2 . . 5 1 9
5 1 4 7 . 9 2 . .
9 . 1 5 . 4 3 7 2
. . 5 6 3 . 1 9 .
8 3 . 9 . 7 6 4 .
|
1 9 6 8 2 3 4 5 7
4 2 8 1 7 5 9 3 6
3 5 7 4 9 6 8 2 1
2 8 9 3 5 1 7 6 4
6 7 3 2 4 8 5 1 9
5 1 4 7 6 9 2 8 3
9 6 1 5 8 4 3 7 2
7 4 5 6 3 2 1 9 8
8 3 2 9 1 7 6 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_24
|
.1.942.37........645..7..91...7....5.83125...5.7.3.9.......3.5...52..14..91584.7.
|
816942537379851426452376891124769385983125764567438912748613259635297148291584673
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 24
|
Basic 9x9 Sudoku 24
|
Normal 9x9 sudoku rules apply
|
. 1 . 9 4 2 . 3 7
. . . . . . . . 6
4 5 . . 7 . . 9 1
. . . 7 . . . . 5
. 8 3 1 2 5 . . .
5 . 7 . 3 . 9 . .
. . . . . 3 . 5 .
. . 5 2 . . 1 4 .
. 9 1 5 8 4 . 7 .
|
8 1 6 9 4 2 5 3 7
3 7 9 8 5 1 4 2 6
4 5 2 3 7 6 8 9 1
1 2 4 7 6 9 3 8 5
9 8 3 1 2 5 7 6 4
5 6 7 4 3 8 9 1 2
7 4 8 6 1 3 2 5 9
6 3 5 2 9 7 1 4 8
2 9 1 5 8 4 6 7 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_25
|
13..25.74.6.8..19..92.6.83.815.9.7269.3....4.476.58.1..41.8395..8957.4.16.714..83
|
138925674564837192792461835815394726923716548476258319241683957389572461657149283
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 25
|
Basic 9x9 Sudoku 25
|
Normal 9x9 sudoku rules apply
|
1 3 . . 2 5 . 7 4
. 6 . 8 . . 1 9 .
. 9 2 . 6 . 8 3 .
8 1 5 . 9 . 7 2 6
9 . 3 . . . . 4 .
4 7 6 . 5 8 . 1 .
. 4 1 . 8 3 9 5 .
. 8 9 5 7 . 4 . 1
6 . 7 1 4 . . 8 3
|
1 3 8 9 2 5 6 7 4
5 6 4 8 3 7 1 9 2
7 9 2 4 6 1 8 3 5
8 1 5 3 9 4 7 2 6
9 2 3 7 1 6 5 4 8
4 7 6 2 5 8 3 1 9
2 4 1 6 8 3 9 5 7
3 8 9 5 7 2 4 6 1
6 5 7 1 4 9 2 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_26
|
1368.257.4973.582.5.846.3.92159.4..386.1237457.35.62..671.5943.382641..7954.38162
|
136892574497315826528467319215974683869123745743586291671259438382641957954738162
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 26
|
Basic 9x9 Sudoku 26
|
Normal 9x9 sudoku rules apply
|
1 3 6 8 . 2 5 7 .
4 9 7 3 . 5 8 2 .
5 . 8 4 6 . 3 . 9
2 1 5 9 . 4 . . 3
8 6 . 1 2 3 7 4 5
7 . 3 5 . 6 2 . .
6 7 1 . 5 9 4 3 .
3 8 2 6 4 1 . . 7
9 5 4 . 3 8 1 6 2
|
1 3 6 8 9 2 5 7 4
4 9 7 3 1 5 8 2 6
5 2 8 4 6 7 3 1 9
2 1 5 9 7 4 6 8 3
8 6 9 1 2 3 7 4 5
7 4 3 5 8 6 2 9 1
6 7 1 2 5 9 4 3 8
3 8 2 6 4 1 9 5 7
9 5 4 7 3 8 1 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_27
|
..68.9.273.824.16572.6..8948..12674.2.7394518..4.7.63.1.9483256453..298.68.95147.
|
546819327398247165721635894835126749267394518914578632179483256453762981682951473
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 27
|
Basic 9x9 Sudoku 27
|
Normal 9x9 sudoku rules apply
|
. . 6 8 . 9 . 2 7
3 . 8 2 4 . 1 6 5
7 2 . 6 . . 8 9 4
8 . . 1 2 6 7 4 .
2 . 7 3 9 4 5 1 8
. . 4 . 7 . 6 3 .
1 . 9 4 8 3 2 5 6
4 5 3 . . 2 9 8 .
6 8 . 9 5 1 4 7 .
|
5 4 6 8 1 9 3 2 7
3 9 8 2 4 7 1 6 5
7 2 1 6 3 5 8 9 4
8 3 5 1 2 6 7 4 9
2 6 7 3 9 4 5 1 8
9 1 4 5 7 8 6 3 2
1 7 9 4 8 3 2 5 6
4 5 3 7 6 2 9 8 1
6 8 2 9 5 1 4 7 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_28
|
.182946579741.62.865.37..948.5.2147614658.329297.4381..2.7.5.81769..25435.1.39.6.
|
318294657974156238652378194835921476146587329297643815423765981769812543581439762
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 28
|
Basic 9x9 Sudoku 28
|
Normal 9x9 sudoku rules apply
|
. 1 8 2 9 4 6 5 7
9 7 4 1 . 6 2 . 8
6 5 . 3 7 . . 9 4
8 . 5 . 2 1 4 7 6
1 4 6 5 8 . 3 2 9
2 9 7 . 4 3 8 1 .
. 2 . 7 . 5 . 8 1
7 6 9 . . 2 5 4 3
5 . 1 . 3 9 . 6 .
|
3 1 8 2 9 4 6 5 7
9 7 4 1 5 6 2 3 8
6 5 2 3 7 8 1 9 4
8 3 5 9 2 1 4 7 6
1 4 6 5 8 7 3 2 9
2 9 7 6 4 3 8 1 5
4 2 3 7 6 5 9 8 1
7 6 9 8 1 2 5 4 3
5 8 1 4 3 9 7 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_29
|
.48.9.2.3.9.38.65.316.5.894.2.463.1.1.58.24.94...19.8..8392...59.473.126271.4.9..
|
548196273792384651316257894829463517135872469467519382683921745954738126271645938
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 29
|
Basic 9x9 Sudoku 29
|
Normal 9x9 sudoku rules apply
|
. 4 8 . 9 . 2 . 3
. 9 . 3 8 . 6 5 .
3 1 6 . 5 . 8 9 4
. 2 . 4 6 3 . 1 .
1 . 5 8 . 2 4 . 9
4 . . . 1 9 . 8 .
. 8 3 9 2 . . . 5
9 . 4 7 3 . 1 2 6
2 7 1 . 4 . 9 . .
|
5 4 8 1 9 6 2 7 3
7 9 2 3 8 4 6 5 1
3 1 6 2 5 7 8 9 4
8 2 9 4 6 3 5 1 7
1 3 5 8 7 2 4 6 9
4 6 7 5 1 9 3 8 2
6 8 3 9 2 1 7 4 5
9 5 4 7 3 8 1 2 6
2 7 1 6 4 5 9 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_30
|
..928....7.........3.6.51.912..57.96..79..3.5..5....712...6..54974......56.439...
|
419283567756194832832675149128357496647912385395846271283761954974528613561439728
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 30
|
Basic 9x9 Sudoku 30
|
Normal 9x9 sudoku rules apply
|
. . 9 2 8 . . . .
7 . . . . . . . .
. 3 . 6 . 5 1 . 9
1 2 . . 5 7 . 9 6
. . 7 9 . . 3 . 5
. . 5 . . . . 7 1
2 . . . 6 . . 5 4
9 7 4 . . . . . .
5 6 . 4 3 9 . . .
|
4 1 9 2 8 3 5 6 7
7 5 6 1 9 4 8 3 2
8 3 2 6 7 5 1 4 9
1 2 8 3 5 7 4 9 6
6 4 7 9 1 2 3 8 5
3 9 5 8 4 6 2 7 1
2 8 3 7 6 1 9 5 4
9 7 4 5 2 8 6 1 3
5 6 1 4 3 9 7 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_31
|
...8.95478741..96..2..74.13458.17296.1.9.5.84.9.4.2..574...1628.8.246.7.3..7.....
|
136829547874153962925674813458317296213965784697482135749531628581246379362798451
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 31
|
Basic 9x9 Sudoku 31
|
Normal 9x9 sudoku rules apply
|
. . . 8 . 9 5 4 7
8 7 4 1 . . 9 6 .
. 2 . . 7 4 . 1 3
4 5 8 . 1 7 2 9 6
. 1 . 9 . 5 . 8 4
. 9 . 4 . 2 . . 5
7 4 . . . 1 6 2 8
. 8 . 2 4 6 . 7 .
3 . . 7 . . . . .
|
1 3 6 8 2 9 5 4 7
8 7 4 1 5 3 9 6 2
9 2 5 6 7 4 8 1 3
4 5 8 3 1 7 2 9 6
2 1 3 9 6 5 7 8 4
6 9 7 4 8 2 1 3 5
7 4 9 5 3 1 6 2 8
5 8 1 2 4 6 3 7 9
3 6 2 7 9 8 4 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_32
|
5468.1372871235....29...18.285619.4.1.73..6.84...8.591.58..6.34..2..8.17....23..6
|
546891372871235469329467185285619743197354628463782591958176234632548917714923856
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 32
|
Basic 9x9 Sudoku 32
|
Normal 9x9 sudoku rules apply
|
5 4 6 8 . 1 3 7 2
8 7 1 2 3 5 . . .
. 2 9 . . . 1 8 .
2 8 5 6 1 9 . 4 .
1 . 7 3 . . 6 . 8
4 . . . 8 . 5 9 1
. 5 8 . . 6 . 3 4
. . 2 . . 8 . 1 7
. . . . 2 3 . . 6
|
5 4 6 8 9 1 3 7 2
8 7 1 2 3 5 4 6 9
3 2 9 4 6 7 1 8 5
2 8 5 6 1 9 7 4 3
1 9 7 3 5 4 6 2 8
4 6 3 7 8 2 5 9 1
9 5 8 1 7 6 2 3 4
6 3 2 5 4 8 9 1 7
7 1 4 9 2 3 8 5 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_33
|
623..9.47.51.4.8.6478356192.16...3242.748361534.16.789.8.5742.353462.971....31.5.
|
623819547951247836478356192816795324297483615345162789189574263534628971762931458
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 33
|
Basic 9x9 Sudoku 33
|
Normal 9x9 sudoku rules apply
|
6 2 3 . . 9 . 4 7
. 5 1 . 4 . 8 . 6
4 7 8 3 5 6 1 9 2
. 1 6 . . . 3 2 4
2 . 7 4 8 3 6 1 5
3 4 . 1 6 . 7 8 9
. 8 . 5 7 4 2 . 3
5 3 4 6 2 . 9 7 1
. . . . 3 1 . 5 .
|
6 2 3 8 1 9 5 4 7
9 5 1 2 4 7 8 3 6
4 7 8 3 5 6 1 9 2
8 1 6 7 9 5 3 2 4
2 9 7 4 8 3 6 1 5
3 4 5 1 6 2 7 8 9
1 8 9 5 7 4 2 6 3
5 3 4 6 2 8 9 7 1
7 6 2 9 3 1 4 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_34
|
57.8....6..294.....8...71.292538..6.8172.49..3...9.28..4.15....25847361.7..6283..
|
579812436132946578486537192925381764817264953364795281643159827258473619791628345
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 34
|
Basic 9x9 Sudoku 34
|
Normal 9x9 sudoku rules apply
|
5 7 . 8 . . . . 6
. . 2 9 4 . . . .
. 8 . . . 7 1 . 2
9 2 5 3 8 . . 6 .
8 1 7 2 . 4 9 . .
3 . . . 9 . 2 8 .
. 4 . 1 5 . . . .
2 5 8 4 7 3 6 1 .
7 . . 6 2 8 3 . .
|
5 7 9 8 1 2 4 3 6
1 3 2 9 4 6 5 7 8
4 8 6 5 3 7 1 9 2
9 2 5 3 8 1 7 6 4
8 1 7 2 6 4 9 5 3
3 6 4 7 9 5 2 8 1
6 4 3 1 5 9 8 2 7
2 5 8 4 7 3 6 1 9
7 9 1 6 2 8 3 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_35
|
4.98.25761879.62.3....7.8199143..625872.6.3.435..4918...37..961.....145262...4.38
|
439812576187956243265473819914387625872165394356249187543728961798631452621594738
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 35
|
Basic 9x9 Sudoku 35
|
Normal 9x9 sudoku rules apply
|
4 . 9 8 . 2 5 7 6
1 8 7 9 . 6 2 . 3
. . . . 7 . 8 1 9
9 1 4 3 . . 6 2 5
8 7 2 . 6 . 3 . 4
3 5 . . 4 9 1 8 .
. . 3 7 . . 9 6 1
. . . . . 1 4 5 2
6 2 . . . 4 . 3 8
|
4 3 9 8 1 2 5 7 6
1 8 7 9 5 6 2 4 3
2 6 5 4 7 3 8 1 9
9 1 4 3 8 7 6 2 5
8 7 2 1 6 5 3 9 4
3 5 6 2 4 9 1 8 7
5 4 3 7 2 8 9 6 1
7 9 8 6 3 1 4 5 2
6 2 1 5 9 4 7 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_36
|
85.9.3467.7.814...3245.619819...5.8446....73.5...47.1..49.62.5163875.2.92...8.376
|
851923467976814523324576198197235684462198735583647912749362851638751249215489376
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 36
|
Basic 9x9 Sudoku 36
|
Normal 9x9 sudoku rules apply
|
8 5 . 9 . 3 4 6 7
. 7 . 8 1 4 . . .
3 2 4 5 . 6 1 9 8
1 9 . . . 5 . 8 4
4 6 . . . . 7 3 .
5 . . . 4 7 . 1 .
. 4 9 . 6 2 . 5 1
6 3 8 7 5 . 2 . 9
2 . . . 8 . 3 7 6
|
8 5 1 9 2 3 4 6 7
9 7 6 8 1 4 5 2 3
3 2 4 5 7 6 1 9 8
1 9 7 2 3 5 6 8 4
4 6 2 1 9 8 7 3 5
5 8 3 6 4 7 9 1 2
7 4 9 3 6 2 8 5 1
6 3 8 7 5 1 2 4 9
2 1 5 4 8 9 3 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_37
|
741892.5.625134..9..35.6...83.457621.5.6817.31679..5...74318..2..6.45.8.2187694..
|
741892356625134879983576214839457621452681793167923548574318962396245187218769435
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 37
|
Basic 9x9 Sudoku 37
|
Normal 9x9 sudoku rules apply
|
7 4 1 8 9 2 . 5 .
6 2 5 1 3 4 . . 9
. . 3 5 . 6 . . .
8 3 . 4 5 7 6 2 1
. 5 . 6 8 1 7 . 3
1 6 7 9 . . 5 . .
. 7 4 3 1 8 . . 2
. . 6 . 4 5 . 8 .
2 1 8 7 6 9 4 . .
|
7 4 1 8 9 2 3 5 6
6 2 5 1 3 4 8 7 9
9 8 3 5 7 6 2 1 4
8 3 9 4 5 7 6 2 1
4 5 2 6 8 1 7 9 3
1 6 7 9 2 3 5 4 8
5 7 4 3 1 8 9 6 2
3 9 6 2 4 5 1 8 7
2 1 8 7 6 9 4 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_38
|
1.29..46..4.17.9.5.75.628.1.1.39754..63.2.179794.1....4...5.698639.8..5485764.2.3
|
182935467346178925975462831218397546563824179794516382421753698639281754857649213
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 38
|
Basic 9x9 Sudoku 38
|
Normal 9x9 sudoku rules apply
|
1 . 2 9 . . 4 6 .
. 4 . 1 7 . 9 . 5
. 7 5 . 6 2 8 . 1
. 1 . 3 9 7 5 4 .
. 6 3 . 2 . 1 7 9
7 9 4 . 1 . . . .
4 . . . 5 . 6 9 8
6 3 9 . 8 . . 5 4
8 5 7 6 4 . 2 . 3
|
1 8 2 9 3 5 4 6 7
3 4 6 1 7 8 9 2 5
9 7 5 4 6 2 8 3 1
2 1 8 3 9 7 5 4 6
5 6 3 8 2 4 1 7 9
7 9 4 5 1 6 3 8 2
4 2 1 7 5 3 6 9 8
6 3 9 2 8 1 7 5 4
8 5 7 6 4 9 2 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_39
|
..23..9...659.7..2.8...5...1.6.8...4.9....2.3....9..8194.6........5.41.9.21..9346
|
712348965465917832389265417136782594894156273257493681943621758678534129521879346
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 39
|
Basic 9x9 Sudoku 39
|
Normal 9x9 sudoku rules apply
|
. . 2 3 . . 9 . .
. 6 5 9 . 7 . . 2
. 8 . . . 5 . . .
1 . 6 . 8 . . . 4
. 9 . . . . 2 . 3
. . . . 9 . . 8 1
9 4 . 6 . . . . .
. . . 5 . 4 1 . 9
. 2 1 . . 9 3 4 6
|
7 1 2 3 4 8 9 6 5
4 6 5 9 1 7 8 3 2
3 8 9 2 6 5 4 1 7
1 3 6 7 8 2 5 9 4
8 9 4 1 5 6 2 7 3
2 5 7 4 9 3 6 8 1
9 4 3 6 2 1 7 5 8
6 7 8 5 3 4 1 2 9
5 2 1 8 7 9 3 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_40
|
14628935..2913.48..8.674.218.1926..5.648..2132574136.83.8741562.....28744.256.139
|
146289357729135486583674921831926745964857213257413698398741562615392874472568139
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 40
|
Basic 9x9 Sudoku 40
|
Normal 9x9 sudoku rules apply
|
1 4 6 2 8 9 3 5 .
. 2 9 1 3 . 4 8 .
. 8 . 6 7 4 . 2 1
8 . 1 9 2 6 . . 5
. 6 4 8 . . 2 1 3
2 5 7 4 1 3 6 . 8
3 . 8 7 4 1 5 6 2
. . . . . 2 8 7 4
4 . 2 5 6 . 1 3 9
|
1 4 6 2 8 9 3 5 7
7 2 9 1 3 5 4 8 6
5 8 3 6 7 4 9 2 1
8 3 1 9 2 6 7 4 5
9 6 4 8 5 7 2 1 3
2 5 7 4 1 3 6 9 8
3 9 8 7 4 1 5 6 2
6 1 5 3 9 2 8 7 4
4 7 2 5 6 8 1 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_41
|
6.51...7.7..35..89.....7...9637....8.2.9613.7....3..9...647893..815...2..79....4.
|
635189274742356189198247563963725418824961357517834692256478931481593726379612845
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 41
|
Basic 9x9 Sudoku 41
|
Normal 9x9 sudoku rules apply
|
6 . 5 1 . . . 7 .
7 . . 3 5 . . 8 9
. . . . . 7 . . .
9 6 3 7 . . . . 8
. 2 . 9 6 1 3 . 7
. . . . 3 . . 9 .
. . 6 4 7 8 9 3 .
. 8 1 5 . . . 2 .
. 7 9 . . . . 4 .
|
6 3 5 1 8 9 2 7 4
7 4 2 3 5 6 1 8 9
1 9 8 2 4 7 5 6 3
9 6 3 7 2 5 4 1 8
8 2 4 9 6 1 3 5 7
5 1 7 8 3 4 6 9 2
2 5 6 4 7 8 9 3 1
4 8 1 5 9 3 7 2 6
3 7 9 6 1 2 8 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_42
|
726.19.45398245176.15..7.2.8..19..53.54372...97.5682.4587.2693163.7514...419.356.
|
726819345398245176415637829862194753154372698973568214587426931639751482241983567
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 42
|
Basic 9x9 Sudoku 42
|
Normal 9x9 sudoku rules apply
|
7 2 6 . 1 9 . 4 5
3 9 8 2 4 5 1 7 6
. 1 5 . . 7 . 2 .
8 . . 1 9 . . 5 3
. 5 4 3 7 2 . . .
9 7 . 5 6 8 2 . 4
5 8 7 . 2 6 9 3 1
6 3 . 7 5 1 4 . .
. 4 1 9 . 3 5 6 .
|
7 2 6 8 1 9 3 4 5
3 9 8 2 4 5 1 7 6
4 1 5 6 3 7 8 2 9
8 6 2 1 9 4 7 5 3
1 5 4 3 7 2 6 9 8
9 7 3 5 6 8 2 1 4
5 8 7 4 2 6 9 3 1
6 3 9 7 5 1 4 8 2
2 4 1 9 8 3 5 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_43
|
.1...934..68..42573.4..5..1896.....4......9.325.9..1.8.81562.3..32.....5.7...8.1.
|
715289346968314257324675891896123574147856923253947168481562739632791485579438612
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 43
|
Basic 9x9 Sudoku 43
|
Normal 9x9 sudoku rules apply
|
. 1 . . . 9 3 4 .
. 6 8 . . 4 2 5 7
3 . 4 . . 5 . . 1
8 9 6 . . . . . 4
. . . . . . 9 . 3
2 5 . 9 . . 1 . 8
. 8 1 5 6 2 . 3 .
. 3 2 . . . . . 5
. 7 . . . 8 . 1 .
|
7 1 5 2 8 9 3 4 6
9 6 8 3 1 4 2 5 7
3 2 4 6 7 5 8 9 1
8 9 6 1 2 3 5 7 4
1 4 7 8 5 6 9 2 3
2 5 3 9 4 7 1 6 8
4 8 1 5 6 2 7 3 9
6 3 2 7 9 1 4 8 5
5 7 9 4 3 8 6 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_44
|
5.49.16...79..6.15...3..249147.5392..3216.7.8685792.3121..3..8.45.....9..9352.164
|
524981673379246815861375249147853926932164758685792431216439587458617392793528164
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 44
|
Basic 9x9 Sudoku 44
|
Normal 9x9 sudoku rules apply
|
5 . 4 9 . 1 6 . .
. 7 9 . . 6 . 1 5
. . . 3 . . 2 4 9
1 4 7 . 5 3 9 2 .
. 3 2 1 6 . 7 . 8
6 8 5 7 9 2 . 3 1
2 1 . . 3 . . 8 .
4 5 . . . . . 9 .
. 9 3 5 2 . 1 6 4
|
5 2 4 9 8 1 6 7 3
3 7 9 2 4 6 8 1 5
8 6 1 3 7 5 2 4 9
1 4 7 8 5 3 9 2 6
9 3 2 1 6 4 7 5 8
6 8 5 7 9 2 4 3 1
2 1 6 4 3 9 5 8 7
4 5 8 6 1 7 3 9 2
7 9 3 5 2 8 1 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_45
|
.8291..7....23...8.43...9.22..85.741891.43.255....283945.621.9......5.......9...4
|
682914573915237468743586912236859741891743625574162839458621397329475186167398254
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 45
|
Basic 9x9 Sudoku 45
|
Normal 9x9 sudoku rules apply
|
. 8 2 9 1 . . 7 .
. . . 2 3 . . . 8
. 4 3 . . . 9 . 2
2 . . 8 5 . 7 4 1
8 9 1 . 4 3 . 2 5
5 . . . . 2 8 3 9
4 5 . 6 2 1 . 9 .
. . . . . 5 . . .
. . . . 9 . . . 4
|
6 8 2 9 1 4 5 7 3
9 1 5 2 3 7 4 6 8
7 4 3 5 8 6 9 1 2
2 3 6 8 5 9 7 4 1
8 9 1 7 4 3 6 2 5
5 7 4 1 6 2 8 3 9
4 5 8 6 2 1 3 9 7
3 2 9 4 7 5 1 8 6
1 6 7 3 9 8 2 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_46
|
89.2.43.751..3.96.34796581.2357986414815.6.3967.14..2.16837.4..724.59.839.34.1276
|
896214357512837964347965812235798641481526739679143528168372495724659183953481276
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 46
|
Basic 9x9 Sudoku 46
|
Normal 9x9 sudoku rules apply
|
8 9 . 2 . 4 3 . 7
5 1 . . 3 . 9 6 .
3 4 7 9 6 5 8 1 .
2 3 5 7 9 8 6 4 1
4 8 1 5 . 6 . 3 9
6 7 . 1 4 . . 2 .
1 6 8 3 7 . 4 . .
7 2 4 . 5 9 . 8 3
9 . 3 4 . 1 2 7 6
|
8 9 6 2 1 4 3 5 7
5 1 2 8 3 7 9 6 4
3 4 7 9 6 5 8 1 2
2 3 5 7 9 8 6 4 1
4 8 1 5 2 6 7 3 9
6 7 9 1 4 3 5 2 8
1 6 8 3 7 2 4 9 5
7 2 4 6 5 9 1 8 3
9 5 3 4 8 1 2 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_47
|
8.4......713.....695..6..4..4.29..35...13.69..9...41824...213...213.94.7.39.7...8
|
864912573713845926952763841146298735285137694397654182478521369621389457539476218
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 47
|
Basic 9x9 Sudoku 47
|
Normal 9x9 sudoku rules apply
|
8 . 4 . . . . . .
7 1 3 . . . . . 6
9 5 . . 6 . . 4 .
. 4 . 2 9 . . 3 5
. . . 1 3 . 6 9 .
. 9 . . . 4 1 8 2
4 . . . 2 1 3 . .
. 2 1 3 . 9 4 . 7
. 3 9 . 7 . . . 8
|
8 6 4 9 1 2 5 7 3
7 1 3 8 4 5 9 2 6
9 5 2 7 6 3 8 4 1
1 4 6 2 9 8 7 3 5
2 8 5 1 3 7 6 9 4
3 9 7 6 5 4 1 8 2
4 7 8 5 2 1 3 6 9
6 2 1 3 8 9 4 5 7
5 3 9 4 7 6 2 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_48
|
18.492..635681.942.2453681749.261.858.59..12371235..6.279143.5..3178....5.8629371
|
187492536356817942924536817493261785865974123712358469279143658631785294548629371
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 48
|
Basic 9x9 Sudoku 48
|
Normal 9x9 sudoku rules apply
|
1 8 . 4 9 2 . . 6
3 5 6 8 1 . 9 4 2
. 2 4 5 3 6 8 1 7
4 9 . 2 6 1 . 8 5
8 . 5 9 . . 1 2 3
7 1 2 3 5 . . 6 .
2 7 9 1 4 3 . 5 .
. 3 1 7 8 . . . .
5 . 8 6 2 9 3 7 1
|
1 8 7 4 9 2 5 3 6
3 5 6 8 1 7 9 4 2
9 2 4 5 3 6 8 1 7
4 9 3 2 6 1 7 8 5
8 6 5 9 7 4 1 2 3
7 1 2 3 5 8 4 6 9
2 7 9 1 4 3 6 5 8
6 3 1 7 8 5 2 9 4
5 4 8 6 2 9 3 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_49
|
....39.7.4.78...5.6..45...925....93.9.4.2..81.16798....2....3.5...68.1925.9..2748
|
185239476497861253632457819258146937974523681316798524821974365743685192569312748
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 49
|
Basic 9x9 Sudoku 49
|
Normal 9x9 sudoku rules apply
|
. . . . 3 9 . 7 .
4 . 7 8 . . . 5 .
6 . . 4 5 . . . 9
2 5 . . . . 9 3 .
9 . 4 . 2 . . 8 1
. 1 6 7 9 8 . . .
. 2 . . . . 3 . 5
. . . 6 8 . 1 9 2
5 . 9 . . 2 7 4 8
|
1 8 5 2 3 9 4 7 6
4 9 7 8 6 1 2 5 3
6 3 2 4 5 7 8 1 9
2 5 8 1 4 6 9 3 7
9 7 4 5 2 3 6 8 1
3 1 6 7 9 8 5 2 4
8 2 1 9 7 4 3 6 5
7 4 3 6 8 5 1 9 2
5 6 9 3 1 2 7 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_50
|
.921...5....26.8..8...79..63....6..4...82..35...43.9.8...6..5.2.5.34.7.1426.5....
|
692183457571264893834579126385916274149827635267435918713698542958342761426751389
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 50
|
Basic 9x9 Sudoku 50
|
Normal 9x9 sudoku rules apply
|
. 9 2 1 . . . 5 .
. . . 2 6 . 8 . .
8 . . . 7 9 . . 6
3 . . . . 6 . . 4
. . . 8 2 . . 3 5
. . . 4 3 . 9 . 8
. . . 6 . . 5 . 2
. 5 . 3 4 . 7 . 1
4 2 6 . 5 . . . .
|
6 9 2 1 8 3 4 5 7
5 7 1 2 6 4 8 9 3
8 3 4 5 7 9 1 2 6
3 8 5 9 1 6 2 7 4
1 4 9 8 2 7 6 3 5
2 6 7 4 3 5 9 1 8
7 1 3 6 9 8 5 4 2
9 5 8 3 4 2 7 6 1
4 2 6 7 5 1 3 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_51
|
....89.4618.4.5..3.9...7..15.....639...59.41.9...4..2....3.....8.9.74...3.491..6.
|
735189246182465973496237581548721639273596418961843725627358194819674352354912867
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 51
|
Basic 9x9 Sudoku 51
|
Normal 9x9 sudoku rules apply
|
. . . . 8 9 . 4 6
1 8 . 4 . 5 . . 3
. 9 . . . 7 . . 1
5 . . . . . 6 3 9
. . . 5 9 . 4 1 .
9 . . . 4 . . 2 .
. . . 3 . . . . .
8 . 9 . 7 4 . . .
3 . 4 9 1 . . 6 .
|
7 3 5 1 8 9 2 4 6
1 8 2 4 6 5 9 7 3
4 9 6 2 3 7 5 8 1
5 4 8 7 2 1 6 3 9
2 7 3 5 9 6 4 1 8
9 6 1 8 4 3 7 2 5
6 2 7 3 5 8 1 9 4
8 1 9 6 7 4 3 5 2
3 5 4 9 1 2 8 6 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_52
|
..51..64..7.3..952...25.38.3.6.72..8897...4..512....96..973..65...5..2.4..142....
|
235189647178364952964257381346972518897615423512843796429738165683591274751426839
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 52
|
Basic 9x9 Sudoku 52
|
Normal 9x9 sudoku rules apply
|
. . 5 1 . . 6 4 .
. 7 . 3 . . 9 5 2
. . . 2 5 . 3 8 .
3 . 6 . 7 2 . . 8
8 9 7 . . . 4 . .
5 1 2 . . . . 9 6
. . 9 7 3 . . 6 5
. . . 5 . . 2 . 4
. . 1 4 2 . . . .
|
2 3 5 1 8 9 6 4 7
1 7 8 3 6 4 9 5 2
9 6 4 2 5 7 3 8 1
3 4 6 9 7 2 5 1 8
8 9 7 6 1 5 4 2 3
5 1 2 8 4 3 7 9 6
4 2 9 7 3 8 1 6 5
6 8 3 5 9 1 2 7 4
7 5 1 4 2 6 8 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_53
|
32.84....69.2....54719.528.2.6...75.....5..6854.69....81..7.692.5....8.7.....951.
|
325841976698237145471965283286413759139752468547698321813574692954126837762389514
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 53
|
Basic 9x9 Sudoku 53
|
Normal 9x9 sudoku rules apply
|
3 2 . 8 4 . . . .
6 9 . 2 . . . . 5
4 7 1 9 . 5 2 8 .
2 . 6 . . . 7 5 .
. . . . 5 . . 6 8
5 4 . 6 9 . . . .
8 1 . . 7 . 6 9 2
. 5 . . . . 8 . 7
. . . . . 9 5 1 .
|
3 2 5 8 4 1 9 7 6
6 9 8 2 3 7 1 4 5
4 7 1 9 6 5 2 8 3
2 8 6 4 1 3 7 5 9
1 3 9 7 5 2 4 6 8
5 4 7 6 9 8 3 2 1
8 1 3 5 7 4 6 9 2
9 5 4 1 2 6 8 3 7
7 6 2 3 8 9 5 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_54
|
.578.92..26357419.1..3624.7.7.1.6..2.25.8...6.1..23.8.9..745.3...1.38..9.36291874
|
457819263263574198198362457879156342325487916614923785982745631741638529536291874
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 54
|
Basic 9x9 Sudoku 54
|
Normal 9x9 sudoku rules apply
|
. 5 7 8 . 9 2 . .
2 6 3 5 7 4 1 9 .
1 . . 3 6 2 4 . 7
. 7 . 1 . 6 . . 2
. 2 5 . 8 . . . 6
. 1 . . 2 3 . 8 .
9 . . 7 4 5 . 3 .
. . 1 . 3 8 . . 9
. 3 6 2 9 1 8 7 4
|
4 5 7 8 1 9 2 6 3
2 6 3 5 7 4 1 9 8
1 9 8 3 6 2 4 5 7
8 7 9 1 5 6 3 4 2
3 2 5 4 8 7 9 1 6
6 1 4 9 2 3 7 8 5
9 8 2 7 4 5 6 3 1
7 4 1 6 3 8 5 2 9
5 3 6 2 9 1 8 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_55
|
619824357873159264..23.78..19..836.526859147...5.4.91.981.35.4.5....813..47.1.586
|
619824357873159264452367891194783625268591473735246918981635742526478139347912586
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 55
|
Basic 9x9 Sudoku 55
|
Normal 9x9 sudoku rules apply
|
6 1 9 8 2 4 3 5 7
8 7 3 1 5 9 2 6 4
. . 2 3 . 7 8 . .
1 9 . . 8 3 6 . 5
2 6 8 5 9 1 4 7 .
. . 5 . 4 . 9 1 .
9 8 1 . 3 5 . 4 .
5 . . . . 8 1 3 .
. 4 7 . 1 . 5 8 6
|
6 1 9 8 2 4 3 5 7
8 7 3 1 5 9 2 6 4
4 5 2 3 6 7 8 9 1
1 9 4 7 8 3 6 2 5
2 6 8 5 9 1 4 7 3
7 3 5 2 4 6 9 1 8
9 8 1 6 3 5 7 4 2
5 2 6 4 7 8 1 3 9
3 4 7 9 1 2 5 8 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_56
|
3462185.98..95.2..295..4183.2436.7.85.3.894.696.4.73.1.39.4281.78.5.69.2452891637
|
346218579817953264295674183124365798573189426968427351639742815781536942452891637
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 56
|
Basic 9x9 Sudoku 56
|
Normal 9x9 sudoku rules apply
|
3 4 6 2 1 8 5 . 9
8 . . 9 5 . 2 . .
2 9 5 . . 4 1 8 3
. 2 4 3 6 . 7 . 8
5 . 3 . 8 9 4 . 6
9 6 . 4 . 7 3 . 1
. 3 9 . 4 2 8 1 .
7 8 . 5 . 6 9 . 2
4 5 2 8 9 1 6 3 7
|
3 4 6 2 1 8 5 7 9
8 1 7 9 5 3 2 6 4
2 9 5 6 7 4 1 8 3
1 2 4 3 6 5 7 9 8
5 7 3 1 8 9 4 2 6
9 6 8 4 2 7 3 5 1
6 3 9 7 4 2 8 1 5
7 8 1 5 3 6 9 4 2
4 5 2 8 9 1 6 3 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_57
|
.96.82.35.34..6128.1..45...1..25.683842...5193.5....7.4..769..2...518..795.42.8..
|
796182435534976128218345796179254683842637519365891274481769352623518947957423861
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 57
|
Basic 9x9 Sudoku 57
|
Normal 9x9 sudoku rules apply
|
. 9 6 . 8 2 . 3 5
. 3 4 . . 6 1 2 8
. 1 . . 4 5 . . .
1 . . 2 5 . 6 8 3
8 4 2 . . . 5 1 9
3 . 5 . . . . 7 .
4 . . 7 6 9 . . 2
. . . 5 1 8 . . 7
9 5 . 4 2 . 8 . .
|
7 9 6 1 8 2 4 3 5
5 3 4 9 7 6 1 2 8
2 1 8 3 4 5 7 9 6
1 7 9 2 5 4 6 8 3
8 4 2 6 3 7 5 1 9
3 6 5 8 9 1 2 7 4
4 8 1 7 6 9 3 5 2
6 2 3 5 1 8 9 4 7
9 5 7 4 2 3 8 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_58
|
.28.....65........4.69.2813.3....7..2.78356.16..4.1..83..79..52....2...7.5.3.64..
|
928143576513687924476952813831269745247835691695471238364798152189524367752316489
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 58
|
Basic 9x9 Sudoku 58
|
Normal 9x9 sudoku rules apply
|
. 2 8 . . . . . 6
5 . . . . . . . .
4 . 6 9 . 2 8 1 3
. 3 . . . . 7 . .
2 . 7 8 3 5 6 . 1
6 . . 4 . 1 . . 8
3 . . 7 9 . . 5 2
. . . . 2 . . . 7
. 5 . 3 . 6 4 . .
|
9 2 8 1 4 3 5 7 6
5 1 3 6 8 7 9 2 4
4 7 6 9 5 2 8 1 3
8 3 1 2 6 9 7 4 5
2 4 7 8 3 5 6 9 1
6 9 5 4 7 1 2 3 8
3 6 4 7 9 8 1 5 2
1 8 9 5 2 4 3 6 7
7 5 2 3 1 6 4 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_59
|
69581..2...4...16....647895.6.1.5742132476.5...7.82..1958724....1.5.827..7.3..58.
|
695813427784259163321647895869135742132476958547982631958724316413568279276391584
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 59
|
Basic 9x9 Sudoku 59
|
Normal 9x9 sudoku rules apply
|
6 9 5 8 1 . . 2 .
. . 4 . . . 1 6 .
. . . 6 4 7 8 9 5
. 6 . 1 . 5 7 4 2
1 3 2 4 7 6 . 5 .
. . 7 . 8 2 . . 1
9 5 8 7 2 4 . . .
. 1 . 5 . 8 2 7 .
. 7 . 3 . . 5 8 .
|
6 9 5 8 1 3 4 2 7
7 8 4 2 5 9 1 6 3
3 2 1 6 4 7 8 9 5
8 6 9 1 3 5 7 4 2
1 3 2 4 7 6 9 5 8
5 4 7 9 8 2 6 3 1
9 5 8 7 2 4 3 1 6
4 1 3 5 6 8 2 7 9
2 7 6 3 9 1 5 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_60
|
761892...54.16.9.292.4.518613.95764.89.6....14..2...3.389...4.5..75....36.4318.97
|
761892354548163972923475186132957648895634721476281539389726415217549863654318297
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 60
|
Basic 9x9 Sudoku 60
|
Normal 9x9 sudoku rules apply
|
7 6 1 8 9 2 . . .
5 4 . 1 6 . 9 . 2
9 2 . 4 . 5 1 8 6
1 3 . 9 5 7 6 4 .
8 9 . 6 . . . . 1
4 . . 2 . . . 3 .
3 8 9 . . . 4 . 5
. . 7 5 . . . . 3
6 . 4 3 1 8 . 9 7
|
7 6 1 8 9 2 3 5 4
5 4 8 1 6 3 9 7 2
9 2 3 4 7 5 1 8 6
1 3 2 9 5 7 6 4 8
8 9 5 6 3 4 7 2 1
4 7 6 2 8 1 5 3 9
3 8 9 7 2 6 4 1 5
2 1 7 5 4 9 8 6 3
6 5 4 3 1 8 2 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_61
|
...2.....23..6.985.96..542..1...72..3..1..7.9.89....4..2....597.716.2834.4.79..1.
|
154289376237461985896375421415937268362148759789526143623814597971652834548793612
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 61
|
Basic 9x9 Sudoku 61
|
Normal 9x9 sudoku rules apply
|
. . . 2 . . . . .
2 3 . . 6 . 9 8 5
. 9 6 . . 5 4 2 .
. 1 . . . 7 2 . .
3 . . 1 . . 7 . 9
. 8 9 . . . . 4 .
. 2 . . . . 5 9 7
. 7 1 6 . 2 8 3 4
. 4 . 7 9 . . 1 .
|
1 5 4 2 8 9 3 7 6
2 3 7 4 6 1 9 8 5
8 9 6 3 7 5 4 2 1
4 1 5 9 3 7 2 6 8
3 6 2 1 4 8 7 5 9
7 8 9 5 2 6 1 4 3
6 2 3 8 1 4 5 9 7
9 7 1 6 5 2 8 3 4
5 4 8 7 9 3 6 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_62
|
.4.192..7.6..47..2..2.6..8...1..6795...72.3.8...95....1.3.7482.4762895..28951.4..
|
348192657965847132712365984821436795594721368637958241153674829476289513289513476
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 62
|
Basic 9x9 Sudoku 62
|
Normal 9x9 sudoku rules apply
|
. 4 . 1 9 2 . . 7
. 6 . . 4 7 . . 2
. . 2 . 6 . . 8 .
. . 1 . . 6 7 9 5
. . . 7 2 . 3 . 8
. . . 9 5 . . . .
1 . 3 . 7 4 8 2 .
4 7 6 2 8 9 5 . .
2 8 9 5 1 . 4 . .
|
3 4 8 1 9 2 6 5 7
9 6 5 8 4 7 1 3 2
7 1 2 3 6 5 9 8 4
8 2 1 4 3 6 7 9 5
5 9 4 7 2 1 3 6 8
6 3 7 9 5 8 2 4 1
1 5 3 6 7 4 8 2 9
4 7 6 2 8 9 5 1 3
2 8 9 5 1 3 4 7 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_63
|
17..823..48513.2..39.7....8237.1968595.8.3.2..6.5..49..4.6985.2..83..946.1.25..37
|
176982354485136279392745168237419685954863721861527493743698512528371946619254837
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 63
|
Basic 9x9 Sudoku 63
|
Normal 9x9 sudoku rules apply
|
1 7 . . 8 2 3 . .
4 8 5 1 3 . 2 . .
3 9 . 7 . . . . 8
2 3 7 . 1 9 6 8 5
9 5 . 8 . 3 . 2 .
. 6 . 5 . . 4 9 .
. 4 . 6 9 8 5 . 2
. . 8 3 . . 9 4 6
. 1 . 2 5 . . 3 7
|
1 7 6 9 8 2 3 5 4
4 8 5 1 3 6 2 7 9
3 9 2 7 4 5 1 6 8
2 3 7 4 1 9 6 8 5
9 5 4 8 6 3 7 2 1
8 6 1 5 2 7 4 9 3
7 4 3 6 9 8 5 1 2
5 2 8 3 7 1 9 4 6
6 1 9 2 5 4 8 3 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_64
|
415.8...6..84.7..573.5.1.4.8.92.....1...4.......179.6.......32...36..1..2..3.56.7
|
415982736698437215732561948869253471127846593354179862586714329973628154241395687
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 64
|
Basic 9x9 Sudoku 64
|
Normal 9x9 sudoku rules apply
|
4 1 5 . 8 . . . 6
. . 8 4 . 7 . . 5
7 3 . 5 . 1 . 4 .
8 . 9 2 . . . . .
1 . . . 4 . . . .
. . . 1 7 9 . 6 .
. . . . . . 3 2 .
. . 3 6 . . 1 . .
2 . . 3 . 5 6 . 7
|
4 1 5 9 8 2 7 3 6
6 9 8 4 3 7 2 1 5
7 3 2 5 6 1 9 4 8
8 6 9 2 5 3 4 7 1
1 2 7 8 4 6 5 9 3
3 5 4 1 7 9 8 6 2
5 8 6 7 1 4 3 2 9
9 7 3 6 2 8 1 5 4
2 4 1 3 9 5 6 8 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_65
|
1..8.2..55....369743.......36.....5.....8.7....7.....66...593848..4.1..2...2.8.6.
|
176892435528143697439576218364927851951684723287315946612759384893461572745238169
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 65
|
Basic 9x9 Sudoku 65
|
Normal 9x9 sudoku rules apply
|
1 . . 8 . 2 . . 5
5 . . . . 3 6 9 7
4 3 . . . . . . .
3 6 . . . . . 5 .
. . . . 8 . 7 . .
. . 7 . . . . . 6
6 . . . 5 9 3 8 4
8 . . 4 . 1 . . 2
. . . 2 . 8 . 6 .
|
1 7 6 8 9 2 4 3 5
5 2 8 1 4 3 6 9 7
4 3 9 5 7 6 2 1 8
3 6 4 9 2 7 8 5 1
9 5 1 6 8 4 7 2 3
2 8 7 3 1 5 9 4 6
6 1 2 7 5 9 3 8 4
8 9 3 4 6 1 5 7 2
7 4 5 2 3 8 1 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_66
|
.8.1..35.49.....2...5.7...11...3...9...647...36..2..8.8.25.9...67..84.1..19.....8
|
786192354491358726235476891127835469958647132364921587842519673673284915519763248
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 66
|
Basic 9x9 Sudoku 66
|
Normal 9x9 sudoku rules apply
|
. 8 . 1 . . 3 5 .
4 9 . . . . . 2 .
. . 5 . 7 . . . 1
1 . . . 3 . . . 9
. . . 6 4 7 . . .
3 6 . . 2 . . 8 .
8 . 2 5 . 9 . . .
6 7 . . 8 4 . 1 .
. 1 9 . . . . . 8
|
7 8 6 1 9 2 3 5 4
4 9 1 3 5 8 7 2 6
2 3 5 4 7 6 8 9 1
1 2 7 8 3 5 4 6 9
9 5 8 6 4 7 1 3 2
3 6 4 9 2 1 5 8 7
8 4 2 5 1 9 6 7 3
6 7 3 2 8 4 9 1 5
5 1 9 7 6 3 2 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_67
|
4.78....6.8.....41..1.67..8.5...6.7.......13..7.5.26.4...154.6....7..41.3..6..2..
|
437891526689235741521467398158346972246978135973512684792154863865723419314689257
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 67
|
Basic 9x9 Sudoku 67
|
Normal 9x9 sudoku rules apply
|
4 . 7 8 . . . . 6
. 8 . . . . . 4 1
. . 1 . 6 7 . . 8
. 5 . . . 6 . 7 .
. . . . . . 1 3 .
. 7 . 5 . 2 6 . 4
. . . 1 5 4 . 6 .
. . . 7 . . 4 1 .
3 . . 6 . . 2 . .
|
4 3 7 8 9 1 5 2 6
6 8 9 2 3 5 7 4 1
5 2 1 4 6 7 3 9 8
1 5 8 3 4 6 9 7 2
2 4 6 9 7 8 1 3 5
9 7 3 5 1 2 6 8 4
7 9 2 1 5 4 8 6 3
8 6 5 7 2 3 4 1 9
3 1 4 6 8 9 2 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_68
|
...91....5...631..1.42....3.1.........5.9673.7.93....897.....4.3426...5...8..12..
|
836914527527863194194257683213748965485196732769325418971582346342679851658431279
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 68
|
Basic 9x9 Sudoku 68
|
Normal 9x9 sudoku rules apply
|
. . . 9 1 . . . .
5 . . . 6 3 1 . .
1 . 4 2 . . . . 3
. 1 . . . . . . .
. . 5 . 9 6 7 3 .
7 . 9 3 . . . . 8
9 7 . . . . . 4 .
3 4 2 6 . . . 5 .
. . 8 . . 1 2 . .
|
8 3 6 9 1 4 5 2 7
5 2 7 8 6 3 1 9 4
1 9 4 2 5 7 6 8 3
2 1 3 7 4 8 9 6 5
4 8 5 1 9 6 7 3 2
7 6 9 3 2 5 4 1 8
9 7 1 5 8 2 3 4 6
3 4 2 6 7 9 8 5 1
6 5 8 4 3 1 2 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_69
|
..53..46.7.28.....36...........58.7...7.6..929..2....8.987.....6..1.97..2....4359
|
815392467742816935369547821124958673587463192936271548498735216653129784271684359
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 69
|
Basic 9x9 Sudoku 69
|
Normal 9x9 sudoku rules apply
|
. . 5 3 . . 4 6 .
7 . 2 8 . . . . .
3 6 . . . . . . .
. . . . 5 8 . 7 .
. . 7 . 6 . . 9 2
9 . . 2 . . . . 8
. 9 8 7 . . . . .
6 . . 1 . 9 7 . .
2 . . . . 4 3 5 9
|
8 1 5 3 9 2 4 6 7
7 4 2 8 1 6 9 3 5
3 6 9 5 4 7 8 2 1
1 2 4 9 5 8 6 7 3
5 8 7 4 6 3 1 9 2
9 3 6 2 7 1 5 4 8
4 9 8 7 3 5 2 1 6
6 5 3 1 2 9 7 8 4
2 7 1 6 8 4 3 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_70
|
.9.....4661..9..3..42.67.9.1..4..7282736..9149847.......8.5...27..2.1...52..784.9
|
897123546615894237342567891156439728273685914984712653438956172769241385521378469
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 70
|
Basic 9x9 Sudoku 70
|
Normal 9x9 sudoku rules apply
|
. 9 . . . . . 4 6
6 1 . . 9 . . 3 .
. 4 2 . 6 7 . 9 .
1 . . 4 . . 7 2 8
2 7 3 6 . . 9 1 4
9 8 4 7 . . . . .
. . 8 . 5 . . . 2
7 . . 2 . 1 . . .
5 2 . . 7 8 4 . 9
|
8 9 7 1 2 3 5 4 6
6 1 5 8 9 4 2 3 7
3 4 2 5 6 7 8 9 1
1 5 6 4 3 9 7 2 8
2 7 3 6 8 5 9 1 4
9 8 4 7 1 2 6 5 3
4 3 8 9 5 6 1 7 2
7 6 9 2 4 1 3 8 5
5 2 1 3 7 8 4 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_71
|
178..3465.9541637.634.....2..629.754.1.34..8.54986.213857134.26....895.796375..41
|
178923465295416378634578192386291754712345689549867213857134926421689537963752841
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 71
|
Basic 9x9 Sudoku 71
|
Normal 9x9 sudoku rules apply
|
1 7 8 . . 3 4 6 5
. 9 5 4 1 6 3 7 .
6 3 4 . . . . . 2
. . 6 2 9 . 7 5 4
. 1 . 3 4 . . 8 .
5 4 9 8 6 . 2 1 3
8 5 7 1 3 4 . 2 6
. . . . 8 9 5 . 7
9 6 3 7 5 . . 4 1
|
1 7 8 9 2 3 4 6 5
2 9 5 4 1 6 3 7 8
6 3 4 5 7 8 1 9 2
3 8 6 2 9 1 7 5 4
7 1 2 3 4 5 6 8 9
5 4 9 8 6 7 2 1 3
8 5 7 1 3 4 9 2 6
4 2 1 6 8 9 5 3 7
9 6 3 7 5 2 8 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_72
|
..8.9.4.3.2.8.4.7631...5..22.651...9...479....976....87.2.51....6.287...5..346217
|
678192453925834176314765982246518739853479621197623548732951864461287395589346217
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 72
|
Basic 9x9 Sudoku 72
|
Normal 9x9 sudoku rules apply
|
. . 8 . 9 . 4 . 3
. 2 . 8 . 4 . 7 6
3 1 . . . 5 . . 2
2 . 6 5 1 . . . 9
. . . 4 7 9 . . .
. 9 7 6 . . . . 8
7 . 2 . 5 1 . . .
. 6 . 2 8 7 . . .
5 . . 3 4 6 2 1 7
|
6 7 8 1 9 2 4 5 3
9 2 5 8 3 4 1 7 6
3 1 4 7 6 5 9 8 2
2 4 6 5 1 8 7 3 9
8 5 3 4 7 9 6 2 1
1 9 7 6 2 3 5 4 8
7 3 2 9 5 1 8 6 4
4 6 1 2 8 7 3 9 5
5 8 9 3 4 6 2 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_73
|
...1..5...15..693.9.2..7....3...46.924...9.8..96.....1...9237...236..1..6..4.1..3
|
384192567715846932962357814837514629241769385596238471158923746423675198679481253
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 73
|
Basic 9x9 Sudoku 73
|
Normal 9x9 sudoku rules apply
|
. . . 1 . . 5 . .
. 1 5 . . 6 9 3 .
9 . 2 . . 7 . . .
. 3 . . . 4 6 . 9
2 4 . . . 9 . 8 .
. 9 6 . . . . . 1
. . . 9 2 3 7 . .
. 2 3 6 . . 1 . .
6 . . 4 . 1 . . 3
|
3 8 4 1 9 2 5 6 7
7 1 5 8 4 6 9 3 2
9 6 2 3 5 7 8 1 4
8 3 7 5 1 4 6 2 9
2 4 1 7 6 9 3 8 5
5 9 6 2 3 8 4 7 1
1 5 8 9 2 3 7 4 6
4 2 3 6 7 5 1 9 8
6 7 9 4 8 1 2 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_74
|
21.89347.3741..68.59874.21314593.7..62745839.8.9671..2963.1.854751.84.264.25.91.7
|
216893475374125689598746213145932768627458391839671542963217854751384926482569137
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 74
|
Basic 9x9 Sudoku 74
|
Normal 9x9 sudoku rules apply
|
2 1 . 8 9 3 4 7 .
3 7 4 1 . . 6 8 .
5 9 8 7 4 . 2 1 3
1 4 5 9 3 . 7 . .
6 2 7 4 5 8 3 9 .
8 . 9 6 7 1 . . 2
9 6 3 . 1 . 8 5 4
7 5 1 . 8 4 . 2 6
4 . 2 5 . 9 1 . 7
|
2 1 6 8 9 3 4 7 5
3 7 4 1 2 5 6 8 9
5 9 8 7 4 6 2 1 3
1 4 5 9 3 2 7 6 8
6 2 7 4 5 8 3 9 1
8 3 9 6 7 1 5 4 2
9 6 3 2 1 7 8 5 4
7 5 1 3 8 4 9 2 6
4 8 2 5 6 9 1 3 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_75
|
.76.1235.832..416.45167..82..31.5..971.....3..6473..18.45.817.3..75...4.198..7..6
|
976812354832954167451673982283165479719428635564739218645281793327596841198347526
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 75
|
Basic 9x9 Sudoku 75
|
Normal 9x9 sudoku rules apply
|
. 7 6 . 1 2 3 5 .
8 3 2 . . 4 1 6 .
4 5 1 6 7 . . 8 2
. . 3 1 . 5 . . 9
7 1 . . . . . 3 .
. 6 4 7 3 . . 1 8
. 4 5 . 8 1 7 . 3
. . 7 5 . . . 4 .
1 9 8 . . 7 . . 6
|
9 7 6 8 1 2 3 5 4
8 3 2 9 5 4 1 6 7
4 5 1 6 7 3 9 8 2
2 8 3 1 6 5 4 7 9
7 1 9 4 2 8 6 3 5
5 6 4 7 3 9 2 1 8
6 4 5 2 8 1 7 9 3
3 2 7 5 9 6 8 4 1
1 9 8 3 4 7 5 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_76
|
6..2.3...35....68.2.7....9....8.2346...1..52...36.49..8.13.625.932.4.7...4.721..9
|
619283475354917682287465193195872346468139527723654918871396254932548761546721839
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 76
|
Basic 9x9 Sudoku 76
|
Normal 9x9 sudoku rules apply
|
6 . . 2 . 3 . . .
3 5 . . . . 6 8 .
2 . 7 . . . . 9 .
. . . 8 . 2 3 4 6
. . . 1 . . 5 2 .
. . 3 6 . 4 9 . .
8 . 1 3 . 6 2 5 .
9 3 2 . 4 . 7 . .
. 4 . 7 2 1 . . 9
|
6 1 9 2 8 3 4 7 5
3 5 4 9 1 7 6 8 2
2 8 7 4 6 5 1 9 3
1 9 5 8 7 2 3 4 6
4 6 8 1 3 9 5 2 7
7 2 3 6 5 4 9 1 8
8 7 1 3 9 6 2 5 4
9 3 2 5 4 8 7 6 1
5 4 6 7 2 1 8 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_77
|
289.4.....4..5629.53.92..4.49.5.1.6.81.674..96...9..34924..53..7.1.8..5..5.4..9.7
|
289143675147856293536927841492531768813674529675298134924715386761389452358462917
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 77
|
Basic 9x9 Sudoku 77
|
Normal 9x9 sudoku rules apply
|
2 8 9 . 4 . . . .
. 4 . . 5 6 2 9 .
5 3 . 9 2 . . 4 .
4 9 . 5 . 1 . 6 .
8 1 . 6 7 4 . . 9
6 . . . 9 . . 3 4
9 2 4 . . 5 3 . .
7 . 1 . 8 . . 5 .
. 5 . 4 . . 9 . 7
|
2 8 9 1 4 3 6 7 5
1 4 7 8 5 6 2 9 3
5 3 6 9 2 7 8 4 1
4 9 2 5 3 1 7 6 8
8 1 3 6 7 4 5 2 9
6 7 5 2 9 8 1 3 4
9 2 4 7 1 5 3 8 6
7 6 1 3 8 9 4 5 2
3 5 8 4 6 2 9 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_78
|
5791842368.1.6947..26753.192.59...641.7.3859...3542.8.7.842695.354.9..21692.15.48
|
579184236831269475426753819285971364147638592963542187718426953354897621692315748
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 78
|
Basic 9x9 Sudoku 78
|
Normal 9x9 sudoku rules apply
|
5 7 9 1 8 4 2 3 6
8 . 1 . 6 9 4 7 .
. 2 6 7 5 3 . 1 9
2 . 5 9 . . . 6 4
1 . 7 . 3 8 5 9 .
. . 3 5 4 2 . 8 .
7 . 8 4 2 6 9 5 .
3 5 4 . 9 . . 2 1
6 9 2 . 1 5 . 4 8
|
5 7 9 1 8 4 2 3 6
8 3 1 2 6 9 4 7 5
4 2 6 7 5 3 8 1 9
2 8 5 9 7 1 3 6 4
1 4 7 6 3 8 5 9 2
9 6 3 5 4 2 1 8 7
7 1 8 4 2 6 9 5 3
3 5 4 8 9 7 6 2 1
6 9 2 3 1 5 7 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_79
|
.63182574.543..2687.2.....929..1.683817653..2.46.287.....83142.63.2948574.8765391
|
963182574154379268782546139295417683817653942346928715579831426631294857428765391
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 79
|
Basic 9x9 Sudoku 79
|
Normal 9x9 sudoku rules apply
|
. 6 3 1 8 2 5 7 4
. 5 4 3 . . 2 6 8
7 . 2 . . . . . 9
2 9 . . 1 . 6 8 3
8 1 7 6 5 3 . . 2
. 4 6 . 2 8 7 . .
. . . 8 3 1 4 2 .
6 3 . 2 9 4 8 5 7
4 . 8 7 6 5 3 9 1
|
9 6 3 1 8 2 5 7 4
1 5 4 3 7 9 2 6 8
7 8 2 5 4 6 1 3 9
2 9 5 4 1 7 6 8 3
8 1 7 6 5 3 9 4 2
3 4 6 9 2 8 7 1 5
5 7 9 8 3 1 4 2 6
6 3 1 2 9 4 8 5 7
4 2 8 7 6 5 3 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_80
|
2...13.5734.9....1...245.96416729....9..54......138.4.6.4....75.315768..7..4.1..3
|
269813457345967281178245396416729538893654712527138649684392175931576824752481963
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 80
|
Basic 9x9 Sudoku 80
|
Normal 9x9 sudoku rules apply
|
2 . . . 1 3 . 5 7
3 4 . 9 . . . . 1
. . . 2 4 5 . 9 6
4 1 6 7 2 9 . . .
. 9 . . 5 4 . . .
. . . 1 3 8 . 4 .
6 . 4 . . . . 7 5
. 3 1 5 7 6 8 . .
7 . . 4 . 1 . . 3
|
2 6 9 8 1 3 4 5 7
3 4 5 9 6 7 2 8 1
1 7 8 2 4 5 3 9 6
4 1 6 7 2 9 5 3 8
8 9 3 6 5 4 7 1 2
5 2 7 1 3 8 6 4 9
6 8 4 3 9 2 1 7 5
9 3 1 5 7 6 8 2 4
7 5 2 4 8 1 9 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_81
|
..2...3.698.2.....31.45.82.8.79..61426..71....59.34..2.91.42568.43..8...5..79.1..
|
472189356985263471316457829837925614264871935159634782791342568643518297528796143
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 81
|
Basic 9x9 Sudoku 81
|
Normal 9x9 sudoku rules apply
|
. . 2 . . . 3 . 6
9 8 . 2 . . . . .
3 1 . 4 5 . 8 2 .
8 . 7 9 . . 6 1 4
2 6 . . 7 1 . . .
. 5 9 . 3 4 . . 2
. 9 1 . 4 2 5 6 8
. 4 3 . . 8 . . .
5 . . 7 9 . 1 . .
|
4 7 2 1 8 9 3 5 6
9 8 5 2 6 3 4 7 1
3 1 6 4 5 7 8 2 9
8 3 7 9 2 5 6 1 4
2 6 4 8 7 1 9 3 5
1 5 9 6 3 4 7 8 2
7 9 1 3 4 2 5 6 8
6 4 3 5 1 8 2 9 7
5 2 8 7 9 6 1 4 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_82
|
34...1976.9.36.4.5.6..541...5.613.8.1.8.42...436.98....8347925.7..2.5..35..136897
|
345821976891367425267954138952613784178542369436798512683479251719285643524136897
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 82
|
Basic 9x9 Sudoku 82
|
Normal 9x9 sudoku rules apply
|
3 4 . . . 1 9 7 6
. 9 . 3 6 . 4 . 5
. 6 . . 5 4 1 . .
. 5 . 6 1 3 . 8 .
1 . 8 . 4 2 . . .
4 3 6 . 9 8 . . .
. 8 3 4 7 9 2 5 .
7 . . 2 . 5 . . 3
5 . . 1 3 6 8 9 7
|
3 4 5 8 2 1 9 7 6
8 9 1 3 6 7 4 2 5
2 6 7 9 5 4 1 3 8
9 5 2 6 1 3 7 8 4
1 7 8 5 4 2 3 6 9
4 3 6 7 9 8 5 1 2
6 8 3 4 7 9 2 5 1
7 1 9 2 8 5 6 4 3
5 2 4 1 3 6 8 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_83
|
9648..5..3..9.7...217563..41862.5...5.948.6...23796..5832.5947..453781927.162435.
|
964812537358947261217563984186235749579481623423796815832159476645378192791624358
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 83
|
Basic 9x9 Sudoku 83
|
Normal 9x9 sudoku rules apply
|
9 6 4 8 . . 5 . .
3 . . 9 . 7 . . .
2 1 7 5 6 3 . . 4
1 8 6 2 . 5 . . .
5 . 9 4 8 . 6 . .
. 2 3 7 9 6 . . 5
8 3 2 . 5 9 4 7 .
. 4 5 3 7 8 1 9 2
7 . 1 6 2 4 3 5 .
|
9 6 4 8 1 2 5 3 7
3 5 8 9 4 7 2 6 1
2 1 7 5 6 3 9 8 4
1 8 6 2 3 5 7 4 9
5 7 9 4 8 1 6 2 3
4 2 3 7 9 6 8 1 5
8 3 2 1 5 9 4 7 6
6 4 5 3 7 8 1 9 2
7 9 1 6 2 4 3 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_84
|
..7..3.5...496.1.3...4...8..6.8..527.8.2.6...2....9..851..2.7..6.27.5..1..8..42.5
|
927183456854962173136457982369841527485276319271539648513628794642795831798314265
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 84
|
Basic 9x9 Sudoku 84
|
Normal 9x9 sudoku rules apply
|
. . 7 . . 3 . 5 .
. . 4 9 6 . 1 . 3
. . . 4 . . . 8 .
. 6 . 8 . . 5 2 7
. 8 . 2 . 6 . . .
2 . . . . 9 . . 8
5 1 . . 2 . 7 . .
6 . 2 7 . 5 . . 1
. . 8 . . 4 2 . 5
|
9 2 7 1 8 3 4 5 6
8 5 4 9 6 2 1 7 3
1 3 6 4 5 7 9 8 2
3 6 9 8 4 1 5 2 7
4 8 5 2 7 6 3 1 9
2 7 1 5 3 9 6 4 8
5 1 3 6 2 8 7 9 4
6 4 2 7 9 5 8 3 1
7 9 8 3 1 4 2 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_85
|
965281.4.28..9.1.6341..5928196.23784.34.6.29575.948631...4395125.98164.341.752.6.
|
965281347287394156341675928196523784834167295752948631678439512529816473413752869
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 85
|
Basic 9x9 Sudoku 85
|
Normal 9x9 sudoku rules apply
|
9 6 5 2 8 1 . 4 .
2 8 . . 9 . 1 . 6
3 4 1 . . 5 9 2 8
1 9 6 . 2 3 7 8 4
. 3 4 . 6 . 2 9 5
7 5 . 9 4 8 6 3 1
. . . 4 3 9 5 1 2
5 . 9 8 1 6 4 . 3
4 1 . 7 5 2 . 6 .
|
9 6 5 2 8 1 3 4 7
2 8 7 3 9 4 1 5 6
3 4 1 6 7 5 9 2 8
1 9 6 5 2 3 7 8 4
8 3 4 1 6 7 2 9 5
7 5 2 9 4 8 6 3 1
6 7 8 4 3 9 5 1 2
5 2 9 8 1 6 4 7 3
4 1 3 7 5 2 8 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_86
|
65..8.47218.29435.4.275.81929.5417635769.8.413.16.259.81...59279.53176847...29.35
|
659183472187294356432756819298541763576938241341672598813465927925317684764829135
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 86
|
Basic 9x9 Sudoku 86
|
Normal 9x9 sudoku rules apply
|
6 5 . . 8 . 4 7 2
1 8 . 2 9 4 3 5 .
4 . 2 7 5 . 8 1 9
2 9 . 5 4 1 7 6 3
5 7 6 9 . 8 . 4 1
3 . 1 6 . 2 5 9 .
8 1 . . . 5 9 2 7
9 . 5 3 1 7 6 8 4
7 . . . 2 9 . 3 5
|
6 5 9 1 8 3 4 7 2
1 8 7 2 9 4 3 5 6
4 3 2 7 5 6 8 1 9
2 9 8 5 4 1 7 6 3
5 7 6 9 3 8 2 4 1
3 4 1 6 7 2 5 9 8
8 1 3 4 6 5 9 2 7
9 2 5 3 1 7 6 8 4
7 6 4 8 2 9 1 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_87
|
.3....2.6....3481.189.6.3.7..2..9.7...1..74.83.7..6.9..7......3.9382.....189..52.
|
734198256526734819189562347842319675961257438357486192275641983493825761618973524
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 87
|
Basic 9x9 Sudoku 87
|
Normal 9x9 sudoku rules apply
|
. 3 . . . . 2 . 6
. . . . 3 4 8 1 .
1 8 9 . 6 . 3 . 7
. . 2 . . 9 . 7 .
. . 1 . . 7 4 . 8
3 . 7 . . 6 . 9 .
. 7 . . . . . . 3
. 9 3 8 2 . . . .
. 1 8 9 . . 5 2 .
|
7 3 4 1 9 8 2 5 6
5 2 6 7 3 4 8 1 9
1 8 9 5 6 2 3 4 7
8 4 2 3 1 9 6 7 5
9 6 1 2 5 7 4 3 8
3 5 7 4 8 6 1 9 2
2 7 5 6 4 1 9 8 3
4 9 3 8 2 5 7 6 1
6 1 8 9 7 3 5 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_88
|
7..2.84566..95...7158...9..86..45.9....38276.2..19.538......3.23.75.46.9.21...87.
|
739218456642953187158467923863745291915382764274196538596871342387524619421639875
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 88
|
Basic 9x9 Sudoku 88
|
Normal 9x9 sudoku rules apply
|
7 . . 2 . 8 4 5 6
6 . . 9 5 . . . 7
1 5 8 . . . 9 . .
8 6 . . 4 5 . 9 .
. . . 3 8 2 7 6 .
2 . . 1 9 . 5 3 8
. . . . . . 3 . 2
3 . 7 5 . 4 6 . 9
. 2 1 . . . 8 7 .
|
7 3 9 2 1 8 4 5 6
6 4 2 9 5 3 1 8 7
1 5 8 4 6 7 9 2 3
8 6 3 7 4 5 2 9 1
9 1 5 3 8 2 7 6 4
2 7 4 1 9 6 5 3 8
5 9 6 8 7 1 3 4 2
3 8 7 5 2 4 6 1 9
4 2 1 6 3 9 8 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_89
|
6.4182.572..39....9......1..2..596.3.76..3529.95....7.....24....62.317....36.8...
|
634182957217395468958467312821759643476813529395246871789524136562931784143678295
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 89
|
Basic 9x9 Sudoku 89
|
Normal 9x9 sudoku rules apply
|
6 . 4 1 8 2 . 5 7
2 . . 3 9 . . . .
9 . . . . . . 1 .
. 2 . . 5 9 6 . 3
. 7 6 . . 3 5 2 9
. 9 5 . . . . 7 .
. . . . 2 4 . . .
. 6 2 . 3 1 7 . .
. . 3 6 . 8 . . .
|
6 3 4 1 8 2 9 5 7
2 1 7 3 9 5 4 6 8
9 5 8 4 6 7 3 1 2
8 2 1 7 5 9 6 4 3
4 7 6 8 1 3 5 2 9
3 9 5 2 4 6 8 7 1
7 8 9 5 2 4 1 3 6
5 6 2 9 3 1 7 8 4
1 4 3 6 7 8 2 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_90
|
....13.5..3.48.2.16...57.83..2.6973.9.3..2....4613...2.....5........1.27.973..1.5
|
278913456539486271614257983182569734953742618746138592321675849465891327897324165
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 90
|
Basic 9x9 Sudoku 90
|
Normal 9x9 sudoku rules apply
|
. . . . 1 3 . 5 .
. 3 . 4 8 . 2 . 1
6 . . . 5 7 . 8 3
. . 2 . 6 9 7 3 .
9 . 3 . . 2 . . .
. 4 6 1 3 . . . 2
. . . . . 5 . . .
. . . . . 1 . 2 7
. 9 7 3 . . 1 . 5
|
2 7 8 9 1 3 4 5 6
5 3 9 4 8 6 2 7 1
6 1 4 2 5 7 9 8 3
1 8 2 5 6 9 7 3 4
9 5 3 7 4 2 6 1 8
7 4 6 1 3 8 5 9 2
3 2 1 6 7 5 8 4 9
4 6 5 8 9 1 3 2 7
8 9 7 3 2 4 1 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_91
|
78.29.4.62.3..5......61...3.....2.4.5......2.4.615.73.64.9....8.123......97.84...
|
781293456263845917954617283139762845578439621426158739645921378812376594397584162
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 91
|
Basic 9x9 Sudoku 91
|
Normal 9x9 sudoku rules apply
|
7 8 . 2 9 . 4 . 6
2 . 3 . . 5 . . .
. . . 6 1 . . . 3
. . . . . 2 . 4 .
5 . . . . . . 2 .
4 . 6 1 5 . 7 3 .
6 4 . 9 . . . . 8
. 1 2 3 . . . . .
. 9 7 . 8 4 . . .
|
7 8 1 2 9 3 4 5 6
2 6 3 8 4 5 9 1 7
9 5 4 6 1 7 2 8 3
1 3 9 7 6 2 8 4 5
5 7 8 4 3 9 6 2 1
4 2 6 1 5 8 7 3 9
6 4 5 9 2 1 3 7 8
8 1 2 3 7 6 5 9 4
3 9 7 5 8 4 1 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_92
|
3...1874.5..47319647.5.68..8.316725..15...3..2.7...96.13.6.9.7.986751432754832619
|
369218745528473196471596823893167254615924387247385961132649578986751432754832619
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 92
|
Basic 9x9 Sudoku 92
|
Normal 9x9 sudoku rules apply
|
3 . . . 1 8 7 4 .
5 . . 4 7 3 1 9 6
4 7 . 5 . 6 8 . .
8 . 3 1 6 7 2 5 .
. 1 5 . . . 3 . .
2 . 7 . . . 9 6 .
1 3 . 6 . 9 . 7 .
9 8 6 7 5 1 4 3 2
7 5 4 8 3 2 6 1 9
|
3 6 9 2 1 8 7 4 5
5 2 8 4 7 3 1 9 6
4 7 1 5 9 6 8 2 3
8 9 3 1 6 7 2 5 4
6 1 5 9 2 4 3 8 7
2 4 7 3 8 5 9 6 1
1 3 2 6 4 9 5 7 8
9 8 6 7 5 1 4 3 2
7 5 4 8 3 2 6 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_93
|
2.71..9.536...5....594...321..6.9.4.67..4...9.9.81.3.6..23...9.4...9...7915784...
|
247138965361925784859467132123679548678543219594812376782356491436291857915784623
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 93
|
Basic 9x9 Sudoku 93
|
Normal 9x9 sudoku rules apply
|
2 . 7 1 . . 9 . 5
3 6 . . . 5 . . .
. 5 9 4 . . . 3 2
1 . . 6 . 9 . 4 .
6 7 . . 4 . . . 9
. 9 . 8 1 . 3 . 6
. . 2 3 . . . 9 .
4 . . . 9 . . . 7
9 1 5 7 8 4 . . .
|
2 4 7 1 3 8 9 6 5
3 6 1 9 2 5 7 8 4
8 5 9 4 6 7 1 3 2
1 2 3 6 7 9 5 4 8
6 7 8 5 4 3 2 1 9
5 9 4 8 1 2 3 7 6
7 8 2 3 5 6 4 9 1
4 3 6 2 9 1 8 5 7
9 1 5 7 8 4 6 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_94
|
3158...4724.671593..74..8.2..6317.59159246..84739851..7..1...855317.8..468453927.
|
315892647248671593967453812826317459159246738473985126792164385531728964684539271
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 94
|
Basic 9x9 Sudoku 94
|
Normal 9x9 sudoku rules apply
|
3 1 5 8 . . . 4 7
2 4 . 6 7 1 5 9 3
. . 7 4 . . 8 . 2
. . 6 3 1 7 . 5 9
1 5 9 2 4 6 . . 8
4 7 3 9 8 5 1 . .
7 . . 1 . . . 8 5
5 3 1 7 . 8 . . 4
6 8 4 5 3 9 2 7 .
|
3 1 5 8 9 2 6 4 7
2 4 8 6 7 1 5 9 3
9 6 7 4 5 3 8 1 2
8 2 6 3 1 7 4 5 9
1 5 9 2 4 6 7 3 8
4 7 3 9 8 5 1 2 6
7 9 2 1 6 4 3 8 5
5 3 1 7 2 8 9 6 4
6 8 4 5 3 9 2 7 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_95
|
568.9...47..4.31..3.4.......45.6...88...2..46...84.91348..3.6..65.7.42....2.5..3.
|
568192374729483165314576892945361728831927546276845913487239651653714289192658437
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 95
|
Basic 9x9 Sudoku 95
|
Normal 9x9 sudoku rules apply
|
5 6 8 . 9 . . . 4
7 . . 4 . 3 1 . .
3 . 4 . . . . . .
. 4 5 . 6 . . . 8
8 . . . 2 . . 4 6
. . . 8 4 . 9 1 3
4 8 . . 3 . 6 . .
6 5 . 7 . 4 2 . .
. . 2 . 5 . . 3 .
|
5 6 8 1 9 2 3 7 4
7 2 9 4 8 3 1 6 5
3 1 4 5 7 6 8 9 2
9 4 5 3 6 1 7 2 8
8 3 1 9 2 7 5 4 6
2 7 6 8 4 5 9 1 3
4 8 7 2 3 9 6 5 1
6 5 3 7 1 4 2 8 9
1 9 2 6 5 8 4 3 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_96
|
1...823..7.4.6..59.8957.1........61.91.823574.371..2.8.73...9.1548619.32.9.7..465
|
165982347724361859389574126852497613916823574437156298673245981548619732291738465
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 96
|
Basic 9x9 Sudoku 96
|
Normal 9x9 sudoku rules apply
|
1 . . . 8 2 3 . .
7 . 4 . 6 . . 5 9
. 8 9 5 7 . 1 . .
. . . . . . 6 1 .
9 1 . 8 2 3 5 7 4
. 3 7 1 . . 2 . 8
. 7 3 . . . 9 . 1
5 4 8 6 1 9 . 3 2
. 9 . 7 . . 4 6 5
|
1 6 5 9 8 2 3 4 7
7 2 4 3 6 1 8 5 9
3 8 9 5 7 4 1 2 6
8 5 2 4 9 7 6 1 3
9 1 6 8 2 3 5 7 4
4 3 7 1 5 6 2 9 8
6 7 3 2 4 5 9 8 1
5 4 8 6 1 9 7 3 2
2 9 1 7 3 8 4 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_97
|
3.298.47...7..68....62.7....59.3...2.......4.....21.9.695....8.8...9....72...86.9
|
312985476947316825586247913159834762278569341463721598695173284834692157721458639
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 97
|
Basic 9x9 Sudoku 97
|
Normal 9x9 sudoku rules apply
|
3 . 2 9 8 . 4 7 .
. . 7 . . 6 8 . .
. . 6 2 . 7 . . .
. 5 9 . 3 . . . 2
. . . . . . . 4 .
. . . . 2 1 . 9 .
6 9 5 . . . . 8 .
8 . . . 9 . . . .
7 2 . . . 8 6 . 9
|
3 1 2 9 8 5 4 7 6
9 4 7 3 1 6 8 2 5
5 8 6 2 4 7 9 1 3
1 5 9 8 3 4 7 6 2
2 7 8 5 6 9 3 4 1
4 6 3 7 2 1 5 9 8
6 9 5 1 7 3 2 8 4
8 3 4 6 9 2 1 5 7
7 2 1 4 5 8 6 3 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_98
|
.76189.3..293.56.7.38.2.1958.72.451321576384994351.7...829.647169487135..5143..68
|
576189234129345687438627195867294513215763849943518726382956471694871352751432968
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 98
|
Basic 9x9 Sudoku 98
|
Normal 9x9 sudoku rules apply
|
. 7 6 1 8 9 . 3 .
. 2 9 3 . 5 6 . 7
. 3 8 . 2 . 1 9 5
8 . 7 2 . 4 5 1 3
2 1 5 7 6 3 8 4 9
9 4 3 5 1 . 7 . .
. 8 2 9 . 6 4 7 1
6 9 4 8 7 1 3 5 .
. 5 1 4 3 . . 6 8
|
5 7 6 1 8 9 2 3 4
1 2 9 3 4 5 6 8 7
4 3 8 6 2 7 1 9 5
8 6 7 2 9 4 5 1 3
2 1 5 7 6 3 8 4 9
9 4 3 5 1 8 7 2 6
3 8 2 9 5 6 4 7 1
6 9 4 8 7 1 3 5 2
7 5 1 4 3 2 9 6 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_99
|
.5.8...67.8.24.9.19.6.35.......215.4...3..6.9.97.64......19.4264....27..62.4.8...
|
254819367783246951916735842368921574542387619197564283875193426431652798629478135
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 99
|
Basic 9x9 Sudoku 99
|
Normal 9x9 sudoku rules apply
|
. 5 . 8 . . . 6 7
. 8 . 2 4 . 9 . 1
9 . 6 . 3 5 . . .
. . . . 2 1 5 . 4
. . . 3 . . 6 . 9
. 9 7 . 6 4 . . .
. . . 1 9 . 4 2 6
4 . . . . 2 7 . .
6 2 . 4 . 8 . . .
|
2 5 4 8 1 9 3 6 7
7 8 3 2 4 6 9 5 1
9 1 6 7 3 5 8 4 2
3 6 8 9 2 1 5 7 4
5 4 2 3 8 7 6 1 9
1 9 7 5 6 4 2 8 3
8 7 5 1 9 3 4 2 6
4 3 1 6 5 2 7 9 8
6 2 9 4 7 8 1 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.