Overload List
| Name | Description | |
|---|---|---|
| Or()()()() |
Creates an IOr constraint for expressing disjunctions.
| |
| Or(array<IConstraint>[]()[][]) |
Returns an IOr constraint indicating that at least one and possibly more than one
of the elements is true in its argument cons, an array
of constraints.
| |
| Or(IConstraint, IConstraint) |
Returns an or-constraint indicating that at least one and possibly more
than one argument is true.
| |
| Or(array<IConstraint>[]()[][], String) |
Returns an IOr constraint indicating that at least one and
possibly more than one
of the elements is true in its argument cons, an array
of constraints.
| |
| Or(IConstraint, IConstraint, String) |
Returns an or-constraint indicating that at least one and possibly both of
its arguments are true.
| |
| Or(array<IConstraint>[]()[][], Int32, Int32) |
Returns an or-constraint indicating that at least one and
possibly more than one
of the elements is true in the range of indices starting at the index
indicated by start and continuing through the number
of elements indicated by the number num among the elements
of its argument cons, an array of constraints.
| |
| Or(array<IConstraint>[]()[][], Int32, Int32, String) |
Returns an or-constraint indicating that at least one and
possibly more than one
of the elements is true in the range of indices starting at the index
indicated by start and continuing through the number
of elements indicated by the number num among the elements
of its argument cons, an array of constraints.
|