To set a value, select a cell and type a number.
To add a line or region constraint, select and drag; or shift-click.
To add other outside clue constraints, select a row or column arrow outside the grid.
For more information, see the help page.
Create a constraint between two cells by providing a custom JavaScript function.
The function takes the two cell values as input and should return true or false to indicate if the pair of values is valid.
Example: a < b will emulate a thermometer constraint.
a < b
(a,b) =>