Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.GivenConstraint

Summary

Describes a given in a puzzle (a value already pre-filled at the start).

Constructors

GivenConstraint(int cell, int value)
Describes a given in a puzzle (a value already pre-filled at the start).

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.
string
  • Overrides: object.ToString()
Refer to the documentation for object.ToString.

Instance properties

intThe index of the cell that contains this given.
intThe value of the given.