Creates an IOr constraint for expressing disjunctions.

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

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