Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool WasTaken(int, int)

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

intcell The index of a cell in the puzzle.
intvalue The value.