22. TOO MANY INEQUALITY OR EQUALITY RELATIONS.

A constraint may have only one relational operator (i.e., =, <, or >). A two-sided constraint such as 2 < X < 4 is not permitted. Instead, write it as two one sided constraints: X > 2; and X < 4;.