summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-011.cvc
blob: d0cc2e501b3e92cb1417431d0a54ff2d55cf9f3c (plain)
1
2
3
4
5
6
% EXPECT: invalid
% EXIT: 10
x0, x1, x2, x3 : INT;
ASSERT (13 * x0) + (-1 * x1) + (11 * x2) + (10 * x3) = 9 ;
ASSERT  (-7 * x0) + (3 * x1) + (-22 * x2) + (16 * x3) >= 9;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback