summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-098.cvc
blob: 08cfd9c9c51604db1be2e8932e93421c8c68cebb (plain)
1
2
3
4
5
6
7
8
% EXPECT: invalid
x0, x1, x2, x3 : INT;
ASSERT  (-28 * x0) + (12 * x1) + (-19 * x2) + (10 * x3) = 16 ;
ASSERT  (19 * x0) + (-25 * x1) + (-8 * x2) + (-32 * x3) = 12;
ASSERT (18 * x0) + (21 * x1) + (5 * x2) + (-14 * x3) < -12 ;
ASSERT  (-13 * x0) + (32 * x1) + (-5 * x2) + (-13 * x3) <= -15 ;
ASSERT  (30 * x0) + (-19 * x1) + (28 * x2) + (-27 * x3) <= -18 ;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback