summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-097.cvc
blob: 67eb614eb483d5059e979378a67f4f99519021b1 (plain)
1
2
3
4
5
6
7
8
% EXPECT: not_entailed
x0, x1, x2, x3 : INT;
ASSERT (19 * x0) + (-11 * x1) + (-19 * x2) + (5 * x3) = 26 ;
ASSERT  (1 * x0) + (-28 * x1) + (-2 * x2) + (15 * x3) < 9 ;
ASSERT  (-8 * x0) + (-1 * x1) + (-25 * x2) + (-7 * x3) <= -31 ;
ASSERT  (-7 * x0) + (11 * x1) + (-5 * x2) + (-19 * x3) > 32 ;
ASSERT  (-22 * x0) + (13 * x1) + (-16 * x2) + (-12 * x3) <= 32;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback