Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: PuzzleSolvers.OrConstraint

Summary

Describes a composite constraint in which one of a set of constraints must be met.

Constructors

OrConstraint(IEnumerable<Constraint> subconstraints)
Constructor.
OrConstraint(params Constraint[] subconstraints)

Instance methods

ConstraintResultRefer to the documentation for Constraint.Process.

Instance properties

boolRefer to the documentation for Constraint.CanReevaluate.
Constraint[]The set of constraints, of which at least one must be satisfied.