task_name
string | initial_board
string | solution
string | environment_info
string | puzzle_id
string | title
string | rules
string | initial_observation
string | solution_reference
string | rows
int64 | cols
int64 | visual_elements
string | encoded_puzzle
string | description
string |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9x9_sudoku_400
|
1.3825674542..683187.34..2.2.81.4...3176895.29542371866..4932177..512.6842.768.59
|
193825674542976831876341925268154793317689542954237186685493217739512468421768359
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 400
|
Basic 9x9 Sudoku 400
|
Normal 9x9 sudoku rules apply
|
1 . 3 8 2 5 6 7 4
5 4 2 . . 6 8 3 1
8 7 . 3 4 . . 2 .
2 . 8 1 . 4 . . .
3 1 7 6 8 9 5 . 2
9 5 4 2 3 7 1 8 6
6 . . 4 9 3 2 1 7
7 . . 5 1 2 . 6 8
4 2 . 7 6 8 . 5 9
|
1 9 3 8 2 5 6 7 4
5 4 2 9 7 6 8 3 1
8 7 6 3 4 1 9 2 5
2 6 8 1 5 4 7 9 3
3 1 7 6 8 9 5 4 2
9 5 4 2 3 7 1 8 6
6 8 5 4 9 3 2 1 7
7 3 9 5 1 2 4 6 8
4 2 1 7 6 8 3 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_401
|
1..8342..83.1.65..476.958......6..4.3..9.76856.74...2.248.19.5.591.834.27.354..18
|
159834276832176594476295831925368147314927685687451329248619753591783462763542918
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 401
|
Basic 9x9 Sudoku 401
|
Normal 9x9 sudoku rules apply
|
1 . . 8 3 4 2 . .
8 3 . 1 . 6 5 . .
4 7 6 . 9 5 8 . .
. . . . 6 . . 4 .
3 . . 9 . 7 6 8 5
6 . 7 4 . . . 2 .
2 4 8 . 1 9 . 5 .
5 9 1 . 8 3 4 . 2
7 . 3 5 4 . . 1 8
|
1 5 9 8 3 4 2 7 6
8 3 2 1 7 6 5 9 4
4 7 6 2 9 5 8 3 1
9 2 5 3 6 8 1 4 7
3 1 4 9 2 7 6 8 5
6 8 7 4 5 1 3 2 9
2 4 8 6 1 9 7 5 3
5 9 1 7 8 3 4 6 2
7 6 3 5 4 2 9 1 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_402
|
.7...5..35.6...8..3...67..9.2.67.....9.8.1..4.6.9.41.2.....6.4.6.94....845.7..2..
|
972185463516349827348267519124673985795821634863954172287596341639412758451738296
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 402
|
Basic 9x9 Sudoku 402
|
Normal 9x9 sudoku rules apply
|
. 7 . . . 5 . . 3
5 . 6 . . . 8 . .
3 . . . 6 7 . . 9
. 2 . 6 7 . . . .
. 9 . 8 . 1 . . 4
. 6 . 9 . 4 1 . 2
. . . . . 6 . 4 .
6 . 9 4 . . . . 8
4 5 . 7 . . 2 . .
|
9 7 2 1 8 5 4 6 3
5 1 6 3 4 9 8 2 7
3 4 8 2 6 7 5 1 9
1 2 4 6 7 3 9 8 5
7 9 5 8 2 1 6 3 4
8 6 3 9 5 4 1 7 2
2 8 7 5 9 6 3 4 1
6 3 9 4 1 2 7 5 8
4 5 1 7 3 8 2 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_403
|
.....2.....6834..22.95...4383..7...1.......9.9...2..3.651.4.....92..35..4....912.
|
348192657576834912219567843834975261127386495965421738651248379792613584483759126
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 403
|
Basic 9x9 Sudoku 403
|
Normal 9x9 sudoku rules apply
|
. . . . . 2 . . .
. . 6 8 3 4 . . 2
2 . 9 5 . . . 4 3
8 3 . . 7 . . . 1
. . . . . . . 9 .
9 . . . 2 . . 3 .
6 5 1 . 4 . . . .
. 9 2 . . 3 5 . .
4 . . . . 9 1 2 .
|
3 4 8 1 9 2 6 5 7
5 7 6 8 3 4 9 1 2
2 1 9 5 6 7 8 4 3
8 3 4 9 7 5 2 6 1
1 2 7 3 8 6 4 9 5
9 6 5 4 2 1 7 3 8
6 5 1 2 4 8 3 7 9
7 9 2 6 1 3 5 8 4
4 8 3 7 5 9 1 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_404
|
1...2.64.4.7186.296.2..9.....4.531.6.632.79.457.964..2.4..9.7..3..74.2617.6...49.
|
189325647437186529652479813924853176863217954571964382248691735395748261716532498
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 404
|
Basic 9x9 Sudoku 404
|
Normal 9x9 sudoku rules apply
|
1 . . . 2 . 6 4 .
4 . 7 1 8 6 . 2 9
6 . 2 . . 9 . . .
. . 4 . 5 3 1 . 6
. 6 3 2 . 7 9 . 4
5 7 . 9 6 4 . . 2
. 4 . . 9 . 7 . .
3 . . 7 4 . 2 6 1
7 . 6 . . . 4 9 .
|
1 8 9 3 2 5 6 4 7
4 3 7 1 8 6 5 2 9
6 5 2 4 7 9 8 1 3
9 2 4 8 5 3 1 7 6
8 6 3 2 1 7 9 5 4
5 7 1 9 6 4 3 8 2
2 4 8 6 9 1 7 3 5
3 9 5 7 4 8 2 6 1
7 1 6 5 3 2 4 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_405
|
2..1...6..4.9..832...2...9..81.2..79.....9..6.26.4....61..9...8..476.9.......86.5
|
239184567147956832568273194381625479475319286926847351613592748854761923792438615
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 405
|
Basic 9x9 Sudoku 405
|
Normal 9x9 sudoku rules apply
|
2 . . 1 . . . 6 .
. 4 . 9 . . 8 3 2
. . . 2 . . . 9 .
. 8 1 . 2 . . 7 9
. . . . . 9 . . 6
. 2 6 . 4 . . . .
6 1 . . 9 . . . 8
. . 4 7 6 . 9 . .
. . . . . 8 6 . 5
|
2 3 9 1 8 4 5 6 7
1 4 7 9 5 6 8 3 2
5 6 8 2 7 3 1 9 4
3 8 1 6 2 5 4 7 9
4 7 5 3 1 9 2 8 6
9 2 6 8 4 7 3 5 1
6 1 3 5 9 2 7 4 8
8 5 4 7 6 1 9 2 3
7 9 2 4 3 8 6 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_406
|
..429.6..56..78.3.372..58...8.4..7...56...9.27......8....95.3.76....4....27..154.
|
814293675569178234372645891283419756456837912791526483148952367635784129927361548
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 406
|
Basic 9x9 Sudoku 406
|
Normal 9x9 sudoku rules apply
|
. . 4 2 9 . 6 . .
5 6 . . 7 8 . 3 .
3 7 2 . . 5 8 . .
. 8 . 4 . . 7 . .
. 5 6 . . . 9 . 2
7 . . . . . . 8 .
. . . 9 5 . 3 . 7
6 . . . . 4 . . .
. 2 7 . . 1 5 4 .
|
8 1 4 2 9 3 6 7 5
5 6 9 1 7 8 2 3 4
3 7 2 6 4 5 8 9 1
2 8 3 4 1 9 7 5 6
4 5 6 8 3 7 9 1 2
7 9 1 5 2 6 4 8 3
1 4 8 9 5 2 3 6 7
6 3 5 7 8 4 1 2 9
9 2 7 3 6 1 5 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_407
|
3581.42671.628..9592.3....8893.1.7.6..58.64.9264...81....7.1532.31.289.4472953.8.
|
358194267146287395927365148893412756715836429264579813689741532531628974472953681
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 407
|
Basic 9x9 Sudoku 407
|
Normal 9x9 sudoku rules apply
|
3 5 8 1 . 4 2 6 7
1 . 6 2 8 . . 9 5
9 2 . 3 . . . . 8
8 9 3 . 1 . 7 . 6
. . 5 8 . 6 4 . 9
2 6 4 . . . 8 1 .
. . . 7 . 1 5 3 2
. 3 1 . 2 8 9 . 4
4 7 2 9 5 3 . 8 .
|
3 5 8 1 9 4 2 6 7
1 4 6 2 8 7 3 9 5
9 2 7 3 6 5 1 4 8
8 9 3 4 1 2 7 5 6
7 1 5 8 3 6 4 2 9
2 6 4 5 7 9 8 1 3
6 8 9 7 4 1 5 3 2
5 3 1 6 2 8 9 7 4
4 7 2 9 5 3 6 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_408
|
8.....65.75........92.5.8.12...1637.96....2..1.58.2....27..1.94...42....4...6.13.
|
814293657756148923392657841248916375963574218175832469627381594531429786489765132
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 408
|
Basic 9x9 Sudoku 408
|
Normal 9x9 sudoku rules apply
|
8 . . . . . 6 5 .
7 5 . . . . . . .
. 9 2 . 5 . 8 . 1
2 . . . 1 6 3 7 .
9 6 . . . . 2 . .
1 . 5 8 . 2 . . .
. 2 7 . . 1 . 9 4
. . . 4 2 . . . .
4 . . . 6 . 1 3 .
|
8 1 4 2 9 3 6 5 7
7 5 6 1 4 8 9 2 3
3 9 2 6 5 7 8 4 1
2 4 8 9 1 6 3 7 5
9 6 3 5 7 4 2 1 8
1 7 5 8 3 2 4 6 9
6 2 7 3 8 1 5 9 4
5 3 1 4 2 9 7 8 6
4 8 9 7 6 5 1 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_409
|
317.2.46..4.163..7.8674521.89.3765414.351892..614923.8..4.3.6..728.541396..2.1...
|
317829465245163897986745213892376541473518926561492378154937682728654139639281754
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 409
|
Basic 9x9 Sudoku 409
|
Normal 9x9 sudoku rules apply
|
3 1 7 . 2 . 4 6 .
. 4 . 1 6 3 . . 7
. 8 6 7 4 5 2 1 .
8 9 . 3 7 6 5 4 1
4 . 3 5 1 8 9 2 .
. 6 1 4 9 2 3 . 8
. . 4 . 3 . 6 . .
7 2 8 . 5 4 1 3 9
6 . . 2 . 1 . . .
|
3 1 7 8 2 9 4 6 5
2 4 5 1 6 3 8 9 7
9 8 6 7 4 5 2 1 3
8 9 2 3 7 6 5 4 1
4 7 3 5 1 8 9 2 6
5 6 1 4 9 2 3 7 8
1 5 4 9 3 7 6 8 2
7 2 8 6 5 4 1 3 9
6 3 9 2 8 1 7 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_410
|
1.59...4797..34562..4...1.92.687.93.89.61342.531..967871.2..8.3..2.98716.83.5.2.4
|
165982347978134562324567189246875931897613425531429678719246853452398716683751294
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 410
|
Basic 9x9 Sudoku 410
|
Normal 9x9 sudoku rules apply
|
1 . 5 9 . . . 4 7
9 7 . . 3 4 5 6 2
. . 4 . . . 1 . 9
2 . 6 8 7 . 9 3 .
8 9 . 6 1 3 4 2 .
5 3 1 . . 9 6 7 8
7 1 . 2 . . 8 . 3
. . 2 . 9 8 7 1 6
. 8 3 . 5 . 2 . 4
|
1 6 5 9 8 2 3 4 7
9 7 8 1 3 4 5 6 2
3 2 4 5 6 7 1 8 9
2 4 6 8 7 5 9 3 1
8 9 7 6 1 3 4 2 5
5 3 1 4 2 9 6 7 8
7 1 9 2 4 6 8 5 3
4 5 2 3 9 8 7 1 6
6 8 3 7 5 1 2 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_411
|
61.89..7...43.1....8..7..1.128......47.13...63..25..415...839..8.29...64..75.4.38
|
613892475754361892289475613128746359475139286396258741541683927832917564967524138
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 411
|
Basic 9x9 Sudoku 411
|
Normal 9x9 sudoku rules apply
|
6 1 . 8 9 . . 7 .
. . 4 3 . 1 . . .
. 8 . . 7 . . 1 .
1 2 8 . . . . . .
4 7 . 1 3 . . . 6
3 . . 2 5 . . 4 1
5 . . . 8 3 9 . .
8 . 2 9 . . . 6 4
. . 7 5 . 4 . 3 8
|
6 1 3 8 9 2 4 7 5
7 5 4 3 6 1 8 9 2
2 8 9 4 7 5 6 1 3
1 2 8 7 4 6 3 5 9
4 7 5 1 3 9 2 8 6
3 9 6 2 5 8 7 4 1
5 4 1 6 8 3 9 2 7
8 3 2 9 1 7 5 6 4
9 6 7 5 2 4 1 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_412
|
5728.1...1.4.2.95..36...1..317285694...9.3725..5.7.31..23769541.41.3286.6....827.
|
572891436184326957936457182317285694468913725295674318823769541741532869659148273
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 412
|
Basic 9x9 Sudoku 412
|
Normal 9x9 sudoku rules apply
|
5 7 2 8 . 1 . . .
1 . 4 . 2 . 9 5 .
. 3 6 . . . 1 . .
3 1 7 2 8 5 6 9 4
. . . 9 . 3 7 2 5
. . 5 . 7 . 3 1 .
. 2 3 7 6 9 5 4 1
. 4 1 . 3 2 8 6 .
6 . . . . 8 2 7 .
|
5 7 2 8 9 1 4 3 6
1 8 4 3 2 6 9 5 7
9 3 6 4 5 7 1 8 2
3 1 7 2 8 5 6 9 4
4 6 8 9 1 3 7 2 5
2 9 5 6 7 4 3 1 8
8 2 3 7 6 9 5 4 1
7 4 1 5 3 2 8 6 9
6 5 9 1 4 8 2 7 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_413
|
26..8..7.87124..96...6.....4.3..6751..73....8.8...72395.8..19.46.49.85.77.2...81.
|
269183475871245396345679182423896751957312648186457239538721964614938527792564813
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 413
|
Basic 9x9 Sudoku 413
|
Normal 9x9 sudoku rules apply
|
2 6 . . 8 . . 7 .
8 7 1 2 4 . . 9 6
. . . 6 . . . . .
4 . 3 . . 6 7 5 1
. . 7 3 . . . . 8
. 8 . . . 7 2 3 9
5 . 8 . . 1 9 . 4
6 . 4 9 . 8 5 . 7
7 . 2 . . . 8 1 .
|
2 6 9 1 8 3 4 7 5
8 7 1 2 4 5 3 9 6
3 4 5 6 7 9 1 8 2
4 2 3 8 9 6 7 5 1
9 5 7 3 1 2 6 4 8
1 8 6 4 5 7 2 3 9
5 3 8 7 2 1 9 6 4
6 1 4 9 3 8 5 2 7
7 9 2 5 6 4 8 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_414
|
....3...7.67.82...13...7.24...894731.4..136...7..56...81....3.97.....28.6..9.8.45
|
482139567567482913139567824256894731948713652371256498814625379795341286623978145
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 414
|
Basic 9x9 Sudoku 414
|
Normal 9x9 sudoku rules apply
|
. . . . 3 . . . 7
. 6 7 . 8 2 . . .
1 3 . . . 7 . 2 4
. . . 8 9 4 7 3 1
. 4 . . 1 3 6 . .
. 7 . . 5 6 . . .
8 1 . . . . 3 . 9
7 . . . . . 2 8 .
6 . . 9 . 8 . 4 5
|
4 8 2 1 3 9 5 6 7
5 6 7 4 8 2 9 1 3
1 3 9 5 6 7 8 2 4
2 5 6 8 9 4 7 3 1
9 4 8 7 1 3 6 5 2
3 7 1 2 5 6 4 9 8
8 1 4 6 2 5 3 7 9
7 9 5 3 4 1 2 8 6
6 2 3 9 7 8 1 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_415
|
9531824.6.17..625962495781.17..68..45.974.6.23.652..81491275368..5893.4773..1492.
|
953182476817436259624957813172368594589741632346529781491275368265893147738614925
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 415
|
Basic 9x9 Sudoku 415
|
Normal 9x9 sudoku rules apply
|
9 5 3 1 8 2 4 . 6
. 1 7 . . 6 2 5 9
6 2 4 9 5 7 8 1 .
1 7 . . 6 8 . . 4
5 . 9 7 4 . 6 . 2
3 . 6 5 2 . . 8 1
4 9 1 2 7 5 3 6 8
. . 5 8 9 3 . 4 7
7 3 . . 1 4 9 2 .
|
9 5 3 1 8 2 4 7 6
8 1 7 4 3 6 2 5 9
6 2 4 9 5 7 8 1 3
1 7 2 3 6 8 5 9 4
5 8 9 7 4 1 6 3 2
3 4 6 5 2 9 7 8 1
4 9 1 2 7 5 3 6 8
2 6 5 8 9 3 1 4 7
7 3 8 6 1 4 9 2 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_416
|
48..9.7351.9..5....27346891..39586..8.....95..75...42.79..1...2.1..8..7.352.6.18.
|
486192735139875246527346891243958617861427953975631428798514362614283579352769184
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 416
|
Basic 9x9 Sudoku 416
|
Normal 9x9 sudoku rules apply
|
4 8 . . 9 . 7 3 5
1 . 9 . . 5 . . .
. 2 7 3 4 6 8 9 1
. . 3 9 5 8 6 . .
8 . . . . . 9 5 .
. 7 5 . . . 4 2 .
7 9 . . 1 . . . 2
. 1 . . 8 . . 7 .
3 5 2 . 6 . 1 8 .
|
4 8 6 1 9 2 7 3 5
1 3 9 8 7 5 2 4 6
5 2 7 3 4 6 8 9 1
2 4 3 9 5 8 6 1 7
8 6 1 4 2 7 9 5 3
9 7 5 6 3 1 4 2 8
7 9 8 5 1 4 3 6 2
6 1 4 2 8 3 5 7 9
3 5 2 7 6 9 1 8 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_417
|
..4923.5.6..84.1.979.15....8...14..53..592481.516...9.5.843....243.895...172..3..
|
184923657635847129792156834829314765376592481451678293568431972243789516917265348
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 417
|
Basic 9x9 Sudoku 417
|
Normal 9x9 sudoku rules apply
|
. . 4 9 2 3 . 5 .
6 . . 8 4 . 1 . 9
7 9 . 1 5 . . . .
8 . . . 1 4 . . 5
3 . . 5 9 2 4 8 1
. 5 1 6 . . . 9 .
5 . 8 4 3 . . . .
2 4 3 . 8 9 5 . .
. 1 7 2 . . 3 . .
|
1 8 4 9 2 3 6 5 7
6 3 5 8 4 7 1 2 9
7 9 2 1 5 6 8 3 4
8 2 9 3 1 4 7 6 5
3 7 6 5 9 2 4 8 1
4 5 1 6 7 8 2 9 3
5 6 8 4 3 1 9 7 2
2 4 3 7 8 9 5 1 6
9 1 7 2 6 5 3 4 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_418
|
..3...56..1682.9...547361822...18.5.1384592.64653728916.2..17.9...9.3628.8....4..
|
823194567716825943954736182297618354138459276465372891642581739571943628389267415
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 418
|
Basic 9x9 Sudoku 418
|
Normal 9x9 sudoku rules apply
|
. . 3 . . . 5 6 .
. 1 6 8 2 . 9 . .
. 5 4 7 3 6 1 8 2
2 . . . 1 8 . 5 .
1 3 8 4 5 9 2 . 6
4 6 5 3 7 2 8 9 1
6 . 2 . . 1 7 . 9
. . . 9 . 3 6 2 8
. 8 . . . . 4 . .
|
8 2 3 1 9 4 5 6 7
7 1 6 8 2 5 9 4 3
9 5 4 7 3 6 1 8 2
2 9 7 6 1 8 3 5 4
1 3 8 4 5 9 2 7 6
4 6 5 3 7 2 8 9 1
6 4 2 5 8 1 7 3 9
5 7 1 9 4 3 6 2 8
3 8 9 2 6 7 4 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_419
|
95.2.17..2.7.4.15..146....9.4..5.27312..9.56...5....41.31.68..2.9.31..87...7..3..
|
956281734287943156314675829849156273123497568675832941731568492592314687468729315
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 419
|
Basic 9x9 Sudoku 419
|
Normal 9x9 sudoku rules apply
|
9 5 . 2 . 1 7 . .
2 . 7 . 4 . 1 5 .
. 1 4 6 . . . . 9
. 4 . . 5 . 2 7 3
1 2 . . 9 . 5 6 .
. . 5 . . . . 4 1
. 3 1 . 6 8 . . 2
. 9 . 3 1 . . 8 7
. . . 7 . . 3 . .
|
9 5 6 2 8 1 7 3 4
2 8 7 9 4 3 1 5 6
3 1 4 6 7 5 8 2 9
8 4 9 1 5 6 2 7 3
1 2 3 4 9 7 5 6 8
6 7 5 8 3 2 9 4 1
7 3 1 5 6 8 4 9 2
5 9 2 3 1 4 6 8 7
4 6 8 7 2 9 3 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_420
|
......3.6...174259.2.6.....965.....81875...2...3..7..1......98...42.8...51.7...3.
|
451982376836174259729635814965321748187549623243867591672413985394258167518796432
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 420
|
Basic 9x9 Sudoku 420
|
Normal 9x9 sudoku rules apply
|
. . . . . . 3 . 6
. . . 1 7 4 2 5 9
. 2 . 6 . . . . .
9 6 5 . . . . . 8
1 8 7 5 . . . 2 .
. . 3 . . 7 . . 1
. . . . . . 9 8 .
. . 4 2 . 8 . . .
5 1 . 7 . . . 3 .
|
4 5 1 9 8 2 3 7 6
8 3 6 1 7 4 2 5 9
7 2 9 6 3 5 8 1 4
9 6 5 3 2 1 7 4 8
1 8 7 5 4 9 6 2 3
2 4 3 8 6 7 5 9 1
6 7 2 4 1 3 9 8 5
3 9 4 2 5 8 1 6 7
5 1 8 7 9 6 4 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_421
|
1....79..4.....23776..52.8.385249...9....5.......3659..7..14...8..52.7.......84.3
|
132487965458961237769352184385249671916875342247136598573614829894523716621798453
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 421
|
Basic 9x9 Sudoku 421
|
Normal 9x9 sudoku rules apply
|
1 . . . . 7 9 . .
4 . . . . . 2 3 7
7 6 . . 5 2 . 8 .
3 8 5 2 4 9 . . .
9 . . . . 5 . . .
. . . . 3 6 5 9 .
. 7 . . 1 4 . . .
8 . . 5 2 . 7 . .
. . . . . 8 4 . 3
|
1 3 2 4 8 7 9 6 5
4 5 8 9 6 1 2 3 7
7 6 9 3 5 2 1 8 4
3 8 5 2 4 9 6 7 1
9 1 6 8 7 5 3 4 2
2 4 7 1 3 6 5 9 8
5 7 3 6 1 4 8 2 9
8 9 4 5 2 3 7 1 6
6 2 1 7 9 8 4 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_422
|
.8....4..591..4..3...625.9.8....174....238.1...95..382.5...96.4.1.3.2....7.45.138
|
286193457591874263437625891823961745745238916169547382358719624614382579972456138
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 422
|
Basic 9x9 Sudoku 422
|
Normal 9x9 sudoku rules apply
|
. 8 . . . . 4 . .
5 9 1 . . 4 . . 3
. . . 6 2 5 . 9 .
8 . . . . 1 7 4 .
. . . 2 3 8 . 1 .
. . 9 5 . . 3 8 2
. 5 . . . 9 6 . 4
. 1 . 3 . 2 . . .
. 7 . 4 5 . 1 3 8
|
2 8 6 1 9 3 4 5 7
5 9 1 8 7 4 2 6 3
4 3 7 6 2 5 8 9 1
8 2 3 9 6 1 7 4 5
7 4 5 2 3 8 9 1 6
1 6 9 5 4 7 3 8 2
3 5 8 7 1 9 6 2 4
6 1 4 3 8 2 5 7 9
9 7 2 4 5 6 1 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_423
|
9.82136..3..9.8.147.2.5683.49.825.618..16934..21.47.985.67.1....74.32..62..68415.
|
948213675365978214712456839493825761857169342621347598586791423174532986239684157
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 423
|
Basic 9x9 Sudoku 423
|
Normal 9x9 sudoku rules apply
|
9 . 8 2 1 3 6 . .
3 . . 9 . 8 . 1 4
7 . 2 . 5 6 8 3 .
4 9 . 8 2 5 . 6 1
8 . . 1 6 9 3 4 .
. 2 1 . 4 7 . 9 8
5 . 6 7 . 1 . . .
. 7 4 . 3 2 . . 6
2 . . 6 8 4 1 5 .
|
9 4 8 2 1 3 6 7 5
3 6 5 9 7 8 2 1 4
7 1 2 4 5 6 8 3 9
4 9 3 8 2 5 7 6 1
8 5 7 1 6 9 3 4 2
6 2 1 3 4 7 5 9 8
5 8 6 7 9 1 4 2 3
1 7 4 5 3 2 9 8 6
2 3 9 6 8 4 1 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_424
|
.48.9.36.3..8461..1.23...848562.473....9.75489.4.8.62...17.8.9.4896312.7.3...9...
|
748192365395846172162375984856214739213967548974583621621758493489631257537429816
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 424
|
Basic 9x9 Sudoku 424
|
Normal 9x9 sudoku rules apply
|
. 4 8 . 9 . 3 6 .
3 . . 8 4 6 1 . .
1 . 2 3 . . . 8 4
8 5 6 2 . 4 7 3 .
. . . 9 . 7 5 4 8
9 . 4 . 8 . 6 2 .
. . 1 7 . 8 . 9 .
4 8 9 6 3 1 2 . 7
. 3 . . . 9 . . .
|
7 4 8 1 9 2 3 6 5
3 9 5 8 4 6 1 7 2
1 6 2 3 7 5 9 8 4
8 5 6 2 1 4 7 3 9
2 1 3 9 6 7 5 4 8
9 7 4 5 8 3 6 2 1
6 2 1 7 5 8 4 9 3
4 8 9 6 3 1 2 5 7
5 3 7 4 2 9 8 1 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_425
|
.741..3..6583..12....56.894.3.42...9....13....91.7...2..97.12.3..283.4.5....5.9.1
|
974182356658394127213567894836425719725913648491678532589741263162839475347256981
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 425
|
Basic 9x9 Sudoku 425
|
Normal 9x9 sudoku rules apply
|
. 7 4 1 . . 3 . .
6 5 8 3 . . 1 2 .
. . . 5 6 . 8 9 4
. 3 . 4 2 . . . 9
. . . . 1 3 . . .
. 9 1 . 7 . . . 2
. . 9 7 . 1 2 . 3
. . 2 8 3 . 4 . 5
. . . . 5 . 9 . 1
|
9 7 4 1 8 2 3 5 6
6 5 8 3 9 4 1 2 7
2 1 3 5 6 7 8 9 4
8 3 6 4 2 5 7 1 9
7 2 5 9 1 3 6 4 8
4 9 1 6 7 8 5 3 2
5 8 9 7 4 1 2 6 3
1 6 2 8 3 9 4 7 5
3 4 7 2 5 6 9 8 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_426
|
.59.....7..18...9..2.3..841..2.73.59..3159...97..8..3...49..5.....5....8.987....6
|
859214367341867295726395841182473659463159782975682134614928573237546918598731426
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 426
|
Basic 9x9 Sudoku 426
|
Normal 9x9 sudoku rules apply
|
. 5 9 . . . . . 7
. . 1 8 . . . 9 .
. 2 . 3 . . 8 4 1
. . 2 . 7 3 . 5 9
. . 3 1 5 9 . . .
9 7 . . 8 . . 3 .
. . 4 9 . . 5 . .
. . . 5 . . . . 8
. 9 8 7 . . . . 6
|
8 5 9 2 1 4 3 6 7
3 4 1 8 6 7 2 9 5
7 2 6 3 9 5 8 4 1
1 8 2 4 7 3 6 5 9
4 6 3 1 5 9 7 8 2
9 7 5 6 8 2 1 3 4
6 1 4 9 2 8 5 7 3
2 3 7 5 4 6 9 1 8
5 9 8 7 3 1 4 2 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_427
|
.1689.3.529.37.6.4.5.14.....2.56.9.79654..2..7.49.153.8..6.....64275.19.57128....
|
416892375298375614357146829123568947965437281784921536839614752642753198571289463
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 427
|
Basic 9x9 Sudoku 427
|
Normal 9x9 sudoku rules apply
|
. 1 6 8 9 . 3 . 5
2 9 . 3 7 . 6 . 4
. 5 . 1 4 . . . .
. 2 . 5 6 . 9 . 7
9 6 5 4 . . 2 . .
7 . 4 9 . 1 5 3 .
8 . . 6 . . . . .
6 4 2 7 5 . 1 9 .
5 7 1 2 8 . . . .
|
4 1 6 8 9 2 3 7 5
2 9 8 3 7 5 6 1 4
3 5 7 1 4 6 8 2 9
1 2 3 5 6 8 9 4 7
9 6 5 4 3 7 2 8 1
7 8 4 9 2 1 5 3 6
8 3 9 6 1 4 7 5 2
6 4 2 7 5 3 1 9 8
5 7 1 2 8 9 4 6 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_428
|
....82.758..4.7..6.271634.94.6529.3.978.34.5223587...438..1.5..6..7.8..37423..86.
|
164982375893457216527163489416529738978634152235871694389216547651748923742395861
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 428
|
Basic 9x9 Sudoku 428
|
Normal 9x9 sudoku rules apply
|
. . . . 8 2 . 7 5
8 . . 4 . 7 . . 6
. 2 7 1 6 3 4 . 9
4 . 6 5 2 9 . 3 .
9 7 8 . 3 4 . 5 2
2 3 5 8 7 . . . 4
3 8 . . 1 . 5 . .
6 . . 7 . 8 . . 3
7 4 2 3 . . 8 6 .
|
1 6 4 9 8 2 3 7 5
8 9 3 4 5 7 2 1 6
5 2 7 1 6 3 4 8 9
4 1 6 5 2 9 7 3 8
9 7 8 6 3 4 1 5 2
2 3 5 8 7 1 6 9 4
3 8 9 2 1 6 5 4 7
6 5 1 7 4 8 9 2 3
7 4 2 3 9 5 8 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_429
|
2.589..7..93.6..4..6.3...12...613....7.4..68..56978.216..7....453..8.2677..5..138
|
245891376193267845867354912482613759971425683356978421618732594534189267729546138
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 429
|
Basic 9x9 Sudoku 429
|
Normal 9x9 sudoku rules apply
|
2 . 5 8 9 . . 7 .
. 9 3 . 6 . . 4 .
. 6 . 3 . . . 1 2
. . . 6 1 3 . . .
. 7 . 4 . . 6 8 .
. 5 6 9 7 8 . 2 1
6 . . 7 . . . . 4
5 3 . . 8 . 2 6 7
7 . . 5 . . 1 3 8
|
2 4 5 8 9 1 3 7 6
1 9 3 2 6 7 8 4 5
8 6 7 3 5 4 9 1 2
4 8 2 6 1 3 7 5 9
9 7 1 4 2 5 6 8 3
3 5 6 9 7 8 4 2 1
6 1 8 7 3 2 5 9 4
5 3 4 1 8 9 2 6 7
7 2 9 5 4 6 1 3 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_430
|
..1.3946..5.....7.2...57.1..25.........1..7539173.....54.62.93...2..4.8.7....3..1
|
871239465459816372263457819325768194684192753917345628548621937132974586796583241
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 430
|
Basic 9x9 Sudoku 430
|
Normal 9x9 sudoku rules apply
|
. . 1 . 3 9 4 6 .
. 5 . . . . . 7 .
2 . . . 5 7 . 1 .
. 2 5 . . . . . .
. . . 1 . . 7 5 3
9 1 7 3 . . . . .
5 4 . 6 2 . 9 3 .
. . 2 . . 4 . 8 .
7 . . . . 3 . . 1
|
8 7 1 2 3 9 4 6 5
4 5 9 8 1 6 3 7 2
2 6 3 4 5 7 8 1 9
3 2 5 7 6 8 1 9 4
6 8 4 1 9 2 7 5 3
9 1 7 3 4 5 6 2 8
5 4 8 6 2 1 9 3 7
1 3 2 9 7 4 5 8 6
7 9 6 5 8 3 2 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_431
|
.5.89124.9..3268572.8547..3196.854.2843...6.55724.3.184.96.2..1.21..8364.851.4729
|
357891246914326857268547193196785432843219675572463918439672581721958364685134729
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 431
|
Basic 9x9 Sudoku 431
|
Normal 9x9 sudoku rules apply
|
. 5 . 8 9 1 2 4 .
9 . . 3 2 6 8 5 7
2 . 8 5 4 7 . . 3
1 9 6 . 8 5 4 . 2
8 4 3 . . . 6 . 5
5 7 2 4 . 3 . 1 8
4 . 9 6 . 2 . . 1
. 2 1 . . 8 3 6 4
. 8 5 1 . 4 7 2 9
|
3 5 7 8 9 1 2 4 6
9 1 4 3 2 6 8 5 7
2 6 8 5 4 7 1 9 3
1 9 6 7 8 5 4 3 2
8 4 3 2 1 9 6 7 5
5 7 2 4 6 3 9 1 8
4 3 9 6 7 2 5 8 1
7 2 1 9 5 8 3 6 4
6 8 5 1 3 4 7 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_432
|
9.85..6.47351..89....7..15....36574..57..9...4.927.385.8.....6..936.7.28....529.1
|
918523674735146892246798153821365749357489216469271385182934567593617428674852931
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 432
|
Basic 9x9 Sudoku 432
|
Normal 9x9 sudoku rules apply
|
9 . 8 5 . . 6 . 4
7 3 5 1 . . 8 9 .
. . . 7 . . 1 5 .
. . . 3 6 5 7 4 .
. 5 7 . . 9 . . .
4 . 9 2 7 . 3 8 5
. 8 . . . . . 6 .
. 9 3 6 . 7 . 2 8
. . . . 5 2 9 . 1
|
9 1 8 5 2 3 6 7 4
7 3 5 1 4 6 8 9 2
2 4 6 7 9 8 1 5 3
8 2 1 3 6 5 7 4 9
3 5 7 4 8 9 2 1 6
4 6 9 2 7 1 3 8 5
1 8 2 9 3 4 5 6 7
5 9 3 6 1 7 4 2 8
6 7 4 8 5 2 9 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_433
|
.7.1.2.56....6.3...6..7..8..86...59.4....1.28592.......5.7.82.1.2..14....18.3.94.
|
973182456841569372265473189186327594437951628592846713354798261729614835618235947
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 433
|
Basic 9x9 Sudoku 433
|
Normal 9x9 sudoku rules apply
|
. 7 . 1 . 2 . 5 6
. . . . 6 . 3 . .
. 6 . . 7 . . 8 .
. 8 6 . . . 5 9 .
4 . . . . 1 . 2 8
5 9 2 . . . . . .
. 5 . 7 . 8 2 . 1
. 2 . . 1 4 . . .
. 1 8 . 3 . 9 4 .
|
9 7 3 1 8 2 4 5 6
8 4 1 5 6 9 3 7 2
2 6 5 4 7 3 1 8 9
1 8 6 3 2 7 5 9 4
4 3 7 9 5 1 6 2 8
5 9 2 8 4 6 7 1 3
3 5 4 7 9 8 2 6 1
7 2 9 6 1 4 8 3 5
6 1 8 2 3 5 9 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_434
|
6958.2374.8...71...4.36......47295..327..8.61859.36.2.4......8...86..21393..81745
|
695812374283947156741365892164729538327458961859136427412573689578694213936281745
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 434
|
Basic 9x9 Sudoku 434
|
Normal 9x9 sudoku rules apply
|
6 9 5 8 . 2 3 7 4
. 8 . . . 7 1 . .
. 4 . 3 6 . . . .
. . 4 7 2 9 5 . .
3 2 7 . . 8 . 6 1
8 5 9 . 3 6 . 2 .
4 . . . . . . 8 .
. . 8 6 . . 2 1 3
9 3 . . 8 1 7 4 5
|
6 9 5 8 1 2 3 7 4
2 8 3 9 4 7 1 5 6
7 4 1 3 6 5 8 9 2
1 6 4 7 2 9 5 3 8
3 2 7 4 5 8 9 6 1
8 5 9 1 3 6 4 2 7
4 1 2 5 7 3 6 8 9
5 7 8 6 9 4 2 1 3
9 3 6 2 8 1 7 4 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_435
|
895..34.76.1.94....43.6.....56..1.9..32..65.8...345..1.....23..3274.8.165...3.872
|
895123467671894235243567189456281793132976548789345621968712354327458916514639872
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 435
|
Basic 9x9 Sudoku 435
|
Normal 9x9 sudoku rules apply
|
8 9 5 . . 3 4 . 7
6 . 1 . 9 4 . . .
. 4 3 . 6 . . . .
. 5 6 . . 1 . 9 .
. 3 2 . . 6 5 . 8
. . . 3 4 5 . . 1
. . . . . 2 3 . .
3 2 7 4 . 8 . 1 6
5 . . . 3 . 8 7 2
|
8 9 5 1 2 3 4 6 7
6 7 1 8 9 4 2 3 5
2 4 3 5 6 7 1 8 9
4 5 6 2 8 1 7 9 3
1 3 2 9 7 6 5 4 8
7 8 9 3 4 5 6 2 1
9 6 8 7 1 2 3 5 4
3 2 7 4 5 8 9 1 6
5 1 4 6 3 9 8 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_436
|
971.4..3.8563.9.2742..67.8913.87.6945.4....7...7..431.2.8..3...3156..74..6948..5.
|
971248536856319427423567189132875694594136872687924315248753961315692748769481253
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 436
|
Basic 9x9 Sudoku 436
|
Normal 9x9 sudoku rules apply
|
9 7 1 . 4 . . 3 .
8 5 6 3 . 9 . 2 7
4 2 . . 6 7 . 8 9
1 3 . 8 7 . 6 9 4
5 . 4 . . . . 7 .
. . 7 . . 4 3 1 .
2 . 8 . . 3 . . .
3 1 5 6 . . 7 4 .
. 6 9 4 8 . . 5 .
|
9 7 1 2 4 8 5 3 6
8 5 6 3 1 9 4 2 7
4 2 3 5 6 7 1 8 9
1 3 2 8 7 5 6 9 4
5 9 4 1 3 6 8 7 2
6 8 7 9 2 4 3 1 5
2 4 8 7 5 3 9 6 1
3 1 5 6 9 2 7 4 8
7 6 9 4 8 1 2 5 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_437
|
.781293.643287......6.358.71.45.8..386.31259.39.6....1....53.1.6..98.4.27.126.9.5
|
578129346432876159916435827124598763867312594395647281249753618653981472781264935
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 437
|
Basic 9x9 Sudoku 437
|
Normal 9x9 sudoku rules apply
|
. 7 8 1 2 9 3 . 6
4 3 2 8 7 . . . .
. . 6 . 3 5 8 . 7
1 . 4 5 . 8 . . 3
8 6 . 3 1 2 5 9 .
3 9 . 6 . . . . 1
. . . . 5 3 . 1 .
6 . . 9 8 . 4 . 2
7 . 1 2 6 . 9 . 5
|
5 7 8 1 2 9 3 4 6
4 3 2 8 7 6 1 5 9
9 1 6 4 3 5 8 2 7
1 2 4 5 9 8 7 6 3
8 6 7 3 1 2 5 9 4
3 9 5 6 4 7 2 8 1
2 4 9 7 5 3 6 1 8
6 5 3 9 8 1 4 7 2
7 8 1 2 6 4 9 3 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_438
|
..9.245.7..5.3.82......7.3...1.497.6427156.9..5678.4..7.46.5....68.7.9...934.867.
|
139824567675931824842567139381249756427156398956783412714695283568372941293418675
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 438
|
Basic 9x9 Sudoku 438
|
Normal 9x9 sudoku rules apply
|
. . 9 . 2 4 5 . 7
. . 5 . 3 . 8 2 .
. . . . . 7 . 3 .
. . 1 . 4 9 7 . 6
4 2 7 1 5 6 . 9 .
. 5 6 7 8 . 4 . .
7 . 4 6 . 5 . . .
. 6 8 . 7 . 9 . .
. 9 3 4 . 8 6 7 .
|
1 3 9 8 2 4 5 6 7
6 7 5 9 3 1 8 2 4
8 4 2 5 6 7 1 3 9
3 8 1 2 4 9 7 5 6
4 2 7 1 5 6 3 9 8
9 5 6 7 8 3 4 1 2
7 1 4 6 9 5 2 8 3
5 6 8 3 7 2 9 4 1
2 9 3 4 1 8 6 7 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_439
|
83...54.75.682719317934682528.9.36149.3.1.25....26.7.96.1..93..3946825717.8531946
|
832195467546827193179346825287953614963714258415268739651479382394682571728531946
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 439
|
Basic 9x9 Sudoku 439
|
Normal 9x9 sudoku rules apply
|
8 3 . . . 5 4 . 7
5 . 6 8 2 7 1 9 3
1 7 9 3 4 6 8 2 5
2 8 . 9 . 3 6 1 4
9 . 3 . 1 . 2 5 .
. . . 2 6 . 7 . 9
6 . 1 . . 9 3 . .
3 9 4 6 8 2 5 7 1
7 . 8 5 3 1 9 4 6
|
8 3 2 1 9 5 4 6 7
5 4 6 8 2 7 1 9 3
1 7 9 3 4 6 8 2 5
2 8 7 9 5 3 6 1 4
9 6 3 7 1 4 2 5 8
4 1 5 2 6 8 7 3 9
6 5 1 4 7 9 3 8 2
3 9 4 6 8 2 5 7 1
7 2 8 5 3 1 9 4 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_440
|
..923..6.5...78.1.7...9.8...139.2..6.5....2..2.4......4.87..6...25...1...7.85.942
|
189234567532678419746195823813942756957316284264587391498721635325469178671853942
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 440
|
Basic 9x9 Sudoku 440
|
Normal 9x9 sudoku rules apply
|
. . 9 2 3 . . 6 .
5 . . . 7 8 . 1 .
7 . . . 9 . 8 . .
. 1 3 9 . 2 . . 6
. 5 . . . . 2 . .
2 . 4 . . . . . .
4 . 8 7 . . 6 . .
. 2 5 . . . 1 . .
. 7 . 8 5 . 9 4 2
|
1 8 9 2 3 4 5 6 7
5 3 2 6 7 8 4 1 9
7 4 6 1 9 5 8 2 3
8 1 3 9 4 2 7 5 6
9 5 7 3 1 6 2 8 4
2 6 4 5 8 7 3 9 1
4 9 8 7 2 1 6 3 5
3 2 5 4 6 9 1 7 8
6 7 1 8 5 3 9 4 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_441
|
.85.19.7..37486.252..573..637..64.9285.9..3.14...3..689.83.26..7426518395.37.8.1.
|
685219473137486925294573186371864592856927341429135768918342657742651839563798214
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 441
|
Basic 9x9 Sudoku 441
|
Normal 9x9 sudoku rules apply
|
. 8 5 . 1 9 . 7 .
. 3 7 4 8 6 . 2 5
2 . . 5 7 3 . . 6
3 7 . . 6 4 . 9 2
8 5 . 9 . . 3 . 1
4 . . . 3 . . 6 8
9 . 8 3 . 2 6 . .
7 4 2 6 5 1 8 3 9
5 . 3 7 . 8 . 1 .
|
6 8 5 2 1 9 4 7 3
1 3 7 4 8 6 9 2 5
2 9 4 5 7 3 1 8 6
3 7 1 8 6 4 5 9 2
8 5 6 9 2 7 3 4 1
4 2 9 1 3 5 7 6 8
9 1 8 3 4 2 6 5 7
7 4 2 6 5 1 8 3 9
5 6 3 7 9 8 2 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_442
|
.9....5.....4..8..7.....9432..14..96..5..623..6...241..7..213.4.1.8....2652......
|
498213567536497821721568943283145796145976238967382415879621354314859672652734189
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 442
|
Basic 9x9 Sudoku 442
|
Normal 9x9 sudoku rules apply
|
. 9 . . . . 5 . .
. . . 4 . . 8 . .
7 . . . . . 9 4 3
2 . . 1 4 . . 9 6
. . 5 . . 6 2 3 .
. 6 . . . 2 4 1 .
. 7 . . 2 1 3 . 4
. 1 . 8 . . . . 2
6 5 2 . . . . . .
|
4 9 8 2 1 3 5 6 7
5 3 6 4 9 7 8 2 1
7 2 1 5 6 8 9 4 3
2 8 3 1 4 5 7 9 6
1 4 5 9 7 6 2 3 8
9 6 7 3 8 2 4 1 5
8 7 9 6 2 1 3 5 4
3 1 4 8 5 9 6 7 2
6 5 2 7 3 4 1 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_443
|
1.78.3456..35.189...574.....1..3.974....12..83..987.156.....7.2.5.3.....7982..5.1
|
127893456463521897985746123812635974579412368346987215634159782251378649798264531
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 443
|
Basic 9x9 Sudoku 443
|
Normal 9x9 sudoku rules apply
|
1 . 7 8 . 3 4 5 6
. . 3 5 . 1 8 9 .
. . 5 7 4 . . . .
. 1 . . 3 . 9 7 4
. . . . 1 2 . . 8
3 . . 9 8 7 . 1 5
6 . . . . . 7 . 2
. 5 . 3 . . . . .
7 9 8 2 . . 5 . 1
|
1 2 7 8 9 3 4 5 6
4 6 3 5 2 1 8 9 7
9 8 5 7 4 6 1 2 3
8 1 2 6 3 5 9 7 4
5 7 9 4 1 2 3 6 8
3 4 6 9 8 7 2 1 5
6 3 4 1 5 9 7 8 2
2 5 1 3 7 8 6 4 9
7 9 8 2 6 4 5 3 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_444
|
.871.23...6..8.9.12..3......2.735.1.......27597.2.4..8...6....2....7.5..3.142..9.
|
587192364463587921219346857826735419134869275975214638798653142642971583351428796
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 444
|
Basic 9x9 Sudoku 444
|
Normal 9x9 sudoku rules apply
|
. 8 7 1 . 2 3 . .
. 6 . . 8 . 9 . 1
2 . . 3 . . . . .
. 2 . 7 3 5 . 1 .
. . . . . . 2 7 5
9 7 . 2 . 4 . . 8
. . . 6 . . . . 2
. . . . 7 . 5 . .
3 . 1 4 2 . . 9 .
|
5 8 7 1 9 2 3 6 4
4 6 3 5 8 7 9 2 1
2 1 9 3 4 6 8 5 7
8 2 6 7 3 5 4 1 9
1 3 4 8 6 9 2 7 5
9 7 5 2 1 4 6 3 8
7 9 8 6 5 3 1 4 2
6 4 2 9 7 1 5 8 3
3 5 1 4 2 8 7 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_445
|
.1.23.4792..1..8.6...67..15.9......3372..6..4456....9..3876..4..2..8..5..6.......
|
615238479247195836983674215891427563372956184456813792538762941124389657769541328
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 445
|
Basic 9x9 Sudoku 445
|
Normal 9x9 sudoku rules apply
|
. 1 . 2 3 . 4 7 9
2 . . 1 . . 8 . 6
. . . 6 7 . . 1 5
. 9 . . . . . . 3
3 7 2 . . 6 . . 4
4 5 6 . . . . 9 .
. 3 8 7 6 . . 4 .
. 2 . . 8 . . 5 .
. 6 . . . . . . .
|
6 1 5 2 3 8 4 7 9
2 4 7 1 9 5 8 3 6
9 8 3 6 7 4 2 1 5
8 9 1 4 2 7 5 6 3
3 7 2 9 5 6 1 8 4
4 5 6 8 1 3 7 9 2
5 3 8 7 6 2 9 4 1
1 2 4 3 8 9 6 5 7
7 6 9 5 4 1 3 2 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_446
|
7.925.43..56319827.32..71..925146783687932.4.1.3..596.26..94375.745.169.5986.3.14
|
719258436456319827832467159925146783687932541143785962261894375374521698598673214
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 446
|
Basic 9x9 Sudoku 446
|
Normal 9x9 sudoku rules apply
|
7 . 9 2 5 . 4 3 .
. 5 6 3 1 9 8 2 7
. 3 2 . . 7 1 . .
9 2 5 1 4 6 7 8 3
6 8 7 9 3 2 . 4 .
1 . 3 . . 5 9 6 .
2 6 . . 9 4 3 7 5
. 7 4 5 . 1 6 9 .
5 9 8 6 . 3 . 1 4
|
7 1 9 2 5 8 4 3 6
4 5 6 3 1 9 8 2 7
8 3 2 4 6 7 1 5 9
9 2 5 1 4 6 7 8 3
6 8 7 9 3 2 5 4 1
1 4 3 7 8 5 9 6 2
2 6 1 8 9 4 3 7 5
3 7 4 5 2 1 6 9 8
5 9 8 6 7 3 2 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_447
|
5.4.129.7.68.35..121.4...53.2.359478.43287.158.71.43..3.2541.864716.85..68..23194
|
534812967768935241219476853126359478943287615857164329392541786471698532685723194
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 447
|
Basic 9x9 Sudoku 447
|
Normal 9x9 sudoku rules apply
|
5 . 4 . 1 2 9 . 7
. 6 8 . 3 5 . . 1
2 1 . 4 . . . 5 3
. 2 . 3 5 9 4 7 8
. 4 3 2 8 7 . 1 5
8 . 7 1 . 4 3 . .
3 . 2 5 4 1 . 8 6
4 7 1 6 . 8 5 . .
6 8 . . 2 3 1 9 4
|
5 3 4 8 1 2 9 6 7
7 6 8 9 3 5 2 4 1
2 1 9 4 7 6 8 5 3
1 2 6 3 5 9 4 7 8
9 4 3 2 8 7 6 1 5
8 5 7 1 6 4 3 2 9
3 9 2 5 4 1 7 8 6
4 7 1 6 9 8 5 3 2
6 8 5 7 2 3 1 9 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_448
|
.6.8.1274..932..5612..4.9.82.3..8...9782.34156.197.38.7.41528.381.73.52.532689.4.
|
365891274489327156127546938253418697978263415641975382794152863816734529532689741
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 448
|
Basic 9x9 Sudoku 448
|
Normal 9x9 sudoku rules apply
|
. 6 . 8 . 1 2 7 4
. . 9 3 2 . . 5 6
1 2 . . 4 . 9 . 8
2 . 3 . . 8 . . .
9 7 8 2 . 3 4 1 5
6 . 1 9 7 . 3 8 .
7 . 4 1 5 2 8 . 3
8 1 . 7 3 . 5 2 .
5 3 2 6 8 9 . 4 .
|
3 6 5 8 9 1 2 7 4
4 8 9 3 2 7 1 5 6
1 2 7 5 4 6 9 3 8
2 5 3 4 1 8 6 9 7
9 7 8 2 6 3 4 1 5
6 4 1 9 7 5 3 8 2
7 9 4 1 5 2 8 6 3
8 1 6 7 3 4 5 2 9
5 3 2 6 8 9 7 4 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_449
|
.3.89.6242..347.59..4..2.7..9248571...192.583658713942.69.7.2..1.325.86..27.3...1
|
735891624286347159914562378392485716471926583658713942869174235143259867527638491
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 449
|
Basic 9x9 Sudoku 449
|
Normal 9x9 sudoku rules apply
|
. 3 . 8 9 . 6 2 4
2 . . 3 4 7 . 5 9
. . 4 . . 2 . 7 .
. 9 2 4 8 5 7 1 .
. . 1 9 2 . 5 8 3
6 5 8 7 1 3 9 4 2
. 6 9 . 7 . 2 . .
1 . 3 2 5 . 8 6 .
. 2 7 . 3 . . . 1
|
7 3 5 8 9 1 6 2 4
2 8 6 3 4 7 1 5 9
9 1 4 5 6 2 3 7 8
3 9 2 4 8 5 7 1 6
4 7 1 9 2 6 5 8 3
6 5 8 7 1 3 9 4 2
8 6 9 1 7 4 2 3 5
1 4 3 2 5 9 8 6 7
5 2 7 6 3 8 4 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_450
|
2..18953.14.5.39.2....728.68.23961476.3814.....4.57.8353694.7..7.9.384....1.25369
|
267189534148563972395472816852396147673814295914257683536941728729638451481725369
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 450
|
Basic 9x9 Sudoku 450
|
Normal 9x9 sudoku rules apply
|
2 . . 1 8 9 5 3 .
1 4 . 5 . 3 9 . 2
. . . . 7 2 8 . 6
8 . 2 3 9 6 1 4 7
6 . 3 8 1 4 . . .
. . 4 . 5 7 . 8 3
5 3 6 9 4 . 7 . .
7 . 9 . 3 8 4 . .
. . 1 . 2 5 3 6 9
|
2 6 7 1 8 9 5 3 4
1 4 8 5 6 3 9 7 2
3 9 5 4 7 2 8 1 6
8 5 2 3 9 6 1 4 7
6 7 3 8 1 4 2 9 5
9 1 4 2 5 7 6 8 3
5 3 6 9 4 1 7 2 8
7 2 9 6 3 8 4 5 1
4 8 1 7 2 5 3 6 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_451
|
..48.3.56.23..1.......64.3.1.....9.8..7.8......815....4.96..781.7...8..5..1..94..
|
714893256623571849895264137152346978367982514948157623439625781276418395581739462
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 451
|
Basic 9x9 Sudoku 451
|
Normal 9x9 sudoku rules apply
|
. . 4 8 . 3 . 5 6
. 2 3 . . 1 . . .
. . . . 6 4 . 3 .
1 . . . . . 9 . 8
. . 7 . 8 . . . .
. . 8 1 5 . . . .
4 . 9 6 . . 7 8 1
. 7 . . . 8 . . 5
. . 1 . . 9 4 . .
|
7 1 4 8 9 3 2 5 6
6 2 3 5 7 1 8 4 9
8 9 5 2 6 4 1 3 7
1 5 2 3 4 6 9 7 8
3 6 7 9 8 2 5 1 4
9 4 8 1 5 7 6 2 3
4 3 9 6 2 5 7 8 1
2 7 6 4 1 8 3 9 5
5 8 1 7 3 9 4 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_452
|
4..8925.7265.4738.....6.....2.4.975379..5.6415..71.2...125.....38...49..654.3...2
|
431892567265147389879365124126489753798253641543716298912578436387624915654931872
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 452
|
Basic 9x9 Sudoku 452
|
Normal 9x9 sudoku rules apply
|
4 . . 8 9 2 5 . 7
2 6 5 . 4 7 3 8 .
. . . . 6 . . . .
. 2 . 4 . 9 7 5 3
7 9 . . 5 . 6 4 1
5 . . 7 1 . 2 . .
. 1 2 5 . . . . .
3 8 . . . 4 9 . .
6 5 4 . 3 . . . 2
|
4 3 1 8 9 2 5 6 7
2 6 5 1 4 7 3 8 9
8 7 9 3 6 5 1 2 4
1 2 6 4 8 9 7 5 3
7 9 8 2 5 3 6 4 1
5 4 3 7 1 6 2 9 8
9 1 2 5 7 8 4 3 6
3 8 7 6 2 4 9 1 5
6 5 4 9 3 1 8 7 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_453
|
26.19.8.78...7346.45782..3913426.978.789..32...53.7.4..867.9214..14327867426.8593
|
263194857819573462457826139134265978678941325925387641386759214591432786742618593
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 453
|
Basic 9x9 Sudoku 453
|
Normal 9x9 sudoku rules apply
|
2 6 . 1 9 . 8 . 7
8 . . . 7 3 4 6 .
4 5 7 8 2 . . 3 9
1 3 4 2 6 . 9 7 8
. 7 8 9 . . 3 2 .
. . 5 3 . 7 . 4 .
. 8 6 7 . 9 2 1 4
. . 1 4 3 2 7 8 6
7 4 2 6 . 8 5 9 3
|
2 6 3 1 9 4 8 5 7
8 1 9 5 7 3 4 6 2
4 5 7 8 2 6 1 3 9
1 3 4 2 6 5 9 7 8
6 7 8 9 4 1 3 2 5
9 2 5 3 8 7 6 4 1
3 8 6 7 5 9 2 1 4
5 9 1 4 3 2 7 8 6
7 4 2 6 1 8 5 9 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_454
|
6.2983..557814.9.3439.5.82.1...64237286.3.51434.521698923..5.868513..7..7642.8.5.
|
612983475578142963439657821195864237286739514347521698923475186851396742764218359
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 454
|
Basic 9x9 Sudoku 454
|
Normal 9x9 sudoku rules apply
|
6 . 2 9 8 3 . . 5
5 7 8 1 4 . 9 . 3
4 3 9 . 5 . 8 2 .
1 . . . 6 4 2 3 7
2 8 6 . 3 . 5 1 4
3 4 . 5 2 1 6 9 8
9 2 3 . . 5 . 8 6
8 5 1 3 . . 7 . .
7 6 4 2 . 8 . 5 .
|
6 1 2 9 8 3 4 7 5
5 7 8 1 4 2 9 6 3
4 3 9 6 5 7 8 2 1
1 9 5 8 6 4 2 3 7
2 8 6 7 3 9 5 1 4
3 4 7 5 2 1 6 9 8
9 2 3 4 7 5 1 8 6
8 5 1 3 9 6 7 4 2
7 6 4 2 1 8 3 5 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_455
|
92713.54.3.56971...682.573...2..3.54.56.8231.73.4.1628.....92752.1574..3573826.91
|
927138546345697182168245739812763954456982317739451628684319275291574863573826491
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 455
|
Basic 9x9 Sudoku 455
|
Normal 9x9 sudoku rules apply
|
9 2 7 1 3 . 5 4 .
3 . 5 6 9 7 1 . .
. 6 8 2 . 5 7 3 .
. . 2 . . 3 . 5 4
. 5 6 . 8 2 3 1 .
7 3 . 4 . 1 6 2 8
. . . . . 9 2 7 5
2 . 1 5 7 4 . . 3
5 7 3 8 2 6 . 9 1
|
9 2 7 1 3 8 5 4 6
3 4 5 6 9 7 1 8 2
1 6 8 2 4 5 7 3 9
8 1 2 7 6 3 9 5 4
4 5 6 9 8 2 3 1 7
7 3 9 4 5 1 6 2 8
6 8 4 3 1 9 2 7 5
2 9 1 5 7 4 8 6 3
5 7 3 8 2 6 4 9 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_456
|
..318.....17...9....5476.383.2.5.69......4....4.7.3852...64.57972...8......917...
|
463189725817325946295476138372851694586294317941763852138642579729538461654917283
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 456
|
Basic 9x9 Sudoku 456
|
Normal 9x9 sudoku rules apply
|
. . 3 1 8 . . . .
. 1 7 . . . 9 . .
. . 5 4 7 6 . 3 8
3 . 2 . 5 . 6 9 .
. . . . . 4 . . .
. 4 . 7 . 3 8 5 2
. . . 6 4 . 5 7 9
7 2 . . . 8 . . .
. . . 9 1 7 . . .
|
4 6 3 1 8 9 7 2 5
8 1 7 3 2 5 9 4 6
2 9 5 4 7 6 1 3 8
3 7 2 8 5 1 6 9 4
5 8 6 2 9 4 3 1 7
9 4 1 7 6 3 8 5 2
1 3 8 6 4 2 5 7 9
7 2 9 5 3 8 4 6 1
6 5 4 9 1 7 2 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_457
|
..4..2.6..51.9...837..54..2.4957..8.......9.1.67.21..36.27..8.4...3687..7.8...61.
|
984132567251697348376854192149573286523486971867921453692715834415368729738249615
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 457
|
Basic 9x9 Sudoku 457
|
Normal 9x9 sudoku rules apply
|
. . 4 . . 2 . 6 .
. 5 1 . 9 . . . 8
3 7 . . 5 4 . . 2
. 4 9 5 7 . . 8 .
. . . . . . 9 . 1
. 6 7 . 2 1 . . 3
6 . 2 7 . . 8 . 4
. . . 3 6 8 7 . .
7 . 8 . . . 6 1 .
|
9 8 4 1 3 2 5 6 7
2 5 1 6 9 7 3 4 8
3 7 6 8 5 4 1 9 2
1 4 9 5 7 3 2 8 6
5 2 3 4 8 6 9 7 1
8 6 7 9 2 1 4 5 3
6 9 2 7 1 5 8 3 4
4 1 5 3 6 8 7 2 9
7 3 8 2 4 9 6 1 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_458
|
213.9.675749.56.31658.134.232.18476986..27...497.651.8..283.94...65.92879846725.3
|
213498675749256831658713492325184769861927354497365128572831946136549287984672513
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 458
|
Basic 9x9 Sudoku 458
|
Normal 9x9 sudoku rules apply
|
2 1 3 . 9 . 6 7 5
7 4 9 . 5 6 . 3 1
6 5 8 . 1 3 4 . 2
3 2 . 1 8 4 7 6 9
8 6 . . 2 7 . . .
4 9 7 . 6 5 1 . 8
. . 2 8 3 . 9 4 .
. . 6 5 . 9 2 8 7
9 8 4 6 7 2 5 . 3
|
2 1 3 4 9 8 6 7 5
7 4 9 2 5 6 8 3 1
6 5 8 7 1 3 4 9 2
3 2 5 1 8 4 7 6 9
8 6 1 9 2 7 3 5 4
4 9 7 3 6 5 1 2 8
5 7 2 8 3 1 9 4 6
1 3 6 5 4 9 2 8 7
9 8 4 6 7 2 5 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_459
|
6.9..327..179..3564..57.819..549...8.7..615..2867...9.39...8147.4831.625...2479.3
|
659183274817924356423576819135492768974861532286735491392658147748319625561247983
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 459
|
Basic 9x9 Sudoku 459
|
Normal 9x9 sudoku rules apply
|
6 . 9 . . 3 2 7 .
. 1 7 9 . . 3 5 6
4 . . 5 7 . 8 1 9
. . 5 4 9 . . . 8
. 7 . . 6 1 5 . .
2 8 6 7 . . . 9 .
3 9 . . . 8 1 4 7
. 4 8 3 1 . 6 2 5
. . . 2 4 7 9 . 3
|
6 5 9 1 8 3 2 7 4
8 1 7 9 2 4 3 5 6
4 2 3 5 7 6 8 1 9
1 3 5 4 9 2 7 6 8
9 7 4 8 6 1 5 3 2
2 8 6 7 3 5 4 9 1
3 9 2 6 5 8 1 4 7
7 4 8 3 1 9 6 2 5
5 6 1 2 4 7 9 8 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_460
|
42....35..53..7...7.135.8.4....7.98..346.8571.8.53..4..48....1..1..4.73...98.2..5
|
426189357853427196791356824165274983234698571987531642548763219612945738379812465
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 460
|
Basic 9x9 Sudoku 460
|
Normal 9x9 sudoku rules apply
|
4 2 . . . . 3 5 .
. 5 3 . . 7 . . .
7 . 1 3 5 . 8 . 4
. . . . 7 . 9 8 .
. 3 4 6 . 8 5 7 1
. 8 . 5 3 . . 4 .
. 4 8 . . . . 1 .
. 1 . . 4 . 7 3 .
. . 9 8 . 2 . . 5
|
4 2 6 1 8 9 3 5 7
8 5 3 4 2 7 1 9 6
7 9 1 3 5 6 8 2 4
1 6 5 2 7 4 9 8 3
2 3 4 6 9 8 5 7 1
9 8 7 5 3 1 6 4 2
5 4 8 7 6 3 2 1 9
6 1 2 9 4 5 7 3 8
3 7 9 8 1 2 4 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_461
|
.1....67....1.7.3...635....2...731591.4..5...9576.....4..7.1.63...2865.468..34.9.
|
319842675542167938876359421268473159134925786957618342425791863793286514681534297
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 461
|
Basic 9x9 Sudoku 461
|
Normal 9x9 sudoku rules apply
|
. 1 . . . . 6 7 .
. . . 1 . 7 . 3 .
. . 6 3 5 . . . .
2 . . . 7 3 1 5 9
1 . 4 . . 5 . . .
9 5 7 6 . . . . .
4 . . 7 . 1 . 6 3
. . . 2 8 6 5 . 4
6 8 . . 3 4 . 9 .
|
3 1 9 8 4 2 6 7 5
5 4 2 1 6 7 9 3 8
8 7 6 3 5 9 4 2 1
2 6 8 4 7 3 1 5 9
1 3 4 9 2 5 7 8 6
9 5 7 6 1 8 3 4 2
4 2 5 7 9 1 8 6 3
7 9 3 2 8 6 5 1 4
6 8 1 5 3 4 2 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_462
|
654891.23..1..79...9726.1...8...56.2..5632..14....8....1..2...7...5....673.1.6..4
|
654891723321457968897263145183945672975632481462718539516324897248579316739186254
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 462
|
Basic 9x9 Sudoku 462
|
Normal 9x9 sudoku rules apply
|
6 5 4 8 9 1 . 2 3
. . 1 . . 7 9 . .
. 9 7 2 6 . 1 . .
. 8 . . . 5 6 . 2
. . 5 6 3 2 . . 1
4 . . . . 8 . . .
. 1 . . 2 . . . 7
. . . 5 . . . . 6
7 3 . 1 . 6 . . 4
|
6 5 4 8 9 1 7 2 3
3 2 1 4 5 7 9 6 8
8 9 7 2 6 3 1 4 5
1 8 3 9 4 5 6 7 2
9 7 5 6 3 2 4 8 1
4 6 2 7 1 8 5 3 9
5 1 6 3 2 4 8 9 7
2 4 8 5 7 9 3 1 6
7 3 9 1 8 6 2 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_463
|
8.....546....4..722..7561.99..68...558..21.93...5..4....5...2.1.21.658.463.2.4...
|
879132546156849372243756189914683725587421693362597418495378261721965834638214957
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 463
|
Basic 9x9 Sudoku 463
|
Normal 9x9 sudoku rules apply
|
8 . . . . . 5 4 6
. . . . 4 . . 7 2
2 . . 7 5 6 1 . 9
9 . . 6 8 . . . 5
5 8 . . 2 1 . 9 3
. . . 5 . . 4 . .
. . 5 . . . 2 . 1
. 2 1 . 6 5 8 . 4
6 3 . 2 . 4 . . .
|
8 7 9 1 3 2 5 4 6
1 5 6 8 4 9 3 7 2
2 4 3 7 5 6 1 8 9
9 1 4 6 8 3 7 2 5
5 8 7 4 2 1 6 9 3
3 6 2 5 9 7 4 1 8
4 9 5 3 7 8 2 6 1
7 2 1 9 6 5 8 3 4
6 3 8 2 1 4 9 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_464
|
6.782..3.5981.46723.465.1.918.39.....597..2...36..29189..475.2127..8.5468.52...9.
|
617829435598134672324657189182396754459718263736542918963475821271983546845261397
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 464
|
Basic 9x9 Sudoku 464
|
Normal 9x9 sudoku rules apply
|
6 . 7 8 2 . . 3 .
5 9 8 1 . 4 6 7 2
3 . 4 6 5 . 1 . 9
1 8 . 3 9 . . . .
. 5 9 7 . . 2 . .
. 3 6 . . 2 9 1 8
9 . . 4 7 5 . 2 1
2 7 . . 8 . 5 4 6
8 . 5 2 . . . 9 .
|
6 1 7 8 2 9 4 3 5
5 9 8 1 3 4 6 7 2
3 2 4 6 5 7 1 8 9
1 8 2 3 9 6 7 5 4
4 5 9 7 1 8 2 6 3
7 3 6 5 4 2 9 1 8
9 6 3 4 7 5 8 2 1
2 7 1 9 8 3 5 4 6
8 4 5 2 6 1 3 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_465
|
..3285.7....9.613267.34.58982.1374.55..89271.3.75.4298768..9321234718.56951...847
|
193285674485976132672341589829137465546892713317564298768459321234718956951623847
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 465
|
Basic 9x9 Sudoku 465
|
Normal 9x9 sudoku rules apply
|
. . 3 2 8 5 . 7 .
. . . 9 . 6 1 3 2
6 7 . 3 4 . 5 8 9
8 2 . 1 3 7 4 . 5
5 . . 8 9 2 7 1 .
3 . 7 5 . 4 2 9 8
7 6 8 . . 9 3 2 1
2 3 4 7 1 8 . 5 6
9 5 1 . . . 8 4 7
|
1 9 3 2 8 5 6 7 4
4 8 5 9 7 6 1 3 2
6 7 2 3 4 1 5 8 9
8 2 9 1 3 7 4 6 5
5 4 6 8 9 2 7 1 3
3 1 7 5 6 4 2 9 8
7 6 8 4 5 9 3 2 1
2 3 4 7 1 8 9 5 6
9 5 1 6 2 3 8 4 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_466
|
531824.79247.96..568..7.1.2123.5749.89..32.617649.12..97.243516412..9387.5671892.
|
531824679247196835689375142123657498895432761764981253978243516412569387356718924
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 466
|
Basic 9x9 Sudoku 466
|
Normal 9x9 sudoku rules apply
|
5 3 1 8 2 4 . 7 9
2 4 7 . 9 6 . . 5
6 8 . . 7 . 1 . 2
1 2 3 . 5 7 4 9 .
8 9 . . 3 2 . 6 1
7 6 4 9 . 1 2 . .
9 7 . 2 4 3 5 1 6
4 1 2 . . 9 3 8 7
. 5 6 7 1 8 9 2 .
|
5 3 1 8 2 4 6 7 9
2 4 7 1 9 6 8 3 5
6 8 9 3 7 5 1 4 2
1 2 3 6 5 7 4 9 8
8 9 5 4 3 2 7 6 1
7 6 4 9 8 1 2 5 3
9 7 8 2 4 3 5 1 6
4 1 2 5 6 9 3 8 7
3 5 6 7 1 8 9 2 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_467
|
629....575.8..913..1..679..893..25..2479.56.8..6.7.2934..7.1..9....2.........6821
|
629183457578249136314567982893612574247935618156874293482751369961328745735496821
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 467
|
Basic 9x9 Sudoku 467
|
Normal 9x9 sudoku rules apply
|
6 2 9 . . . . 5 7
5 . 8 . . 9 1 3 .
. 1 . . 6 7 9 . .
8 9 3 . . 2 5 . .
2 4 7 9 . 5 6 . 8
. . 6 . 7 . 2 9 3
4 . . 7 . 1 . . 9
. . . . 2 . . . .
. . . . . 6 8 2 1
|
6 2 9 1 8 3 4 5 7
5 7 8 2 4 9 1 3 6
3 1 4 5 6 7 9 8 2
8 9 3 6 1 2 5 7 4
2 4 7 9 3 5 6 1 8
1 5 6 8 7 4 2 9 3
4 8 2 7 5 1 3 6 9
9 6 1 3 2 8 7 4 5
7 3 5 4 9 6 8 2 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_468
|
.3.8.1.6....3.78....8.6.13.28691.5.3..765841215.73.6..5631.9.488.157392.7294.6..1
|
435891267612347895978265134286914573397658412154732689563129748841573926729486351
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 468
|
Basic 9x9 Sudoku 468
|
Normal 9x9 sudoku rules apply
|
. 3 . 8 . 1 . 6 .
. . . 3 . 7 8 . .
. . 8 . 6 . 1 3 .
2 8 6 9 1 . 5 . 3
. . 7 6 5 8 4 1 2
1 5 . 7 3 . 6 . .
5 6 3 1 . 9 . 4 8
8 . 1 5 7 3 9 2 .
7 2 9 4 . 6 . . 1
|
4 3 5 8 9 1 2 6 7
6 1 2 3 4 7 8 9 5
9 7 8 2 6 5 1 3 4
2 8 6 9 1 4 5 7 3
3 9 7 6 5 8 4 1 2
1 5 4 7 3 2 6 8 9
5 6 3 1 2 9 7 4 8
8 4 1 5 7 3 9 2 6
7 2 9 4 8 6 3 5 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_469
|
...91.4.6..2.84....1.5.....1..7936..9....573.5.71...4.693....2.27...8519.512..36.
|
385912476762384195419567283148793652926845731537126948693451827274638519851279364
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 469
|
Basic 9x9 Sudoku 469
|
Normal 9x9 sudoku rules apply
|
. . . 9 1 . 4 . 6
. . 2 . 8 4 . . .
. 1 . 5 . . . . .
1 . . 7 9 3 6 . .
9 . . . . 5 7 3 .
5 . 7 1 . . . 4 .
6 9 3 . . . . 2 .
2 7 . . . 8 5 1 9
. 5 1 2 . . 3 6 .
|
3 8 5 9 1 2 4 7 6
7 6 2 3 8 4 1 9 5
4 1 9 5 6 7 2 8 3
1 4 8 7 9 3 6 5 2
9 2 6 8 4 5 7 3 1
5 3 7 1 2 6 9 4 8
6 9 3 4 5 1 8 2 7
2 7 4 6 3 8 5 1 9
8 5 1 2 7 9 3 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_470
|
..219.465.13.5897245..7.8....5..47.6.6..852949347625.1.21.....7..6...3.8...637129
|
872193465613458972459276813285914736167385294934762581321849657796521348548637129
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 470
|
Basic 9x9 Sudoku 470
|
Normal 9x9 sudoku rules apply
|
. . 2 1 9 . 4 6 5
. 1 3 . 5 8 9 7 2
4 5 . . 7 . 8 . .
. . 5 . . 4 7 . 6
. 6 . . 8 5 2 9 4
9 3 4 7 6 2 5 . 1
. 2 1 . . . . . 7
. . 6 . . . 3 . 8
. . . 6 3 7 1 2 9
|
8 7 2 1 9 3 4 6 5
6 1 3 4 5 8 9 7 2
4 5 9 2 7 6 8 1 3
2 8 5 9 1 4 7 3 6
1 6 7 3 8 5 2 9 4
9 3 4 7 6 2 5 8 1
3 2 1 8 4 9 6 5 7
7 9 6 5 2 1 3 4 8
5 4 8 6 3 7 1 2 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_471
|
...13894..4.62587181...4.35124..76583.9.8142..85.461.349.7135.263.4527.9257869314
|
572138946943625871816974235124397658369581427785246193498713562631452789257869314
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 471
|
Basic 9x9 Sudoku 471
|
Normal 9x9 sudoku rules apply
|
. . . 1 3 8 9 4 .
. 4 . 6 2 5 8 7 1
8 1 . . . 4 . 3 5
1 2 4 . . 7 6 5 8
3 . 9 . 8 1 4 2 .
. 8 5 . 4 6 1 . 3
4 9 . 7 1 3 5 . 2
6 3 . 4 5 2 7 . 9
2 5 7 8 6 9 3 1 4
|
5 7 2 1 3 8 9 4 6
9 4 3 6 2 5 8 7 1
8 1 6 9 7 4 2 3 5
1 2 4 3 9 7 6 5 8
3 6 9 5 8 1 4 2 7
7 8 5 2 4 6 1 9 3
4 9 8 7 1 3 5 6 2
6 3 1 4 5 2 7 8 9
2 5 7 8 6 9 3 1 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_472
|
.3681...4.9562.8.324857..6991.2567..62.48.3...54397.1..71..2.8...2...93.36....2.7
|
736819524195624873248573169913256748627481395854397612571932486482765931369148257
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 472
|
Basic 9x9 Sudoku 472
|
Normal 9x9 sudoku rules apply
|
. 3 6 8 1 . . . 4
. 9 5 6 2 . 8 . 3
2 4 8 5 7 . . 6 9
9 1 . 2 5 6 7 . .
6 2 . 4 8 . 3 . .
. 5 4 3 9 7 . 1 .
. 7 1 . . 2 . 8 .
. . 2 . . . 9 3 .
3 6 . . . . 2 . 7
|
7 3 6 8 1 9 5 2 4
1 9 5 6 2 4 8 7 3
2 4 8 5 7 3 1 6 9
9 1 3 2 5 6 7 4 8
6 2 7 4 8 1 3 9 5
8 5 4 3 9 7 6 1 2
5 7 1 9 3 2 4 8 6
4 8 2 7 6 5 9 3 1
3 6 9 1 4 8 2 5 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_473
|
16..29.579271.38.4...647..929651.78347.29.61.815.3694253.961478.8947253.7413.52.6
|
164829357927153864358647129296514783473298615815736942532961478689472531741385296
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 473
|
Basic 9x9 Sudoku 473
|
Normal 9x9 sudoku rules apply
|
1 6 . . 2 9 . 5 7
9 2 7 1 . 3 8 . 4
. . . 6 4 7 . . 9
2 9 6 5 1 . 7 8 3
4 7 . 2 9 . 6 1 .
8 1 5 . 3 6 9 4 2
5 3 . 9 6 1 4 7 8
. 8 9 4 7 2 5 3 .
7 4 1 3 . 5 2 . 6
|
1 6 4 8 2 9 3 5 7
9 2 7 1 5 3 8 6 4
3 5 8 6 4 7 1 2 9
2 9 6 5 1 4 7 8 3
4 7 3 2 9 8 6 1 5
8 1 5 7 3 6 9 4 2
5 3 2 9 6 1 4 7 8
6 8 9 4 7 2 5 3 1
7 4 1 3 8 5 2 9 6
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_474
|
42.139..7956..74.11....5...3.5.9.2.4....5.6...718.4.535..97...6893....42..23481.5
|
428139567956287431137465829385691274249753618671824953514972386893516742762348195
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 474
|
Basic 9x9 Sudoku 474
|
Normal 9x9 sudoku rules apply
|
4 2 . 1 3 9 . . 7
9 5 6 . . 7 4 . 1
1 . . . . 5 . . .
3 . 5 . 9 . 2 . 4
. . . . 5 . 6 . .
. 7 1 8 . 4 . 5 3
5 . . 9 7 . . . 6
8 9 3 . . . . 4 2
. . 2 3 4 8 1 . 5
|
4 2 8 1 3 9 5 6 7
9 5 6 2 8 7 4 3 1
1 3 7 4 6 5 8 2 9
3 8 5 6 9 1 2 7 4
2 4 9 7 5 3 6 1 8
6 7 1 8 2 4 9 5 3
5 1 4 9 7 2 3 8 6
8 9 3 5 1 6 7 4 2
7 6 2 3 4 8 1 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_475
|
93.....72.8.3..1..7..2.95..84.1..9.6.93678.5.561.427.8...4.3.65.2659184.4..72.31.
|
935814672682357194714269583847135926293678451561942738179483265326591847458726319
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 475
|
Basic 9x9 Sudoku 475
|
Normal 9x9 sudoku rules apply
|
9 3 . . . . . 7 2
. 8 . 3 . . 1 . .
7 . . 2 . 9 5 . .
8 4 . 1 . . 9 . 6
. 9 3 6 7 8 . 5 .
5 6 1 . 4 2 7 . 8
. . . 4 . 3 . 6 5
. 2 6 5 9 1 8 4 .
4 . . 7 2 . 3 1 .
|
9 3 5 8 1 4 6 7 2
6 8 2 3 5 7 1 9 4
7 1 4 2 6 9 5 8 3
8 4 7 1 3 5 9 2 6
2 9 3 6 7 8 4 5 1
5 6 1 9 4 2 7 3 8
1 7 9 4 8 3 2 6 5
3 2 6 5 9 1 8 4 7
4 5 8 7 2 6 3 1 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_476
|
649.82.37537496.2.281..3.4.816.3.7....2.17.63473.65....2.7416.97946...12.653..874
|
649182537537496128281573946816234795952817463473965281328741659794658312165329874
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 476
|
Basic 9x9 Sudoku 476
|
Normal 9x9 sudoku rules apply
|
6 4 9 . 8 2 . 3 7
5 3 7 4 9 6 . 2 .
2 8 1 . . 3 . 4 .
8 1 6 . 3 . 7 . .
. . 2 . 1 7 . 6 3
4 7 3 . 6 5 . . .
. 2 . 7 4 1 6 . 9
7 9 4 6 . . . 1 2
. 6 5 3 . . 8 7 4
|
6 4 9 1 8 2 5 3 7
5 3 7 4 9 6 1 2 8
2 8 1 5 7 3 9 4 6
8 1 6 2 3 4 7 9 5
9 5 2 8 1 7 4 6 3
4 7 3 9 6 5 2 8 1
3 2 8 7 4 1 6 5 9
7 9 4 6 5 8 3 1 2
1 6 5 3 2 9 8 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_477
|
63...94.7..5.7.8.6..2.68..39..8...71...4....9.7....5.....9..3.55.....9.448..5...2
|
638129457195374826742568193924835671856417239371296548267941385513782964489653712
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 477
|
Basic 9x9 Sudoku 477
|
Normal 9x9 sudoku rules apply
|
6 3 . . . 9 4 . 7
. . 5 . 7 . 8 . 6
. . 2 . 6 8 . . 3
9 . . 8 . . . 7 1
. . . 4 . . . . 9
. 7 . . . . 5 . .
. . . 9 . . 3 . 5
5 . . . . . 9 . 4
4 8 . . 5 . . . 2
|
6 3 8 1 2 9 4 5 7
1 9 5 3 7 4 8 2 6
7 4 2 5 6 8 1 9 3
9 2 4 8 3 5 6 7 1
8 5 6 4 1 7 2 3 9
3 7 1 2 9 6 5 4 8
2 6 7 9 4 1 3 8 5
5 1 3 7 8 2 9 6 4
4 8 9 6 5 3 7 1 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_478
|
3...19.4.58.....6..17...2....17..9...6..928.77.218635....6.8.....8........9...5.2
|
326819745584237169917465238851743926463592817792186354175628493238954671649371582
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 478
|
Basic 9x9 Sudoku 478
|
Normal 9x9 sudoku rules apply
|
3 . . . 1 9 . 4 .
5 8 . . . . . 6 .
. 1 7 . . . 2 . .
. . 1 7 . . 9 . .
. 6 . . 9 2 8 . 7
7 . 2 1 8 6 3 5 .
. . . 6 . 8 . . .
. . 8 . . . . . .
. . 9 . . . 5 . 2
|
3 2 6 8 1 9 7 4 5
5 8 4 2 3 7 1 6 9
9 1 7 4 6 5 2 3 8
8 5 1 7 4 3 9 2 6
4 6 3 5 9 2 8 1 7
7 9 2 1 8 6 3 5 4
1 7 5 6 2 8 4 9 3
2 3 8 9 5 4 6 7 1
6 4 9 3 7 1 5 8 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_479
|
25.9..37..7.15...2.64.37.58.25.9376..8.7.521.4.7621583...5.2.3.5.83.9.2.7.2...695
|
251984376873156942964237158125893764386745219497621583649572831518369427732418695
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 479
|
Basic 9x9 Sudoku 479
|
Normal 9x9 sudoku rules apply
|
2 5 . 9 . . 3 7 .
. 7 . 1 5 . . . 2
. 6 4 . 3 7 . 5 8
. 2 5 . 9 3 7 6 .
. 8 . 7 . 5 2 1 .
4 . 7 6 2 1 5 8 3
. . . 5 . 2 . 3 .
5 . 8 3 . 9 . 2 .
7 . 2 . . . 6 9 5
|
2 5 1 9 8 4 3 7 6
8 7 3 1 5 6 9 4 2
9 6 4 2 3 7 1 5 8
1 2 5 8 9 3 7 6 4
3 8 6 7 4 5 2 1 9
4 9 7 6 2 1 5 8 3
6 4 9 5 7 2 8 3 1
5 1 8 3 6 9 4 2 7
7 3 2 4 1 8 6 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_480
|
48.1.356.671.4.93..236...4119......68.659217..57.163.8...934.25..5.6.7.336.7.1489
|
489123567671845932523679841194387256836592174257416398718934625945268713362751489
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 480
|
Basic 9x9 Sudoku 480
|
Normal 9x9 sudoku rules apply
|
4 8 . 1 . 3 5 6 .
6 7 1 . 4 . 9 3 .
. 2 3 6 . . . 4 1
1 9 . . . . . . 6
8 . 6 5 9 2 1 7 .
. 5 7 . 1 6 3 . 8
. . . 9 3 4 . 2 5
. . 5 . 6 . 7 . 3
3 6 . 7 . 1 4 8 9
|
4 8 9 1 2 3 5 6 7
6 7 1 8 4 5 9 3 2
5 2 3 6 7 9 8 4 1
1 9 4 3 8 7 2 5 6
8 3 6 5 9 2 1 7 4
2 5 7 4 1 6 3 9 8
7 1 8 9 3 4 6 2 5
9 4 5 2 6 8 7 1 3
3 6 2 7 5 1 4 8 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_481
|
5...2.4..182364759.36.79.218942....3.5.98.14......6.78.....2....4369..1.2.8..5..7
|
579821436182364759436579821894217563657983142321456978915732684743698215268145397
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 481
|
Basic 9x9 Sudoku 481
|
Normal 9x9 sudoku rules apply
|
5 . . . 2 . 4 . .
1 8 2 3 6 4 7 5 9
. 3 6 . 7 9 . 2 1
8 9 4 2 . . . . 3
. 5 . 9 8 . 1 4 .
. . . . . 6 . 7 8
. . . . . 2 . . .
. 4 3 6 9 . . 1 .
2 . 8 . . 5 . . 7
|
5 7 9 8 2 1 4 3 6
1 8 2 3 6 4 7 5 9
4 3 6 5 7 9 8 2 1
8 9 4 2 1 7 5 6 3
6 5 7 9 8 3 1 4 2
3 2 1 4 5 6 9 7 8
9 1 5 7 3 2 6 8 4
7 4 3 6 9 8 2 1 5
2 6 8 1 4 5 3 9 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_482
|
7.21.8..5...4.31.63..57.2.9.2536971...6..15.8..7.8.69..5..1.3...93...841...83....
|
762198435589423176314576289825369714936741528147285693458912367293657841671834952
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 482
|
Basic 9x9 Sudoku 482
|
Normal 9x9 sudoku rules apply
|
7 . 2 1 . 8 . . 5
. . . 4 . 3 1 . 6
3 . . 5 7 . 2 . 9
. 2 5 3 6 9 7 1 .
. . 6 . . 1 5 . 8
. . 7 . 8 . 6 9 .
. 5 . . 1 . 3 . .
. 9 3 . . . 8 4 1
. . . 8 3 . . . .
|
7 6 2 1 9 8 4 3 5
5 8 9 4 2 3 1 7 6
3 1 4 5 7 6 2 8 9
8 2 5 3 6 9 7 1 4
9 3 6 7 4 1 5 2 8
1 4 7 2 8 5 6 9 3
4 5 8 9 1 2 3 6 7
2 9 3 6 5 7 8 4 1
6 7 1 8 3 4 9 5 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_483
|
158.32..7......19.7296.1.......2..59.65...42.9.251..86..1.73..8...29...328....974
|
158932647436857192729641835814326759365789421972514386591473268647298513283165974
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 483
|
Basic 9x9 Sudoku 483
|
Normal 9x9 sudoku rules apply
|
1 5 8 . 3 2 . . 7
. . . . . . 1 9 .
7 2 9 6 . 1 . . .
. . . . 2 . . 5 9
. 6 5 . . . 4 2 .
9 . 2 5 1 . . 8 6
. . 1 . 7 3 . . 8
. . . 2 9 . . . 3
2 8 . . . . 9 7 4
|
1 5 8 9 3 2 6 4 7
4 3 6 8 5 7 1 9 2
7 2 9 6 4 1 8 3 5
8 1 4 3 2 6 7 5 9
3 6 5 7 8 9 4 2 1
9 7 2 5 1 4 3 8 6
5 9 1 4 7 3 2 6 8
6 4 7 2 9 8 5 1 3
2 8 3 1 6 5 9 7 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_484
|
..4.23..7..6854.2..15..7..8153.4.2.........19....6.8...41582....2..1..84.7.4.9...
|
984123657736854921215697348153948276862375419497261835641582793329716584578439162
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 484
|
Basic 9x9 Sudoku 484
|
Normal 9x9 sudoku rules apply
|
. . 4 . 2 3 . . 7
. . 6 8 5 4 . 2 .
. 1 5 . . 7 . . 8
1 5 3 . 4 . 2 . .
. . . . . . . 1 9
. . . . 6 . 8 . .
. 4 1 5 8 2 . . .
. 2 . . 1 . . 8 4
. 7 . 4 . 9 . . .
|
9 8 4 1 2 3 6 5 7
7 3 6 8 5 4 9 2 1
2 1 5 6 9 7 3 4 8
1 5 3 9 4 8 2 7 6
8 6 2 3 7 5 4 1 9
4 9 7 2 6 1 8 3 5
6 4 1 5 8 2 7 9 3
3 2 9 7 1 6 5 8 4
5 7 8 4 3 9 1 6 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_485
|
4781923.66518439...32.7.1.824398176516543..897.9.564..814369.7.32751869.59.7..81.
|
478192356651843927932675148243981765165437289789256431814369572327518694596724813
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 485
|
Basic 9x9 Sudoku 485
|
Normal 9x9 sudoku rules apply
|
4 7 8 1 9 2 3 . 6
6 5 1 8 4 3 9 . .
. 3 2 . 7 . 1 . 8
2 4 3 9 8 1 7 6 5
1 6 5 4 3 . . 8 9
7 . 9 . 5 6 4 . .
8 1 4 3 6 9 . 7 .
3 2 7 5 1 8 6 9 .
5 9 . 7 . . 8 1 .
|
4 7 8 1 9 2 3 5 6
6 5 1 8 4 3 9 2 7
9 3 2 6 7 5 1 4 8
2 4 3 9 8 1 7 6 5
1 6 5 4 3 7 2 8 9
7 8 9 2 5 6 4 3 1
8 1 4 3 6 9 5 7 2
3 2 7 5 1 8 6 9 4
5 9 6 7 2 4 8 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_486
|
.17...456.92..57.3.458671....8..3..7.7912.6.84.6.5..91264.819.....94..1.981...3.4
|
817239456692415783345867129128693547579124638436758291264381975753946812981572364
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 486
|
Basic 9x9 Sudoku 486
|
Normal 9x9 sudoku rules apply
|
. 1 7 . . . 4 5 6
. 9 2 . . 5 7 . 3
. 4 5 8 6 7 1 . .
. . 8 . . 3 . . 7
. 7 9 1 2 . 6 . 8
4 . 6 . 5 . . 9 1
2 6 4 . 8 1 9 . .
. . . 9 4 . . 1 .
9 8 1 . . . 3 . 4
|
8 1 7 2 3 9 4 5 6
6 9 2 4 1 5 7 8 3
3 4 5 8 6 7 1 2 9
1 2 8 6 9 3 5 4 7
5 7 9 1 2 4 6 3 8
4 3 6 7 5 8 2 9 1
2 6 4 3 8 1 9 7 5
7 5 3 9 4 6 8 1 2
9 8 1 5 7 2 3 6 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_487
|
...9.4..6.......3...3..78.98.92.5......4.1.85.74...6...9..534..6...8.1.3321..9.5.
|
182934576957816234463527819819265347236471985574398621798153462645782193321649758
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 487
|
Basic 9x9 Sudoku 487
|
Normal 9x9 sudoku rules apply
|
. . . 9 . 4 . . 6
. . . . . . . 3 .
. . 3 . . 7 8 . 9
8 . 9 2 . 5 . . .
. . . 4 . 1 . 8 5
. 7 4 . . . 6 . .
. 9 . . 5 3 4 . .
6 . . . 8 . 1 . 3
3 2 1 . . 9 . 5 .
|
1 8 2 9 3 4 5 7 6
9 5 7 8 1 6 2 3 4
4 6 3 5 2 7 8 1 9
8 1 9 2 6 5 3 4 7
2 3 6 4 7 1 9 8 5
5 7 4 3 9 8 6 2 1
7 9 8 1 5 3 4 6 2
6 4 5 7 8 2 1 9 3
3 2 1 6 4 9 7 5 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_488
|
3..8.9.5....23.8..2....41..956.8..3.8.36......2795.6..5.9.6....63.....847413289..
|
374819256195236847268574193956781432813642579427953618589467321632195784741328965
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 488
|
Basic 9x9 Sudoku 488
|
Normal 9x9 sudoku rules apply
|
3 . . 8 . 9 . 5 .
. . . 2 3 . 8 . .
2 . . . . 4 1 . .
9 5 6 . 8 . . 3 .
8 . 3 6 . . . . .
. 2 7 9 5 . 6 . .
5 . 9 . 6 . . . .
6 3 . . . . . 8 4
7 4 1 3 2 8 9 . .
|
3 7 4 8 1 9 2 5 6
1 9 5 2 3 6 8 4 7
2 6 8 5 7 4 1 9 3
9 5 6 7 8 1 4 3 2
8 1 3 6 4 2 5 7 9
4 2 7 9 5 3 6 1 8
5 8 9 4 6 7 3 2 1
6 3 2 1 9 5 7 8 4
7 4 1 3 2 8 9 6 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_489
|
96.2..37...79...4115....96.8.9.52..427.843.9....19.....8.....1.7.1..65..5....8..3
|
964281375327965841158374962819652734275843196643197258482539617731426589596718423
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 489
|
Basic 9x9 Sudoku 489
|
Normal 9x9 sudoku rules apply
|
9 6 . 2 . . 3 7 .
. . 7 9 . . . 4 1
1 5 . . . . 9 6 .
8 . 9 . 5 2 . . 4
2 7 . 8 4 3 . 9 .
. . . 1 9 . . . .
. 8 . . . . . 1 .
7 . 1 . . 6 5 . .
5 . . . . 8 . . 3
|
9 6 4 2 8 1 3 7 5
3 2 7 9 6 5 8 4 1
1 5 8 3 7 4 9 6 2
8 1 9 6 5 2 7 3 4
2 7 5 8 4 3 1 9 6
6 4 3 1 9 7 2 5 8
4 8 2 5 3 9 6 1 7
7 3 1 4 2 6 5 8 9
5 9 6 7 1 8 4 2 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_490
|
7..1..9.66.29354..1394..82.29.7.1..345..93..23.752419.513.4.68.87.3.9254924.58.17
|
745182936682935471139476825298761543451893762367524198513247689876319254924658317
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 490
|
Basic 9x9 Sudoku 490
|
Normal 9x9 sudoku rules apply
|
7 . . 1 . . 9 . 6
6 . 2 9 3 5 4 . .
1 3 9 4 . . 8 2 .
2 9 . 7 . 1 . . 3
4 5 . . 9 3 . . 2
3 . 7 5 2 4 1 9 .
5 1 3 . 4 . 6 8 .
8 7 . 3 . 9 2 5 4
9 2 4 . 5 8 . 1 7
|
7 4 5 1 8 2 9 3 6
6 8 2 9 3 5 4 7 1
1 3 9 4 7 6 8 2 5
2 9 8 7 6 1 5 4 3
4 5 1 8 9 3 7 6 2
3 6 7 5 2 4 1 9 8
5 1 3 2 4 7 6 8 9
8 7 6 3 1 9 2 5 4
9 2 4 6 5 8 3 1 7
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_491
|
52...694.4.928..363769.51.81948237.5.3756.219.5.17948.741.583.298543267.263.91...
|
528316947419287536376945128194823765837564219652179483741658392985432671263791854
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 491
|
Basic 9x9 Sudoku 491
|
Normal 9x9 sudoku rules apply
|
5 2 . . . 6 9 4 .
4 . 9 2 8 . . 3 6
3 7 6 9 . 5 1 . 8
1 9 4 8 2 3 7 . 5
. 3 7 5 6 . 2 1 9
. 5 . 1 7 9 4 8 .
7 4 1 . 5 8 3 . 2
9 8 5 4 3 2 6 7 .
2 6 3 . 9 1 . . .
|
5 2 8 3 1 6 9 4 7
4 1 9 2 8 7 5 3 6
3 7 6 9 4 5 1 2 8
1 9 4 8 2 3 7 6 5
8 3 7 5 6 4 2 1 9
6 5 2 1 7 9 4 8 3
7 4 1 6 5 8 3 9 2
9 8 5 4 3 2 6 7 1
2 6 3 7 9 1 8 5 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_492
|
37518924.86.34215.2.465738..8659..2315.27.49...78..61..38.2...1.4196..726.271853.
|
375189246869342157214657389486591723153276498927834615738425961541963872692718534
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 492
|
Basic 9x9 Sudoku 492
|
Normal 9x9 sudoku rules apply
|
3 7 5 1 8 9 2 4 .
8 6 . 3 4 2 1 5 .
2 . 4 6 5 7 3 8 .
. 8 6 5 9 . . 2 3
1 5 . 2 7 . 4 9 .
. . 7 8 . . 6 1 .
. 3 8 . 2 . . . 1
. 4 1 9 6 . . 7 2
6 . 2 7 1 8 5 3 .
|
3 7 5 1 8 9 2 4 6
8 6 9 3 4 2 1 5 7
2 1 4 6 5 7 3 8 9
4 8 6 5 9 1 7 2 3
1 5 3 2 7 6 4 9 8
9 2 7 8 3 4 6 1 5
7 3 8 4 2 5 9 6 1
5 4 1 9 6 3 8 7 2
6 9 2 7 1 8 5 3 4
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_493
|
92.3.8.6736519...44.8.6.9..1.....7..846..5...75.216.....7.29....9367.24..1.8.3679
|
921348567365197824478562931132984756846735192759216483687429315593671248214853679
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 493
|
Basic 9x9 Sudoku 493
|
Normal 9x9 sudoku rules apply
|
9 2 . 3 . 8 . 6 7
3 6 5 1 9 . . . 4
4 . 8 . 6 . 9 . .
1 . . . . . 7 . .
8 4 6 . . 5 . . .
7 5 . 2 1 6 . . .
. . 7 . 2 9 . . .
. 9 3 6 7 . 2 4 .
. 1 . 8 . 3 6 7 9
|
9 2 1 3 4 8 5 6 7
3 6 5 1 9 7 8 2 4
4 7 8 5 6 2 9 3 1
1 3 2 9 8 4 7 5 6
8 4 6 7 3 5 1 9 2
7 5 9 2 1 6 4 8 3
6 8 7 4 2 9 3 1 5
5 9 3 6 7 1 2 4 8
2 1 4 8 5 3 6 7 9
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_494
|
..8.324..9....52..5..67..19....2794...746.18..3..9.....8...9.7.67..4..21.52.1....
|
718932456946185237523674819165827943297463185834591762381259674679348521452716398
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 494
|
Basic 9x9 Sudoku 494
|
Normal 9x9 sudoku rules apply
|
. . 8 . 3 2 4 . .
9 . . . . 5 2 . .
5 . . 6 7 . . 1 9
. . . . 2 7 9 4 .
. . 7 4 6 . 1 8 .
. 3 . . 9 . . . .
. 8 . . . 9 . 7 .
6 7 . . 4 . . 2 1
. 5 2 . 1 . . . .
|
7 1 8 9 3 2 4 5 6
9 4 6 1 8 5 2 3 7
5 2 3 6 7 4 8 1 9
1 6 5 8 2 7 9 4 3
2 9 7 4 6 3 1 8 5
8 3 4 5 9 1 7 6 2
3 8 1 2 5 9 6 7 4
6 7 9 3 4 8 5 2 1
4 5 2 7 1 6 3 9 8
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_495
|
...813579.912.4.36...9...121.3.....867...19....4...3.1..9.38.4..174.5683.4...6195
|
426813579791254836835967412153649728672381954984572361569138247217495683348726195
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 495
|
Basic 9x9 Sudoku 495
|
Normal 9x9 sudoku rules apply
|
. . . 8 1 3 5 7 9
. 9 1 2 . 4 . 3 6
. . . 9 . . . 1 2
1 . 3 . . . . . 8
6 7 . . . 1 9 . .
. . 4 . . . 3 . 1
. . 9 . 3 8 . 4 .
. 1 7 4 . 5 6 8 3
. 4 . . . 6 1 9 5
|
4 2 6 8 1 3 5 7 9
7 9 1 2 5 4 8 3 6
8 3 5 9 6 7 4 1 2
1 5 3 6 4 9 7 2 8
6 7 2 3 8 1 9 5 4
9 8 4 5 7 2 3 6 1
5 6 9 1 3 8 2 4 7
2 1 7 4 9 5 6 8 3
3 4 8 7 2 6 1 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_496
|
....1..477..9.312...1..49.58..1.6.5..26...49.9.....6........279...23..64.9.76....
|
659812347784953126231674985843196752526387491917425638368541279175239864492768513
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 496
|
Basic 9x9 Sudoku 496
|
Normal 9x9 sudoku rules apply
|
. . . . 1 . . 4 7
7 . . 9 . 3 1 2 .
. . 1 . . 4 9 . 5
8 . . 1 . 6 . 5 .
. 2 6 . . . 4 9 .
9 . . . . . 6 . .
. . . . . . 2 7 9
. . . 2 3 . . 6 4
. 9 . 7 6 . . . .
|
6 5 9 8 1 2 3 4 7
7 8 4 9 5 3 1 2 6
2 3 1 6 7 4 9 8 5
8 4 3 1 9 6 7 5 2
5 2 6 3 8 7 4 9 1
9 1 7 4 2 5 6 3 8
3 6 8 5 4 1 2 7 9
1 7 5 2 3 9 8 6 4
4 9 2 7 6 8 5 1 3
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_497
|
4628.3957.95.2.184.17..4.36.837465.9.5.18..739.623.41.639.7284154..91.62.2.4.8395
|
462813957395627184817954236183746529254189673976235418639572841548391762721468395
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 497
|
Basic 9x9 Sudoku 497
|
Normal 9x9 sudoku rules apply
|
4 6 2 8 . 3 9 5 7
. 9 5 . 2 . 1 8 4
. 1 7 . . 4 . 3 6
. 8 3 7 4 6 5 . 9
. 5 . 1 8 . . 7 3
9 . 6 2 3 . 4 1 .
6 3 9 . 7 2 8 4 1
5 4 . . 9 1 . 6 2
. 2 . 4 . 8 3 9 5
|
4 6 2 8 1 3 9 5 7
3 9 5 6 2 7 1 8 4
8 1 7 9 5 4 2 3 6
1 8 3 7 4 6 5 2 9
2 5 4 1 8 9 6 7 3
9 7 6 2 3 5 4 1 8
6 3 9 5 7 2 8 4 1
5 4 8 3 9 1 7 6 2
7 2 1 4 6 8 3 9 5
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_498
|
.8.12.3677628.9.153.5.7682..9.5.364.156984273.437629.14283517966312.7..45.9.481.2
|
984125367762839415315476829297513648156984273843762951428351796631297584579648132
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 498
|
Basic 9x9 Sudoku 498
|
Normal 9x9 sudoku rules apply
|
. 8 . 1 2 . 3 6 7
7 6 2 8 . 9 . 1 5
3 . 5 . 7 6 8 2 .
. 9 . 5 . 3 6 4 .
1 5 6 9 8 4 2 7 3
. 4 3 7 6 2 9 . 1
4 2 8 3 5 1 7 9 6
6 3 1 2 . 7 . . 4
5 . 9 . 4 8 1 . 2
|
9 8 4 1 2 5 3 6 7
7 6 2 8 3 9 4 1 5
3 1 5 4 7 6 8 2 9
2 9 7 5 1 3 6 4 8
1 5 6 9 8 4 2 7 3
8 4 3 7 6 2 9 5 1
4 2 8 3 5 1 7 9 6
6 3 1 2 9 7 5 8 4
5 7 9 6 4 8 1 3 2
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
9x9_sudoku_499
|
8132..657.2.15..8.79568.1.2..2.7.49..598.427..765.231..3.7658..5..42173.2..9.8.61
|
813249657624157983795683142182376495359814276476592318931765824568421739247938561
|
### Available Actions:
1. Value Setting
- Format: `value(N, rXcY)`
- Description: Set a definitive value in a specific cell (N is a number between 1-9)
- Example: `value(5, r4c3)` -> Set the value 5 in row 4, column 3
2. Candidate Management
- Format: `candidate(OPERATION, N, rXcY)`
- Description: Add or remove candidate numbers from a specific cell when there are multiple possible values for the cell.
- Operations:
- `+`: Add candidate
- `-`: Remove candidate
- Examples:
- `candidate('+', 2, r2c4)` -> Add candidate 2 to row 2, column 4
- `candidate('-', 2, r3c1)` -> Remove candidate 2 from row 3, column 1
3. Clear Operations
- Format: `clear(K, rXcY)`
- Description: Clear cell contents (K specifies what to clear)
- Clear Types:
- `0`: Clear only the definitive value
- `2`: Clear all candidates only
- Examples:
- `clear(0, r1c1)` -> Clear the definitive value in row 1, column 1
- `clear(2, r2c2)` -> Clear all candidates in row 2, column 2
### Goal
Complete the sudoku board based on the rules and visual elements.
### Size
9x9
### Rules
Normal 9x9 sudoku rules apply
### Visual Elements
None
|
Basic 9x9 Sudoku 499
|
Basic 9x9 Sudoku 499
|
Normal 9x9 sudoku rules apply
|
8 1 3 2 . . 6 5 7
. 2 . 1 5 . . 8 .
7 9 5 6 8 . 1 . 2
. . 2 . 7 . 4 9 .
. 5 9 8 . 4 2 7 .
. 7 6 5 . 2 3 1 .
. 3 . 7 6 5 8 . .
5 . . 4 2 1 7 3 .
2 . . 9 . 8 . 6 1
|
8 1 3 2 4 9 6 5 7
6 2 4 1 5 7 9 8 3
7 9 5 6 8 3 1 4 2
1 8 2 3 7 6 4 9 5
3 5 9 8 1 4 2 7 6
4 7 6 5 9 2 3 1 8
9 3 1 7 6 5 8 2 4
5 6 8 4 2 1 7 3 9
2 4 7 9 3 8 5 6 1
| 9 | 9 |
None
|
None
|
Complete the sudoku board based on the rules and visual elements.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.