Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Puzzle AddGivens(params ValueTuple<int, int>[])

  • Declared in: PuzzleSolvers.Puzzle

Declaration

public Puzzle AddGivens(
    params ValueTuple<int, int>[] givens
)

Summary

Adds a range of GivenConstraints from the specified array of tuples.

Parameters

ValueTuple<int, int>[]givens An array of tuples containing cell indexes and given values.