summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-048.cvc
blob: e7c05332dea363672b7ababb7fb3829c64ebe1bf (plain)
1
2
3
4
5
6
% EXPECT: invalid
x0, x1, x2, x3 : INT;
ASSERT (-13 * x0) + (-11 * x1) + (-14 * x2) + (21 * x3) = 6 ;
ASSERT  (7 * x0) + (5 * x1) + (13 * x2) + (21 * x3) <= 27 ;
ASSERT  (15 * x0) + (-11 * x1) + (-19 * x2) + (-13 * x3) < 5;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback