summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-049.cvc
blob: 8eabc78a8a6350aef7f4156f25f83ec4d7f0b2d1 (plain)
1
2
3
4
5
6
% EXPECT: invalid
x0, x1, x2, x3 : INT;
ASSERT (-15 * x0) + (-20 * x1) + (-32 * x2) + (-16 * x3) = -19 ;
ASSERT  (24 * x0) + (23 * x1) + (22 * x2) + (30 * x3) >= 19 ;
ASSERT  (14 * x0) + (-6 * x1) + (28 * x2) + (-22 * x3) < -16;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback