Declaration
public bool IsTaken(
int cell,
int value
)Summary
Determines whether a specific value has been ruled out for a specific cell within the current recursion
context.
Parameters
| int | cell |
The index of a cell in the puzzle. |
| int | value |
The value. |