Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Puzzle(int, int, int)

  • Declared in: PuzzleSolvers.Puzzle

Declaration

public Puzzle(
    int size,
    int minValue,
    int maxValue
)

Summary

Constructor.

Parameters

intsize The number of cells in this puzzle. See Puzzle.GridSize for more information.
intminValue See Puzzle.MinValue.
intmaxValue See Puzzle.MaxValue.

Remarks

When using this constructor, be sure to populate Puzzle.Constraints before running Puzzle.Solve(SolverInstructions).