Returns an or-constraint indicating that at least one and possibly both of its arguments are true.

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

Syntax

C#
IOr Or(
	IConstraint con1,
	IConstraint con2,
	string name
)

Parameters

con1
Type: ILOG.Concert..::..IConstraint
con2
Type: ILOG.Concert..::..IConstraint
name
Type: System..::..String

Remarks

In other words, it returns the logical-or of two constraints. It also assigns the string name as the name of that returned constraint.

See Also