Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void MarkImpossible(int, int)

Declaration

public abstract void MarkImpossible(
    int cell,
    int value
)

Summary

Marks a specific value in a specific cell as no longer possible.

Parameters

intcell The cell to modify. This is a 0-based index and must be less than Puzzle.GridSize.
intvalue The value that is no longer possible. This must be between SolverState.MinValue and SolverState.MaxValue (inclusive).