Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: int MinValue

  • Declared in: PuzzleSolvers.Puzzle

Declaration

int MinValue

Summary

The minimum value to be placed in a cell.

Remarks

This is really only useful for number-placement puzzles in which the numerical values can be affected by constraints (e.g. sums). For other puzzles, use integer values that represent the abstract values to be filled in.