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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4x4_sudoku_200
|
3..2....234..1..
|
3412123423414123
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 200
|
Basic 4x4 Sudoku 200
|
Normal 4x4 sudoku rules apply
|
3 . . 2
. . . .
2 3 4 .
. 1 . .
|
3 4 1 2
1 2 3 4
2 3 4 1
4 1 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_201
|
234..4..3.....3.
|
2341142332144132
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 201
|
Basic 4x4 Sudoku 201
|
Normal 4x4 sudoku rules apply
|
2 3 4 .
. 4 . .
3 . . .
. . 3 .
|
2 3 4 1
1 4 2 3
3 2 1 4
4 1 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_202
|
.2.43.2..1......
|
1234342121434312
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 202
|
Basic 4x4 Sudoku 202
|
Normal 4x4 sudoku rules apply
|
. 2 . 4
3 . 2 .
. 1 . .
. . . .
|
1 2 3 4
3 4 2 1
2 1 4 3
4 3 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_203
|
.4.....2.3..42.1
|
2413314213244231
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 203
|
Basic 4x4 Sudoku 203
|
Normal 4x4 sudoku rules apply
|
. 4 . .
. . . 2
. 3 . .
4 2 . 1
|
2 4 1 3
3 1 4 2
1 3 2 4
4 2 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_204
|
4.3...14.4..2..1
|
4132321414232341
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 204
|
Basic 4x4 Sudoku 204
|
Normal 4x4 sudoku rules apply
|
4 . 3 .
. . 1 4
. 4 . .
2 . . 1
|
4 1 3 2
3 2 1 4
1 4 2 3
2 3 4 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_205
|
.13..4..4.13....
|
2134342142131342
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 205
|
Basic 4x4 Sudoku 205
|
Normal 4x4 sudoku rules apply
|
. 1 3 .
. 4 . .
4 . 1 3
. . . .
|
2 1 3 4
3 4 2 1
4 2 1 3
1 3 4 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_206
|
.1..2.14......23
|
4132231432411423
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 206
|
Basic 4x4 Sudoku 206
|
Normal 4x4 sudoku rules apply
|
. 1 . .
2 . 1 4
. . . .
. . 2 3
|
4 1 3 2
2 3 1 4
3 2 4 1
1 4 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_207
|
..42.4.3.2313...
|
1342241342313124
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 207
|
Basic 4x4 Sudoku 207
|
Normal 4x4 sudoku rules apply
|
. . 4 2
. 4 . 3
. 2 3 1
3 . . .
|
1 3 4 2
2 4 1 3
4 2 3 1
3 1 2 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_208
|
.4..2...3....2.1
|
1423231431424231
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 208
|
Basic 4x4 Sudoku 208
|
Normal 4x4 sudoku rules apply
|
. 4 . .
2 . . .
3 . . .
. 2 . 1
|
1 4 2 3
2 3 1 4
3 1 4 2
4 2 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_209
|
.41...3.1....3..
|
3412213412434321
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 209
|
Basic 4x4 Sudoku 209
|
Normal 4x4 sudoku rules apply
|
. 4 1 .
. . 3 .
1 . . .
. 3 . .
|
3 4 1 2
2 1 3 4
1 2 4 3
4 3 2 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_210
|
.4133.4..2.....1
|
2413314212344321
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 210
|
Basic 4x4 Sudoku 210
|
Normal 4x4 sudoku rules apply
|
. 4 1 3
3 . 4 .
. 2 . .
. . . 1
|
2 4 1 3
3 1 4 2
1 2 3 4
4 3 2 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_211
|
.....32.32...132
|
2413132432414132
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 211
|
Basic 4x4 Sudoku 211
|
Normal 4x4 sudoku rules apply
|
. . . .
. 3 2 .
3 2 . .
. 1 3 2
|
2 4 1 3
1 3 2 4
3 2 4 1
4 1 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_212
|
.....4.3.312....
|
3241142343122134
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 212
|
Basic 4x4 Sudoku 212
|
Normal 4x4 sudoku rules apply
|
. . . .
. 4 . 3
. 3 1 2
. . . .
|
3 2 4 1
1 4 2 3
4 3 1 2
2 1 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_213
|
.4.13...12......
|
2431312412434312
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 213
|
Basic 4x4 Sudoku 213
|
Normal 4x4 sudoku rules apply
|
. 4 . 1
3 . . .
1 2 . .
. . . .
|
2 4 3 1
3 1 2 4
1 2 4 3
4 3 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_214
|
3....21........4
|
3142421324311324
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 214
|
Basic 4x4 Sudoku 214
|
Normal 4x4 sudoku rules apply
|
3 . . .
. 2 1 .
. . . .
. . . 4
|
3 1 4 2
4 2 1 3
2 4 3 1
1 3 2 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_215
|
24.31.2.4..1..4.
|
2413132442313142
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 215
|
Basic 4x4 Sudoku 215
|
Normal 4x4 sudoku rules apply
|
2 4 . 3
1 . 2 .
4 . . 1
. . 4 .
|
2 4 1 3
1 3 2 4
4 2 3 1
3 1 4 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_216
|
.12......2.41...
|
4123234132141432
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 216
|
Basic 4x4 Sudoku 216
|
Normal 4x4 sudoku rules apply
|
. 1 2 .
. . . .
. 2 . 4
1 . . .
|
4 1 2 3
2 3 4 1
3 2 1 4
1 4 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_217
|
.3..4.2..24.1...
|
2314412332411432
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 217
|
Basic 4x4 Sudoku 217
|
Normal 4x4 sudoku rules apply
|
. 3 . .
4 . 2 .
. 2 4 .
1 . . .
|
2 3 1 4
4 1 2 3
3 2 4 1
1 4 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_218
|
...3.1.....22.3.
|
4213312413422431
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 218
|
Basic 4x4 Sudoku 218
|
Normal 4x4 sudoku rules apply
|
. . . 3
. 1 . .
. . . 2
2 . 3 .
|
4 2 1 3
3 1 2 4
1 3 4 2
2 4 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_219
|
2.1.31.4.231....
|
2413312442311342
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 219
|
Basic 4x4 Sudoku 219
|
Normal 4x4 sudoku rules apply
|
2 . 1 .
3 1 . 4
. 2 3 1
. . . .
|
2 4 1 3
3 1 2 4
4 2 3 1
1 3 4 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_220
|
.......23.1..4..
|
2341413232141423
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 220
|
Basic 4x4 Sudoku 220
|
Normal 4x4 sudoku rules apply
|
. . . .
. . . 2
3 . 1 .
. 4 . .
|
2 3 4 1
4 1 3 2
3 2 1 4
1 4 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_221
|
.....2..1..3.34.
|
4132321414232341
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 221
|
Basic 4x4 Sudoku 221
|
Normal 4x4 sudoku rules apply
|
. . . .
. 2 . .
1 . . 3
. 3 4 .
|
4 1 3 2
3 2 1 4
1 4 2 3
2 3 4 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_222
|
4.2..1.....3....
|
4321213412433412
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 222
|
Basic 4x4 Sudoku 222
|
Normal 4x4 sudoku rules apply
|
4 . 2 .
. 1 . .
. . . 3
. . . .
|
4 3 2 1
2 1 3 4
1 2 4 3
3 4 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_223
|
..2.2.3..14.42..
|
1324243131424213
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 223
|
Basic 4x4 Sudoku 223
|
Normal 4x4 sudoku rules apply
|
. . 2 .
2 . 3 .
. 1 4 .
4 2 . .
|
1 3 2 4
2 4 3 1
3 1 4 2
4 2 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_224
|
.4..31.2.2.4....
|
2413314212344321
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 224
|
Basic 4x4 Sudoku 224
|
Normal 4x4 sudoku rules apply
|
. 4 . .
3 1 . 2
. 2 . 4
. . . .
|
2 4 1 3
3 1 4 2
1 2 3 4
4 3 2 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_225
|
3..4412..4.1....
|
3214412324311342
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 225
|
Basic 4x4 Sudoku 225
|
Normal 4x4 sudoku rules apply
|
3 . . 4
4 1 2 .
. 4 . 1
. . . .
|
3 2 1 4
4 1 2 3
2 4 3 1
1 3 4 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_226
|
......3124.33..4
|
1342423124133124
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 226
|
Basic 4x4 Sudoku 226
|
Normal 4x4 sudoku rules apply
|
. . . .
. . 3 1
2 4 . 3
3 . . 4
|
1 3 4 2
4 2 3 1
2 4 1 3
3 1 2 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_227
|
3..2.41..2.....4
|
3142241342311324
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 227
|
Basic 4x4 Sudoku 227
|
Normal 4x4 sudoku rules apply
|
3 . . 2
. 4 1 .
. 2 . .
. . . 4
|
3 1 4 2
2 4 1 3
4 2 3 1
1 3 2 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_228
|
...131..2.....4.
|
4231312424131342
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 228
|
Basic 4x4 Sudoku 228
|
Normal 4x4 sudoku rules apply
|
. . . 1
3 1 . .
2 . . .
. . 4 .
|
4 2 3 1
3 1 2 4
2 4 1 3
1 3 4 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_229
|
4.23.......22.14
|
4123324114322314
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 229
|
Basic 4x4 Sudoku 229
|
Normal 4x4 sudoku rules apply
|
4 . 2 3
. . . .
. . . 2
2 . 1 4
|
4 1 2 3
3 2 4 1
1 4 3 2
2 3 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_230
|
3.....1....24...
|
3124241313424231
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 230
|
Basic 4x4 Sudoku 230
|
Normal 4x4 sudoku rules apply
|
3 . . .
. . 1 .
. . . 2
4 . . .
|
3 1 2 4
2 4 1 3
1 3 4 2
4 2 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_231
|
....24.33.4.41..
|
1324241332414132
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 231
|
Basic 4x4 Sudoku 231
|
Normal 4x4 sudoku rules apply
|
. . . .
2 4 . 3
3 . 4 .
4 1 . .
|
1 3 2 4
2 4 1 3
3 2 4 1
4 1 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_232
|
431.....1.3.....
|
4312214312343421
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 232
|
Basic 4x4 Sudoku 232
|
Normal 4x4 sudoku rules apply
|
4 3 1 .
. . . .
1 . 3 .
. . . .
|
4 3 1 2
2 1 4 3
1 2 3 4
3 4 2 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_233
|
3.1.41.2.3...42.
|
3214413223411423
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 233
|
Basic 4x4 Sudoku 233
|
Normal 4x4 sudoku rules apply
|
3 . 1 .
4 1 . 2
. 3 . .
. 4 2 .
|
3 2 1 4
4 1 3 2
2 3 4 1
1 4 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_234
|
......4..4.2.3..
|
4123324114322314
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 234
|
Basic 4x4 Sudoku 234
|
Normal 4x4 sudoku rules apply
|
. . . .
. . 4 .
. 4 . 2
. 3 . .
|
4 1 2 3
3 2 4 1
1 4 3 2
2 3 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_235
|
4.2...43.2..1.32
|
4321214332141432
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 235
|
Basic 4x4 Sudoku 235
|
Normal 4x4 sudoku rules apply
|
4 . 2 .
. . 4 3
. 2 . .
1 . 3 2
|
4 3 2 1
2 1 4 3
3 2 1 4
1 4 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_236
|
....13....2..2.3
|
2431134231244213
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 236
|
Basic 4x4 Sudoku 236
|
Normal 4x4 sudoku rules apply
|
. . . .
1 3 . .
. . 2 .
. 2 . 3
|
2 4 3 1
1 3 4 2
3 1 2 4
4 2 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_237
|
.31....3.42..1..
|
4312124334212134
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 237
|
Basic 4x4 Sudoku 237
|
Normal 4x4 sudoku rules apply
|
. 3 1 .
. . . 3
. 4 2 .
. 1 . .
|
4 3 1 2
1 2 4 3
3 4 2 1
2 1 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_238
|
.3...4....42...3
|
1324243131424213
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 238
|
Basic 4x4 Sudoku 238
|
Normal 4x4 sudoku rules apply
|
. 3 . .
. 4 . .
. . 4 2
. . . 3
|
1 3 2 4
2 4 3 1
3 1 4 2
4 2 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_239
|
413.231.......43
|
4132231434211243
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 239
|
Basic 4x4 Sudoku 239
|
Normal 4x4 sudoku rules apply
|
4 1 3 .
2 3 1 .
. . . .
. . 4 3
|
4 1 3 2
2 3 1 4
3 4 2 1
1 2 4 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_240
|
....3.41.....41.
|
4132324113242413
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 240
|
Basic 4x4 Sudoku 240
|
Normal 4x4 sudoku rules apply
|
. . . .
3 . 4 1
. . . .
. 4 1 .
|
4 1 3 2
3 2 4 1
1 3 2 4
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_241
|
..3.34.1...31...
|
2134342142131342
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 241
|
Basic 4x4 Sudoku 241
|
Normal 4x4 sudoku rules apply
|
. . 3 .
3 4 . 1
. . . 3
1 . . .
|
2 1 3 4
3 4 2 1
4 2 1 3
1 3 4 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_242
|
....2...1.23.2.4
|
4132234114233214
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 242
|
Basic 4x4 Sudoku 242
|
Normal 4x4 sudoku rules apply
|
. . . .
2 . . .
1 . 2 3
. 2 . 4
|
4 1 3 2
2 3 4 1
1 4 2 3
3 2 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_243
|
23..1.3...2.42..
|
2341143231244213
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 243
|
Basic 4x4 Sudoku 243
|
Normal 4x4 sudoku rules apply
|
2 3 . .
1 . 3 .
. . 2 .
4 2 . .
|
2 3 4 1
1 4 3 2
3 1 2 4
4 2 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_244
|
...4....2.4.4132
|
3214142323414132
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 244
|
Basic 4x4 Sudoku 244
|
Normal 4x4 sudoku rules apply
|
. . . 4
. . . .
2 . 4 .
4 1 3 2
|
3 2 1 4
1 4 2 3
2 3 4 1
4 1 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_245
|
..1..3......34..
|
4213134221343421
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 245
|
Basic 4x4 Sudoku 245
|
Normal 4x4 sudoku rules apply
|
. . 1 .
. 3 . .
. . . .
3 4 . .
|
4 2 1 3
1 3 4 2
2 1 3 4
3 4 2 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_246
|
3.4...3..1......
|
3241143241232314
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 246
|
Basic 4x4 Sudoku 246
|
Normal 4x4 sudoku rules apply
|
3 . 4 .
. . 3 .
. 1 . .
. . . .
|
3 2 4 1
1 4 3 2
4 1 2 3
2 3 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_247
|
1..232.4...141..
|
1432321423414123
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 247
|
Basic 4x4 Sudoku 247
|
Normal 4x4 sudoku rules apply
|
1 . . 2
3 2 . 4
. . . 1
4 1 . .
|
1 4 3 2
3 2 1 4
2 3 4 1
4 1 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_248
|
..42.23.1.2...13
|
3142423113242413
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 248
|
Basic 4x4 Sudoku 248
|
Normal 4x4 sudoku rules apply
|
. . 4 2
. 2 3 .
1 . 2 .
. . 1 3
|
3 1 4 2
4 2 3 1
1 3 2 4
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_249
|
...2.3...4.....1
|
4132231414233241
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 249
|
Basic 4x4 Sudoku 249
|
Normal 4x4 sudoku rules apply
|
. . . 2
. 3 . .
. 4 . .
. . . 1
|
4 1 3 2
2 3 1 4
1 4 2 3
3 2 4 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_250
|
4...32.....1..3.
|
4123321423411432
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 250
|
Basic 4x4 Sudoku 250
|
Normal 4x4 sudoku rules apply
|
4 . . .
3 2 . .
. . . 1
. . 3 .
|
4 1 2 3
3 2 1 4
2 3 4 1
1 4 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_251
|
....2..1.234341.
|
4123234112343412
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 251
|
Basic 4x4 Sudoku 251
|
Normal 4x4 sudoku rules apply
|
. . . .
2 . . 1
. 2 3 4
3 4 1 .
|
4 1 2 3
2 3 4 1
1 2 3 4
3 4 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_252
|
1.4..2..3.2..43.
|
1342421331242431
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 252
|
Basic 4x4 Sudoku 252
|
Normal 4x4 sudoku rules apply
|
1 . 4 .
. 2 . .
3 . 2 .
. 4 3 .
|
1 3 4 2
4 2 1 3
3 1 2 4
2 4 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_253
|
.3.212....34....
|
4312124321343421
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 253
|
Basic 4x4 Sudoku 253
|
Normal 4x4 sudoku rules apply
|
. 3 . 2
1 2 . .
. . 3 4
. . . .
|
4 3 1 2
1 2 4 3
2 1 3 4
3 4 2 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_254
|
3....12...3....2
|
3214412324311342
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 254
|
Basic 4x4 Sudoku 254
|
Normal 4x4 sudoku rules apply
|
3 . . .
. 1 2 .
. . 3 .
. . . 2
|
3 2 1 4
4 1 2 3
2 4 3 1
1 3 4 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_255
|
4.2..24.1....3..
|
4123324114322314
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 255
|
Basic 4x4 Sudoku 255
|
Normal 4x4 sudoku rules apply
|
4 . 2 .
. 2 4 .
1 . . .
. 3 . .
|
4 1 2 3
3 2 4 1
1 4 3 2
2 3 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_256
|
.1.4...23...14.3
|
2134431232411423
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 256
|
Basic 4x4 Sudoku 256
|
Normal 4x4 sudoku rules apply
|
. 1 . 4
. . . 2
3 . . .
1 4 . 3
|
2 1 3 4
4 3 1 2
3 2 4 1
1 4 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_257
|
.32..13..2....12
|
4321213412433412
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 257
|
Basic 4x4 Sudoku 257
|
Normal 4x4 sudoku rules apply
|
. 3 2 .
. 1 3 .
. 2 . .
. . 1 2
|
4 3 2 1
2 1 3 4
1 2 4 3
3 4 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_258
|
.2...1...4.22.1.
|
3241412314322314
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 258
|
Basic 4x4 Sudoku 258
|
Normal 4x4 sudoku rules apply
|
. 2 . .
. 1 . .
. 4 . 2
2 . 1 .
|
3 2 4 1
4 1 2 3
1 4 3 2
2 3 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_259
|
4.2...41.31.1.3.
|
4123324123141432
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 259
|
Basic 4x4 Sudoku 259
|
Normal 4x4 sudoku rules apply
|
4 . 2 .
. . 4 1
. 3 1 .
1 . 3 .
|
4 1 2 3
3 2 4 1
2 3 1 4
1 4 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_260
|
1.2...3..1.3....
|
1324423121433412
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 260
|
Basic 4x4 Sudoku 260
|
Normal 4x4 sudoku rules apply
|
1 . 2 .
. . 3 .
. 1 . 3
. . . .
|
1 3 2 4
4 2 3 1
2 1 4 3
3 4 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_261
|
...1.4.2....32..
|
2341143241233214
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 261
|
Basic 4x4 Sudoku 261
|
Normal 4x4 sudoku rules apply
|
. . . 1
. 4 . 2
. . . .
3 2 . .
|
2 3 4 1
1 4 3 2
4 1 2 3
3 2 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_262
|
.....1..1.4.24.3
|
4231312413422413
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 262
|
Basic 4x4 Sudoku 262
|
Normal 4x4 sudoku rules apply
|
. . . .
. 1 . .
1 . 4 .
2 4 . 3
|
4 2 3 1
3 1 2 4
1 3 4 2
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_263
|
.2.3..42..21....
|
4213134234212134
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 263
|
Basic 4x4 Sudoku 263
|
Normal 4x4 sudoku rules apply
|
. 2 . 3
. . 4 2
. . 2 1
. . . .
|
4 2 1 3
1 3 4 2
3 4 2 1
2 1 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_264
|
....3.144132....
|
1423321441322341
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 264
|
Basic 4x4 Sudoku 264
|
Normal 4x4 sudoku rules apply
|
. . . .
3 . 1 4
4 1 3 2
. . . .
|
1 4 2 3
3 2 1 4
4 1 3 2
2 3 4 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_265
|
1...2431.1.....4
|
1342243141233214
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 265
|
Basic 4x4 Sudoku 265
|
Normal 4x4 sudoku rules apply
|
1 . . .
2 4 3 1
. 1 . .
. . . 4
|
1 3 4 2
2 4 3 1
4 1 2 3
3 2 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_266
|
2..3..21..14.4..
|
2143432132141432
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 266
|
Basic 4x4 Sudoku 266
|
Normal 4x4 sudoku rules apply
|
2 . . 3
. . 2 1
. . 1 4
. 4 . .
|
2 1 4 3
4 3 2 1
3 2 1 4
1 4 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_267
|
.3..243.3...412.
|
1342243132144123
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 267
|
Basic 4x4 Sudoku 267
|
Normal 4x4 sudoku rules apply
|
. 3 . .
2 4 3 .
3 . . .
4 1 2 .
|
1 3 4 2
2 4 3 1
3 2 1 4
4 1 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_268
|
.2......1.4..41.
|
4231312413422413
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 268
|
Basic 4x4 Sudoku 268
|
Normal 4x4 sudoku rules apply
|
. 2 . .
. . . .
1 . 4 .
. 4 1 .
|
4 2 3 1
3 1 2 4
1 3 4 2
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_269
|
..1..4....4.42..
|
2314142331424231
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 269
|
Basic 4x4 Sudoku 269
|
Normal 4x4 sudoku rules apply
|
. . 1 .
. 4 . .
. . 4 .
4 2 . .
|
2 3 1 4
1 4 2 3
3 1 4 2
4 2 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_270
|
.43.1..4...3....
|
2431132442133142
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 270
|
Basic 4x4 Sudoku 270
|
Normal 4x4 sudoku rules apply
|
. 4 3 .
1 . . 4
. . . 3
. . . .
|
2 4 3 1
1 3 2 4
4 2 1 3
3 1 4 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_271
|
4.31....13.2.41.
|
4231312413422413
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 271
|
Basic 4x4 Sudoku 271
|
Normal 4x4 sudoku rules apply
|
4 . 3 1
. . . .
1 3 . 2
. 4 1 .
|
4 2 3 1
3 1 2 4
1 3 4 2
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_272
|
14....4...24...3
|
1432234131244213
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 272
|
Basic 4x4 Sudoku 272
|
Normal 4x4 sudoku rules apply
|
1 4 . .
. . 4 .
. . 2 4
. . . 3
|
1 4 3 2
2 3 4 1
3 1 2 4
4 2 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_273
|
4....32.3.....4.
|
4231132434122143
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 273
|
Basic 4x4 Sudoku 273
|
Normal 4x4 sudoku rules apply
|
4 . . .
. 3 2 .
3 . . .
. . 4 .
|
4 2 3 1
1 3 2 4
3 4 1 2
2 1 4 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_274
|
4.3...2.....2.4.
|
4231132434122143
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 274
|
Basic 4x4 Sudoku 274
|
Normal 4x4 sudoku rules apply
|
4 . 3 .
. . 2 .
. . . .
2 . 4 .
|
4 2 3 1
1 3 2 4
3 4 1 2
2 1 4 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_275
|
.43....42......3
|
1432321423414123
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 275
|
Basic 4x4 Sudoku 275
|
Normal 4x4 sudoku rules apply
|
. 4 3 .
. . . 4
2 . . .
. . . 3
|
1 4 3 2
3 2 1 4
2 3 4 1
4 1 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_276
|
...3..2.1..2.4.1
|
4213312413422431
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 276
|
Basic 4x4 Sudoku 276
|
Normal 4x4 sudoku rules apply
|
. . . 3
. . 2 .
1 . . 2
. 4 . 1
|
4 2 1 3
3 1 2 4
1 3 4 2
2 4 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_277
|
.2313...1..4.41.
|
4231314213242413
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 277
|
Basic 4x4 Sudoku 277
|
Normal 4x4 sudoku rules apply
|
. 2 3 1
3 . . .
1 . . 4
. 4 1 .
|
4 2 3 1
3 1 4 2
1 3 2 4
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_278
|
..3.2.411....2..
|
4132234114233214
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 278
|
Basic 4x4 Sudoku 278
|
Normal 4x4 sudoku rules apply
|
. . 3 .
2 . 4 1
1 . . .
. 2 . .
|
4 1 3 2
2 3 4 1
1 4 2 3
3 2 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_279
|
....4..2.43..1..
|
1243431224313124
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 279
|
Basic 4x4 Sudoku 279
|
Normal 4x4 sudoku rules apply
|
. . . .
4 . . 2
. 4 3 .
. 1 . .
|
1 2 4 3
4 3 1 2
2 4 3 1
3 1 2 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_280
|
..2..3.44.3.3..1
|
1423231441323241
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 280
|
Basic 4x4 Sudoku 280
|
Normal 4x4 sudoku rules apply
|
. . 2 .
. 3 . 4
4 . 3 .
3 . . 1
|
1 4 2 3
2 3 1 4
4 1 3 2
3 2 4 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_281
|
.3.2....1.4.....
|
4312213412433421
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 281
|
Basic 4x4 Sudoku 281
|
Normal 4x4 sudoku rules apply
|
. 3 . 2
. . . .
1 . 4 .
. . . .
|
4 3 1 2
2 1 3 4
1 2 4 3
3 4 2 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_282
|
.1.....34....2..
|
3142241343211234
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 282
|
Basic 4x4 Sudoku 282
|
Normal 4x4 sudoku rules apply
|
. 1 . .
. . . 3
4 . . .
. 2 . .
|
3 1 4 2
2 4 1 3
4 3 2 1
1 2 3 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_283
|
2..4.42.3.4..1..
|
2314142332414132
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 283
|
Basic 4x4 Sudoku 283
|
Normal 4x4 sudoku rules apply
|
2 . . 4
. 4 2 .
3 . 4 .
. 1 . .
|
2 3 1 4
1 4 2 3
3 2 4 1
4 1 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_284
|
..3..12.....2...
|
4231312413422413
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 284
|
Basic 4x4 Sudoku 284
|
Normal 4x4 sudoku rules apply
|
. . 3 .
. 1 2 .
. . . .
2 . . .
|
4 2 3 1
3 1 2 4
1 3 4 2
2 4 1 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_285
|
1.2..413..3....2
|
1324241342313142
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 285
|
Basic 4x4 Sudoku 285
|
Normal 4x4 sudoku rules apply
|
1 . 2 .
. 4 1 3
. . 3 .
. . . 2
|
1 3 2 4
2 4 1 3
4 2 3 1
3 1 4 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_286
|
.2343.2..143....
|
1234342121434312
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 286
|
Basic 4x4 Sudoku 286
|
Normal 4x4 sudoku rules apply
|
. 2 3 4
3 . 2 .
. 1 4 3
. . . .
|
1 2 3 4
3 4 2 1
2 1 4 3
4 3 1 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_287
|
.2.4..2.1.....4.
|
3214412314322341
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 287
|
Basic 4x4 Sudoku 287
|
Normal 4x4 sudoku rules apply
|
. 2 . 4
. . 2 .
1 . . .
. . 4 .
|
3 2 1 4
4 1 2 3
1 4 3 2
2 3 4 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_288
|
2.1..........34.
|
2413312442311342
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 288
|
Basic 4x4 Sudoku 288
|
Normal 4x4 sudoku rules apply
|
2 . 1 .
. . . .
. . . .
. 3 4 .
|
2 4 1 3
3 1 2 4
4 2 3 1
1 3 4 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_289
|
2..4..1.34......
|
2134431234211243
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 289
|
Basic 4x4 Sudoku 289
|
Normal 4x4 sudoku rules apply
|
2 . . 4
. . 1 .
3 4 . .
. . . .
|
2 1 3 4
4 3 1 2
3 4 2 1
1 2 4 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_290
|
13..2.........41
|
1324241341323241
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 290
|
Basic 4x4 Sudoku 290
|
Normal 4x4 sudoku rules apply
|
1 3 . .
2 . . .
. . . .
. . 4 1
|
1 3 2 4
2 4 1 3
4 1 3 2
3 2 4 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_291
|
2.4....3.1.2..1.
|
2341142341323214
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 291
|
Basic 4x4 Sudoku 291
|
Normal 4x4 sudoku rules apply
|
2 . 4 .
. . . 3
. 1 . 2
. . 1 .
|
2 3 4 1
1 4 2 3
4 1 3 2
3 2 1 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_292
|
...3..14.1.24...
|
1423231431424231
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 292
|
Basic 4x4 Sudoku 292
|
Normal 4x4 sudoku rules apply
|
. . . 3
. . 1 4
. 1 . 2
4 . . .
|
1 4 2 3
2 3 1 4
3 1 4 2
4 2 3 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_293
|
.4.2...4.2.343..
|
3412213412434321
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 293
|
Basic 4x4 Sudoku 293
|
Normal 4x4 sudoku rules apply
|
. 4 . 2
. . . 4
. 2 . 3
4 3 . .
|
3 4 1 2
2 1 3 4
1 2 4 3
4 3 2 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_294
|
......323..1.423
|
2314413232411423
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 294
|
Basic 4x4 Sudoku 294
|
Normal 4x4 sudoku rules apply
|
. . . .
. . 3 2
3 . . 1
. 4 2 3
|
2 3 1 4
4 1 3 2
3 2 4 1
1 4 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_295
|
1......2..41....
|
1234341223414123
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 295
|
Basic 4x4 Sudoku 295
|
Normal 4x4 sudoku rules apply
|
1 . . .
. . . 2
. . 4 1
. . . .
|
1 2 3 4
3 4 1 2
2 3 4 1
4 1 2 3
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_296
|
..4.4..1.2..1...
|
2143432132141432
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 296
|
Basic 4x4 Sudoku 296
|
Normal 4x4 sudoku rules apply
|
. . 4 .
4 . . 1
. 2 . .
1 . . .
|
2 1 4 3
4 3 2 1
3 2 1 4
1 4 3 2
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_297
|
...2..3.24..1.24
|
3142423124131324
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 297
|
Basic 4x4 Sudoku 297
|
Normal 4x4 sudoku rules apply
|
. . . 2
. . 3 .
2 4 . .
1 . 2 4
|
3 1 4 2
4 2 3 1
2 4 1 3
1 3 2 4
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_298
|
.2.....31...2341
|
3214412314322341
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 298
|
Basic 4x4 Sudoku 298
|
Normal 4x4 sudoku rules apply
|
. 2 . .
. . . 3
1 . . .
2 3 4 1
|
3 2 1 4
4 1 2 3
1 4 3 2
2 3 4 1
| 4 | 4 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
4x4_sudoku_299
|
.4.1.....1..3...
|
2431134241233214
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
4x4
### Rules
Normal 4x4 sudoku rules apply
### Visual Elements
None
|
Basic 4x4 Sudoku 299
|
Basic 4x4 Sudoku 299
|
Normal 4x4 sudoku rules apply
|
. 4 . 1
. . . .
. 1 . .
3 . . .
|
2 4 3 1
1 3 4 2
4 1 2 3
3 2 1 4
| 4 | 4 |
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.