Overload List

  Name Description
Public method Or()()()()
Creates an IOr constraint for expressing disjunctions.
(Inherited from IModeler.)
Public method 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.
(Inherited from IModeler.)
Public method Or(IConstraint, IConstraint)
Returns an or-constraint indicating that at least one and possibly more than one argument is true.
(Inherited from IModeler.)
Public method 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.
(Inherited from IModeler.)
Public method Or(IConstraint, IConstraint, String)
Returns an or-constraint indicating that at least one and possibly both of its arguments are true.
(Inherited from IModeler.)
Public method 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.
(Inherited from IModeler.)
Public method 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.
(Inherited from IModeler.)

See Also