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.

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

Syntax

C#
IOr Or(
	IConstraint[] cons
)

Parameters

cons
Type: array<ILOG.Concert..::..IConstraint>[]()[][]

Remarks

In other words, it returns the logical-or of two or more constraints.

See Also