Creates an IOr constraint for expressing disjunctions.

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

Syntax

C#
IOr Or()

Remarks

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

See Also