Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.ProductConstraint

Summary

Describes a constraint in which a specific region of cells must have a specified product (multiplication).

Constructors

ProductConstraint(int product, IEnumerable<int> affectedCells)
Describes a constraint in which a specific region of cells must have a specified product (multiplication).

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

int[]The region of cells that must have the product specified by ProductConstraint.Product.
intThe desired product.