Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.ParityEvennessConstraint

Summary

Describes a constraint that mandates that there must be an equal number of odd and even values in a row. This is a subset of the rules of Binairo.

Remarks

This constraint enforces a single row or column. For a full Binairo puzzle, you will need instances of this constraint for every row and every column.

Constructors

ParityEvennessConstraint(IEnumerable<int> affectedCells)
Constructor.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.