Summary
Exposes information about the puzzle solver state while invoking methods on an implementation of
IProgressVisualizer.
Instance methods
| int? | |
Returns the value of a particular cell in the puzzle, or null if that cell is not currently under
examination. |
| bool | |
Determines whether a specific value has been ruled out for a specific cell within the current recursion
context. |
| bool | |
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. |
Instance properties