And Operator (Solver Foundation)

Returns true only if all arguments are true.

And[args]
a & b & ... & z

Example

And[x == 2, y <= 2]
x == 2 & y <= 2

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

See Also

Concepts

Optimization Modeling Language (OML)