Legend
| Constructor: SkyscraperSumUniquenessConstraint( |
int | clue | The number of skyscrapers visible. |
IEnumerable<int> | affectedCells | The set of cells affected by this constraint. This is usually a row or column in a grid, but it can be any subset of grid points. |
int | minValue | The minimum value of numbers in the grid for this puzzle. |
int | maxValue | The maximum value of numbers in the grid for this puzzle. |