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