Creates an IOr constraint for expressing disjunctions.

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll)

Syntax

C#
IOr Or()
Visual Basic
Function Or As IOr

Remarks

Constraints can be added and removed to the IOr constraint by using its methods Add and Remove.

See Also