Or Operator (Solver Foundation)

Returns true if any argument is true.

Or[args]
a | b | ... | z

Example

Or[x == 2, y <= 2]
x == 2 | y <= 2

If the number of arguments is zero, the result is False.

See Also

Concepts

Optimization Modeling Language (OML)