summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-041.cvc
blob: a0c2dc0f936acfe62cf6c06c4a482059bdba0587 (plain)
1
2
3
4
5
6
7
8
9
% EXPECT: invalid
x0, x1, x2, x3 : INT;
ASSERT (-31 * x0) + (8 * x1) + (16 * x2) + (5 * x3) >= 1 ;
ASSERT  (-30 * x0) + (13 * x1) + (-17 * x2) + (13 * x3) < -24 ;
ASSERT  (-16 * x0) + (-11 * x1) + (-32 * x2) + (-18 * x3) > -29 ;
ASSERT  (32 * x0) + (-2 * x1) + (27 * x2) + (0 * x3) >= -1 ;
ASSERT  (12 * x0) + (-17 * x1) + (21 * x2) + (-3 * x3) <= 1 ;
ASSERT  (-26 * x0) + (29 * x1) + (-13 * x2) + (15 * x3) <= 2;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback