Legend
| Method: void MarkImpossible( |
int | cell |
The cell to modify. This is a 0-based index and must be less than Puzzle.Grid |
Func<int, bool> | isImpossible |
A delegate that returns true for each value that is no longer possible. |