Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void MustBe(int, int)

Declaration

public abstract void MustBe(
    int cell,
    int value
)

Summary

Marks a specific cell as having to contain a specific value.

Parameters

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