Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.OddEvenConstraint

Summary

Describes a constraint in which a group of cells can be only all evens or all odds.

Constructors

OddEvenConstraint(OddEvenType type, IEnumerable<int> affectedCells)
Describes a constraint in which a group of cells can be only all evens or all odds.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

OddEvenTypeSpecifies the specific flavor of this constraint.