summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-082.cvc
blob: 62bd45de78c64d62ac6e19b15c3345e3feadd79a (plain)
1
2
3
4
5
6
7
% EXPECT: invalid
x0, x1, x2, x3 : INT;
ASSERT  (-29 * x0) + (-3 * x1) + (27 * x2) + (13 * x3) = -10 ;
ASSERT (7 * x0) + (-17 * x1) + (11 * x2) + (-30 * x3) <= 6 ;
ASSERT  (30 * x0) + (17 * x1) + (-3 * x2) + (-31 * x3) > 10 ;
ASSERT  (2 * x0) + (9 * x1) + (9 * x2) + (-16 * x3) <= 11;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback