Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: IndirectSumConstraint(int, IEnumerable<int>)

Declaration

public IndirectSumConstraint(
    int sumCell,
    IEnumerable<int> region
)

Summary

Describes a constraint in which a specific region of cells must sum up to the value in another cell. In a variant Sudoku, this is often represented as an arrow coming out of a circle, and hence, the variant is known as “Arrow Sudoku”.