Not Operator (Solver Foundation)

Computes the logical inverse of its argument.

Not[args]
!expr

Example

Not[x]
Not[y == 3]
!x
!(y == 3)

This operator must have exactly one argument.

See Also

Concepts

Optimization Modeling Language (OML)