Declaration
public bool WasTaken(
int cell,
int value
)Summary
This method is only called if
SolverInstructions.IntendedSolution was specified and the solver
encountered a constraint that ruled out the intended solution. Determines whether a specific value was already
ruled out for a specific cell within the current recursion context before the problematic constraint was
processed.
Parameters
| int | cell |
The index of a cell in the puzzle. |
| int | value |
The value. |