Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.MaxSumConstraint

Summary

Describes a constraint in which a region of cells must not sum up to more than a specified maximum value.

Constructors

MaxSumConstraint(int sum, IEnumerable<int> affectedCells)
Describes a constraint in which a region of cells must not sum up to more than a specified maximum value.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.