Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.ParityUniqueRowsColumnsConstraint

Summary

Describes a constraint in a number-placement puzzle that mandates that the parities (odd/evenness) of the values must form different patterns in every row and column.

Remarks

This constraint only works if it covers the entire grid.

Constructors

ParityUniqueRowsColumnsConstraint(int sideLength, IEnumerable<int> affectedCells = null)
Constructor.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

intThe side length of the square grid.