Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.SumOrProductConstraint

Summary

Describes a constraint in which a specific region of cells must have a specified value as either its sum or its product.

Constructors

SumOrProductConstraint(int sumOrProduct, IEnumerable<int> affectedCells)
Describes a constraint in which a specific region of cells must have a specified value as either its sum or its product.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

int[]The region of cells that must have the sum or product specified by SumOrProductConstraint.SumOrProduct.
intThe desired sum or product.