Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: int? this[int]

Declaration

int? this[
    int cell
]

Summary

Exposes read-only access to the incomplete solution at the current point during the algorithm.

Remarks

In order to communicate that a cell must have a specific value, mark all other possible values on that cell as impossible using SolverState.MustBe(int, int).