Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.AnagramConstraint

Summary

Describes a constraint in which a specified set of cells must have one of a specified set of value combinations, but they may be reordered arbitrarily.

Constructors

AnagramConstraint(IEnumerable<int> affectedCells, IEnumerable<List<int>> combinations)
Constructor.

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.
string
  • Overrides: object.ToString()
Override.

Instance properties

boolRefer to the documentation for Constraint.CanReevaluate.
List<int>[]The set of combinations allowed for the specified set of cells.