summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-049.cvc
blob: b415776e8a7a72fdc06001c54f7fe07ecbc9cd3a (plain)
1
2
3
4
5
6
7
% EXPECT: invalid
% EXIT: 10
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